/**************** 15-9-2014 *******************/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:100,300,400,500,700,900&display=swap');

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/

body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
    outline: none;
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
    outline: none !important;
}

input,
textarea,
select {
    /*-moz-appearance: none; -webkit-appearance: none;*/
}

.container {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}


/***********  Top Part  ************/

header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.nav_sec {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 0 0;
    position: relative;
    z-index: 999;
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.nav_sec:before {
    content: "";
    width: 50%;
    height: 58px;
    background: #2782b1;
    position: absolute;
    right: 0;
    bottom: 0;
}

.top_part {
    float: right;
    margin: 0 0 6px 0;
    padding: 0px;
    position: relative;
    z-index: 5;
    background: #fff;
}

.top_part .ph_info {
    float: left;
    margin: 0 23px 0 0;
    padding: 0 37px 0 50px;
    position: relative;
    font-size: 20px;
    color: #000;
    position: relative;
}

.top_part .ph_info a {
    color: #000;
}

.top_part .ph_info:before {
    content: "";
    width: 1px;
    height: 30px;
    background: #e5e5e5;
    position: absolute;
    right: 0;
    bottom: 6px;
}
.top_part .ph_info.no-right-border:before {
    content: "";
    width: 1px;
    height: 30px;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 6px;
}

.top_part .ph_info .fa-phone-alt{
    position: absolute;
    left: -5px;
    top: 0px;
    color: #2782b1;
    font-size: 20px;
}

.top_part .ph_info small {
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}

.top_social {
    display: inline-block;
    margin: 8px 0 0 0;
    padding: 0;
}

.top_social li {
    margin: 0 0 0 14px;
    padding: 0;
    display: inline-block;
    font-size: 22px;
    color: #2782b1;
}

.top_social li a {
    color: #2782b1;
}

.top_social li img {
    position: relative;
    top: -2px;
}

.top_social li a:hover {
    opacity: 0.8;
}

.nav_sec .navbar-default .navbar-brand {
    background: none;
    height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    bottom: -36px;
}

.nav_sec .navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.nav_sec .navbar-nav {
    clear: both;
    float: right;
    background: #2782b1;
    position: relative;
}

.nav_sec .navbar-nav:before {
    content: "";
    width: 63px;
    height: 100%;
    display: block;
    background: url(../images/nav_curve.png) bottom center no-repeat;
    position: absolute;
    top: 0;
    left: -62px;
    background-size: 100% 100%;
}

.nav_sec .navbar-default .navbar-nav>li {
    margin: 0 0 0 45px;
}

.nav_sec .navbar-default .navbar-nav>li:first-child {
    margin: 0 0 0 10px;
}

.nav_sec .navbar-default .navbar-nav>li>a {
    padding: 22px 0 16px 0;
    font-size: 15px;
    color: #fff;
}

.nav_sec .navbar-default .navbar-nav>li>a:hover,
.nav_sec .navbar-default .navbar-nav>li>a:focus,
.nav_sec .navbar-default .navbar-nav>.active>a,
.nav_sec .navbar-default .navbar-nav>.active>a:hover,
.nav_sec .navbar-default .navbar-nav>.active>a:focus,
.nav_sec .navbar-default .navbar-nav>.open>a,
.nav_sec .navbar-default .navbar-nav>.open>a:hover,
.nav_sec .navbar-default .navbar-nav>.open>a:focus {
    background: none;
    color: #e6ee11;
}

.nav_sec .dropdown-menu {
    padding: 0;
    border: none;
    border-radius: 0px;
}

.nav_sec .dropdown-menu>li>a {
    padding: 7px 15px;
    font-size: 15px;
    color: #000;
}

.nav_sec .dropdown-menu>li>a:hover,
.nav_sec .dropdown-menu>li>a:focus {
    background: #e6ee11;
    color: #000;
}

.nav_sec.sticky {
    position: fixed;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}


/*********** Mobile Menu ***********/

.sidenav {
    height: 100%;
    width: 0;
    padding: 50px 0 30px 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #f97f00;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
}

#main {
    transition: margin-left .5s;
    padding: 0;
}

.mobile_menu {
    float: left;
    padding: 0;
    margin: 24px 20px 0 0;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}

.sidebar-nav {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 30px 0;
}

.sidebar-nav li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.sidebar-nav li a {
    padding: 10px 20px;
    display: block;
    color: #fff;
    clear: both;
    white-space: normal;
}

.sidebar-nav li .caret {
    float: right;
    margin-top: 11px;
}

.sidebar-nav li a:hover,
.sidebar-nav li:active a,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    background: #000000;
}

.sidebar-nav .dropdown-menu {
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
    margin: 0;
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
    position: relative;
}

.sidebar-nav .dropdown-menu>li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #999999;
    border: none;
}

.sidebar-nav .dropdown-menu>li>a {
    padding: 5px 15px 5px 35px;
    display: block;
    color: #fff;
}

.sidebar-nav .dropdown-menu>li>a:hover,
.sidebar-nav .dropdown-menu>li>a:focus:hover {
    color: #fff;
    background: none;
}


/***********  Section Part  ************/

section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}


/************* Slider Sec ***************/

.slider_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

.slider_sec .caption_info {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 30%;
}

.slider_sec h2 {
    margin: 0;
    padding: 0;
    font-size: 61px;
    color: #fff;
    max-width: 600px;
    font-family: 'Roboto Condensed', sans-serif;
    /*-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;*/
}

.slider_sec .owl-carousel .owl-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 9;
}

.slider_sec .owl-carousel .owl-dot {
    margin: 0 5px;
    display: inline-block;
}

.slider_sec .owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
}

.slider_sec .owl-carousel .owl-dot.active span {
    background: #e6ee0d;
}

.slider_sec .owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    font-size: 0;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: none !important;
    z-index: 555;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border: 2px solid #fff !important;
    color: #fff !important;
}

.slider_sec .owl-carousel .owl-nav button span {
    display: block !important;
}

.slider_sec .owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.slider_sec .owl-carousel .owl-nav button.owl-prev:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 900;
}

.slider_sec .owl-carousel .owl-nav button.owl-next {
    right: 15px
}

.slider_sec .owl-carousel .owl-nav button.owl-next:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 900;
}

.slider_sec .owl-carousel .owl-nav button:hover {
    background: #e6ee0d !important;
    color: #000 !important;
    border-color: #e6ee0d !important;
}


/********** About Sec *********/

.about_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 155px 0 137px 0;
    /*background: url(../images/about_image.jpg) no-repeat right 10% center;*/
}

.about_sec .inner {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    max-width: 540px;
}

.about_sec h2 {
    margin: 0 0 17px 0;
    padding: 0;
    font-size: 55px;
    color: #2782b1;
    font-family: 'Roboto Condensed', sans-serif;
}

.about_sec h2 small {
    display: block;
    font-size: 22px;
    color: #000;
}

.about_sec p {
    margin: 0 0 32px 0;
    padding: 0;
    font-size: 17px;
    color: #323232;
    line-height: 30px;
}

.more_link {
    margin: 0;
    padding: 8px 45px;
    display: inline-block;
    font-size: 24px;
    color: #000 !important;
    background: #e7ed11;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    border: 0px;
}
.more_link:hover {
    background: #2782b1;
    color: #fff !important;
}


/************* Service Sec ***************/

.service_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    background: #2782b1;
    position: relative;
}



.service_sec:before {
    content: "";
    width: 50%;
    height: 100%;
    background: url(../images/service_img.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.service_sec h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 35px;
    color: #fff;
    font-weight: 500;
}

.service_sec .right_info {
    width: 50%;
    float: right;
    margin: 0;
    padding: 48px 0 0 80px;
}

.service_sec .service_block {
    width: 100%;
    float: left;
    margin: 0 0 45px 0;
    padding: 15px 0 0 0;
    position: relative;
}

.service_sec .service_block h3 {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
}

.service_sec .service_block p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
}

.service_sec .service_block i {
    width: 78px;
    height: 78px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 78px;
    position: absolute;
    top: 0;
    left: -118px;
}


/************* News Sec ***************/

.news_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 75px 0 30px 0;
}

.news_sec h2 {
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 42px;
    color: #323232;
    font-weight: 600;
    text-align: center;
}

.news_sec .news_block {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news_sec .news_block picture {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.news_sec .news_block picture img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.news_sec .news_block date {
    width: 100px;
    height: 60px;
    margin: 0;
    padding: 9px 28px 5px 10px;
    line-height: 20px;
    display: inline-block;
    font-size: 17px;
    color: #fff;
    background: url(../images/date_bg.png) top center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    bottom: 30px;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.news_sec .news_block .detail {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0px 20px 30px 20px;
}

.news_sec .news_block h3 {
    margin: 0 0 14px 0;
    padding: 0;
    font-size: 26px;
    color: #333333;
}

.news_sec .news_block p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 15px;
    color: #333333;
    line-height: 24px;
}

.read_link {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    color: #2b506a;
    font-weight: 600;
}

.news_sec .news_block:hover {
    border-color: #69afaf;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.news_sec .news_block:hover date {
    bottom: 54px;
    color: #000;
    background: url(../images/date_bg_h.png) top center no-repeat;
}

.news_sec .news_block:hover .read_link {
    color: #73a9a9;
}


/************* Testimonial Sec ***************/

.testimonial_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 75px 0 60px 0;
    background: #3382ad;
}

.testimonial_sec .container {
    max-width: 970px;
}

.testimonial_sec .t_block {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.testimonial_sec .t_block picture {
    width: 89px;
    float: left;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #fff;
}

.testimonial_sec .t_block picture img {
    border-radius: 50%;
    display: inline-block;
    width: auto;
}

.testimonial_sec .t_block .detail {
    margin: 0;
    padding: 0 0 0 40px;
    overflow: hidden;
}

.testimonial_sec .t_block p {
    margin: 0 0 33px 0;
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.testimonial_sec .t_block p a {
    color: #e6ee11 !Important;
}

.testimonial_sec .t_block h3 {
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 22px;
    color: #fff;
}

.testimonial_sec .owl-carousel .owl-dots {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.testimonial_sec .owl-carousel .owl-dot {
    margin: 0 4px;
    display: inline-block;
}

.testimonial_sec .owl-carousel .owl-dot span {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
}

.testimonial_sec .owl-carousel .owl-dot.active span {
    background: #fff;
    opacity: 1;
}


/***********  Footer Part  ************/

footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.footer_detail {
    width: 100%;
    float: left;
    margin: 0;
    padding: 42px 0 0 0;
    background: #272727;
}

.footer_logo {
    width: 100%;
    float: left;
    margin: 50px 0 40px 0;
    padding: 0;
}

ul.footer_social {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

ul.footer_social li {
    margin: 0 2px 10px 0;
    padding: 0;
    display: inline-block;
}

ul.footer_social li img {
    position: relative;
    top: -2px;
}

ul.footer_social li a {
    width: 38px;
    height: 38px;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: #5077c4;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
}

ul.footer_social li a:hover {
    background: #fff !important;
    color: #2782b1;
}

ul.footer_social li a.blue {
    background: #49cff4;
}

ul.footer_social li a.gray {
    background: #c8c7b3;
}

ul.footer_social li a.l_blue {
    background: #85ccde;
}

ul.footer_social li a.red {
    background: #eb4a4f;
}

ul.footer_social li a.l_red {
    background: #ed4a4d;
}

.footer_detail h3 {
    margin: 25px 0 20px 0;
    padding: 0;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}

ul.footer_list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

ul.footer_list li {
    margin: 0 0 10px 0;
    padding: 0 0 0 16px;
    display: block;
    position: relative;
}

ul.footer_list li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -1px;
    left: 0;
    font-weight: 900;
}

ul.footer_list li.active:before {
    color: #e6ee11;
}


ul.footer_list li a {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 17px;
    color: #fff;
}
ul.footer_list li.active a, ul.footer_list li a:hover{
    color: #e6ee11;
}

ul.footer_list li a:hover {
    color: #e6ee11;
}

ul.add_info {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

ul.add_info li {
    margin: 0 0 14px 0;
    padding: 0 0 0 30px;
    display: block;
    font-size: 17px;
    color: #bad874;
    position: relative;
}

ul.add_info li ,ul.add_info li a {
    color: #fff;
}
ul.add_info li a:hover {
    color: #bad874;
}

ul.add_info li a:hover {
    color: #e6ee11;
}

ul.add_info li i {
    position: absolute;
    top: 4px;
    left: 0;
}


/*******  Copyright  *******/

.copyright {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-top: 1px solid #3d3d3d;
}

.copyright p {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 13px;
    color: #d0d0d0;
}

.copyright p a {
    color: #d0d0d0;
}

.copyright p a:first-child {
    margin-left: 10px;
}

.copyright p a:hover {
    color: #e6ee11;
}

.copyright p span {
    margin: 0 10px;
}

ul.copyright_link {
    float: right;
    margin: 0;
    padding: 0;
}

ul.copyright_link li {
    margin: 0 0 0 30px;
    padding: 0;
    display: inline-block;
}

ul.copyright_link li a {
    font-size: 16px;
    color: #d0d0d0;
    display: inline-block;
}

ul.copyright_link li a:hover {
    color: #e6ee11;
}

.copyright a:hover {
    color: #e6ee11;
}

.copyright .right_link{ float: right; font-size: 13px; color: #d0d0d0; }
.copyright .right_link:hover{ color: #e6ee11; }





/* 7-8-2019 */
.right_image{
    float: right;
    margin-left: 20px;
    max-width: 50%;
}

.left_image{
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
    max-width: 50%;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
    background-color: #2782b1;
    border-color: #2782b1;
}
.pagination > li > a,
.pagination > li > span{
    color: #2782b1;
}

.page_sec,
.blog_sec,
.contact_sec{
    float: left;
    width: 100%;
    padding: 70px 0px;
}

/*.page_sec ul li{
    padding: 5px;
}*/
.page_sec ul li:before,
.sitemap_list li:before{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    float: left;
    display: inline-block;
    margin-left: 0px;
    margin-right: 8px;
    color: #3382ad;
    font-weight: 900;
    font-size: 10px;
    line-height: 19px;

}

.inner_sec {
    float: left;
    width: 100%;    
    position: relative;
}
.inner_sec img{
    width: 100%;
}
.inner_sec .caption_info{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 40%;
}
.inner_sec .cap_inn{
    width: 100%;
    max-width: 480px;
    float: left;
    margin: 0;
    padding: 0;
}
.inner_sec .cap_inn span{
    line-height: 20px;
    font-size: 20px;
    color: #fff;

}
.inner_sec h2{
    margin:0 0 9px 0;
    padding:0;
    font-size:44px;
    color: #fff;
}


.contact_sec.contact_form{
    background: #F8F8F8;
}
.contact_sec .well {
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
    clear: both;
    margin-bottom: 0px;
}
.contact_sec .well .detail span{
    display: block;
    margin-bottom: 10px;
}
.contact_sec .well:first-child .detail{
    display: table;
}
.contact_sec .well i {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 22px;
    color: #bbb;
}
.contact_sec .well a {
    color: #000;
}

.contact_sec .info_contact {
    width: 100%;
    float: left;
    margin: 0;
}
.contact_sec .info_contact .block {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 8px 0;
    position: relative;
}
.contact_sec .info_contact .block i {
    width: 31px;
    float: left;
    padding: 0;
    margin: 0;
    border-right: 1px solid #c7c7c7;
    position: absolute;
    left: 11px;
    top: 12px;
    z-index: 5;
    font-size: 18px;
    color: #bbb;
}
.contact_sec .info_contact .block .field {
    width: 100%;
    height: 43px;
    float: left;
    padding: 0 15px 0 52px;
    margin: 0;
    font-size: 15px;
    color: #151515;
    border: 1px solid #cacaca;
}
.contact_sec .info_contact .block .field.field_2 {
    height: 145px;
    float: left;
    padding: 10px 15px 10px 52px;
    margin: 0;
    font-size: 15px;
    color: #151515;
    border: 1px solid #cacaca;
}
.contact_sec .info_contact .block .more_link{
    width: 100%;
    padding: 4px 0px;
    color: #fff !important;
}


.news_sec .news_block h3 a{
    color: #2b506a;
}
.news_sec .news_block h3 a:hover{
    color: #73a9a9;
}


.blog_sec .blog_item {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}


.blog_item:last-child {
    border-bottom: none;
}
.blog_sec .blog_item h3 a {
    font-size: 28px;
}
.blog_sec .blog_item.right_item figure {
    text-align: right;
}
.blog_sec .blog_item.left_item figure {
    text-align: left;
}

.blog_sec .blog_item p a {
    color: #e6ee11;
}
.blog_sec .blog_item p a:hover{
    color: #73a9a9;
}

.blog_sec .blog_item .blog_detail .service_icon{
    width: 78px;
    height: 78px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
}

.blog_sec .pull-right .testimonial_img{
    float: right;
    margin-left: 20px;
}
.blog_sec .pull-left .testimonial_img{
    float: left;
    margin-right: 20px;
}
.blog_sec .testimonial_img{
    border-radius: 50%;
    display: inline-block;
    width: 89px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 3px solid #2782b1;
}

.sitemap_list {
    margin-left: 0px;
}
.sitemap_list li{
    font-size: 16px;
    color: #000;
    line-height: 24px;
    padding: 0px;
}
.sitemap_list li a{
    color: #000;
}
.sitemap_list ul {
    margin-left: 20px;
}



.blog_sec .blog_item .full_width{
    width: 100%;
}
.service_sec .service_block a{
    color: #fff;
}



/*.head_office_slider.owl-carousel .owl-nav button {
    width: 48px;
    height: 48px;
    font-size: 0;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: none !important;
    z-index: 555;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    border: 2px solid #fff !important;
    color: #fff !important;
}
.head_office_slider .owl-carousel .owl-nav button span {
    display: block !important;
}
.head_office_slider.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}
.head_office_slider.owl-carousel .owl-nav button.owl-prev:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 900;
}
.head_office_slider.owl-carousel .owl-nav button.owl-next {
    right: 15px
}
.head_office_slider.owl-carousel .owl-nav button.owl-next:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 28px;
    font-weight: 900;
}
.head_office_slider.owl-carousel .owl-nav button:hover {
    background: #e6ee0d !important;
    color: #000 !important;
    border-color: #e6ee0d !important;
}*/