.sec-feature {
    overflow: hidden;
    padding: 0 30px 0 30px;
}

.feature-list-area {
    margin: 20px auto 20px;
    padding: 10px 0;
    display: none;
    position: relative;
}

@media only screen and (min-width: 1200px) {
    .feature-list-area {
        display: flex;
    }
}

.feature-list-area:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 720px;
    top: 0;
    bottom: 0;
    right: 407px;
    border-right: 1px solid #cacaca;
    border-radius: 100%;
    z-index: -1;
}

.feature-list-area .feature-list-lefttarea {
    width: 100%;
    min-height: 700px;
    max-height: 700px;
    border-radius: 0 1000px 1000px 0;
    position: relative;
    z-index: 1;
}

.feature-list-area .feature-list-lefttarea:before {
    content: '';
    height: 700px;
    box-shadow: 14px 11px 12px 0px #ac616100;
    position: absolute;
    right: 0;
    width: 1900px;
    border-radius: 0 0 0;
}

.feature-list-area .feature-list-lefttarea .fl-tab {
    display: none;
    overflow-y: auto;
    height: 100%;
    border-radius: 0 1000px 1000px 0;
    overflow: hidden;
    overflow-y: auto;
}

.feature-list-area .feature-list-lefttarea .fl-tab.show {
    display: block;
}

/*To be updated in Customassets.css*/
.fl-tab :not(.feature-bg-image) {
	padding-right: 110px;
	padding-left: 100px
	}

.feature-list-area .feature-list-rightarea {
    width: 440px;
    min-width: 440px;
    padding-top: 47px;
}

.feature-item-wrap {
    margin-left: 30px;
    max-width: 370px;
    position: relative;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.feature-item-wrap.active {
    color: #fff;
}

.feature-item-wrap .fi-arrow {
    width: 0;
    height: 0;
    border-right: 10px solid #2196F3;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    left: -2px;
    bottom: 15px;
    -webkit-transform: rotate(-39deg);
    -moz-transform: rotate(-39deg);
    -ms-transform: rotate(-39deg);
    transform: rotate(-39deg);
}

.feature-item-wrap .fi-circle {
    position: absolute;
    bottom: 0;
    left: -20px;
    background: #2196F3;
    height: 18px;
    width: 18px;
    border-radius: 10px;
}

.feature-item-wrap .fi-circle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #2196F3;
    border: 4px solid #fff;
    border-radius: 100px;
    height: 14px;
    width: 14px;
}

.feature-item-wrap .feature-item {
    border-radius: 100px;
    border: 1px solid #f7615a;
    border-left: 0;
    display: flex;
    position: relative;
    height: 90px;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.feature-item-wrap .feature-item:hover {
    background-color: #2196F3;
    color: #fff;
}

.feature-item-wrap .feature-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 46px;
    background: #2196F3;
}

.feature-item-wrap .feature-item .feature-item-img {
    width: 79px;
    min-width: 79px;
    height: 79px;
    min-height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #fff;
    border: none;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 40px;
}

.feature-item-wrap .feature-item .feature-item-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100px;
    box-shadow: 3px 7px 14px 0px #b1b1b1;
}

.feature-item-wrap:hover .feature-item-img {
    background: #3F51B5;
}

.feature-item-wrap .feature-item-textarea {
    padding: 0 10px;
}

.feature-item-wrap:hover .fi-title,
  .feature-item-wrap.active .fi-title,
  .feature-item-wrap:hover .feature-item-img,
  .feature-item-wrap:active .feature-item-img {
    color: #fff !important;
}

.feature-item-wrap .fi-title {
    color: #3F51B5;
    margin: 7px 0;
}

.feature-item-wrap .fi-desc {
    font-size: 12px;
    margin: 0;
    line-height: 13px;
    height: 39px;
    overflow: hidden;
}

.feature-item-wrap.f-item-1 {
    margin-left: 0px;
}

.feature-item-wrap.f-item-1:before {
    content: '';
    position: absolute;
    top: -75px;
    left: -330px;
    width: 320px;
    height: 150px;
    background: #fff;
    z-index: 0;
}

.feature-item-wrap.f-item-1 .fi-arrow {
    left: -9px;
    bottom: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: 10px solid #2196f3;
}

.feature-item-wrap.f-item-1 .fi-circle {
    bottom: 35px;
    left: -30px;
    background: #2196f3;
}

.feature-item-wrap.f-item-1 .fi-circle:before {
    background: #2196F3;
}

.feature-item-wrap.f-item-1 .feature-item {
    border: 1px solid #2196F3;
}

.feature-item-wrap.f-item-1 .feature-item:before,
    .feature-item-wrap.f-item-1:hover .feature-item,
    .feature-item-wrap.f-item-1:hover .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-1:hover .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-1.active .feature-item,
    .feature-item-wrap.f-item-1.active .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-1.active .fi-title,
    .feature-item-wrap.f-item-1.active .feature-item-img {
    color: #ffffff;
}

.feature-item-wrap.f-item-1.active .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-1 .fi-title,
    .feature-item-wrap.f-item-1 .feature-item-img {
    color: #2196F3;
}

.feature-item-wrap.f-item-2 {
    margin-left: 0;
}

.feature-item-wrap.f-item-2 .fi-arrow {
    left: -9px;
    bottom: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: 10px solid #2196f3;
}

.feature-item-wrap.f-item-2 .fi-circle {
    bottom: 35px;
    left: -30px;
    background: #2196f3;
}

.feature-item-wrap.f-item-2 .fi-circle:before {
    background: #2196F3;
}

.feature-item-wrap.f-item-2 .feature-item {
    border: 1px solid #2196F3;
}

.feature-item-wrap.f-item-2 .feature-item:before,
    .feature-item-wrap.f-item-2:hover .feature-item,
    .feature-item-wrap.f-item-2:hover .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-2:hover .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #495ca0;
}

.feature-item-wrap.f-item-2.active .feature-item,
    .feature-item-wrap.f-item-2.active .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-2.active .fi-title,
    .feature-item-wrap.f-item-2.active .feature-item-img {
    color: #ffffff;
}

.feature-item-wrap.f-item-2.active .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-2 .fi-title,
    .feature-item-wrap.f-item-2 .feature-item-img {
    color: #2196F3;
}

.feature-item-wrap.f-item-3 {
    margin-left: 0;
}
/*item 3*/
.feature-item-wrap.f-item-3 .fi-arrow {
    left: -9px;
    bottom: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: 10px solid #2196f3;
}

.feature-item-wrap.f-item-3 .fi-circle {
    bottom: 35px;
    left: -30px;
    background: #2196f3;
}

.feature-item-wrap.f-item-3 .fi-circle:before {
    background: #2196F3;
}

.feature-item-wrap.f-item-3 .feature-item {
    border: 1px solid #2196F3;
}

.feature-item-wrap.f-item-3 .feature-item:before,
    .feature-item-wrap.f-item-3:hover .feature-item,
    .feature-item-wrap.f-item-3:hover .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-3:hover .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-3.active .feature-item,
    .feature-item-wrap.f-item-3.active .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-3.active .fi-title,
    .feature-item-wrap.f-item-3.active .feature-item-img {
    color: #ffffff;
}

.feature-item-wrap.f-item-3.active .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-3 .fi-title,
    .feature-item-wrap.f-item-3 .feature-item-img {
    color: #2196F3;
}

/*item 4*/
.feature-item-wrap.f-item-4 {
    margin-left: 0;
}


.feature-item-wrap.f-item-4 .fi-arrow {
    left: -9px;
    bottom: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: 10px solid #2196f3;
}

.feature-item-wrap.f-item-4 .fi-circle {
    bottom: 35px;
    left: -30px;
    background: #2196f3;
}



.feature-item-wrap.f-item-4 .fi-circle:before {
    background: #2196F3;
}

.feature-item-wrap.f-item-4 .feature-item {
    border: 1px solid #2196F3;
}

.feature-item-wrap.f-item-4 .feature-item:before,
    .feature-item-wrap.f-item-4:hover .feature-item,
    .feature-item-wrap.f-item-4:hover .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-4:hover .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-4.active .feature-item,
    .feature-item-wrap.f-item-4.active .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-4.active .fi-title,
    .feature-item-wrap.f-item-4.active .feature-item-img {
    color: #ffffff;
}

.feature-item-wrap.f-item-4.active .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-4 .fi-title,
    .feature-item-wrap.f-item-4 .feature-item-img {
    color: #2196F3;
}

.feature-item-wrap.f-item-5 {
    margin-left: 0;
}

.feature-item-wrap.f-item-5 .fi-arrow {
    left: -9px;
    bottom: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: 10px solid #2196f3;
}

.feature-item-wrap.f-item-5 .fi-circle {
    bottom: 35px;
    left: -30px;
    background: #2196f3;
}

.feature-item-wrap.f-item-5 .fi-circle:before {
    background: #05bcc1;
}

.feature-item-wrap.f-item-5 .feature-item {
    border: 1px solid #05bcc1;
}

.feature-item-wrap.f-item-5 .feature-item:before,
    .feature-item-wrap.f-item-5:hover .feature-item,
    .feature-item-wrap.f-item-5:hover .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-5:hover .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-5.active .feature-item,
    .feature-item-wrap.f-item-5.active .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-5.active .fi-title,
    .feature-item-wrap.f-item-5.active .feature-item-img {
    color: #ffffff;
}

.feature-item-wrap.f-item-5.active .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-5 .fi-title,
    .feature-item-wrap.f-item-5 .feature-item-img {
    color: #2196F3;
}

.feature-item-wrap.f-item-6 {
    margin-left: -0;
}

.feature-item-wrap.f-item-6::before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: -330px;
    width: 320px;
    height: 150px;
    background: #fff;
    z-index: 0;
}

.feature-item-wrap.f-item-6 .fi-arrow {
    left: -9px;
    bottom: 40px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-right: 10px solid #2196f3;
}

.feature-item-wrap.f-item-6 .fi-circle {
    bottom: 35px;
    left: -30px;
    background: #2196f3;
}

.feature-item-wrap.f-item-6 .fi-circle:before {
    background: #2196F3;
}

.feature-item-wrap.f-item-6 .feature-item {
    border: 1px solid #2196F3;
}

.feature-item-wrap.f-item-6 .feature-item:before,
    .feature-item-wrap.f-item-6:hover .feature-item,
    .feature-item-wrap.f-item-6:hover .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-6:hover .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-6.active .feature-item,
    .feature-item-wrap.f-item-6.active .feature-item-img {
    background: #2196F3;
}

.feature-item-wrap.f-item-6.active .fi-title,
    .feature-item-wrap.f-item-6.active .feature-item-img {
    color: #ffffff;
}

.feature-item-wrap.f-item-6.active .feature-item-img::before {
    box-shadow: 3px 7px 14px 0px #2196F3;
}

.feature-item-wrap.f-item-6 .fi-title,
    .feature-item-wrap.f-item-6 .feature-item-img {
    color: #2196F3;
}

.responsive-feature-list-area {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
    .responsive-feature-list-area {
        display: none;
    }
}

.res-feature-slid {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 0 auto;
}

.res-feature-slid .res-feature-item {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    padding: 10px;
}

.res-feature-slid .res-feature-item h5 {
    text-transform: uppercase;
}

.res-feature-slid .res-f-icon {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    background: #2196F3;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
}

.res-feature-slid .res-f-icon.res-f-1 {
    background: #2196F3;
}

.res-feature-slid .res-f-icon.res-f-2 {
    background: #2196F3;
}

.res-feature-slid .res-f-icon.res-f-3 {
    background: #2196F3;
}

.res-feature-slid .res-f-icon.res-f-4 {
    background: #2196F3;
}

.res-feature-slid .res-f-icon.res-f-5 {
    background: #2196F3;
}

.res-feature-slid .res-f-icon.res-f-6 {
    background: #2196F3;
}

.res-feature-slid .res-f-icon img {
    max-width: 100%;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    background: transparent;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot span:before {
    content: '1';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) span {
    background-color: #bcbec0;
    background-image: url(../image/home-icon.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(1) span::before {
    display: none;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(2) span:before {
    content: '1';
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
    content: '2';
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(4) span:before {
    content: '3';
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(5) span:before {
    content: '4';
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(6) span:before {
    content: '5';
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot:nth-child(7) span:before {
    content: '6';
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot.active:nth-child(2) span {
    background: #2196F3;
    color: #fff;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot.active:nth-child(3) span {
    background: #2196F3;
    color: #fff;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot.active:nth-child(4) span {
    background: #2196F3;
    color: #fff;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot.active:nth-child(5) span {
    background: #2196F3;
    color: #fff;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot.active:nth-child(6) span {
    background: #2196F3;
    color: #fff;
}

.feature-list-carousel.owl-theme .owl-dots .owl-dot.active:nth-child(7) span {
    background: #2196F3;
    color: #fff;
}

.feature-bg-image {
    background-image: url("../image/code-analysis.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

@font-face {
    font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?v1wjmb");
  src: url("../fonts/icomoon.eot?v1wjmb#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v1wjmb") format("truetype"), url("../fonts/icomoon.woff?v1wjmb") format("woff"), url("../fonts/icomoon.svg?v1wjmb#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon1-"],
[class*=" icon1-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon1-manual:before {
    content: "\e900";
}

.icon1-flow-chart:before {
    content: "\e901";
}

.icon1-chemistry:before {
    content: "\e902";
}

.icon1-coding:before {
    content: "\e903";
}

.icon1-antivirus:before {
    content: "\e904";
}

.icon1-computer:before {
    content: "\e905";
}

.icon1-page-speed:before {
    content: "\e907";
}
