/* common */
#c2_wrap .c_inner { width: 100%; max-width: 80%; margin:0 auto; position: relative; padding:0 0px;}
#c2_wrap .c_tit h3 {font-size: 20px; font-weight:500; color: #c82124; font-family: "Poppins", sans-serif; margin-bottom:20px; line-height: 1; }

/* font size */
#c2_wrap .fs_60 {font-size: 50px; font-weight :700; line-height: 1.2; color:#000; }
#c2_wrap .fs_35 {font-size: 35px; font-weight :800; line-height: 1.2; color:#000; }
#c2_wrap .fs_18 {font-size: 18px; font-weight :400; line-height: 1.67; color:#333; }
#c2_wrap .fs_17 {font-size: 17px; font-weight :400; line-height: 1.67; color:rgba(51, 51, 51, 0.8); }
#c2_wrap .fs_16 {font-size: 16px; font-weight :400; line-height: 1.67; color:#333; }
#c2_wrap .fs_15 {font-size: 15px; font-weight :400; line-height: 1.67; color:rgba(51, 51, 51, 0.8); }

/* c_btn */
#c2_wrap .c_btn a {display: flex;justify-content:center; align-items: center; font-size: 16px; font-weight: 400;  color:#fff; height: 50px;
position: relative; z-index: 1; width: 200px; padding: 0 20px; border:1px solid #fff; transition: all .3s; }
#c2_wrap .c_btn a i {margin-left: 15px; transition: transform .3s;}
#c2_wrap .c_btn a:hover {background-color: #c82124; border-color: #c82124; }
#c2_wrap .c_btn a:hover i {transform: rotate(90deg);}

/*Content CSS*/
#c2_wrap {width:100%;  margin: 0;  padding:100px 0; position: relative; z-index: 1; margin-top: 50px;}
#c2_wrap::before {content: ''; display: block; width: 100%; height: 631px; position: absolute; left: -0; top:0; z-index: -1; background:url("../../../../../../media/aboutus-bg.jpg") 50%/cover no-repeat;}
#c2_wrap::after {content: ''; display: block; width:1px; height: 631px; position: absolute; left:90px; top:0; background-color: rgba(221,221,221,.3);}
#c2_wrap .line {width:1px; background-color:#ddd; position: absolute; z-index: -1;}
#c2_wrap .line.line1 {height: calc(100% - 631px);  left:90px;  bottom:-0;}
#c2_wrap .line.line2 {height: 100px;  right:50px;  bottom:-100px;}

/*text-content CSS*/
#c2_wrap-1{margin: 20px 0; width: 100%;}
#c2_wrap-1 .text-box{width: 100%; max-width: 80%; margin: 0 auto; padding: 0 0;}
#c2_wrap-1 .text-heading{    font-size: 50px; font-weight: 700; text-transform: uppercase; margin: 10px 0; line-height: 1.2;}
#c2_wrap-1 .tex-para{font-size: 18px; margin: 10px 0; line-height: 30px;}
#c2_wrap-1 .call-box{width: 20%; margin: 25px auto;}
#c2_wrap-1 .prof-btn{text-align: center; display: block; text-transform: uppercase; border: 1px solid #000; width: 45%; margin: 8px auto; padding: 10px;background-color:#transparent;}
#c2_wrap-1 .prof-btn:hover{background-color:#c82124; border-color: #c82124; color:#fff;}

#c2_wrap .top {width: 100%; display: flex; justify-content: center; }
#c2_wrap .top .txt {display: flex;}
#c2_wrap .top .txt > div {flex-shrink: 0; margin-right: 45px; }
#c2_wrap .top .txt h3,
#c2_wrap .top .txt h2 {color:#fff; }
#c2_wrap .top .txt h2::before {background-color: #fff;}
#c2_wrap .top .txt > p {padding-top: 40px; color:rgba(255, 255, 255, 0.8); line-height: 1.94; margin-right: 15px;}

#c2_wrap .top .c_btn {padding-top: 40px;}

#c2_wrap .w_box {width: 100%; background-color: #fff; padding: 60px 0 0; text-align: center; margin-top: 65px;}
#c2_wrap .w_box .title h3::before {content: ''; display: block; width: 30px; height: 3px; background-color: #ed1b23; margin: 0 auto 10px;}
#c2_wrap .w_box .title p {margin-top: 15px;}


#c2_wrap .list {display: flex; text-align: center; overflow: hidden; margin-top: 30px; }
#c2_wrap .list > li { flex:1;}
#c2_wrap .list .box {border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 20px 10px 65px; display: block; height: 100%;  position: relative; z-index: 1; }
#c2_wrap .list > li:first-child .box {border-left: 1px solid #ddd;}
#c2_wrap .list .icon {display: flex; align-items: center; justify-content: center; position: relative; margin: 0 auto; height: 110px; width: 110px; background-color: #f7f7f7;
border-radius: 50%; transition: background-color .3s;}
#c2_wrap .list .icon img {transition-property: all, transform; transition-duration: .3s, .5s; }
#c2_wrap .list .icon img + img {opacity: 0; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 2;}
#c2_wrap .list h4 {margin: 15px 0 5px;}

#c2_wrap .list > li:hover .icon {background-color: #c82124; }
#c2_wrap .list > li:hover .icon img {opacity: 0; transform: rotateY(180deg);}
#c2_wrap .list > li:hover .icon img + img {opacity: 1; transform: rotateY(180deg) translate(50%, -50%); }


@media screen and (max-width: 1599px) {
    #c2_wrap::after {display: none; }
    #c2_wrap .line {display: none;}

}

@media screen and (max-width:1400px) {
    /* common */


    /*Content CSS*/
    #c2_wrap .top .txt {margin-right: 30px;}
    #c2_wrap .top .txt > div {margin-right: 30px;}
    #c2_wrap .top br {display: none;}

    #c2_wrap .list .box {padding: 20px 10px 40px;}

}

@media screen and (max-width: 1024px) {
    /* common */
    #c2_wrap .c_inner {padding: 0 30px;}
    #c2_wrap .c_tit h3 {font-size:17px; margin-bottom:15px; }
    /* font */
    #c2_wrap .fs_60 {font-size: 40px; }
    #c2_wrap .fs_35 {font-size: 27px; }
    #c2_wrap .fs_18 {font-size: 16px; line-height: 1.65;}
    #c2_wrap .fs_17 {font-size: 15px; line-height: 1.65;}
    #c2_wrap .fs_16 {font-size: 14px; line-height: 1.65; }
    #c2_wrap .fs_15 {font-size: 14px; line-height: 1.65; }

    #c2_wrap .c_btn a {font-size: 14px; height: 45px; width: 160px;}
    /*Content CSS*/
    #c2_wrap {padding: 70px 0; text-align: center; }



    #c2_wrap .top {display: block;}
    #c2_wrap .top .txt {display: block; margin:0;}
    #c2_wrap .top .txt > div {margin:0;}
    #c2_wrap .top .txt h2 {margin-bottom: 10px; }
    #c2_wrap .top .txt > p {padding-top: 0; margin-right: 0;}
    #c2_wrap .top .c_btn {padding: 0;}
    #c2_wrap .top .c_btn a { margin:20px auto 0;}

    #c2_wrap .w_box {margin-top:40px; padding: 40px 0 0;}
    #c2_wrap .w_box .title p {margin-top: 10px;}

    #c2_wrap .list {flex-wrap: wrap; }
    #c2_wrap .list > li {width: 50%; flex:inherit; }
    #c2_wrap .list > li:nth-child(odd) .box {border-left:1px solid #ddd; }
    #c2_wrap .list .box {padding: 30px 10px;}

}

@media screen and (max-width: 640px) {
    /* common */
    #c2_wrap .c_inner {padding: 0 20px;}
    #c2_wrap .c_tit h3 {font-size:15px; margin-bottom:15px; }
    /* font */
    #c2_wrap .fs_60 {font-size:30px; }
    #c2_wrap .fs_35 {font-size: 23px; }
    #c2_wrap .fs_18 {font-size: 14px; }
    #c2_wrap .fs_17 {font-size: 14px; }
    #c2_wrap .fs_16 {font-size: 13px;  }
    #c2_wrap .fs_15 {font-size: 13px;  }

    #c2_wrap .c_btn a {font-size: 13px; height:40px; width: 150px; padding: 0 15px;  }
    #c2_wrap .c_btn a i {margin-left: 10px;}
    #c2_wrap .c_btn a i img {height: 12px;}

    /*Content CSS*/
    #c2_wrap {padding:50px 0; }
    #c2_wrap .top br {display: none;}
    #c2_wrap .top .title h3 {margin-bottom: 5px; }

    #c2_wrap .list { margin:10px auto 0;}
    #c2_wrap .list > li {width: 100%;}
    #c2_wrap .list .box {padding: 15px 30px; display: flex; align-items: center; text-align: left; border-left:1px solid #ddd;  justify-content: flex-start; }
    #c2_wrap .list .box .txt {display: flex; align-items: center;}
    #c2_wrap .list .icon {flex-shrink: 0; margin: 0 30px 0 0; width: 70px; height: 70px;}
    #c2_wrap .list .icon img {height:30px;}
    #c2_wrap .list h4 {  margin: 0 20px 0 0; min-width: 90px; flex-shrink: 0;}

}

@media screen and (max-width:400px) {

    #c2_wrap .list .box {padding: 15px 20px;}
    #c2_wrap .list .box .txt {display: block;}
    #c2_wrap .list h4 {  margin: 0 0 5px 0; min-width: 0;}

}
