@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

html {}

body {
    font-family: 'Poppins', sans-serif;
}

#video_bg {
    /*     background: url(../images/video-background.jpg) no-repeat center;*/
    background: #000;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin-bottom: 0;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #222222;
}

i {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

a.more{
    display: inline-block;
    margin-top: 20px;
    font-weight: 500;
    font-size: 15px;
    color: #172e5e;
}
a:hover{
    color: #fba23a;
}
a,
a:hover,
button,
button:hover,
button:focus {
    text-decoration: none;
    outline: 0;
}

p {
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #222222;
    color: #272727;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    margin-bottom: 0;
}
h2{
    font-size: 32px;
    font-weight: 700;
    color: #172e5e;
    line-height: 36px;
    text-transform: capitalize;
}
h3{
    font-size: 20px;
    color: #172e5e;
    font-weight: 600;
}
.clr{
    clear: both !important;
}
.btn_link {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #172e5e;
    line-height: 46px;
    padding: 0 30px;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn_link:hover {
    background: #fba23a;
    color: #fff;
}
.bg_dark{
    background: #f4f4f4;
}
.py70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pb70 {
    padding-bottom: 70px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}
/* main css start */
header .header_top{
    background: #1e4ca1;
    background: #172e5e;
    padding: 10px 0;
}
.list_inline li{
    display: inline-block;
}
header .header_top ul li a{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-right: 20px;
}
header .header_top ul li a:hover{
    text-decoration: underline;
    color: #fba23a;
}
header .header_top ul li a i{
    font-size: 12px;
    padding-right: 5px;
}
header .header_top ul.social_icons li a{
    margin-right: 0;
    margin-left: 15px;
}
header .header_top ul.social_icons li a:hover{
    text-decoration: none;
}
.navigation{
    background: #fff;
    padding: 0px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.19);
    border-bottom: 1px solid #e5e5e5;
}
.navigation.navfixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 5px 0;
}
.navigation nav img{
    height: 70px;
}
.navigation nav .navbar-nav .nav-item .nav-link{
    color: #172e5e;
    font-size: 16px;
    font-weight: 500;
    padding: 0 14px;
    text-transform: capitalize;
    line-height: 90px;
}
.navigation nav .navbar-nav .nav-item .dropdown_menu{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    z-index: 999;
    padding: 10px;
    margin-top: 20px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
}
.navigation nav .navbar-nav .nav-item:hover .dropdown_menu{
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.navigation nav .navbar-nav .nav-item .dropdown_menu li a{
    display: block;
    padding: 8px 10px;
}
.navigation nav .navbar-nav .nav-item .dropdown_menu li a:hover{
    background: #f5f0f0;
    background: #172e5e;
}
.navigation nav .navbar-nav .nav-item .dropdown_menu{}
.navigation nav .navbar-nav .nav-item .dropdown_menu{}
.navigation nav .navbar-nav .nav-item .dropdown_menu{}
.navigation nav .navbar-nav .nav-item .dropdown_menu{}
.navigation nav .navbar-nav .nav-item .dropdown_menu{}
.navigation nav .navbar-nav .nav-item .dropdown_menu{}
.navigation nav .navbar-nav .nav-item .nav-link:hover, .navigation nav .navbar-nav .nav-item.active .nav-link{
    color: #fba23a;
}
/* navigation ends here */
.banner_part{
    clear: both;
    position: relative;
}
#slide_wrap2 {
    width: 100%;
    max-width: 100%;
    height: 100vw;
    max-height: 700px;
    position: relative;
    top: 0px;
    right: 0px;
}
.banner_part .lcms_next, .banner_part .lcms_prev, .banner_part .lcms_play{
   display: none !important;
}
/* banner_part ends here */
.about_us .content_box{
    background: #f1f1f1;
    padding: 50px 30px;
}
.about_us h1{
    color: #172e5e;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.about_us h2{
    color: #343434;
    font-size: 30px;
    padding-top: 15px;
}
.about_us p{
    padding-top: 30px;
    margin-bottom: 30px;
}
.about_us h5{
    color: #172e5e;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 30px;
}
.about_us h5 span{
    font-weight: 300;
    font-size: 14px;
}
.about_us strong{
    color: #fba23a;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
.about_us .contents{
    padding: 50px 30px 0;
}
.about_us .contents ul li{
    position: relative;
    padding: 20px 30px 20px 70px;
}
.about_us .contents ul li img{
    width: 50px;
    position: absolute;
    left: 0;
    top: 25px;
}
.about_us .contents ul li h3{
    padding-bottom: 15px;
    font-size: 18px;
}
.about_us .contents ul li p{
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    padding-top: 0;
    margin-bottom: 0;
}
/* about_us part ends here */
.our_services{
    margin-top: 5px;
}
.our_services .contents{
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 20px 15px;
    margin-bottom: 30px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o -transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.our_services .contents img{
    width: 50px;
}
.our_services .contents h3 a{
    font-size: 18px;
    color: #172e5e;
    font-weight: 600;
    margin-top: 0;
}
.our_services .contents h3{
    padding: 30px 0 10px;
}
.our_services .contents p{
    font-size: 15px;
}
.our_services .contents:hover{
    border-color: #fba23a;
}
.our_services .contents:hover h3 a{
    color: #fba23a;
}
/* our_services part ends here */
.our_projects .contents{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 20px 10px;
    margin-top: 8px;
}
.our_projects .simplefilter li{
    display: block;
    color: #646464;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 20px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    border-bottom: 1px solid #f4f4f4;
    
}
.our_projects .simplefilter li.active, .our_projects .simplefilter li:hover{
    color: #fba23a;
}
.our_projects .home_display .filtr-item{
    padding: 8px;
}
.our_projects .filtr-item a{
    display: block;
    position: relative;
}
.our_projects .filtr-item a .overlay{
    background: rgba(0, 0, 0, 0.59);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.our_projects .filtr-item a:hover .overlay{
    opacity: 1;
}
.our_projects .filtr-item a .overlay i{
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 3px;
}
.our_projects .filtr-item a .overlay i:hover{
    background: #fba23a;
    color: #fff;
}
/* our_projects part ends here */
.testimonials{
    background: url(../images/graphics-bg2.jpg) no-repeat center;
    background-size: cover;
}
.testimonials .test_overlay{
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}
.testimonials h2{
    color: #172e5e;
}
.testimonials i.fa-quote-left{
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #172e5e;
    border: 3px solid #172e5e;
    border-radius: 50%;
    font-size: 18px;
    margin-top: 30px;
}
.testimonials p{
    padding: 30px 0;
}
.testimonials img{
    border-radius: 50%;
    display: inline-block;
}
.testimonials h4{
    color: #172e5e;
    font-weight: 600;
    font-size: 18px;
    padding-top: 40px;
}
.testimonials strong{
    color: #fba23a;
    font-weight: 400;
    font-size: 15px;
    padding-top: 40px;
}
.left_arrow, .right_arrow{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
}
.left_arrow{
    left: 0;
}
.right_arrow{
    right: 0;
}
.left_arrow:hover, .right_arrow:hover{
    color: #fba23a;
}
/* testimonials part ends here */
.blog_part h2{
    padding-bottom: 30px;
}
.blog_part figure{
    box-shadow:  0 0 5px 0 rgba(0, 0, 0, 0.13);
}
.blog_part figure figcaption{
    padding: 20px 20px 30px;
}
.blog_part figure figcaption h3 a{
    font-size: 18px;
    color: #172e5e;
    display: inline-block;
    margin-bottom: 10px;
}
.blog_part figure:hover figcaption h3 a{
    color: #fba23a;
}
.blog_part figure figcaption ul li{
    display: inline-block;
    margin-right: 30px;
}
.blog_part figure figcaption ul li a{
    font-size: 14px;
    font-weight: 400;
}
.blog_part figure figcaption ul li a i{
    font-size: 13px;
    color: #fba23a;
    margin-right: 5px;
}
.blog_part figure figcaption p{
    font-size: 15px;
    line-height: 20px;
    padding-top: 20px;
}
/* blog_part ends here */
footer{}
footer .footer_up{
    background: url(../images/graphics-bg1.jpg) no-repeat center;
    background-size: cover;
}
footer .footer_overlay{
    background: rgba(0, 0, 0, 0.89);
}
footer .footer_up a img{
    height: 80px;
}
footer .footer_up p{
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-top: 20px;
}
footer .footer_up .social_icons ul{
    margin-top: 30px;
}
footer .footer_up .social_icons ul li{
    margin-right: 10px;
}
footer .footer_up .social_icons ul li a i{
    color: #172e5e;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}
footer .footer_up .social_icons ul li a i:hover{
    background: #fba23a;
    color: #fff;
}
footer .footer_up h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}
footer .footer_up .important_links ul li a{
    color: #bcbcbc;
    font-size: 14px;
    display: block;
    margin: 5px 0;
}
footer .footer_up .important_links ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .footer_up .contact_info ul li{
    color: #bcbcbc;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    padding-bottom: 10px;
}
footer .footer_up .contact_info ul li i{
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}
footer .footer_up .contact_info ul li a{
    color: #bcbcbc;
    font-size: 14px;
    font-weight: 400;
}
footer .footer_up .contact_info ul li a:hover{
    color: #fff;
    text-decoration: underline;
}
footer .footer_up .tags ul li{
    display: inline-block;
}
footer .footer_up .tags ul li a{
    color: #bcbcbc;
    border: 1px solid #bcbcbc;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    font-size: 15px;
    margin-bottom: 10px;
}
footer .footer_up .tags ul li a:hover{
    color: #fba23a;
    border-color: #fba23a;
}
footer .copy_right{
    background: #0e275c;
    padding: 15px 0;
}
footer .copy_right p{
    color: #a09f9f;
    font-size: 14px;
    font-weight: 400;
}
footer .copy_right p span{
    color: #fba23a;
    padding-left: 5px;
    cursor: pointer;
}
.top_up{
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #172e5e;
    font-size: 16px;
    border-radius: 3px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    display: none;
    cursor: pointer;
}
.top_up:hover{
    background: #fba23a;
}
/* home page css ends */
.about_breadcumb{
    background: url(../images/about-us-banner.jpg) no-repeat center;
    background-size: cover;
}
.page_breadcrumb .overlay{
    padding: 100px 0;
}
.page_breadcrumb h1{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.page_breadcrumb ul li{
    display: inline-block;
}
.page_breadcrumb li{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.page_breadcrumb ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.page_breadcrumb ul li a:hover{
    color: #fba23a;
}
.about_photo img{
    background: #172e5e;
    padding-top: 10px;
    padding-right: 10px;
}

.our_strength .contents img{
    width: 50px;
}
.our_strength .contents h3{
    padding: 30px 0 15px;
    font-size: 18px;
}
.our_strength .contents p{
    font-size: 15px;
}
.our_strength .contents{
    background: #fff;
    padding: 20px 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}
.why_we_are_best{
    background: url(../images/our-strength-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.why_we_are_best .overlay{
    background: rgba(16, 32, 65, 0.93);
}
.why_we_are_best img{
    width: 50px;
}
.why_we_are_best h4{
    color: #fba23a;
    font-size: 40px;
    font-weight: 600;
    padding: 30px 0 10px;
}
.why_we_are_best p{
    font-weight: 500;
    color: #f2f2f2;
    font-size: 16px;
}
.our_team h2{
    padding-bottom: 40px;
}
.our_team h4{
    font-size: 18px;
    font-weight: 600;
    color: #172e5e;
}
.our_team span{
    color: #fba23a;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}
.our_team p{
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.our_team .team_member{
    border: 1px solid #dddddd;
}
.our_team .team_member .text{
    padding: 20px 15px;
}
.service_breadcumb{
    background: url(../images/service-breadcumb-bg.jpg) no-repeat center;
    background-size: cover;
}
.single_service .side_service_list{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
}
.single_service .side_service_list h3{
    background: #172e5e;
    color: #fff;
    padding: 10px 15px;
}
.single_service .side_service_list ul li a{
    display: block;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 10px 15px;
    color: #4d4d4d;
}
.single_service .side_service_list ul li a i{
    font-size: 13px;
    padding-right: 5px;
}
.single_service .side_service_list ul li a:hover{
    color: #fba23a;
    background: #e6e6e6;
}
.download_brochure h3{
    padding-top: 40px;
    padding-bottom: 20px;
}
.download_brochure a{
    display: block;
    background: #eaeaea;
    line-height: 50px;
    font-size: 16px;
    position: relative;
}
.download_brochure a:hover{
    background: #172e5e;
}
.download_brochure a i.right_icon{
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.download_brochure a i.left_icon{
    margin-right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d6d6d6;
}
.download_brochure a:hover i.left_icon{
    background: #172e5e;
    color: #fff;
} 
.single_service h2{
    padding-bottom: 20px;
}
.single_service .recent_works h3{
    text-transform: capitalize;
    padding-top: 40px;
    font-size: 26px;
    padding-bottom: 30px;
}
.single_service .item{
    margin-bottom: 30px;
}
.single_service .text_box{
    background: #eaeaea;
    padding: 40px 20px;
}
.single_service .text_box h4{
    padding-bottom: 10px;
    font-size: 20px;
}
.single_service .text_box ul{
    margin-top: 10px;
}
.single_service .text_box ul li{
    display: inline-block;
}
.single_service .text_box ul li a{
    color: #fff;
    background: #172e5e;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 4px;
}
.single_service .text_box ul li a:hover{
    background: #fba23a;
}
.contact_us h2{
    padding-bottom: 30px;
}
.contact_us .contact_details ul li{
    position: relative;
    padding: 25px 20px 25px 60px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.13);
    margin-bottom: 30px;
}
.contact_us .contact_details ul li b{
    color: #172e5e;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.contact_us .contact_details ul li p{
    color: #505050;
    font-size: 15px;
}
.contact_us .contact_details ul li a{
    color: #505050;
    font-size: 15px;
}
.contact_us .contact_details ul li a:hover{
    color: #fba23a;
}
.contact_us .contact_details ul li i{
    position: absolute;
    left: 0;
    top: 25px;
    width: 40px;
    height: 40px;
    background: #fba23a;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.contact_us form{}
.contact_us form .inputs{
    width: 100%;
    height: 50px;
    border: 1px solid #dedede;
    padding: 0 15px;
    font-size: 15px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 30px;
}
.contact_us form b{
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #172e5e;
    padding-bottom: 10px;
}
.contact_us form textarea.inputs{
    height: 170px;
    padding: 15px;
    margin-bottom: 0;
}
.contact_us form .inputs:focus{
    outline: 0;
    border-color: #fba23a;
}
.google_maps iframe{
    width: 100%;
    height: 400px;
    margin-bottom: 70px;
    border: 0;
}
.our_projects .gallery .simplefilter li{
    display: inline-block;
    border-bottom: 0;
    padding: 0 10px;
    position: relative;
    margin-bottom: 15px;
}
.our_projects .gallery .simplefilter li:after{
    position: absolute;
    content: '';
    width: 1px;
    height: 12px;
    background: #c3c3c3;
    top: 6px;
    right: 0;
}
.our_projects .gallery .simplefilter li:last-child::after{
    height: 0;
}
.our_projects .gallery .filtr-item a{
    margin-bottom: 30px;
}
.blog_part .blog_row{
    margin-top: 30px;
    border-top: 2px solid #d1d1d1;
    padding-top: 30px;
}
.blog_part .blog_row .blog_photo a{
    display: block;
    position: relative;
    overflow: hidden;
}
.blog_part .blog_row .blog_photo .blog_over{
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(251, 162, 58, 0.8);
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.blog_part .blog_row:hover .blog_photo .blog_over{
    left: 0;
    opacity: 1;
}
.blog_part .blog_row .blog_photo .blog_over i{
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog_part .blog_row h3{
    padding-bottom: 5px;
}
.blog_part .blog_row h3 a{
    color: #172e5e;
    font-weight: 600;
    font-size: 18px;
}
.blog_part .blog_row h3 a:hover{
    color: #fba23a;
}
.blog_part .blog_row ul li{
    display: inline-block;
    margin-right: 20px;
}
.blog_part .blog_row ul li a{
    font-size: 14px;
    color: #888888;
}
.blog_part .blog_row ul li a i{
    font-size: 12px;
    color: #fba23a;
    padding-right: 4px;
}
.blog_part .blog_row p{
    padding-top: 15px;
    font-size: 15px;
    color: #717171;
}
.blog_part .blog_row strong{
    display: inline-block;
    border-top: 1px solid #d3d2d2;
    margin-top: 20px;
    padding-top: 15px;
    color: #0a1731;
    font-size: 16px;
    font-weight: 500;
}
.blog_part .blog_row span{
    font-size: 14px;
    font-style: italic;
    color: #717171;
    font-weight: 300;
    display: block;
}
.blog_part .blog_service{
    background: #efefef;
    margin-top: 60px;
}
.blog_part .blog_service h3{
    background: #c1c1c1;
    color: #172e5e;
    padding: 8px 20px;
    font-size: 18px;
}
.blog_part .blog_service ul{
    padding: 20px 20px;
}
.blog_part .blog_service ul li a{
    color: #717171;
    font-size: 15px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    padding: 8px 0;
}
.blog_part .blog_service ul li a:hover{
    color: #fba23a;
    padding-left: 15px;
    background: #d6d6d6;
}
.blog_breadcumb{
    background: url(../images/blog-breadcumb.jpg) no-repeat center;
    background-size: cover;
}
.gallery_breadcumb{
    background: url(../images/gallery-breadcumb.jpg) no-repeat center;
    background-size: cover;
}
.blog_single h2{
    font-size: 26px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.blog_single ul.post_date{
    padding-bottom: 20px;
}
.blog_single ul.post_date li{
    display: inline-block;
    margin-right: 20px;
}
.blog_single ul.post_date li a{
    color: #888888;
    font-size: 14px;
}
.blog_single ul.post_date li a i{
    font-size: 12px;
    color: #fba23a;
    padding-right: 4px;
}
.blog_single p{
    margin-top: 15px;
    color: #676767;
    font-size: 16px;
    font-weight: 300;
}
.pricing_plan{}
.pricing_plan img{
}










