/*//Features Style Created by TUSHAR*/
svg:not(:root) {
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

.u-btn {
    display: table;
    cursor: pointer;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-style: inherit;
    font-weight: inherit;
    text-decoration: none;
    border: 0 none transparent;
    outline-width: 0;
    background-color: transparent;
    margin: 0;
    -webkit-text-decoration-skip: objects;
    font-style: initial;
    white-space: nowrap;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0;
    align-self: flex-start;
}

    .u-btn:focus, .u-btn:active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .u-btn:hover, .u-btn:focus {
        text-decoration: none;
    }

    .u-btn:active {
        outline: 0;
        background-image: none;
    }

.u-link, a {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
}

.u-link {
    display: table;
    border-style: solid;
    border-bottom-width: 0;
    white-space: nowrap;
    align-self: flex-start;
}

    .u-link, .u-link:hover, .u-link:focus {
        text-decoration: none;
    }

        .u-link:focus, .u-link:active:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

*, *:before, *:after {
    box-sizing: border-box;
}
/*body{height:auto;min-height:100%;}
body,section{position:relative;}*/
section > *, .u-sheet > * {
    position: relative;
}

a {
    color: #259bca;
    text-decoration: none;
}

    a:hover {
        color: #0676a4;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.u-clearfix:after, .u-clearfix:before {
    content: '';
    display: table;
}

.u-clearfix:after {
    clear: both;
}

.u-spacing-18.u-icon {
    padding: 5px;
}

.u-backlink {
    position: relative;
    text-align: center;
    padding: 1em;
}

    .u-backlink a:first-letter {
        text-transform: capitalize;
    }

    .u-backlink a, .u-backlink p {
        display: inline-block;
    }

    .u-backlink span {
        font-size: 0.8rem;
    }

    .u-backlink .u-link {
        text-decoration: underline;
    }

        .u-backlink span, .u-backlink .u-link:hover {
            text-decoration: none;
        }

.u-text-default {
    display: table;
    align-self: flex-start;
}

    .u-text-default:empty {
        display: block;
        width: 15px;
    }

.u-image {
    object-fit: cover;
    display: block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

img.u-image {
    overflow: hidden;
}

.u-image-round {
    border-radius: 10px;
}

.u-sheet {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .u-sheet {
        width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .u-sheet {
        width: 940px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .u-sheet {
        width: 720px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .u-sheet {
        width: 540px;
    }
}

@media (max-width: 575px) {
    .u-sheet {
        width: 340px;
    }
}

.u-container-layout {
    position: relative;
    flex: 1;
    max-width: 100%;
}

    .u-container-layout > * {
        position: relative;
    }

.u-expanded-width {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.u-valign-middle {
    display: flex;
    flex-direction: column;
}

    .u-valign-middle > * {
        flex-shrink: 0;
    }

.u-valign-middle {
    justify-content: center;
}

.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

    .u-sheet:not(.u-image):not(.u-video) > * {
        pointer-events: auto;
        pointer-events: initial;
    }

[class*="u-border-"]:not(.u-shape-svg) {
    stroke: none;
}

.u-shape-round, .u-shape-round:before, .u-shape-round > .u-container-layout {
    border-radius: 10px;
}

.u-icon {
    display: block;
    line-height: 0;
    border-width: 0px;
}

.u-svg-link {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.u-svg-content {
    width: 0;
    height: 0;
}

.u-icon-rounded {
    border-radius: 10px;
}

.u-body {
    font-size: 1rem;
    line-height: 1.6;
}

    .u-body h1, .u-body h5 {
        padding: 0;
    }
/*h1,h5{margin-top:0;margin-bottom:0.5rem;line-height:1.2;font-weight:500;color:inherit;}
h1{font-size:2.25rem;}
h5{font-size:1.125rem;}
p{margin-top:0;padding:0;margin-bottom:0.5rem;}*/
.u-align-center {
    text-align: center;
}

.u-text {
    word-wrap: break-word;
    position: relative;
}

.u-font-raleway.u-custom-font {
    font-family: sofia !important;
}

.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}

.u-repeater-item {
    display: flex;
    position: relative;
}

.u-list:not(.u-repeater) {
    display: flex;
    flex-direction: column;
}

    .u-list:not(.u-repeater) .u-repeater {
        flex: 1;
    }

[class*="u-border-"] {
    border-style: solid;
}

.u-border-2, a.u-button-style.u-border-2 {
    border-width: 2px;
}

.u-radius-10, .u-radius-10:before {
    border-radius: 10px !important;
}

.u-radius-15, .u-radius-15:before, .u-radius-15 > .u-container-layout {
    border-radius: 15px !important;
}

.u-radius-30, .u-radius-30:before {
    border-radius: 30px !important;
}

.u-body {
    font-family: 'Open Sans',sans-serif;
}
/*h1,h5{font-family:Roboto,sans-serif;}*/
.u-image {
    color: #111111;
}

.u-body {
    color: #111111;
    background-color: #ffffff;
}

.u-none.u-button-style, .u-none.u-button-style:hover, .u-none.u-button-style:focus, .u-none.u-button-style:active, .u-button-style.u-hover-none:hover, .u-button-style.u-hover-none:focus, .u-button-style.u-active-none:active {
    color: inherit !important;
    background-color: transparent !important;
}

.u-white, .u-container-style.u-white:before {
    color: #111111;
    background-color: #ffffff;
    BOX-SHADOW: 0px 0px 15px -5px;
}
/*.u-black{color:#ffffff;background-color:#000000;}*/
.u-black {
    border: 0.5px solid #777;
    background-image: linear-gradient(-45deg,#A1CF55, rgb(200, 232, 224), #A1CF55) !important;
    background-size: 250% 250%;
    animation: gradient 15s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.u-grey-5 {
    color: #111111;
    background-color: #f2f2f2;
}

.u-grey-80 {
    color: #ffffff;
    background-color: #333333;
}

.u-border-hover-black:hover, .u-border-hover-black:focus, a.u-button-style.u-border-hover-black:hover, a.u-button-style.u-border-hover-black:focus, a.u-button-style.u-button-style.u-border-active-black:active {
    color: #000000 !important;
    border-color: #000000 !important;
}

.u-border-grey-15 {
    border-color: #d9d9d9;
    stroke: #d9d9d9;
}

.u-button-style.u-border-grey-15 {
    border-color: #d9d9d9 !important;
    color: #d9d9d9 !important;
    background-color: transparent !important;
}

    .u-button-style.u-border-grey-15:hover, .u-button-style.u-border-grey-15:focus {
        border-color: #c3c3c3 !important;
        color: #c3c3c3 !important;
        background-color: transparent !important;
    }

a.u-button-style.u-button-style.u-text-hover-palette-1-base:hover, a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:hover, a.u-button-style.u-button-style.u-text-hover-palette-1-base:focus, a.u-button-style.u-button-style.u-text-hover-palette-1-base[class*="u-border-"]:focus {
    color: #456ee8 !important;
}

.u-text-white {
    color: #ffffff !important;
}

    .u-text-white svg {
        fill: #ffffff;
    }

.u-text-body-color, a.u-button-style.u-text-body-color, a.u-button-style.u-text-body-color[class*="u-border-"] {
    color: #111111 !important;
}

    a.u-button-style.u-text-body-color:hover, a.u-button-style.u-text-body-color[class*="u-border-"]:hover, a.u-button-style.u-text-body-color:focus, a.u-button-style.u-text-body-color[class*="u-border-"]:focus, a.u-button-style.u-button-style.u-text-body-color:active, a.u-button-style.u-button-style.u-text-body-color[class*="u-border-"]:active {
        color: #0f0f0f !important;
    }

.u-text-grey-25 {
    color: #666 !important;
}

.u-text-grey-25 {
    color: #666 !important;
}
/*h1:not(.u-title){font-weight:400;font-size:3rem;line-height:1.1;margin-top:20px;margin-bottom:20px;}
h5{font-weight:400;font-size:1.25rem;line-height:1.2;margin-top:20px;margin-bottom:20px;}
p:not(.u-text-variant){margin-top:20px;margin-bottom:20px;}*/
.u-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    h1:not(.u-title) {
        font-size: 2.25rem;
    }
}

a {
    color: #456ee8;
}

    a:hover {
        color: #2a59e5;
    }

.u-btn {
    background-color: #456ee8;
    color: #ffffff;
}

    .u-btn:hover {
        background-color: #2a59e5;
        color: #e6e6e6;
    }

    .u-btn:focus {
        background-color: #2a59e5;
        color: #e6e6e6;
    }

    .u-btn:active {
        background-color: #2a59e5;
        color: #e6e6e6;
    }

.u-grey-80 a {
    color: #b1c2f6;
}

    .u-grey-80 a:hover {
        color: #a1a1a1;
    }

}
/*! CSS Used from: Embedded */
.u-section-2 {
    background-image: none;
}

    .u-section-2 .u-sheet-1 {
        min-height: 879px;
    }

    .u-section-2 .u-image-1 {
        width: 283px;
        height: 255px;
        object-position: 50% 0%;
        margin: 60px auto 0;
    }

    .u-section-2 .u-text-1 {
        font-size: 3.75rem;
        font-weight: 700;
        margin: 20px auto 0;
    }

    .u-section-2 .u-list-1 {
        margin-top: 94px;
        margin-bottom: 60px;
    }

    .u-section-2 .u-repeater-1 {
        grid-template-columns: repeat(3, calc(33.3333% - 42px));
        min-height: 324px;
        grid-gap: 63px;
    }
    .u-section-2 .u-repeater-1new {
        grid-template-columns: repeat(2, calc(50% - 42px));
        min-height: 324px;
        grid-gap: 63px;
    }

    .u-section-2 .u-list-item-1 {
        background-image: none;
    }

    .u-section-2 .u-container-layout-1 {
        padding: 0 25px 25px;
    }

.featuresbg {
    background: linear-gradient( -50deg, #BEC3C4, #e1e2dd, #ddf2f5, #eefbf5, #fcfcfc);
    background-size: 500% 500%;
    animation: gradient 15s ease infinite;
}

.u-section-2 .u-icon-1 {
    height: 75px;
    width: 75px;
    background-image: none;
    text-shadow: 7px 0 0 rgba(0,0,0,0);
    margin: -25px auto 0;
}

.u-section-2 .u-text-2 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 25px 0 0;
}

.u-section-2 .u-text-3 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 20px 0 0;
}

.u-section-2 .u-btn-1 {
    border-style: none none solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: normal;
    margin: 20px auto 0;
    padding: 0;
}

.u-section-2 .u-list-item-2 {
    background-image: none;
}

.u-section-2 .u-container-layout-2 {
    padding: 0 30px 32px;
}

.u-section-2 .u-icon-2 {
    height: 76px;
    width: 76px;
    background-image: none;
    text-shadow: 7px 0 0 rgba(0,0,0,0);
    margin: -25px auto 0;
}

.u-section-2 .u-text-4 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 35px 0 0;
}

.u-section-2 .u-text-5 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 20px 0 0;
}

.u-section-2 .u-btn-2 {
    border-style: none none solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: normal;
    margin: 20px auto 0;
    padding: 0;
}

.u-section-2 .u-list-item-3 {
    background-image: none;
}

.u-section-2 .u-container-layout-3 {
    padding: 0 30px 32px;
}

.u-section-2 .u-icon-3 {
    height: 76px;
    width: 76px;
    background-image: none;
    text-shadow: 7px 0 0 rgba(0,0,0,0);
    margin: -25px auto 0;
}

.u-section-2 .u-text-6 {
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 35px 0 0;
}

.u-section-2 .u-text-7 {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.8;
    margin: 20px 0 0;
}

.u-section-2 .u-btn-3 {
    border-style: none none solid;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: normal;
    margin: 20px auto 0;
    padding: 0;
}

@media (max-width: 1199px) {
    .u-section-2 .u-image-1 {
        width: 283px;
    }

    .u-section-2 .u-repeater-1 {
        grid-template-columns: repeat(3, calc(33.333333333333336% - 42px));
        min-height: 267px;
    }
}

@media (max-width: 991px) {
    .u-section-2 .u-repeater-1 {
        grid-template-columns: repeat(2, calc(50% - 31.5px));
        min-height: 614px;
    }

    .u-section-2 .u-container-layout-1 {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .u-section-2 .u-container-layout-3 {
        padding-top: 0;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .u-section-2 .u-repeater-1 {
        grid-template-columns: 100%;
    }

    .u-section-2 .u-container-layout-1 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-2 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .u-section-2 .u-container-layout-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .u-section-2 .u-text-1 {
        font-size: 2.25rem;
    }
}
/*! CSS Used fontfaces */
