
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}


/*sec_head*/

.sec_head {
    text-align: center;
    margin-bottom: 40px;
    position: relative
}

.sec_head h2 {
    color: #2A2B2A;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 35px;
    position: relative;
}

.sec_head h2:before {
    content: "";
    width: 200px;
    height: 2px;
    background: #DDDDDD;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.sec_head h2:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #2876AB;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}



/*Features*/

.section_features {
    padding: var(--sec-padding);
    position: relative;
}
/*Deleted in Site*/


.section_features .owl-carousel .item {
    padding: 15px 0;
}
.item-feat.sampleOne {
    text-align: center;
    padding: 30px;
    position: relative
}
.item-feat.sampleOne figure {
    position: relative;
}
.item-feat .checkIc {
    position: absolute;
    bottom: -8px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--default-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-feat.sampleOne .checkIc {
    position: absolute;
    bottom: -8px;
    right: -15px;
}
.item-feat .checkIc:before {
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    height: 15px;
    width: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.item-feat.sampleTow {
    background: #FAFAFA;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
}
.item-feat.sampleTow .checkIc {
    position: absolute;
    top: 2px;
    right: 35px;
}
.item-feat.sampleThree {
    text-align: center;
}
.item-feat.sampleFour {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}


.item-feat.sampleOne figure, .item-feat.sampleTow figure {
    margin: 0 auto 20px;
    width: 95px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-feat.sampleThree figure {
    margin-bottom: 0;
    width: 95px;
    height: 95px;
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 50%;
    padding: 17px;
}
.item-feat.sampleFour figure {
    margin-bottom: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F8F8;
    border-radius: 50%;
    padding: 17px;
}



.item-feat.sampleThree:hover figure,
.item-feat.sampleFour:hover figure {
    border: 1px dashed var(--default-color);
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-duration: 500ms;
}
.sampleOne:hover, .sampleTow:hover {
    -webkit-animation-name: swing;
    animation-name: swing;
    animation-duration: 500ms;
}

.item-feat.sampleFour .txt-feat {
    width: calc(100% - 80px);
    margin-right: 10px;
}

.item-feat .txt-feat p {
    color: #2A2B2A;
    font-size: 17px;
}

.item-feat:hover .txt-feat p {
    color: var(--default-color)
}
.item-feat .txt-feat span {
    color: #2A2B2A;
    font-size: 14px;
}