﻿
body {
    margin:0;
    padding:0;
    overflow-x:hidden;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

p {
    color:#777;
}

.menu_section {padding: 0 15px;}

.logo {
    padding: 10px 0;
}

.logo img {
    width: 135px;
}

.menu_section .logo {
    display: inline-block;
}

.menu_section .menuListLeft {
    padding: 0;
    margin: 8px 0 8px 40px;
    display: inline-block;
}

.menu_section .menuListLeft li {
    list-style-type: none;
    display: inline-block;
    padding: 15px 10px;
}

.menu_section .menuListLeft li a {
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
}

.menu_section .menuListLeft li a:hover {color: #fc801b;}

.topBarInfo {
    padding: 23px 0;
    margin: 0 15px 0 0;
    text-align: right;
}

.topBarInfo li {
    list-style-type: none;
    font-size: 14px;
    color:#777;
    display: inline-block;
    padding: 0 12px;
}

.topBarInfo li a {
    color: #777;
text-decoration: none;
text-transform: uppercase;
}

.topBarInfo li span {
    padding-right: 8px;
}

.bannerSection {
    background: url(../images/banner/banner.jpg) no-repeat;
    text-align: center;
    color: #fff;
    padding: 50px 0;
    background-position: center;
}

.bannerSection h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.bannerSection h5 {
    font-size: 18px;
    margin-bottom: 65px;
}

.bannerSection .icon_box {
    text-align: center;
}

.bannerSection .icon_box a {
    color:#fff;
    text-decoration:none;
}

.bannerSection .icon_box .icon {
    background: #Fff;
    color: #010101;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    border-radius: 50%;
    margin: auto;
}

.bannerSection .icon_box .icon img {width: 40px;}

.bannerSection h4 {
    padding-top: 10px;
    font-size: 25px;
}

.bannerBottom {
    background: #f8f9fb;
    padding: 25px 0;
}

.bannerBottom ul {
    margin: auto;
    padding: 0;
    display: block;
}

.bannerBottom ul li {
    list-style-type: none;
    float: left;
    width: 26%;
    font-size: 20px;
    color: #314451;
    font-weight: bold;
    border-right: 1px solid #b8b8b8;
    padding: 0 15px 0 20px;
}

.bannerBottom ul li:nth-child(3) {
    width:28%;
}

.bannerBottom ul li:nth-child(4) {
    width: 20%;
    border: none;
}

.bannerBottom ul li span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    margin-top: 2px;
}

.bannerBottom ul li span a {
    color: #1d58dd;
}

.bannerBottom ul li i {
    font-size: 13px;
    padding-left: 5px;
    position: relative;
    top: -3px;
    color: #f67309;
}

.bannerBottom ul li h6 {
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    color: #fc801b;
}

.heading {
    margin: 25px 0;
    text-align: center;
}

.heading h3 {
    text-transform: uppercase;
    color: #010101;
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.heading h3::after {
    content:'';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #fc801b;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.Buying_section {
}

.Buying_section .heading ul {
    margin: 20px auto 20px;
    padding: 0;
    text-align: center;
    background: #fc801b;
    display: inline-block;
    border-radius: 20px;
}

.Buying_section .heading ul li {
    list-style-type: none;
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.Buying_section .heading ul li:after {
    content:'';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    right: -6px;
    top: 12px;
}

.Buying_section .heading ul li:last-child:after {display: none;}

.Buying_section .buyingBox {
    text-align: center;
    margin: 25px 0;
}

.Buying_section .buyingBox img {
    width: 60px;
}

.Buying_section .buyingBox h5 {
    text-transform: capitalize;
    color: #010101;
    padding-top: 10px;
    font-size: 18px;
}

.footerText {
    background: linear-gradient(to right, #fc801b 50%, #f3f3f3 50%);
    padding: 30px 0;
}

.footerText .footerTextLeft h3 {
    color: #fff;
    font-weight: bold;
}

.footerText .footerTextLeft ul, .footerText .footerTextRight ul {
    padding-left: 25px;
    margin-top: 20px;
}

.footerText .footerTextLeft ul li {
    list-style: url('../images/dot_white.png');
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
}

.footerText .footerTextRight {padding-left: 55px;}

.footerText .footerTextRight h3 {
    color: #000;
    font-weight: bold;
}

.footerText .footerTextRight ul li {
    list-style: url('../images/dot.png');
    color: #777;
    padding: 4px 15px;
    font-size: 14px;
}

.subFooter {
    padding: 30px 0 10px;
}

.subFooter .widget {
}

.subFooter .widget h3 {
    color: #000;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.subFooter .widget h3:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 3px;
    background: #fc801b;
    bottom: 0;
    left: 0;
}

.subFooter .widget ul {
    padding: 0;
}

.subFooter .widget ul li {
    list-style-type: none;
    padding: 4px 0;
}

.subFooter .widget ul li a {
    color: #777;
}

.subFooter .widget ul li a:hover {
    color:#fc801b;
}

.listInline li {
    display:inline-block;
    width:49%;
}

.copyrightSection {
    background: #f3f3f3;
}

.copyrightSection p {
    margin: 10px auto;
    color: #747373;
}

.ftrSocialLinks {
    margin: 0;
    padding: 0;
    text-align: right;
}

.ftrSocialLinks li {
    display: inline-block;
    padding: 9px 8px;
    font-size: 16px;
}

.ftrSocialLinks li a {
    text-decoration: none;
}

.ftrSocialLinks li:first-child a {color: #4267b2;}

.ftrSocialLinks li:nth-child(2) a {color: #1d9ceb;}

.ftrSocialLinks li:nth-child(3) a {color: #d54936;}

.ExperienceSection {
    background:url(../images/bg/bg.jpg) no-repeat fixed;
    padding: 85px 0;
    text-align: center;
    color: #fff;
    background-position: center;
}

.ExperienceSection h2 {
    margin-bottom: 15px;
    font-size: 36px;
}

.blogPageSection {
    background: #f3f3f3;
    padding: 10px 0 35px;
}

.blogPageSection .blogLeft {
    background:#fff;
    box-shadow: 0 0 2px #c2c2c2;
}

.blog_grid {
    padding: 15px 10px;
    border-bottom: 1px solid #d4d4d4;
}

.blog_grid .row {margin: 0;}

.blog_grid .row > div {
    padding: 0 8px;
}

.blog_grid figure {
    margin: auto;
}

.blog_grid figure img {
}

.blog_grid .blogText {
}

.blog_grid .blogText h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.blog_grid .blogText h3 a {color: #333;text-decoration: none;}

.blog_grid .blogText h3 a:hover {color: #fc801b;}

.blog_grid .blogText p {
    color: #5a5a5a;
    text-align: justify;
    font-size: 13px;
}

.blogAcsList {
    padding: 0;
    margin-bottom: 5px;
}

.blogAcsList li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    position: relative;
}

.blogAcsList li::after {
    content:'';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fc801b;
    right: -4px;
    top: 8px;
    border-radius: 50%;
}

.blogAcsList li:last-child::after {display: none;}

.blogAcsList li:first-child {
    padding-left: 0;
}

.blogAcsList li a {
    color: #f3740d;
}

.blog_grid .blogText .btn2 {
    text-align: right;
}

.btn2 {
}

.btn2 a {
    background: #fc801b;
    color: #fff;
    padding: 7px 15px;
    display: inline;
    border-radius: 3px;
}

.blogRight {
}

.blogRight .blogRightGrid {
    background: #fff;
    box-shadow: 0 0 2px #c2c2c2;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.blogRight .blogRightGrid h3 {
    font-size: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #fc801b;
}

.blogRight .blogRightGrid ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.blogRight .blogRightGrid ul li {
    list-style: url('../images/arrow.png');
    padding: 4px 6px;
}

.blogRight .blogRightGrid ul li a {
    color: #5a5a5a;
}

.blogDetailImg {
    float:left;
    padding-right:15px;
    padding-bottom:5px;
}

.BlogDetailText p {
    margin-bottom:5px;
}

.blog_detail_comment p {color: #333 !important;margin-bottom: 0px;}

.blog_detail_comment p b {color: #fc801b !important;}

.blog_detail_comment {
    background: rgba(187, 187, 187, 0.1);
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-top: 10px;
}

.blog_detail_comment .comment_box {
    margin-top: 0;
    border: none;
    padding: 0;
}

.comment_box .comment_list {padding-bottom: 10px;}

.comment_box .comment_list > ul {
    padding: 0;
    margin: auto;
}

.comment_box .comment_list > ul > li {
    list-style-type: none;
    font-size: 11px;
    color: #898686;
    position:relative;
    display: inline-block;
    padding: 0 8px;
}

.comment_box .comment_list > ul > li:first-child {
    padding-left:0;
}

.comment_box .comment_list > ul > li::before {
    content:'';
    position: absolute;
    width: 1px;
    height: 9px;
    background: #ddc9c9;
    left: 0;
    /*! border-radius: 100%; */
    top: 4px;
}

.comment_box .comment_list > ul > li:first-child::before {
    display:none;
}

.comment_box .comment_list > ul > li button {
    background:transparent;
    border:none;
    box-shadow:none;
    padding: 0;
    color: #be2b35;
}

.comment_box .comment_field {
    padding-bottom:5px;
    padding-top: 5px;
}

.comment_box .comment_field .form-control {
    border-radius: 0;
    height: 35px;
    font-size: 13px;
}

.RecentBlogSection {
    padding: 25px 15px;
    background: #f3f3f3;
}

.recentBlogGrid {
    border: 4px solid #fff;
    box-shadow: 0 0 2px #625f5f;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.recentBlogGrid figure {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.recentBlogGrid figure img {
    width: 100%;
}

.recentBlogGrid .recentBlogGridText {
    padding: 0 15px 15px;
}

.recentBlogGrid .recentBlogGridText h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.recentBlogGrid .recentBlogGridText h4 a {
    color: #055e98;
    text-decoration: none;
}

.recentBlogGrid .recentBlogGridText .RBGTitle {
    color: #8d8d8d;
    float: right;
    font-size: 14px;
    position: relative;
    top: 4px;
}

.recentBlogGrid .recentBlogGridText h3 {
    font-size: 18px;
    margin-top: 8px;
    line-height: 26px;
}

.recentBlogGrid .recentBlogGridText h3 a {
    color: #333;
}

.recentBlogGrid .recentBlogGridText h5 {
    font-size: 14px;
    color: #055e98;
}

.recentBlogGrid .recentBlogGridText p {
    text-align: justify;
}

.recentBlogGrid .recentBlogGridText .btn2 {
    text-align: center;
    margin-top: 20px;
}

/*Responsive Start*/

@media (max-width:767px) {

    .menu_section {
        padding-bottom: 10px;
        border-bottom: 1px solid #d7d7d7;
    }

    .menu_section .logo {
    display: block;
    text-align: center;
}

    .blog_grid figure {
        margin-bottom:10px;
    }

    .blog_grid {
        padding: 8px 0px 18px;
    }

    .blogAcsList li:nth-child(2):after {
        display:none;
    }

    .blogAcsList li:last-child {
        padding-left:0;
    }

    .blogRight {
    margin-top: 35px;
}

    .copyrightSection p {
        text-align:center;
        margin-bottom: 0;
    }

    .ftrSocialLinks {
        text-align:center;
    }

    .subFooter .widget h3 {
        font-size: 18px;
    }

    .blogDetailImg {
        width:100%;
        padding-right:0;
        padding-bottom:10px;
    }

    .blogPageSection {
        padding-bottom:25px;
    }

    .RecentBlogSection {
        padding: 0 0 25px;
    }

    .RecentBlogSection .heading {
        margin-top:0;
    }

    .recentBlogGrid {
        margin-bottom: 25px;
    }

}

@media (min-width:768px) and (max-width:991px) {

    #cssmenu > ul > li > a {
        font-size: 13px !important;
        padding: 6px 10px !important;
    }

    .menu_section .logo {
        padding: 15px 0 10px;
    }

    .blog_grid {
        padding-bottom:20px;
    }

    .blog_grid figure {
        margin-bottom:10px;
    }

    .subFooter .widget h3 {
        font-size: 18px;
    }

    .subFooter .widget ul li {
        vertical-align: top;
    }

    .blogDetailImg {
        width:100%;
        padding-right:0;
        padding-bottom:15px;
    }

    .recentBlogGrid {
        margin-bottom:25px;
    }

}

@media (min-width:992px) and (max-width:1199px) {

    #cssmenu > ul > li > a {
        padding: 10px 18px 9px !important;
    }

}