/**********************
     GENERAL STYLE
***********************/

body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    background: #ffffff;
}


img{
    max-width: 100%;
}

a{
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

footer a{
    color: #efefef;
}

.after_line {
    position: relative;
    display: inline-block;
    padding-left: 13%;
}
.after_line:after {
    content: "";
    height: 1px;
    background-color: #000000;
    min-width: 15%;
    bottom: 20px;
    display: block;
    position: absolute;
    left: 0;
}
footer{
    color: #999999;
}

.container_fnp {
    margin: 0 80px;
}

.bg-grey{
    background: #eeeeee;
}

.home_container{
    padding: 0 100px;
}

.section_title{
    font-size: 46px;
    font-weight: 800;
    color: #000000;
}

.section_subtitle{
    font-size: 26px;
    font-weight: 700;
    color: #e20009;
}

.subtitle{
    font-size: 20px;
    font-weight: 700;
    color: #e20009;
}

.text-left{
    text-align: left!important;
}

.pad-left{
    padding-left: 60px;
}

.line-1{
    height: 1px;
    width: 90%;
    background: #999999;
    margin: 10px auto;
}

.line-2{
    height: 1px;
    width: 90%;
    background: #efefef;
    margin: 10px auto;
}

/**********************
     END GENERAL STYLE
***********************/

/**********************
     QUİCK CLASS
***********************/

.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}

.pt-50{
    padding-top: 50px;
}

.pb-50{
    padding-bottom: 50px;
}

.mb-50{
    margin-bottom: 50px;
}
.mt-50{
    margin-top: 50px;
}

.mt-20{
    margin-top: 20px!important;
}


.mt-10{
    margin-top: 10px!important;
}

.mb-20{
    margin-bottom: 20px;
}

.mb-10{
    margin-bottom: 10px;
}

.pt-20{
    padding-top: 20px;
}

.pb-20{
    padding-bottom: 20px;
}

.pt-10{
    padding-top: 10px;
}

.pb-10{
    padding-bottom: 10px;
}

/**********************
    END QUİCK CLASS
***********************/

/**********************
    HEADER STYLE
***********************/

.header{
    padding: 30px 0;
    position: absolute;
    width: 100%;
    z-index: 999;
    transition: 0.5s ease-in-out;
}

.main_navbar{
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 50px;
}

.main_navbar .menu_wrapper{
    margin-left: auto;
}

.main_navbar .menu_wrapper ul{
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    align-items: center;
}

.main_navbar .menu_wrapper ul.second_menu li{
    list-style: none;
    margin-right: 10px;
    padding-right: 25px;
    position: relative;
    line-height: 2.3;
}
.logo_wrapper {
    margin-top: 15px;
}
.main_navbar .menu_wrapper .firts_menu{
    justify-content: end;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    display: inline-flex;
}

.second_sub {
    text-align: left;
    padding: 30px 20px !important;
}

.visible_cards h5:hover, .visible_cards:hover h5{
    background-color: #cccccc;
}
.visible_cards h5{
    transition: 0.3s;
    background: #efefef;
    padding: 14px;
    font-size: 14px !important;
    text-align: center;
}
.visible_cards a{
    display: inline-block;
}

.img_br:hover img{
    transform: scale(1.2);
}
.img_br img{
    transition: 0.3s;
}
.img_br {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;

}

.fnp_br{
    z-index: 99;
    bottom: -100px;
    right: 80px;
    max-width: 70%;
    background-color: #ffffff;
    position: absolute;
    padding: 20px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}
.main_navbar .menu_wrapper ul.firts_menu li{
    list-style: none;
    margin-right: 15px;
    padding-right: 15px;
}

.main_navbar .menu_wrapper ul.firts_menu li a{
    color: #fff;
    font-weight: 400;

}

.main_navbar .menu_wrapper .firts_menu li img{
    border-radius: 50%;
    object-fit: cover;
    height: 18px;
    width: 18px;
}

.main_navbar .menu_wrapper ul.firts_menu li {
    margin-right: 0px;
}

.main_navbar .menu_wrapper ul.firts_menu li:last-child {
    margin-right: 5px;
    padding-right: 5px;
}

.main_navbar .menu_wrapper .firts_menu li:last-child{
    margin-right: 30px;
}
.menu_two_row {
    text-align: right;
}
.main_navbar .menu_wrapper ul.second_menu li:last-child{
    margin-right: 5px;
    padding-right: 5px;
}
.main_navbar .menu_wrapper ul.second_menu li a{
    color: #fff;
    text-transform: none;
    font-weight: 500;
    line-height: 45px;
    display: block;
    transition: 0.3s ease-in-out;
}

.main_navbar .menu_wrapper ul.second_menu li a:hover{
    color: #cccccc;
}

.second_sub li a{
    line-height: 1!important;
    font-size: 12px;
}

.main_navbar .toggle_desk{
    background: #1961A8;
    padding: 10px;
    width: 75px;
    height: 70px;
    position: relative;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.main_navbar .toggle_desk span:nth-child(1){
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    margin-left: auto;
}

.main_navbar .toggle_desk span:nth-child(2){
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    margin-bottom: 5px;
    margin-left: auto;
}

.main_navbar .toggle_desk span:nth-child(3){
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    margin-left: auto;
}

.home_social a:hover, .home_social a:hover i{
    color: #cccccc;

}
.home_social a, .home_social a i{
    color: #ffffff;
    font-size: 28px;
    display: block;
    transition: .3s;
    margin-bottom: 17px;
    width: 100%;
    text-align: center;
}
.home_social:before{
    content: "";
    height: 100px;
    background-color: #ffffff;
    width: 1px;
    display: block;
    position: absolute;
    top: -120px;
    left: 15px;
}
.home_social {
    position: absolute;
    left: 60px;
    bottom: 125px;
    z-index: 999;
    display: inline-block;
    max-width: 50px;
}
.firts_menu li a:hover{
    color: #efefef;
}

.mt20 {
    margin-top: 20px; 
}
.firts_menu li{
    padding-left: 20px;
}

.firts_menu li:nth-child(2){
    border-left: 1px solid #efefef;
}

.top_menu_item{
    position: relative;
}

.top_menu_item a i{
    position: absolute;
    left: 15px;
    bottom: 4.5px;
    color: #1961A8;
    z-index: 1;
}

.top_menu_item a:hover .login_border{
    background-color: #fff;
}

.login_border{
    display: inline-block;
    width: 18px;
    height: 25px;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: 1px solid #efefef;
    border-radius: 5px;
    position: relative;
    vertical-align: bottom;
    margin-right: 5px;
    transition: 0.3s ease-in-out;
}

.second_sub{
    display: none;
    background: #fff;
    position: absolute;
    min-width: 300px;
    flex-direction: column;
    align-items: start !important;
}

.second_sub li{
    padding: 10px 10px 10px 10px!important;
    margin-right: 0!important;
    width: 100%;
    border-bottom: 1px solid #efefef;
}

.second_sub li a{
    display: block;
    width: 100%;
    color: #000000 !important;
    padding: 5px;
}

.has_submenu:after{
    content: "\f078";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    right: 5px;
    font-size: 14px;
    top: 5px;
}

/**********************
    END HEADER STYLE
***********************/

/**********************
    MAIN SLIDER STYLE
***********************/

.main_slider_section{
    position: relative;
    line-height: 0;
}

.main_slider_section .main_slider img{
    max-height: 100vh;
    width: 100%;
    object-fit: cover;
}

.main_slider_section:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.6558998599439776) 0%, rgba(0,0,0,0.13769257703081228) 35%, rgba(0,0,0,0) 70%, rgba(0,0,0,0) 100%);
}

.main_slider_section .main_slider .slide_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    line-height: 1.4;
}

.main_slider_section .main_slider .slide_img_wrapper{
    position: relative;
}

.main_slider_section .main_slider .slide_content .slide_title{
    color: #fff;
    font-weight: 900;
    font-size: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
    text-align: center;
}

.main_slider_section .main_slider .slide_content .slide_description{
    text-align: center;
    color: #fff;
    margin-top: 30px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.78);
}

.scroll_down{
    position: absolute;
    background: transparent;
    width: 25px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 13px;
    left: 50%;
    bottom: 40px;
    z-index: 111;
}

.scroll_down span {
    display: block;
    text-align: center;
    opacity: 0;
    animation: wheel 1.5s infinite;
    -webkit-animation: wheel 1.5s infinite;
    color: #fff;
}

.scroll_down span i{
    line-height: 1;
    padding: 0;
    margin: 0;
}

@keyframes wheel {
    to {
        opacity: 1;
        transform: translateY(12px);
    }
}
@-webkit-keyframes wheel {
    to {
        opacity: 1;
        transform: translateY(12px);
    }
}

/****************************
    END MAIN SLIDER STYLE
*****************************/

/*****************************
     SERVICE SLIDER AREA
*****************************/

.service_item{
    position: relative;
    overflow: hidden;
    max-height: 450px;
    border-radius: 10px;
}

.service_item img{
    min-height: 450px!important;
    object-fit: cover!important;
}

.service_item .service_title{
    font-size: 24px;
    color: #fff;
}

.service_item .service_desc{
    color: #fff;
    font-size: 14px;
}

.service_item:hover .service_overlay{
    opacity: 1;
}

.service_slider_area .slick-slide{
    margin: 0 30px 0 0px;
}

.service_slider_area .slick-slide:last-child{
    margin: 0!important;
}

.service_slider_area .slick-dots{
    margin-top: 40px;
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.service_slider_area .slick-dots li{
    list-style: none;
}

.service_slider_area .dot{
    display: inline-block;
    background: #999999;
    width: 20px;
    height: 3px;
    margin-right: 10px;
    border-radius: 3px;
    transition: 0.3s ease-in-out;
}

.service_slider_area .slick-active .dot{
    width: 40px;
    background: #222222;
}

.service_overlay{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: rgba(0, 0, 0, 0.59);
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease-in-out;
}

.service_btn{
    text-decoration: none;
    color: #000;
    background: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    display: inline-block;
    max-width: max-content;
    font-size: 14px;
    font-weight: 700;
}

.service_item .service_btn i{
    color: #1961A8;
}

.service_slider_area .service_arrow{
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 10px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.service_arrow:hover{
    background-color: #1961A8;
    color: #fff;
}

.prev_arrow{
    right: 70px;
}

.next_arrow{
    right: 20px;
}

/*****************************
   END SERVICE SLIDER AREA
*****************************/

/*****************************
        ABOUT AREA
*****************************/

.home_about{
    position: relative;
}

.home_about:before{
    content: "";
    background: url("../../assets/images/img/bg-filter.png");
    background-size: cover!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.about_grid_item{
    overflow: hidden;
    padding: 75px 0px 75px 100px;
    position: relative;
    z-index: 10;
}

.about_grid_item.ortala{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_grid_item .about_item img{
    min-height: 75vh;
    object-fit: cover;
}
.about_grid_item p{
    line-height: 1.8;
    font-size: 14px;
}

.about_slider .slick-slide img{
    height: 686px;
    display: block!important;
    object-fit: cover;
}

.bs-gutter-x-0{
    --bs-gutter-x: 0;
}

.about_arrow{
    position: absolute;
    bottom: 30px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 10px;
    text-align: center;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

.about_arrow:hover{
    background-color: #f0ad4e;
    color: #fff;
}

.prev_about{
    right: 80px;
}

.next_about{
    right: 30px;
}

/*****************************
      END  ABOUT AREA
*****************************/

/*****************************
        PRODUCT AREA
*****************************/

.product_section{
    position: relative;
    overflow-x: hidden;
}

.product_wrapper{
    position: relative;
    margin-left: 100px;
}

.partner_title{
    font-size: 34px;
    font-weight: 700;
    color: #444444;
}

.partner_title:after{
    content: "";
    width: 40%;
    height: 2.5px;
    top: 45px;
    left: 0;
    background: #f0ad4e;
    position: absolute;
}

.partner_card_slider{
    transform: translateX(5%);
}

.partner_card_slider .slick-slide{
    margin-right: 20px;
    opacity: 0.5;
}

.partner_card_slider .slick-slide img{
    aspect-ratio: 1/0.8;
    object-fit: cover;
}

.partner_card_slider .slick-slide.slick-current.slick-active{
    opacity: 1;
}

.product_btn{
    padding: 15px 30px;
    border: 2px solid #f0ad4e;
    color: #000;
    font-weight: 600;
    margin-top: 40px;
}

.product_btn i{
    color: #f0ad4e;
    padding-left: 20px;
}

.product_item_title{
    color: #f0ad4e;
    font-weight: 600;
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
}

.product_item_title:before{
    content: "";
    background: #f0ad4e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    color: #f0ad4e;
    position: absolute;
    left: 0;
    top: 7px;

}

.product_arrow{
    position: absolute;
    bottom: 40px;
    background: #dfe7ed;
    color: #000;
    width: 45px;
    height: 45px;
    padding: 12px 17px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.product_arrow:hover{
    background: #f0ad4e;
    color: #fff;
}

.prev_product{
    left: -140px;
}

.next_product{
    left: -90px;
}

/*****************************
      end PRODUCT AREA
*****************************/

/*****************************
        VİDEO AREA
*****************************/

.video_section{
    position: relative;
    padding-bottom: 200px;
    padding-top: 200px;
}

.video_section .video_bg{
    position: absolute;
    background-size: 100% auto!important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_section .video_bg:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
}

.play_icon{
    position: absolute;
    z-index: 99999;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button {
    width: 80px;
    height: 80px;
    border: 4px solid #f0ad4e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-icon {
    width: 30px;
    height: 30px;
    fill: #f0ad4e;
}

.play-button:hover {
    transform: scale(1.1);
}

/*****************************
        VİDEO AREA
*****************************/

/*****************************
        CORPORATE OIL AREA
*****************************/

.oil_grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}

.oil_grid .oil_item img{
    width: 100%;
}

.oil_btn{
    display: inline-block;
    max-width: max-content;
    padding: 15px 30px;
    border: 2px solid #f0ad4e;
    background: #f0ad4e;
    margin: 0 auto;
    font-weight: 600;
    color: #fff;
}

.oil_btn i {
    padding-left: 20px;
}

.vertical_align{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

/*****************************
    END CORPORATE OIL AREA
*****************************/


/*****************************
         BLOG AREA
*****************************/

.blog_card{
    position: relative;
}

.card_footer{
    padding: 20px;
    transform: translateY(-30%);
}

.card_footer .card_detail{
    background: #f0ad4e;
    padding: 30px;
    color: white;
}

.card_footer .card_detail h3{
    font-size: 24px;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.card_footer .card_detail p{
    line-height: 2;
}

.blog_btn{
    color: #fff;
}
/*****************************
         END BLOG AREA
*****************************/

/*****************************
         FOOTER AREA
*****************************/

.newsletter_text{
    color: #fff;
    text-align: center;
}

.form-subscribe
{
    max-width:600px;
    margin:0 auto
}
.form-subscribe .form-control {
    background-color: #fff;
    padding-left:24px;
    padding-right:24px;
    letter-spacing:1px;
    border:none;
    border-radius: 0;
}
.form-subscribe .form-control.focus,.form-subscribe .form-control:focus {
    z-index:2;
}

.form-subscribe:focus ,.form-control:focus{
    box-shadow: none;
    border-color: #555555!important;
}

.form-subscribe .btn {
    background:#f0ad4e;
    border-color:#f0ad4e;
    height:46.5px;
    padding: 0 25px;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
}

.footer_menu li{
    line-height: 2;
    list-style: none;
}

.footer_menu li a{
    font-weight: 600;
}

.footer_title{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.footer_social {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}

.footer_social li{
    list-style: none;
    margin-right: 15px;
}

.footer_social li:last-child{
    margin-right: 0;
}

.footer_social:after{
    width: 1px;
    height: 100%;
    content: "";
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0;
}

.footer_social:before{
    width: 1px;
    height: 100%;
    content: "";
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0;
}

.footer_social li a{
    border: 1px solid #efefef;
    padding: 10px 12px;
    border-radius: 50%;
}
.footer_contact{
    font-size: 16px;
    font-weight: 600;
}

.footer_contact li{
    list-style: none;
    line-height: 1.8;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.cookie_area a{
    color: #efefef;
    font-weight: 600;
}

.footer_bottom .copyright , .footer_bottom .fnp{
    font-size: 14px;
}

.footer_bg{
    background: #333333;
}

/*****************************
       END FOOTER AREA
*****************************/


/*****************************
         BANNER AREA
*****************************/
.min-height{
    min-height: 100vh;
}

.main_banner{
    height: 400px;
    background: #222222;
    position: relative;
    display: flex;
    align-items: end;
}

.main_banner .banner_title{
    font-size: 46px;
    color: #fff;
    font-weight: 800;
}

/*****************************
        END BANNER AREA
*****************************/


/*****************************
         CORPORATE AREA
*****************************/

.about_section{
    position: relative;
}

.about_section .about_img img{
    border-radius: 5px;
}

.hidden{
    visibility: hidden;
}

.about_section .about_detail{
    background: #fff;
    padding: 50px 30px;
    position: absolute;
    left: 40%;
    max-width: 100%;
    box-shadow: 11px 17px 49px -24px rgba(0,0,0,0.75);
    border-radius: 5px;
}

.about_section .about_desc{
    font-size: 14px;
    color: #222222;
}

.view_more{
    cursor: pointer;
    color: #222222;
}

.card{
    padding: 30px 30px;
    border-radius: 0;
    border: 2px solid #dedede;
}

.card_title{
    font-weight: 600;
}

.toggle_card{
    display: block;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 500;
}

#toggleButton2{
    font-weight: 500;
    cursor: pointer;
}

/******************************
        END CORPORATE AREA
******************************/

/******************************
        CONTACT AREA
******************************/

.contact_title{
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
}

.contact_title:after{
    content: "";
    width: 110%;
    height: 2px;
    background: #f0ad4e;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.contact_form_wrapper{
    margin-top: 50px;
    padding: 50px 40px;
    background: #fff;
    box-shadow: 1px 1px 15px -10px rgba(0,0,0,0.75);
}

.contact_form_wrapper form .form-control{
    border-radius: 0;
    padding: 12px 15px;
    border: 2px solid #efefef;
}

.contact_button{
    border: none;
    background: #f0ad4e;
    outline: none;
    padding: 15px 50px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin: 40px auto 0 auto;

}

.info1_wrapper{
    background: #efefef;
    padding: 30px;
}

.contact_info_title{
    font-weight: 700;
    font-size: 20px;
}

.info1_wrapper p{
    font-weight: 500;
    font-size: 18px;
}

.gap-6{
    gap: 5rem;
}

/******************************
      end  CONTACT AREA
******************************/

/******************************
      BLOG PAGE
******************************/

.blog_search input{
    padding: 15px;
    border: none;
}

.blog_title{
    font-size: 30px;
}

.blog_category_card{
    border-radius: 5px;
    overflow: hidden;
}

.blog_category_card .card-img img{
    aspect-ratio: 1/0.6;
    object-fit: cover;
}

.blog_category_card .blog_card_title{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.blog_category_card .card-body{
    padding: 50px;
    background: #fff;
}

.blog_h1{
    font-size: 30px;
    font-weight: 700;
}

/******************************
      END BLOG PAGE
******************************/
/******************************
      BLOG  DETAİL PAGE
******************************/

.blog_detail_img_wrapper img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 10px;
}

.sidebar {
    flex: 1;
}

.latest_title{
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-item {
    display: flex;
    margin-bottom: 35px;
}

.blog-item img {
    width: 150px;
    height: auto;
    margin-right: 35px;
}

.blog_item_title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
/******************************
     end BLOG  DETAİL PAGE
******************************/

/******************************
        LOGİN MODAL
******************************/
#login_card_wrapper{
    display: none;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.40);
    z-index: 999999;
}

#login_card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: 100%;
    height: 50%;
    z-index: 9999;
    background: #fff;
}


.login_card_inner{
    position: relative;
    padding: 60px 40px;
}

.login_card_inner .login_title{
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.login_card_inner .close_btn{
    position: absolute;
    right: 10px;
    top: 10px;
}

#login_form{
    text-align: left!important;
    margin-top: 50px;
}

.login_label{
    font-weight: 700;
    font-size: 13px!important;
    margin-bottom: 6px;
}

#login_form .form-control{
    border-radius: 0;
    border: 2px solid #dedede;
}

.login_btn{
    background: #f0ad4e;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    border: none;
}

.sifremi_unuttum{
    font-size: 11px;
    float:right;
}

.sifremi_unuttum a{
    color: #0a58ca;
    border-bottom: 1px solid #0a58ca;
}

.toggle-password{
    float: right;
    margin-right: 5px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    font-size: 14px;
}


/****************************
        services area
 ****************************/

.services_title{
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
}

.services_title:after{
    content: "";
    width: 45%;
    height: 2px;
    background: #f0ad4e;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.mobile_nav{
    display: none
}

.mobile_logo{
    display: none;
}

.service_img_wrap img{
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}

.desktop_menu{
    position: fixed;
    background: #fff;
    top: -100%;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
    transition: 0.3s ease-in-out;
}

.desktop_menu.opened{
    height: 100vh;
    transition: 0.3s ease-in-out;
    visibility: visible;
    top: 0;
    opacity: 1;
}

.desktop_menu ul {
    padding: 0;
    margin: 0;
}

.desktop_menu ul li{
    list-style: none;
    margin: 5px 0;
}

.desktop_menu ul li a{
    padding: 10px 0;
    border-bottom: 1px solid #efefef;
    width: 100%;
    display: block;
}

.desktop_menu h5{
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}

.desktop_menu h5:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 30%;
    height: 2px;
    background: #f0ad4e;
}

.min-height-100{
    min-height: 100vh;
}

#desktop_search_input{
    padding: 10px;
}

#desktop_search_btn{
    background: #f0ad4e!important;
    padding: 10px 20px;
    border-radius: 10px;
    border-color: #f0ad4e;
}

.desktop_menu .form_wrapper{
    position: fixed;
    top: 150px;
    width: 50%;
    z-index: 9999999;
}

.desktop_menu .container{
    position: relative;
}

.desktop_menu .sub_title{
    font-size: 22px;
    font-weight: 600;
}

.desktop_menu #close_desktop_menu{
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 40px;
}

.toggle_desk span{
    transition: 0.5s ease-in-out;
}

.toggled{
    position: fixed!important;
    right: 62px;
    top: 30px;
}

.toggle_desk.toggled span:nth-child(1){
    width: 25px;
    transform: translateY(9px) rotate(45deg);
}

.toggle_desk.toggled span:nth-child(2){
    opacity: 0;
}

.toggle_desk.toggled span:nth-child(3){
    width: 25px;
    transform: translateY(-5px)rotate(-45deg);

}

.preloader{
    width: 100vw;
    height:100vh;
    position: fixed;
    background: #fff;
    z-index: 999999;
}

.preloader .loader-inner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
}

.part1{
    font-weight:600;
    font-size:4rem;
    color: #fdd204;
}
.part2{
    background-color: #f0ad4e;
    border-radius:5px;
    color:white;
    padding-left:0.5rem;
    padding-right:0.5rem;
    font-weight:600;
    font-size:4rem;
    margin-left: 0.5rem;
}
.loader{
    position: absolute;
    left:50%;
    margin-top:1rem;
    transform: translate(-50%, -50%);
    height:5px;
    width:16rem;
    background-color:lightgrey;
    overflow-x: hidden;
}
.loading{
    background-color: #f0ad4e;
    width:5rem;
    height:5px;
    animation: animation 1.2s linear infinite;
}

@keyframes animation {
    0% {
        transform: translateX(-16rem);
    }
    100% {
        transform: translateX(16rem);
    }
    0% {
        transform: translateX(-16rem);
    }
}

.product_nav .slick-slide {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.product_nav .slick-current {
    opacity: 1;
}

.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 800px;
    height: 70%;
    max-height: 500px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    padding: 0px;
    z-index: 999999;
}

.popup video {
    width: 100%;
    height: 100%;
}

#closeVideoPopup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    z-index: 999999;
}

.video-js[tabindex="-1"]{
    width: 100% !important;
    height: 100% !important;
}

.mb-30{
    margin-bottom: 30px;
}

.blog_search input, .blog_search input:focus{
    background: #dedede;
}

.contact_form_wrapper form .form-control{
    border: 1px solid #c0c0c0!important;
}

.cta_btn{
    display: flex;
    gap: 15px;
    padding-left: 0;
    margin: 0;
}

.cta_btn li{
    list-style: none;
}

.cta_btn .oil_btn{
    background: #eeac4d !important;
    border: 1px solid #eeac4d;
    padding: 17px 30px;
    color: #fff;
    display: block;
    border-radius: 5px;
    transition: 0.3s ease-in-out;
}

.cta_btn .oil_btn:hover{
    background: transparent!important;
    color: #eeac4d;
}

.cta_btn .wp_btn{
    background: #41d986 !important;
    border: 1px solid #41d986;
    border-radius: 5px;
    padding: 17px 30px;
    color: #fff;
    display: block;
    transition: 0.3s ease-in-out;
}

.cta_btn .wp_btn:hover{
    background: transparent!important;
    color: #41d986;
}

.box-shadow-none{
    box-shadow: none;
    padding: 0!important;
}

#tts_form , #dokme_form{
    color: #f0ad4e;
    border-bottom: 3px solid #f0ad4e;
}

#dokme_form_modal, #tts_form_modal{
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
}

#dokme_form_modal.activated , #tts_form_modal.activated{
    display: flex;
}

#dokme_form_modal .dokme_form_inner, #tts_form_modal .tts_modal_inner{
    max-width: 768px;
    background: #fff;
    padding: 40px;
    position: relative;
}

.dokme_form_inner input, .dokme_form_inner textarea, #tts_form_modal input , #tts_form_modal textarea{
    border-radius: 0!important;
}

.dokme_form_inner button, .tts_modal_inner button{
    background: #f0ad4e!important;
    border-radius: 0!important;
    padding: 10px 30px;
    border-color: #f0ad4e!important;
}

.form_title{
    color: #f0ad4e;
    font-size: 22px!important;
    text-align: center;
}

#close_dokme, #close_tts{
    border: none;
    background: transparent!important;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    line-height: 1;
}

#close_dokme i{
    background: transparent;
}

.floating_wp{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    background: #41d987;
    box-shadow: 5px 5px 9px -3px rgba(0,0,0,0.75);
}

.floating_wp a{
    color: #fff;
    font-size: 25px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.mobile_lang{
    display: none;
}

.float-right{
    float: right;
}

#card_work .card {
    min-height: 230px;
}


#section03 a {
    padding-top: 60px;
}
#section03 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}
#section03 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#section03 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255,255,255,.1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb03 {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


.scrollx a {
    position: absolute;
    bottom: 0px;
    left: 70px;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
.scrollx a:hover {
    opacity: .5;
}


.right_card {
    padding: 20px;
    background-color: #efefef;
}

.right_card ul{
    padding: 0;
    margin: 0;
}
.right_card ul li{
    list-style-type: none;
}
.right_card ul li a{
    display: block;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
}
.right_card ul li a:hover{
    background-color: #efefef;
}

.color_bg {
    background: url(../../img/linebg.jpg) center top repeat-x;
    height: 3px;
}


.breadcrumb ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 20px 0;
}

.breadcrumb ul li {
    margin-right: 20px;
    position: relative;
}

.breadcrumb ul li+li:before {
    content: "/";
    position: absolute;
    left: -12px;
    top: 0;
    color: #ffffff;
}

.breadcrumb a {
    text-decoration: none;
    color: #ffffff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}
