
@media only screen and (max-width: 5000px){
    .boxed_wrapper_box_page{
        overflow-x: hidden;
    }
    .pc-only{display: inline-flex;}
    .mobile-only{display:none}
}


/* Large Layout: 1200px. */
@media only screen and (min-width: 1200px){
    .pc-only{display: inline-flex;}
    .mobile-only{display:none}
/*** Contents Style ***/ 
    #ctt_con{
    padding: 50px 0 80px;
    }
    .sec-title h2{
    font-size:36px;
    }
    .about-style1-text-box .sec-title{
        padding-bottom: 40px;
    }
    .about-style1-text-box .sec-title p{
        font-size:16px;
    }
    
    .cont-box{
    /* flex-wrap: wrap; */
}
    .cont-box .left{}
    .cont-box .right{}
    .cont-box .left .about-1{
    padding-top: 100px;
}
    .cont-box .left h1{
    font-size: 36px;
    margin-bottom: 20px;
}
    .cont-box .left h3{
    font-size: 22px;
}
    .cont-box .img1{}
    .cont-box .txt-box{}
    .cont-box .txt-box p{}
    .list-box{}
.list-box .list-item{
    margin-bottom: 50px;
}
.list-box .list-item .num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .list-item .num span{display:flex;width:80px;height:80px;color:#fff;background: #c1a897;align-items: center;justify-content: center;border-radius: 100%;font-size: 36px;}
.list-box .list-item .text{
    display: flex;
    min-height: 100px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.list-box .list-item .text p{
    color: #825e45;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    text-align: center;
}
.list-box .circle{
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 70px;
}
.list-box .circle li{
    font-size:15px;
    color:#5c5d5e;
    list-style-type: disc;
}
    .img-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .img-box img{}
.cont-box-row{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subject{}
.subject h4{font-size:24px;font-weight:900;color:#353742;margin-top: 40px;margin-bottom:70px;}
.cont-box-row .txt-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .text-box{margin:50px 0}
.cont-box-row .text-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .txt-box h6{
    font-size:18px;
    font-weight:900;
    color:#353742;
    margin-bottom:15px;
}
.cont-box-row .txt-box .list-box{}
.cont-box-row .txt-box .list-box .list-dec{
    display: flex;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 50px;
    flex-direction: column;
}
.cont-box-row .txt-box .list-box .list-dec li{color: #353742;font-size: 18px;list-style-type: decimal;margin-bottom: 20px;}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list{
    padding-top: 10px;
}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list li{
    list-style-type: none;
    margin-bottom: 5px;
}

.tb-default{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 65px;
}
.tb-default thead th{
    background: #f1eeed;
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default thead th:first-child{border-left:0}
.tb-default thead th:last-child{border-right:0}
.tb-default tbody th{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    font-weight: 900;
}
.tb-default tbody td{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default tbody th:first-child{border-left:0}
.tb-default tbody td:last-child{border-right:0}
        
    /*** Footer Area Css ***/ 
    .footer-area .layer-outer .shape2 {
        display: none;
    }    
    .copyright-text .d-flex{
        flex-wrap:wrap;
    }    
    .copyright-text .d-flex .copy{
        margin-top:5px;
    } 
/* 20240516 이미지 뷰어 추가 */	
.v_pc{display:block !important}
.v_mo{display:none !important}   
    
}



/* Medium screen  */ 
@media only screen and (min-width: 992px) and (max-width: 1199px) { 
/*** Contents Style ***/ 
   .pc-only{display: inline-flex;}
    .mobile-only{display:none}
    #ctt_con{
    padding: 50px 0 80px;
    }
    .sec-title h2{
    font-size:36px;
    }
    .about-style1-text-box .sec-title{
        padding-bottom: 40px;
    }
    .about-style1-text-box .sec-title p{
        font-size:16px;
    }
    
    .cont-box{
    /* flex-wrap: wrap; */
}
    .cont-box .left{}
    .cont-box .right{}
    .cont-box .left .about-1{
    padding-top: 10px;
}
    .cont-box .left h1{
    font-size: 25px;
    margin-bottom: 20px;
}
    .cont-box .left h3{
    font-size: 18px;
}
    .cont-box .img1{}
    .cont-box .txt-box{}
    .cont-box .txt-box p{}
    .list-box{}
.list-box .list-item{
    margin-bottom: 50px;
}
.list-box .list-item .num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .list-item .num span{display:flex;width:80px;height:80px;color:#fff;background: #c1a897;align-items: center;justify-content: center;border-radius: 100%;font-size: 36px;}
.list-box .list-item .text{
    display: flex;
    min-height: 100px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.list-box .list-item .text p{
    color: #825e45;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    text-align: center;
}
.list-box .circle{
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 70px;
}
.list-box .circle li{
    font-size:15px;
    color:#5c5d5e;
    list-style-type: disc;
}
    .img-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .img-box img{}
.cont-box-row{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subject{}
.subject h4{font-size:24px;font-weight:900;color:#353742;margin-top: 40px;margin-bottom:70px;}
.cont-box-row .txt-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .text-box{margin:50px 0}
.cont-box-row .text-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .txt-box h6{
    font-size:18px;
    font-weight:900;
    color:#353742;
    margin-bottom:15px;
}
.cont-box-row .txt-box .list-box{}
.cont-box-row .txt-box .list-box .list-dec{
    display: flex;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 50px;
    flex-direction: column;
}
.cont-box-row .txt-box .list-box .list-dec li{color: #353742;font-size: 18px;list-style-type: decimal;margin-bottom: 20px;}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list{
    padding-top: 10px;
}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list li{
    list-style-type: none;
    margin-bottom: 5px;
}

.tb-default{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 65px;
}
.tb-default thead th{
    background: #f1eeed;
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default thead th:first-child{border-left:0}
.tb-default thead th:last-child{border-right:0}
.tb-default tbody th{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    font-weight: 900;
}
.tb-default tbody td{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default tbody th:first-child{border-left:0}
.tb-default tbody td:last-child{border-right:0}
        
    /*** Footer Area Css ***/ 
    .footer-area .layer-outer .shape2 {
        display: none;
    }    
    .copyright-text .d-flex{
        flex-wrap:wrap;
    }    
    .copyright-text .d-flex .copy{
        margin-top:5px;
    } 
	
	/* 20240516 이미지 뷰어 추가 */	
.v_pc{display:block !important}
.v_mo{display:none !important}   

}



/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
    .pc-only{display:none}
    .mobile-only{display: inline-flex;cursor: auto;}
    /*** Header Style One Css ***/     
    .header-top {
        display: none;
    }
    
        
    /*** Footer Area Css ***/    
    .single-footer-widget.marbtm {
        margin-bottom: 34px;
    }
    /*** Contents Style ***/ 
    #ctt_con{
    padding: 50px 0 80px;
    }
    .sec-title h2{
    font-size:36px;
    }
    .about-style1-text-box .sec-title{
        padding-bottom: 40px;
    }
    .about-style1-text-box .sec-title p{
        font-size:16px;
    }
    
    .cont-box{
    flex-wrap: wrap;
}
    .cont-box .left{}
    .cont-box .right{}
    .cont-box .left .about-1{
    padding-top: 10px;
}
    .cont-box .left h1{
    font-size: 25px;
    margin-bottom: 20px;
}
    .cont-box .left h3{
    font-size: 18px;
}
    .cont-box .img1{}
    .cont-box .txt-box{}
    .cont-box .txt-box p{}
    .list-box{}
.list-box .list-item{
    margin-bottom: 50px;
}
.list-box .list-item .num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .list-item .num span{display:flex;width:80px;height:80px;color:#fff;background: #c1a897;align-items: center;justify-content: center;border-radius: 100%;font-size: 36px;}
.list-box .list-item .text{
    display: flex;
    min-height: 100px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.list-box .list-item .text p{
    color: #825e45;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    text-align: center;
}
.list-box .circle{
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 70px;
}
.list-box .circle li{
    font-size:15px;
    color:#5c5d5e;
    list-style-type: disc;
}

    .img-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .img-box img{}
.cont-box-row{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subject{}
.subject h4{font-size:24px;font-weight:900;color:#353742;margin-top: 40px;margin-bottom:70px;}
.cont-box-row .txt-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .text-box{margin:50px 0}
.cont-box-row .text-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box .text-box h3{margin-top:30px;}
.cont-box-row .txt-box h6{
    font-size:18px;
    font-weight:900;
    color:#353742;
    margin-bottom:15px;
}
.cont-box-row .txt-box .list-box{}
.cont-box-row .txt-box .list-box .list-dec{
    display: flex;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 50px;
    flex-direction: column;
}
.cont-box-row .txt-box .list-box .list-dec li{color: #353742;font-size: 18px;list-style-type: decimal;margin-bottom: 20px;}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list{
    padding-top: 10px;
}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list li{
    list-style-type: none;
    margin-bottom: 5px;
}

.tb-default{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 65px;
}
.tb-default thead th{
    background: #f1eeed;
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default thead th:first-child{border-left:0}
.tb-default thead th:last-child{border-right:0}
.tb-default tbody th{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    font-weight: 900;
}
.tb-default tbody td{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default tbody th:first-child{border-left:0}
.tb-default tbody td:last-child{border-right:0}
        
    /*** Footer Area Css ***/ 
    .footer-area .layer-outer .shape2 {
        display: none;
    }    
    .copyright-text .d-flex{
        flex-wrap:wrap;
    }    
    .copyright-text .d-flex .copy{
        margin-top:5px;
    } 

/* 20240516 이미지 뷰어 추가 */	
.v_pc{display:block !important}
.v_mo{display:none !important}   
    
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .pc-only{display:none}
    .mobile-only{display: inline;cursor: auto;}
    .header-left .logo a{
        min-width: 270px;
    }
    .main-slider .slide .image-layer{min-height: 620px;}
    .sec-title h2 br{
        display: none;
    }    
    /*** Header Style One Css ***/     
    .header-top {
        display: none;
    }
    
    /*** Contents Style ***/ 
    #ctt_con{
    padding: 50px 0 80px;
    }
    .sec-title h2{
    font-size:36px;
    }
    .about-style1-text-box .sec-title{
        padding-bottom: 40px;
    }
    .about-style1-text-box .sec-title p{
        font-size:16px;
    }
    
    .cont-box{
    flex-wrap: wrap;
    padding-bottom: 0;
    margin-bottom: 30px;
}
    .cont-box .left{}
    .cont-box .right{}
    .cont-box .left .about-1{
    padding-top: 10px;
}
    .cont-box .left h1{
    font-size: 25px;
    margin-bottom: 20px;
}
    .cont-box .left h3{
    font-size: 18px;
}
    .cont-box .img1{}
    .cont-box .txt-box{}
    .cont-box .txt-box p{
    margin-bottom: 30px;
}
.cont-box .text-box h3{margin-top:30px;margin-bottom: 50px;}
    .list-box{}
.list-box .list-item{
    margin-bottom: 50px;
}
.list-box .list-item .num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-box .list-item .num span{display:flex;width:80px;height:80px;color:#fff;background: #c1a897;align-items: center;justify-content: center;border-radius: 100%;font-size: 36px;}
.list-box .list-item .text{
    display: flex;
    min-height: 100px;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
}
.list-box .list-item .text p{
    color: #825e45;
    font-size: 18px;
    padding: 15px;
    margin: 0;
    text-align: center;
    word-break: keep-all;
}
.list-box .circle{
    list-style-type: circle;
    padding-left: 20px;
    margin-bottom: 0;
}
.list-box .circle li{
    font-size:15px;
    color:#5c5d5e;
    list-style-type: disc;
}
    .img-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .img-box img{}
.cont-box-row{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.subject{}
.subject h4{font-size:24px;font-weight:900;color:#353742;margin-top: 40px;margin-bottom:70px;}
.cont-box-row .txt-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .text-box{margin:50px 0}
.cont-box-row .text-box p{
    font-size:18px;
    color:#353742;
    margin-bottom: 30px;
}
.cont-box-row .txt-box h6{
    font-size:18px;
    font-weight:900;
    color:#353742;
    margin-bottom:15px;
}
.cont-box-row .txt-box .list-box{}
.cont-box-row .txt-box .list-box .list-dec{
    display: flex;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 50px;
    flex-direction: column;
}
.cont-box-row .txt-box .list-box .list-dec li{color: #353742;font-size: 18px;list-style-type: decimal;margin-bottom: 20px;}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list{
    padding-top: 10px;
}
.cont-box-row .txt-box .list-box .list-dec li > .mid-list li{
    list-style-type: none;
    margin-bottom: 5px;
}
.profile{position: relative;display: flex;margin-bottom: 60px;border: 1px solid #ececec;border-radius: 8px;box-shadow: 2px 3px 16px 1px rgba(0, 0, 0, 0.1);/* flex-wrap: wrap; *//* flex-direction: column; */}
.profile .inner{
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile .inner .profile-left{
    display: flex;
    width: 100%;
    margin-right: 20px;
    flex-wrap: wrap;
    flex-direction: column;
}
.profile .inner .profile-left .photo{
    display: flex;
    width: 100%;
    min-width: 50%;
    height: auto;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    justify-content: center;
}
.profile .inner .profile-left .photo a img{
    display: block;
    width: 100%;
    border-radius: 8px;
}
.profile .inner .profile-right{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    padding: 20px;
}
.profile .inner .profile-right .profile-info{
    position: relative;
    width: 100%;
}
.profile .inner .profile-right .profile-info .profile-top{
    padding-top: 20px;
    color: #8a8c9a;
}
.profile .inner .profile-right .profile-info .profile-top a{}
.profile .inner .profile-right .profile-info .profile-top a p{
    color: #8a8c9a;
    font-size: 16px;
    line-height: 24px;
}
.profile .inner .profile-right .profile-info .profile-top .name{
    color: #353742;
    font-size: 36px;
    font-weight: 900;
}
.profile .inner .profile-right .profile-info .profile-top .name span{
    color: #111111;
    font-size: 16px;
    margin-left: 20px;
}
.profile .inner .profile-right .profile-info .profile-bot{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.profile .inner .profile-right .profile-info .profile-bot .con-left{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}
.profile .inner .profile-right .profile-info .profile-bot .con-left h4{
    display: block;
    color: #5a5b62;
    font-size: 16px;
    margin-bottom: 10px;
}
.profile .inner .profile-right .profile-info .profile-bot .con-left h4:before{content:'';display: inline-flex;width:10px;height:10px;background:#b1b2b6;margin-right: 6px;}
.profile .inner .profile-right .profile-info .profile-bot .con-left .bo_cnt{
    font-size: 15px;
    line-height: 24px;
    padding-right: 10px;
}
.profile .inner .profile-right .profile-info .profile-bot .con-right{
    margin-left: 0;
}
.profile .inner .profile-right .profile-info .profile-bot .con-right h4{
    display: block;
    color: #5a5b62;
    font-size: 16px;
    margin-bottom: 10px;
}
.profile .inner .profile-right .profile-info .profile-bot .con-right h4:before{content:'';display: inline-flex;width:10px;height:10px;background:#b1b2b6;margin-right: 6px;}
.profile .inner .profile-right .profile-info .profile-bot .con-right .bo_cnt{
    font-size: 15px;
    line-height: 24px;
}

.tb-default{
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 65px;
}
.tb-default thead th{
    background: #f1eeed;
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default thead th:first-child{border-left:0}
.tb-default thead th:last-child{border-right:0}
.tb-default tbody th{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    font-weight: 900;
}
.tb-default tbody td{
    border: 1px solid #d6d7d7;
    text-align: center;
    color: #7f6c64;
    padding: 20px;
}
.tb-default tbody th:first-child{border-left:0}
.tb-default tbody td:last-child{border-right:0}
        
    /*** Footer Area Css ***/ 
    .footer-area .layer-outer .shape2 {
        display: none;
    }    
    .copyright-text .d-flex{
        flex-wrap:wrap;
    }    
    .copyright-text .d-flex .copy{
        margin-top:5px;
    } 
.m-hidden{display:none    }
.gall_row .col-gn-3{width:100%;} 
#bo_w h1{font-size:24px;}


 /* 20240516 이미지 뷰어 추가 */
    .v_pc{display:none !important}
    .v_mo{display:block !important;  width: 100%;}      


}

@media only screen and (min-width: 768px){
    
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
}  
    
}






@media only screen and (max-width: 1199px) {

/*** 
=============================================
    Header Style One Css
=============================================
***/
.header-contact {
    display: none;
}    
.header-left .logo {
    padding: 31px 0;
}    


.nav-outer .mobile-nav-toggler .inner {
    background: #725b51;
}     
.main-header .main-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}      
.main-header .nav-outer .main-menu,
.mainmenu-area .nav-outer .main-menu,
.sticky-header{
    display: none !important;
}
.nav-outer .mobile-nav-toggler{
    display: block;
}
.mobile-nav-toggler .icon-bar {
    position: relative;
    display: block;
    background: #fff;
    height: 2px;
    width: 30px;
    margin: 7px 5px;
} 
    

}



@media only screen and (min-width: 1200px) and (max-width: 1390px) { 
 
/*** Main Slider Css ***/     
.main-slider .auto-container {
    padding: 0px 120px;
} 

}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 

/*** Main Slider Css ***/     
.main-slider .auto-container {
    padding: 0px 120px;
}
.main-slider.style1 {
    margin-top: 0;
}       
.main-slider .content h2 {
    font-size: 60px;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 59px;
}
    
 
    
}




@media only screen and (min-width: 768px) and (max-width: 991px) { 
    
/*** Main Slider Css ***/   
.main-slider .auto-container {
    padding: 0px 120px;
}
.main-slider.style1 {
    margin-top: 0;
}  
.main-slider .content h2 {
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 51px;
}
.main-slider .icon-holder {
    top: 50px;
}  
      
    
}


@media only screen and (min-width: 500px) and (max-width: 767px) { 
    
/*** Main Slider Css ***/ 
.main-slider .auto-container {
    padding: 0px 70px;
    padding-right: 30px;
}
.main-slider .owl-theme .owl-nav .owl-prev {
    left: 0px;
}    
.main-slider .owl-theme .owl-nav .owl-next {
    right: 0px;
}
.main-slider .slide {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 93px 0px 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}    
.main-slider.style1 {
    margin-top: 0;
}  
.main-slider .content h2 {
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 42px;
}
.main-slider .icon-holder {
    display: none;
}  
.main-slider .content .btns-box a.btn-one{
    line-height: 50px;
}   
.main-slider .content .btns-box a.btn-one i.round {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
}
    
 
}

@media only screen and (max-width: 499px) {
    
/*** Main Slider Css ***/ 
.main-slider .auto-container {
    padding: 0px 30px;
}   
.main-slider .owl-theme .owl-nav .owl-prev {
    display: none;
}    
.main-slider .owl-theme .owl-nav .owl-next {
    display: none;
}   
.main-slider.style1 {
    margin-top: 0;
}  
.main-slider .slide {
    padding: 93px 0px 100px;
}  
.main-slider .content h2 {
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
    margin-top: 20px;
    /* margin-bottom: 37px; */
}
.main-slider .content h3{
    font-size: 18px;
    line-height: 20px;
}
.main-slider .content p{
    font-size: 14px;
    line-height: 1.5;
    max-width: 300px;
    word-break: keep-all;
}
    .main-slider .content p br{display:none}
.main-slider .icon-holder {
    display: none;
}  
.main-slider .content .btns-box a.btn-one{
    line-height: 50px;
}   
.main-slider .content .btns-box a.btn-one i.round {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
}
 
    
.main-slider.style2 .slide {
    padding: 140px 0px 140px;
}    
.main-slider.style2 .content .sub-title {
    padding: 11px 10px;
    font-size: 16px;
    line-height: 28px;
}    
.main-slider.style2 .content h2 br{
    display: none;
}    

   
    
}


@media only screen and (min-width: 1200px) and (max-width: 1350px) { 
  

 
}



@media only screen and (min-width: 1200px) and (max-width: 1660px) { 
  
/*** Certified Area Css ***/  
.certified-box ul li {
    width: 175px;
} 
.certified-box .icon-box {
    display: none;
} 
    
/*** Slogan Style2 Area Css ***/      
.slogan-single-box .img-holder .overlay-content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}   
.slogan-single-box .img-holder .overlay-content .btns-box {
    padding-top: 19px;
} 
.slogan-style2-area .icon-holder {
    top: -105px;
}    
.slogan-style2-area .icon-holder img {
    width: 380px;
}    
    
    
 
}

