@charset "utf-8";
.pt-90 {
    padding-top: 90px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

#logo {
    height: 41px;
    background-size: 181px;
}

.dv_banner-area-inner {
    background: rgb(168, 168, 168);
    background: -moz-linear-gradient(24deg, rgba(168, 168, 168, 1) 0%, rgba(231, 231, 255, 1) 35%, rgba(248, 248, 255, 1) 100%);
    background: -webkit-linear-gradient(24deg, rgba(168, 168, 168, 1) 0%, rgba(231, 231, 255, 1) 35%, rgba(248, 248, 255, 1) 100%);
    background: linear-gradient(24deg, rgba(168, 168, 168, 1) 0%, rgba(231, 231, 255, 1) 35%, rgba(248, 248, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a8a8a8", endColorstr="#f8f8ff", GradientType=1);
}

.banner-one {
    /* background: transparent url(../images/home-banner.jpg) top right no-repeat;
    background-size: cover;
    padding-top: 0px;
    padding-bottom: 200px;*/
}

.intro_layers {
    -webkit-animation: bubble 5s linear infinite;
    animation: bubble 5s linear infinite;
    background-image: linear-gradient(to top, #ee9b39 0%, #f7da58 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 730px;
    padding: 102px 45px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.phone {
    height: 35px;
}

.phone-number {
    font-size: 20px;
    font-weight: 700;
    color: #6d8e3b !important;
    font-family: 'Titillium Web', sans-serif;
    display: inline-block;
    margin-bottom: 0;
}

.ln {
    font-weight: 400;
    color: #b9b9b9 !important;
    font-family: 'Titillium Web', sans-serif;
    margin-left: 20px;
    margin-right: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

.intro1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2rem;
    font-family: 'Titillium Web', sans-serif;
    color: #0d4c8f;
}

h1 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 4.5rem;
    font-family: 'Titillium Web', sans-serif;
    color: #0d4c8f;
    margin-left: 30px;
    text-shadow: 1px 0px 3px #e3e3fa;
}

h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #3c4858;
    font-family: 'Titillium Web', sans-serif;
}

.white {
    color: #FFFFFF !important
}

.brd-right {
    border-right: 1px solid #eaeaea;
}

.brd-bottom {
    border-bottom: 1px solid #eaeaea;
}

h3 {
    font-size: 27px;
    line-height: 30px;
    font-weight: bold;
    color: #1b2143;
    letter-spacing: .02em;
    font-family: 'Titillium Web', sans-serif;
}

.banner-content p {
    font-size: 21px;
    font-weight: 400;
    line-height: 2.1rem;
    margin-bottom: 28px;
    color: #52505f;
    padding-top: 15px;
}

p {
    font-size: 18px;
    line-height: 1.8rem;
    font-family: 'Titillium Web', sans-serif;
    color: #6d6d6d;
}

.source {
    font-size: 14px;
    line-height: 1.4rem;
    font-family: 'Titillium Web', sans-serif;
    color: #6d6d6d;
}

.intro-cnt {
    font-size: 25px;
    line-height: 2.6rem;
    color: #FFFFFF;
    font-family: 'Titillium Web', sans-serif;
}

li {
    font-size: 18px;
    line-height: 1.7rem;
    padding-bottom: 2px;
    color: #6d6d6d;
}

.bottom-wrapper li {
    font-size: 18px;
    line-height: 1.8rem;
    color: #FFFFFF !important;
    padding-bottom: 10px;
}

.bottom-wrapper {
    background: #0e377d;
}

.wp-wrapper {
    background: #FFFFFF;
}

.features img {
    height: 95px;
    margin-bottom: 20px;
}

.blue-bg-img {
    background-color: #0d4c8f;
}

.brd-btm {
    border-bottom: 1px solid #eaeaea;
}

/*********bubble***************/

@-webkit-keyframes bubble {
    0%, 100% {
        border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }
    25% {
        border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }
    50% {
        border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
    }
}

@keyframes bubble {
    0%, 100% {
        border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
    }
    25% {
        border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
    }
    50% {
        border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
    }
    75% {
        /* border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%; */
    }
}

/* MoveUpDown Animation */

@-webkit-keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(0);
        /* Safari, Chrome */
        -moz-transform: translateY(0);
        /* Firefox 3.5~16.0 */
        -ms-transform: translateY(0);
        /* IE9~10 */
        -o-transform: translateY(0);
        /* Opera 10.5~12.10 */
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(30px);
        /* Safari, Chrome */
        -moz-transform: translateY(30px);
        /* Firefox 3.5~16.0 */
        -ms-transform: translateY(30px);
        /* IE9~10 */
        -o-transform: translateY(30px);
        /* Opera 10.5~12.10 */
        transform: translateY(30px);
    }
}

@-moz-keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(0);
        /* Safari, Chrome */
        -moz-transform: translateY(0);
        /* Firefox 3.5~16.0 */
        -ms-transform: translateY(0);
        /* IE9~10 */
        -o-transform: translateY(0);
        /* Opera 10.5~12.10 */
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(30px);
        /* Safari, Chrome */
        -moz-transform: translateY(30px);
        /* Firefox 3.5~16.0 */
        -ms-transform: translateY(30px);
        /* IE9~10 */
        -o-transform: translateY(30px);
        /* Opera 10.5~12.10 */
        transform: translateY(30px);
    }
}

@keyframes MoveUpDown {
    0% {
        -webkit-transform: translateY(0);
        /* Safari, Chrome */
        -moz-transform: translateY(0);
        /* Firefox 3.5~16.0 */
        -ms-transform: translateY(0);
        /* IE9~10 */
        -o-transform: translateY(0);
        /* Opera 10.5~12.10 */
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(30px);
        /* Safari, Chrome */
        -moz-transform: translateY(30px);
        /* Firefox 3.5~16.0 */
        -ms-transform: translateY(30px);
        /* IE9~10 */
        -o-transform: translateY(30px);
        /* Opera 10.5~12.10 */
        transform: translateY(30px);
    }
}

/**********moveupdown***************/

/*.banner-img {   
	-webkit-animation: bubble 5s linear infinite;
   animation: bubble 5s linear infinite; 
}*/

.img-anim {
    webkit-animation-name: MoveUpDown;
    -moz-animation-name: MoveUpDown;
    animation-name: MoveUpDown;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
}

.bottom-wrapper p {
    color: #FFFFFF !important;
    padding-top: 15px;
}

.bottom-wrapper h2 {
    color: #FFFFFF !important;
}

.benefit-ico {
    height: 100px;
    margin-bottom: 25px;
}

.benefit-section {
    background-color: #edeef5
}

.dv-btn:hover:after, .dv-btn:before {
    -webkit-transition: .3s linear;
    transition: .3s linear
}

.dv-btn:hover {
    color: #6e8e3b;
}

.dv-btn:before {
    background-color: #6e8e3b;
}

a:hover {
    text-decoration: none !important;
}

.dv-btn {
    border: 1px solid transparent!important;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    border-radius: 22.5px;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    overflow: hidden;
    font-family: 'Titillium Web', sans-serif;
}

.dv-btn:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 22.5px;
    opacity: 1;
    z-index: -1;
    content: ""
}

.dv-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 22.5px;
    border: 1px solid #6e8e3b;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    content: ""
}

.dv-btn:hover:before {
    opacity: 0;
    -webkit-transform: scale(.5, .5);
    transform: scale(.5, .5);
}

.dv-btn:hover:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

.dv-btn {
    margin-top: 25px
}

.top-nav .dv-btn {
    margin-top: 0;
}

.top-nav {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1)!important;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1)!important;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)!important;
}

/************************ media query *******************/

@media (max-width: 575.98px) {
    .wp-wrapper h2 {
        margin-top: 30px;
    }
    .top-nav #logo {
        margin-bottom: 20px;
    }
    .top-nav .col-md-12, .top-nav .col-sm-12 {
        text-align: center;
    }
    .justify-content-end {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .wpimg {
        padding-top: 30px;
    }
    .wpimg2 {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {}

@media (min-width: 1920px) {
    body {
        background-color: #c8c8c8;
    }
    .page-wrap {
        background-color: #fff;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}