/**
* Class name number indicates unique css styling. Feel free to make 
* it a dynamic but unique number while converting with scripting 
* language.
*
**/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

/***** global style *****/


.classyea-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.classyea-section-padding {
    padding: 70px 0;
}


/***** button style *****/

.classyea-btn-primary {
    padding: 10px 15px;
    outline: none;
    border: none;
    background: rgb(33, 86, 243);
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    cursor: pointer;
    font-family: inherit;
}

/***** Imran *****/

/***** Design One *****/

#classyea-service-section-203 .classyea-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

#classyea-service-section-203 .classyea-row>div {
    flex: 1;
}

.classyea-service-box-203 {
    display: flex;
    flex-direction: column;
    background: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
    box-shadow: 5px 4px 20px 0px #2156f31a;
}

.classyea-service-box-203 img {
    width: 80%;
    height: 80px!important;
    object-fit: contain;
    margin-bottom: 15px;
}

.classyea-service-box-203 h3 {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

.classyea-service-box-203 p {
    font-size: 14px;
}

.classyea-service-heading button {
    margin: 20px 0px;
}

/***** Media queries  *****/

@media(max-width:600px) {
    #classyea-service-section-203 .classyea-row {
        flex-direction: column;
    }
}


/***** Design Two *****/

#classyea-service-section-204 .classyea-row {
    margin-top: 80px;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-direction: row;
    gap: 10px;
}

.classyea-service-box-204 {
    background: #fff;
    display: flex;
    padding: 30px;
    gap: 15px;
    cursor: pointer;
}

.classyea-service-box-204:hover {
    background: #F72432;
    color: #fff;
}

.classyea-service-box-204:hover * {
    color: #fff;
}

.classyea-service-box-204 .icon {
    font-size: 35px;
    object-fit: contain;
    margin-bottom: 15px;
    color: #F72432;
}

.classyea-service-box-204 h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    color: #12284C;
}

.classyea-service-box-204 p {
    font-size: 13px;
    color: rgb(187, 182, 182);
}

/***** Arif *****/

/***** Design Three *****/
#classyea-service-section-201{
    background-image: url("../images/architecture.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: rgba(80, 80, 80, 0.7);
    background-blend-mode: hue;
}

.classyea-service-section-201{
    display: flex;
}

.classyea-service-left-201{
    width: 45%;
    color: #fff;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.classyea-service-left-201 h2{
    margin-bottom: 15px;
}

.classyea-service-left-201 p{
    color: #dbdbdb;
    margin-bottom: 15px;
}

.classyea-service-left-201 a{
    font-size: 14px;
    color: #fff;
}

.classyea-service-right-201{
    width: 55%; 
}

#classyea-service-box-201{
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
}

.classyea-service-box-1{
    width: 100%;
}

.classyea-service-box-2{
    width: calc(50% - 15px);
    margin-top: 30px;
}

.classyea-service-item-201{
    padding: 30px;
    background: #fff;
}

.classyea-service-item-201 .classyea-service-icon{
    font-size: 48px;
    color: #562dd4;
    margin-bottom: 15px;
}

.classyea-service-item-201 .classyea-service-heading{
    font-size: 20px;
    color: #562dd4;
    font-weight: 500;
    margin-bottom: 10px;
}

.classyea-service-item-201 .classyea-service-text{
    color: #828282;
    margin-bottom: 15px;
}

.classyea-service-item-201 .classyea-service-btn{
    color: #562dd4;
    font-size: 14px;
    text-decoration: underline!important;
}

.classyea-service-item-201 .classyea-service-btn:hover{
    color: #E2498A;
    text-decoration: underline!important;
}

.classyea-service-item-2{
    background-color: #562dd4;
}

.classyea-service-item-3{
    background-color: #E2498A;
}

.classyea-service-item-3 .classyea-service-icon,
.classyea-service-item-3 .classyea-service-heading,
.classyea-service-item-3 .classyea-service-text,
.classyea-service-item-3 .classyea-service-btn,
.classyea-service-item-2 .classyea-service-icon,
.classyea-service-item-2 .classyea-service-heading,
.classyea-service-item-2 .classyea-service-text,
.classyea-service-item-2 .classyea-service-btn{
    color: #fff;
}
.classyea-service-item-3 .classyea-service-btn:hover{
    color: #562dd4 !important;
}

/***** Design Four *****/

#classyea-service-section-202{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: rgba(80, 80, 80, 0.7);
    background-blend-mode: hue;
}

.classyea-service-top-202{
    width: 45%;
    color: #fff;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.classyea-service-top-202 h2{
    margin-bottom: 15px;
}

.classyea-service-top-202 p{
    color: #dbdbdb;
    margin-bottom: 15px;
}

.classyea-service-top-202 a{
    font-size: 14px;
    color: #fff;
}

#classyea-service-box-202{
    display: block;
    flex-wrap: wrap;
    gap: 20px;
    
}
#classyea-service-box-202 .classyea-service-item-202{
    background: #fff;
    flex: .5;
}

.classyea-service-item-202{
    padding: 30px 20px;
    margin-bottom: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    cursor: pointer;
}

.classyea-service-item-202:hover{
    box-shadow: 0 0 10px rgba(80, 80, 80, 0.3);
}
.classyea-service-item-202::after{
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -3px;
    background-color: #FD7EB4;
}

.classyea-service-item-202:hover::after{
    bottom: 0px;
}

.classyea-service-item-202 .classyea-service-icon{
    width: 60px;
    height: 60px;
    background-color: #e8ecf3;
    border-radius: 50%;
    font-size: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FD7EB4;
    margin-bottom: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.classyea-service-item-202 .classyea-service-heading{
    font-size: 20px;
    color: #FD7EB4;
    font-weight: 500;
    margin-bottom: 10px;
}

.classyea-service-item-202 .classyea-service-text{
    color: #828282;
    margin-bottom: 15px;
}

.classyea-service-item-202 .classyea-service-btn{
    color: #FD7EB4;
    font-size: 14px;
    text-decoration: underline;
}

.classyea-service-item-202 .classyea-service-btn:hover{
    color: #E2498A;
    text-decoration: underline;
}

.classyea-service-item-11 .classyea-service-icon::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(.8);
    z-index: -1;
    border: 2px solid #E2498A;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.classyea-service-item-11:hover .classyea-service-icon::after{
    z-index: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.classyea-service-item-11:hover .classyea-service-icon::after{
    z-index: 1;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#classyea-service-box-202 .classyea-service-item-22{
    background-color: #00ACC1;
    color: #fff !important;
}


#classyea-service-box-202  .classyea-service-item-22{
    background-color: #00ACC1; 
    transition: all .3s ease-in-out;
}

.classyea-service-item-22 .classyea-service-heading,
.classyea-service-item-22 .classyea-service-text,
.classyea-service-item-22 .classyea-service-btn{
    color: #fff !important;
}

.classyea-service-item-22 .classyea-service-icon{
    background-color: #0cc4da8f;
    color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.classyea-service-item-22:hover .classyea-service-icon{
    background-color: #fff;
    color: #00ACC1;
}

.classyea-service-item-22::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    left: -3px;
    background-color: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.classyea-service-item-202:hover::after{
    left: 0px;
}

/***** Monjur *****/

/***** Design Five *****/

#classyea-service-section-205{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#classyea-service-section-205 .classyea-container{
    display: flex;
    flex-direction: column !important;
    gap: 20px;
    padding-bottom: 70px;
}

#classyea-service-section-205 h1{
    text-align: center;
    padding: 70px 0px 25px 0px;
}

.classyea-service-205{
    display: flex;
    flex-direction: 3;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-left: 0px;
    margin-left: 0px;
}
.classyea-service-205 .classyea-service{
    background-color: #fff;
    text-align: center;
    padding: 25px 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 5px 20px #00000040;
    flex: 1;
}

.classyea-service-205 .classyea-service .classyea-service-icon{
    font-size: 30px;
    width: 60px;
    height: 60px;
    margin: 0px auto;
    background-color: #2888EF;
    color: #fff;
    border-radius: 50%;
    padding: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.classyea-service-205 .classyea-service h3{
    font-size: 22px;
    padding: 5px 0px 0px;
}

/***** Media Queries ****/

@media only screen and (max-width: 600px) {
    .classyea-service-205{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}

/***** Design Six *****/

#classyea-service-section-206 .classyea-container h2{
    font-size: 30px;
    text-align: center;
    padding-bottom: 15px;
}

#classyea-service-section-206 h1{
    text-align: center;
    padding: 0px 0px 15px 0px;
}

#classyea-service-section-206  .classyea-service-206{
    display: flex;
    gap: 20px;
    padding-bottom: 70px;
}

#classyea-service-section-206  .classyea-service-206 .classyea-service{
    padding: 15px 25px;
    border-radius: 4px;
}

.classyea-service-206 .classyea-service{
    padding: 15px 25px;
    border-radius: 4px;
}

#classyea-service-section-206 .classyea-service-206 .classyea-service-heading{
    padding: 10px 0px 0px 0px;
}

.classyea-service-206 .classyea-service-heading{
    padding: 10px 0px 0px 0px;
}

#classyea-service-section-206 .classyea-service-206 .classyea-service .service-icon{
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
.classyea-service-206 .classyea-service .service-icon{
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

#classyea-service-section-206 .classyea-service-206 .colorOne .service-icon{
    background-image: linear-gradient(#DA88FC, #7E5CFC);
    color: #fff;
}

.classyea-service-206 .colorOne .service-icon{
    background-image: linear-gradient(#DA88FC, #7E5CFC);
    color: #fff;
}

#classyea-service-section-206 .classyea-service-206 .colorTwo .service-icon{
    background-image: linear-gradient(#01ABEE, #0F63CC);
    color: #fff;
}

.classyea-service-206 .colorTwo .service-icon{
    background-image: linear-gradient(#01ABEE, #0F63CC);
    color: #fff;
}

#classyea-service-section-206 .classyea-service-206 .colorThree .service-icon{
    background-image: linear-gradient(#24EAFC, #2375FC);
    color: #fff;
}

.classyea-service-206 .colorThree .service-icon{
    background-image: linear-gradient(#24EAFC, #2375FC);
    color: #fff;
}

#classyea-service-section-206 .classyea-service-206 .colorOne{background-color: #e1d4fc; color:#8F6E9B}
#classyea-service-section-206 .classyea-service-206 .colorTwo{background-color: #E6E9F5; color: #707FAC;}
#classyea-service-section-206 .classyea-service-206 .colorThree{background-color: #E1EAF9; color: #637595;}

.classyea-service-206 .colorOne{background-color: #e1d4fc; color:#8F6E9B}
.classyea-service-206 .colorTwo{background-color: #E6E9F5; color: #707FAC;}
.classyea-service-206 .colorThree{background-color: #E1EAF9; color: #637595;}


#classyea-service-section-204 .classyea-service-title {
    text-align: center; color: #fff;
}

#classyea-service-section-204 .classyea-service-subtitle {
    text-align: center; color: #fff;
}

#classyea-service-section-204 > p {
    color: #fff ; text-align: center;
}

#classyea-service-section-201 .classyea-service-title{
    color:#ffffff;
}

#classyea-service-section-201 .classyea-service-subtitle{
    color:#ffffff;
}
#classyea-service-section-201 a{
    text-decoration: underline;
}

#classyea-service-section-202 .classyea-service-title{
    color:#ffffff;
}

#classyea-service-section-202 .classyea-service-subtitle{
    color:#ffffff;
}
#classyea-service-section-202 a{
    text-decoration: underline;
}

.classyea-service-section-201.heading-custom-class {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

#classyea-service-section-203 .classyea-container:last-child .classyea-row{
    margin-top: 20px;
} 

#classyea-service-section-203 .classyea-service-heading a.classyea-btn-primary{
    margin: 20px 0px;
    display: inline-block;
}
#classyea-service-section-203 .classyea-service-heading a.classyea-btn-primary:hover{
    color:#ffffff;
}

.classyea-service-heading a.classyea-btn-primary{
    margin: 20px 0px;
    display: inline-block;
}

.classyea-service-206 .classyea-service .classyea-service-heading{
    padding-top: 15px;
    margin-bottom: 15px;
}

