/*-----------------------
    1.Menu
    2.Home
    3.Contact Us
    4.Footer
    5.Single Page
    6.Services
    7.About Us



	
-------------------------*/




/*------- 1.Menu -------*/
._1header{
    background: #151515;
}
._1header_con{}
._1header_social{}
._1header_social li{
    display: inline-block;
    margin-right: 13px;
}
._1header_social li:last-child{
    margin-right: 0px;
}
._1header_social_link{
    color: #fff;
    transition: .2s all ease;
    font-size: 16px;
}
._1header_social_link:hover{
    color: var(--primary);
}
._1header_social_link i{}
._1header_openTime{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
._1header_openTime_icon{
    font-size: 12px;
    margin-right: 7px;
    flex: 0 0 auto;
}
._1header_openTime_text{
    font-size: 14px;
    color: #fff;
    flex: 1 1;
}
._1header button{
    border-radius: 0;
}
._1menu._1menu_fixed{
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    animation: menuAmimation .3s;
}
@keyframes menuAmimation {
    from {top: -200px;}
    to {top: 0px;}
}
._1menu{
    width: 100%;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 12px 0;
    z-index: 999;
}
._menu_logo {
    height: 60px;
    width: auto;
}

._1menu_logo{}
._1menu_list{}
._1menu_list_li{
    display: inline-block;
    margin-right: 25px;
}
._1menu_list_li:last-child{
    margin-right: 0px;
}
._1menu_list_text{
    font-size: 16px;
    color: var(--color2);
    transition: .2s all ease;
    text-decoration: none;
    font-weight: 600;
}
._1menu_list_text._active{
    color: var(--primary);
}
._1menu_list_text:hover{
    color: var(--primary);
}
._1menu_call{
    display: flex;
}
._1menu_call_icon{
    flex: 0 0 auto;
    font-size: 34px;
    color: var(--secondary);
    margin-right: 12px;
}
._1menu_call_con{}
._1menu_call_con_text{
    font-weight: 200;
    font-size: 19px;
    color: var(--color2);
}
._1menu_call_num:hover{
    color:var(--primary)
}
._1menu_call_num{
    color: var(--color2);
    font-size: 23px;
    font-weight: 700;
}
._1menu_right{
    display: flex;
    justify-content: flex-end;
}
._mob_bar._mob_bar_fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
._mob_bar{
    display: none;
    width: 100%;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 12px 0;
    z-index: 999;
} 
._mob_bar_icon{
    font-size: 16px;
} 
/* Mobile menu */
._sidebar_main_all._sidebar_open{
    left: 0;
}
._sidebar_main_all{
    position: fixed;
    top: 0;
    z-index: 1111;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding: 22px 20px;
    left: -100%;
    transition: .5s all ease;
}
._sidebar_close {
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 14px;
    top: 10px;
}
._sidebar_list_main{}
._sidebar_list_title{}
._sidebar_list {
    padding-top: 17px;
}
._sidebar_list a{
    display: flex;
    align-items: center;
}
._sidebar_list li {
    display: block;
    padding: 0;
    margin-bottom: 22px;
}
._sidebar_list li:last-child{}
._sidebar_list_icon {
    flex: 0 0 auto;
    color: var(--secondary);
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}
._1menu_list_text._active ._sidebar_list_icon {
    color: var(--primary);
}
._1menu_list_text._active ._sidebar_list_text {
    color: var(--primary);
}
._sidebar_list_text {
    color: var(--color2);
    font-size: 17px;
}
._sidebar_list_text:hover{
    color: #000;
}
/* Mobile menu */
/*------- 1.Menu -------*/

/*------- 2.Home -------*/
._1banner {
    position: relative;
    background-image: url(../img/clening_banner.jpg);
    background-size: cover;
    padding: 65px 0;
}
._1banner::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffffbf;
    z-index: 0;
}
._1banner_con{
    position: relative;
    z-index: 1;
}
._1banner_title {
    font-weight: 800;
    font-size: 40px;
    line-height: 60px;
    max-width: 672px;
    color: var(--secondary);
}
._1banner_subtitle{
    font-size: 16px;
    color: var(--color2);
    margin-top: 20px;
}
._1banner_tag{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 29px 0;
}
._1banner_tag_firstRow{
    flex: 0 0 auto;
    min-width: 212px;
}
._1banner_tag_secRow{
    flex: 0 0 auto;
}
._1banner_tag_item{
    display: flex;
    padding: 10px 0;
}
._1banner_tag_icon{
    flex: 0 0 24px;
    color: var(--secondary);
    font-size: 15px;
}
._1banner_tag_title{
    flex: 0 0 auto;
    font-size: 19px;
}
._1banner_search{
    display: flex;
    align-items: center;
    background: #fff;
    max-width: 589px;
    border: 2px solid var(--secondary);
    border-radius: 6px;
}
._1banner_search_icon{}
._1banner_search_input{
    flex: 1 1;
    overflow: hidden;
}
._1banner_search_input input{
    width: 100%;
    font-size: 17px;
    color: var(--color2);
    padding: 14px 10px;
    border: none;
}
._1banner_search_button{
    padding: 6px 6px;
}
._1banner_search_button button{
    font-size: 20px;
    font-weight: bold;
    padding: 0 33px;
    height: 60px;
}
._home_frequently{
    padding: 60px 0;
}
._home_frequently ._1title {
    margin-bottom: 35px;
    color: var(--secondary);
}
._home_frequently_tabs{}
._home_frequently_tabs .ivu-collapse>.ivu-collapse-item>.ivu-collapse-header {
    height: auto;
    line-height: inherit;
    padding-left: 0;
    color: var(--color2);
    border-bottom: 0 solid transparent;
    transition: all .2s ease-in-out;
}
._home_frequently_tabs .ivu-collapse-content {
    color: var(--color2);
    padding: 0 16px;
    font-size: 16px;
    border-radius: 7px;
}
._home_frequently_tabs .ivu-collapse {
    background-color: transparent;
    border-radius: 0;
    border: 0px solid #dcdee2;
}
._home_frequently_tabs .ivu-collapse>.ivu-collapse-item.ivu-collapse-item-active>.ivu-collapse-header {
    border-bottom: 0px solid #dcdee2;
    margin-bottom: 20px;
}
._home_frequently_tabs .ivu-collapse>.ivu-collapse-item>.ivu-collapse-header {
    border-bottom: 0px solid #dcdee2;
    font-size: 20px;
    color: var(--color2);
    font-weight: bold;
}
._home_frequently_tabs .ivu-collapse>.ivu-collapse-item {
    border-top: 0px solid #dcdee2;
    margin-bottom: 30px;
}
._home_frequently_tabs .ivu-collapse>.ivu-collapse-item>.ivu-collapse-header>i {
    transition: transform .2s ease-in-out;
    margin-right: 8px;
    height: 45px;
    width: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: var(--box-shadow2);
    border-radius: 100%;
    color: var(--secondary);
}
._sponsor {
    padding: 11px 0;
    background: #151515;
}
._sponsor_slider {
    width: 100%;
    height: 40px;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}
._sponsor_item2{
    width: 599px;
}
._sponsor_slider_list{
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
}
._sponsor_item {
    /* height: var(--height); */
    width: var(--width);
    position: absolute;
    left: 100%;
    animation: autoRun 16s linear infinite;
    animation-delay: calc(16s / var(--quantity) * (var(--position) - 1));
    width: 608px;
    flex: 0 0 auto;
}
@keyframes autoRun {
    from{
        left: 100%;
    }to{
        left: calc(var(--width) * -1);
    }
}
._sponsor_text {
    place-self: center;
    background: linear-gradient(90deg, #00f, #0ff, #00f) -100% / 200%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font: 900 clamp(2em, 10vw, 10em) exo, sans-serif;
    animation: shimmer 2s linear infinite;
    font-size: 25px;
}

@keyframes shimmer { to { background-position: 100% } }
._sponsor_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}
._sponsor_slider:hover ._sponsor_item{
    animation-play-state: paused !important;
}
._why{
    padding: 95px 0 95px;
    background: #fff;
}
._why_title{
    margin-bottom: 20px;
    color: var(--secondary);
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
}
._why_top_con{}
._why_top_text{
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--color3);
    text-align: center;
}
._why_con{}
._why_card_all{}
._why_card{}
._why_card_icon {
    font-size: 21px;
    color: var(--secondary);
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: var(--secondary);
    color: #fff;
    margin-bottom: 11px;
}
._why_card_title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.5px;
    margin-top: 0px;
    color: var(--color2);
    font-weight: 600;
    color: var(--secondary);
}
._why_card_text {
    padding-top: 6px;
    padding-bottom: 0;
    font-size: 15px;
    line-height: 22px;
    color: var(--color3);
}
._why_pic{
    padding: 0 20px;
}
._why_img {
    border: 1px solid #EBEBEB;
    padding: 15px;
    border-radius: 100%;
    background: #fff;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
._why_card_all{}
._why_card_all li{
    text-align: right;
    margin-bottom: 32px;
    display: block;
}
._why_card_all li:last-child{
    margin-bottom: 0px;
}
._why_card_all._why_card_all_right li{
    text-align: left;
}
._hAbout_hr_sec {
    position: relative;
}
._hAbout_hr {
    position: absolute;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.15), transparent);
    width: 85%;
    height: 1px;
    bottom: 0;
    left: 0;
}
._hAbout {
    position: relative;
    background: #fff;
    padding: 75px 0 4px;
}
._hAbout_title{
    text-align: center;
    font-size: 30px;
    color: var(--secondary);
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 22px;
}
._hAbout_subtitle{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8rem;
    font-weight: 300;
    color: var(--color2);
    text-align: center;
}
._hAbout_text{
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: var(--color3);
    text-align: center;
}
#services{
    height: 120px;
}
._hAbout_menu {
    width: 100%;
    overflow: hidden;
    background: url(/static/img/concept.png) no-repeat center 0;
    padding-bottom: 159px;
}
._hAbout_pic_main{
    width: 160px;
    height: 175px;
    margin: 130px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background: url(https://bristolcentralheating.co.uk/wp-content/themes/porto/images/concept-item.png) no-repeat 0 0;
}
._hAbout_pic {
    border-radius: 150px;
    margin: 8px;
    width: 144px;
    height: 144px;
    object-fit: cover;
}
._hAbout_pic_main2 {
    width: 355px;
    height: 353px;
    margin: 0px auto 0 auto;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
    background: url(https://bristolcentralheating.co.uk/wp-content/themes/porto/images/concept-item.png) no-repeat -298px 0px;
}
._hAbout_pic2 {
    border-radius: 100%;
    margin: 11px 14px;
    width: 327px;
}
._hAbout_menu_title{
    display: block;
    font-size: 2.1em;
    font-weight: normal;
    position: relative;
    margin-top: 30px;
    color: var(--secondary);
    text-align: center;
}
._hAbout_link{
    display: inline-block;
}
._hAbout_link2{
    display: inline-block;
}
._sun{
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    left: 10%;
    top: 35px;
    background: url(https://bristolcentralheating.co.uk/wp-content/themes/porto/images/concept-icons.png) no-repeat 0 0;
}
._cloud {
    width: 116px;
    height: 56px;
    display: block;
    position: absolute;
    left: 57%;
    top: 35px;
    animation: mymove 5s infinite;
    background: url(https://bristolcentralheating.co.uk/wp-content/themes/porto/images/concept-icons.png) no-repeat 100% 0;
}
@keyframes mymove {
  0% {top: 35px;}
  50% {top: 50px;}
  100% {top: 35px;}
}
._relative{
    position: relative;
}
/*------- 2.Home -------*/

/*------- 3.Contact Us -------*/
._faq_title {
    color: var(--black, #070707);
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}
._acco_info_form{}
._acco_info_form_group{
    margin-bottom:24px;
}
._terms_main{
    border-radius: 10px;
    background: #FFF;
    padding: 64px;
    margin-bottom: 88px;
}
._donor_top{
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 21px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
._donor_top_title{
    color: #000;
    font-size: inherit;
    font-weight: 700;
    line-height: 18px;
}
._donor_edit{
    color: var(--Red, #E02C27);
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s all ease;
}
._donor_edit:hover{
    color: var(--secondary-dark);
}
._donor_con_main{
    padding-top: 1px;
}
._con_ques {
    border-radius: 10px;
    background: #fbfbfb !important;
    padding: 40px 64px;
    margin-top: 32px;
}
._con_ques_title{
    color: var(--Brand-Black, #0A0909);
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.21px;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 16px;
    margin-bottom: 40px;
}
._con_ques_info{
    display: flex;
}
._con_ques_info_icon{
    background: #c3c3c3;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
._con_ques_info_text{
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 21px; /* 131.25% */
    flex: 1 1;
    padding: 5px 0 0 8px;
}
._3content{
    padding-top: 50px;
}
._con_map iframe{
    height: 100% !important;
    width: 100% !important;
}
._con_map{
    height: 400px;
}
/*------- 3.Contact Us -------*/

/*------- 4.Footer -------*/
._footer{
    position: relative;
    padding: 90px 0px 0;
    background: var(--secondary);
}
.w-37{
    width: 37%;
}
._footer_we_pic{}
._footer_we_pic img {
    width: 66%;
}
._footer_we{}
._footer_we_title{
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
}
._footer_we_text {
    position: relative;
    font-size: 15px;
    line-height: 1.8em;
    color: #dddddd;
    margin: 0px 0 10px;
}
._footer_list_title{
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
}
._footer_list_ul{}
._footer_list_ul li{
    display: block;
    margin-bottom: 10px;
}
._footer_list_ul li a{
    color: #dddddd;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
._footer_list_ul li a:hover{
    color: #fff;
}
._footer_info_num{
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.2em;
    margin-bottom: 25px;
    text-transform: uppercase;
}
._footer_info_con{}
._footer_info_email{}
._footer_info_email li{
    display: block;
    position: relative;
    color: #dddddd;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
}
._footer_socail{
    padding-top: 9px;
}
._footer_socail li{
    display: inline-block;
    margin-right: 8px;
}
._footer_socail li a{
    position: relative;
    font-size: 18px;
    display: flex;
    color: #dddddd;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 50px;
    display: inline-flex;
    border: 1px solid #366093;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
._footer_socail li a:hover{
    border-color: #fff;
    color: #ffffff;
    background: #fff;
    color: var(--primary);
}
._footer_copy{
    border-top: 1px solid #366093;
    font-size: 16px;
    color: #dddddd;
    padding: 20px 0;
    margin-top: 54px;
}
/*------- 4.Footer -------*/

/*------- 5.Single Page -------*/
.blog-banner {
    background: transparent url('/static/img/none.jpg');
    color: #FFF;
    height: auto;
    width: 100%;
    background-position: center;
    padding: 93px 0;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.blog-banner::before{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: #ffffffbf;
    top: 0;
    left: 0;
    z-index: 0;
}
.blog-banner_con{
    position: relative;
    z-index: 1;
}
.blog-banner h4 {
    color: var(--color2);
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 5px;
    display: block;
    /* margin-bottom: -25px; */
    font-weight: 700;
}
.blog-banner h4 a {
    color: var(--color3);
}
.blog-banner h4 a:hover {
    color: var(--primary);
}
.blog-banner h3 {
    line-height: 46px;
}
.blog-banner h3 {
    text-transform: uppercase;
    font-size: 45px;
    letter-spacing: 4px;
    padding-top: 21px;
    font-weight: bold;
    /* font-family: 'Roboto', sans-serif; */
    color: var(--secondary);
}
.blog_container {
    padding-bottom: 60px;
    background: #fff;
}
.blog-area {
   padding-top: 100px;
   padding-right: 40px;
}
.blog_container .blog-warp-1 img {
   height:  100%;
}
._services_more{}
._blog_card_row ._services_card{
    margin-bottom: 50px;
}
._singService{}
._singService_title{
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 300;
    color: var(--secondary);
}
._singService_subtitle {
    font-size: 20px;
    font-weight: 300;
    color: var(--secondary);
    margin: 42px 0 21px;
}
._singService_ul {
    padding: 4px 0 17px 47px;
}
._singService_ul li {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 3px;
    color: var(--color3);
    list-style: circle;
}
._singService_text{
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 17px;
    color:var(--color3);
}
._singService_main {
    padding-bottom: 60px;
}
._singService_pic{
    margin-bottom: 28px;
}
._singService_img{}
._singService_slider{}
._singService_price{
    padding: 60px 0;
}
._singService_price_title{
    font-size: 21px;
    line-height: 35px;
    position: relative;
    margin: 0 0 13px;
}
._singService_price_list{
    position: relative;
    padding: 0px 30px;
    border: 1px solid #e8f1f7;
}
._singService_price_list li:first-child {
    font-weight: 500;
    text-transform: uppercase;
}
._singService_price_list li:first-child span {
    color: var(--color2);
    font-weight: 500;
}
._singService_price_list li:last-child{
    border-bottom: none;
}
._singService_price_list li{
    display: block;
    position: relative;
    color: #1e1e29;
    font-size: 16px;
    display: block;
    line-height: 62px;
    border-bottom: 1px solid #e8f1f7;
}
._singService_price_list li span{
    position: relative;
    right: 0px;
    top: 0px;
    width: 30%;
    float: right;
    color: #7e7e7e;
    text-align: right;
    border-left: 1px solid #e8f1f7;
}
._services_card_btn{
    text-align: center;
    margin-top: 25px;
}

/* -- Widget Area */
.widget-area {
   text-align: center;
   padding: 30px;
   background: #F6F8FA;
   margin-top: 100px;
}

/* - Widget */

.widget {
    display: inline-block;
    margin-bottom: 40px;
    width: 100%;
}
/* - Widget Search */

.widget {
    margin-bottom: 40px;
}
.widget-search {
    display: block;
    background: #FFF;
    border: 3px solid #EFEAEA;
}
.widget-search .input-group {
    padding-bottom: 6px;
    padding-top: 6px;
}
.widget-search .input-group input {
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
    border-radius: 0px;
    transition: none 0s ease 0s;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    color: #8F8F8F !important;
    height: auto;
}
.widget-search .input-group button {
    background: transparent;
    border: medium none;
    font-size: 14px;
    color: #038FD6;
    padding: 0px 12px;
}
.input-group-btn {
    left: 0px;
}
/* - Widget Title */

.widget .widget-title {
   font-size: 18px;
   text-transform: uppercase;
   font-weight: 400;
   text-align: center;
   letter-spacing: 1px;
   margin: 0px 0px 25px;
   margin-top: 0px;
   position: relative;
   padding: 10px 0px;
   color: #fff;
   background: var(--secondary);
}

/* - Categories Type */

.categories-type li {
    border-bottom: 1px solid #f0f0f0;
    padding: 11px 10px;
    letter-spacing: 0.5px;
    color: #e1e1e1;
    list-style: square;
    display: block;
}
.widget-post-categories .categories-type {
    text-align: left;
    display: inline-block;
    margin-top: -10px;
    width: 100%;
    /* margin-left: -53px; */
}
.categories-type li a {
    color: rgb(111, 111, 111);
}
.categories-type li:hover a {
    color: #000;
}
.categories-type li span {
    float: right;
    clear: both;
}
/* - Recent Post */

.wiget-recent-post {
    margin-bottom: 22px;
}
.wiget-recent-post .widget-title {
    margin-top: 10px;
}
.recent-post-box {
    display: inline-block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 13px;
    margin-top: 10px;
    width: 100%;
    position: relative;
}
.recent-post-box:last-of-type {
    border-bottom: none;
}
.recent-title {
    text-align: left;
}
.recent-title > a {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color2);
    color: var(--secondary);
    font-weight: bold;
}
.recent-title > a:hover {
    text-decoration: underline;
    color: var(--secondary);
}
.recent-title > p {
    font-size: 13px;
    color: #8B8B8B;
    margin-top: -8px;
}
/* - Widget Instagram */

.instagram-photo-list {
    padding: 0px;
    margin: 0px;
    list-style: outside none none;
}
.instagram-photo-list li {
    padding: 4px;
    width: 33.33%;
    float: left;
    height: 96px;
    overflow: hidden;
}
.instagram-photo-list li img {
    transition: all 0.2s ease 0s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.instagram-photo-list li:hover img {
    transition: all 0.2s ease 0s;
    opacity: 0.5;
}
.widget-instagram img {
    width: 105px;
}
/* - Widget Tags */

.widget-tags {
   text-align: left;
   width: 100%;
   margin-bottom: 0px;
}

.widget-tags .widget-title {
    display: inline-block;
    width: 100%;
}
.widget-tags > a:hover {
   color: #fff;
   transition: all 1s ease 0s;
   border-color: #038FD6;
   background: #038FD6;
}
.widget-tags > a {
   color: #676767;
   text-decoration: none;
   border: 1px solid #676767;
   padding: 6px 13px;
   display: inline-block;
   margin-bottom: 5px;
   font-size: 13px;
}
.list-comments {
    padding-top: 45px;
    margin-bottom: 50px;
}
.comments-section-title h4 {
    margin-top: 0px;
    font-size: 24px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 15px 0px;
    color: #333;
}
.comments {
    padding: 0px;
    margin: 0px;
    border: 1px solid #ebebeb;
}
.comments li {
    list-style: outside none none;
}
.comments li .comment {
    padding: 30px 30px 30px;
    position: relative;
    overflow: hidden;
    text-align: left;
}
.comments li .comment img.comment-avatar {
    margin-bottom: 20px;
    width: 90px;
}
.comments li .comment strong.commenter-title {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #8B8B8B;
    letter-spacing: 2px;
}
.comments li .comment strong.commenter-title a {
    color: #000;
}
.comments li .comment span.comment-date {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
    color: #8B8B8B;
    margin-top: 0px;
    text-transform: uppercase;
}
.comments li .comment span.comment-reply {
    right: 16px;
}
.comments li .comment span.comment-reply a {
    transition: all 0.5s ease 0s;
    font-size: 11px;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #333;
    border: 1px solid var(--secondary);
}
.comments li .comment span.comment-reply a:hover {
    background: var(--secondary);
    color: #fff;
}
.comments li .comment span.comment-reply a i {
    font-size: 11px;
}
.comments li .comment p:last-child {
    margin-bottom: 0px;
    font-weight: 300;
    color: #8B8B8B;
}
.comments li > ul {
    padding-bottom: 7px;
    padding: 0 0 6px 50px;
}
.comments li .comment p {
    margin: 7px 0 14px;
    font-size: 15px;
}
.blog-contact {
    padding: 0px;
    margin-bottom: 100px;
    /* margin-top: -60px; */
}
.blog-contact .contact-form {
    text-align: left;
}
.blog-contact .form-control {
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 1px;
    box-shadow: none;
    line-height: 2.429;
}
.blog-contact .form-group {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
.form-control:focus {
    border: 1px solid #038FD6;
    box-shadow: none;
}
#contactForm .submit-button:hover {
    background: transparent;
    color: #038FD6;
    border: 3px solid #038FD6;
}
#contactForm .submit-button {
    color: #FFF;
    background: #038FD6;
    font-weight: 700;
    margin-top: 20px !important;
    padding: 11px 30px;
    border: 3px solid #038FD6;
    text-align: left;
}
.post-option {
   position: relative;
   padding: 25px 33px;
   margin-top: 60px;
   border: 1px solid #ebebeb;
}

.post-option .prev-post,
.post-option .next-post {
    position: relative;
    font-size: 12px;
    color: #555555;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Reem Kufi', sans-serif;
}
.post-option .prev-post:hover,
.post-option .next-post:hover {
    color: #038FD6;
}
.post-option .middle-icon {
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.post-option .middle-icon a {
    position: relative;
    color: #038FD6;
    font-size: 27px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-top: -1px;
}
.post-option .middle-icon a:hover {
    color: #B9B3B3;
}
/*------- 5.Single Page -------*/

/*------- 6.Services -------*/
._services_card:hover ._services_title{
    color: var(--secondary);
}
._services_card:hover ._services_img{
    transform: scale(1.2);
}
._services_card{
    display: block;
}
._services_title {
    position: relative;
    color: var(--color2);
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
    transition: .3s all ease;
    color: var(--secondary);
    font-weight: bold;
}
._services_text{
    text-align: center;
    position: relative;
    color: var(--color3);
    font-size: 15px;
    z-index: 1;
    line-height: 1.8em;
    padding-bottom: 16px;
    height: 65px;
}
._services_pic{
    height: 198px;
    overflow: hidden;
}
._services_img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .3s all ease;
}
._blog_con{
    padding-top: 60px;
    padding-bottom: 60px;
}
._services_card_btn ._2btn{
    width: auto;
}
._pagination{}
._pagination_list{
    text-align: center;
}
._pagination_list li{
    position: relative;
    display: inline-block;
    margin: 0px 10px 0px 10px;
}
._pagination_list li._prev a{
    font-size: 20px;
    border: none;
    position: relative;
    top: 3px;
}
._pagination_list li._next a{
    font-size: 20px;
    border: none;
    position: relative;
    top: 3px;
}
._pagination_list li a._active{
    color: var(--secondary);
    border-color: var(--secondary);
}
._pagination_list li a{
    position: relative;
    font-size: 18px;
    color: #1e1e29;
    font-weight: 500;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}
._pagination_list li a:hover{
    color: var(--secondary);
}
/*------- 6.Services -------*/

/*------- 7.About Us -------*/
._about{
    padding: 90px 0 90px;
}
._about_left{}
._about_text_main{
    margin-top: 50px;
    margin-bottom: 60px;
}
._about_text:first-child{
    margin-bottom: 20px;
}
._about_text{
    position: relative;
    color: var(--color3);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8em;
}
._about_video{
    margin-top: 0;
    padding: 0;
    position: relative;
}
._about_video_icon{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #16bae117;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
._about_video_icon p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    display: 33;
}
._about_video_icon span{
    display: inline-flex;
    height: 80px;
    width: 80px;
    background: #fff;
    border-radius: 100%;
    font-size: 63px;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    cursor: pointer;
    margin: 0 0 25px;
    padding: 0 0 0 7px;
}
._about_video_icon span i{}
._about_right{
}
._about_pic{}
._about_pic img{}
._about_faq{}
._about_right_bottom_text {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.8em;
}
._about_mark {
    margin-bottom: 31px;
}
._about_mark li {
    font-size: 15px;
    color: var(--color3);
    display: block;
    margin-bottom: 10px;
}
._about_ceo_qu_text {
    font-size: 18px;
    color: var(--color2);
    line-height: 30px;
}
._about_ceo_name {
    font-size: 17px;
    color: var(--color2);
    margin: 10px 0px 0px;
}
._about_ceo_name span {
    color: var(--color3);
    font-size: 14px;
}
._about_mark li span {
    font-size: 18px;
    color: var(--secondary);
    top: 3px;
    position: relative;
    margin: 0px 4px 0px 0px;
}
._about_left ._1title {
    font-size: 30px;
    font-weight: bold;
    color: var(--secondary);
}
/*------- 7.About Us -------*/