p {
    font-size: 14px;
    color: #3e3e3e
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none
}

.p0 {
    padding: 0
}

i:before {
    margin-left: 0 !important
}

body {
    font: 400 15px/28px "Poppins", sans-serif;
    letter-spacing: 0;
    color: #677294;
    padding: 0;
    overflow-x: hidden;
    z-index: 0
}

.body_wrapper {
    z-index: 20;
    overflow: hidden
}

.btn,
a,
button {
    text-decoration: none;
    outline: 0
}

.btn:focus,
.btn:hover,
a:focus,
a:hover,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:767px) {
    .container {
        max-width: 100%
    }
}

.container.custom_container {
    max-width: 1520px
}

.f_size_30 {
    font-size: 30px
}

.f_size_22 {
    font-size: 22px
}

.f_size_24 {
    font-size: 24px
}

.f_size_20 {
    font-size: 20px
}

.f_size_18 {
    font-size: 18px
}

.f_size_15 {
    font-size: 15px
}

.l_height50 {
    line-height: 50px
}

.l_height45 {
    line-height: 45px
}

.l_height30 {
    line-height: 30px
}

.l_height34 {
    line-height: 34px
}

.l_height28 {
    line-height: 28px
}

.f_p {
    font-family: Poppins, sans-serif
}

.f_400 {
    font-weight: 400
}

.f_500 {
    font-weight: 500
}

.f_600 {
    font-weight: 600
}

.f_700 {
    font-weight: 700
}

.t_color {
    color: #051441
}

.t_color2 {
    color: #3f4451
}

.t_color3 {
    color: #222d39
}

.bg_color {
    background-color: #f9ea8f;
    background-image: linear-gradient(315deg, #1492c5 0%, #e9f3fb 74%)
}

.mt_60 {
    margin-top: 60px
}

.mt_70 {
    margin-top: 70px
}

.mt_100 {
    margin-top: 100px
}

.mb_70 {
    margin-bottom: 70px
}

.mb_20 {
    margin-bottom: 20px
}

.mb_90 {
    margin-bottom: 90px
}

.pl_50 {
    padding-left: 50px
}

.pl_70 {
    padding-left: 70px
}

.pl_120 {
    padding-left: 120px
}

.pr_120 {
    padding-right: 120px
}

.pr_70 {
    padding-right: 70px
}

.pr_20 {
    padding-right: 20px
}

.sec_pad {
    padding: 90px 0 70px
}

.btn_hover {
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.btn_hover:hover {
    color: #fff
}

.btn_get {
    font: 500 14px/47px Poppins, sans-serif;
    color: #fff;
    background: #3a82bc;
    border: 2px solid #4caede;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    padding: 0 9px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 120px;
    text-align: center
}

.btn_get:hover {
    color: #fff;
    background: #3a81bb;
    border-color: #3a81bb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.sec_pad {
    padding: 90px 0 70px
}

.btn_hover {
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.btn_hover:hover {
    color: #fff
}

.btn_get {
    font: 500 14px/47px Poppins, sans-serif;
    color: #fff;
    background: #3a82bc;
    border: 2px solid #4caede;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    padding: 0 23px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 120px;
    text-align: center
}

.btn_get:hover {
    color: #fff;
    background: #3a81bb;
    border-color: #3a81bb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header_area {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 20;
    top: 22px
}

.menu_one {
    padding: 0
}

.menu_one .btn_get {
    margin-left: 15px;
    margin-top: 10px
}

@media(min-width:992px) {
    .mobile_btn {
        visibility: hidden;
        display: none
    }
}

.menu>.nav-item {
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px
}

.menu>.nav-item>.nav-link {
    font: 500 14px Poppins, sans-serif;
    color: #000;
    padding: 0;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    position: relative
}

.menu>.nav-item>.nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    background: #6754e2;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.menu>.nav-item>.nav-link:after {
    display: none
}

.menu>.nav-item.submenu .dropdown-menu {
    margin: 0;
    left: -180px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: -1px 2px 19px 3px rgba(14, 0, 40, .05);
    border-radius: 8px;
    top: 80px;
    border-bottom: 6px solid #2196f3;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2)
}

.menu>.nav-item.submenu .dropdown-menu p {
    font-size: 12px;
    line-height: 1.4
}

@media(min-width:992px) {
    .menu>.nav-item.submenu .dropdown-menu {
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        opacity: 0;
        visibility: hidden;
        display: block
    }
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 0 40px;
    position: relative
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link.white-wrap-nowrap {
    white-space: nowrap
}

.menu>.nav-item.submenu .dropdown-menu .nav-item .nav-link {
    padding: 0;
    font: 400 14px/34px Poppins, sans-serif;
    color: #051441;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:first-child {
    padding-top: 10px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item:last-child {
    padding-bottom: unset
}

.menu>.nav-item:nth-last-child(-n+2).submenu .dropdown-menu {
    left: auto;
    right: 0
}

.menu>.nav-item+.nav-item {
    margin-left: 45px
}

.menu>.nav-item:hover .nav-link:before {
    width: 100%;
    left: 0;
    right: auto
}

@media(min-width:992px) {
    .menu>.nav-item:hover .dropdown-menu {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        visibility: visible
    }
}

.navbar-toggler {
    padding: 0;
    margin-left: 20px
}

.menu_toggle {
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: block
}

.menu_toggle .hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block
}

.menu_toggle .hamburger span {
    width: 0%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 4px 0;
    display: block;
    background: #000;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .125s;
    -o-transition-delay: .125s;
    transition-delay: .125s
}

.menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.menu_toggle .hamburger-cross {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block
}

.menu_toggle .hamburger-cross span {
    display: block;
    background: #3a82bc;
    border-radius: 3px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu_toggle .hamburger-cross span:nth-child(1) {
    height: 100%;
    width: 2px;
    position: absolute;
    top: 0;
    left: 10px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.menu_toggle .hamburger-cross span:nth-child(2) {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span {
    width: 100%
}

.collapsed .menu_toggle .hamburger span:nth-child(1) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.collapsed .menu_toggle .hamburger span:nth-child(2) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.collapsed .menu_toggle .hamburger span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(1) {
    height: 0%;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.collapsed .menu_toggle .hamburger-cross span:nth-child(2) {
    width: 0%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.header_area {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.header_area.navbar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 4px 6px 0 rgba(12, 0, 46, .06)
}

.burger_menu {
    width: 40px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    font-size: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #051441;
    margin-left: 25px
}

.side_menu_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: rgba(5, 20, 65, .9);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .8s ease .4s;
    transition: -webkit-transform .8s ease .4s;
    -o-transition: transform .8s ease .4s;
    transition: transform .8s ease .4s;
    transition: transform .8s ease .4s, -webkit-transform .8s ease .4s;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.side_menu_wrapper .side_menu {
    max-width: 545px;
    height: 100%;
    margin-left: auto;
    background: #fff;
    position: relative;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.side_menu_wrapper .side_menu ul {
    margin-bottom: 0
}

.side_menu_wrapper .side_menu .menu_top {
    padding: 60px 70px 0
}

.side_menu_wrapper .side_menu .menu_top .close {
    font-size: 20px
}

.side_menu_wrapper .side_menu .m_content {
    position: absolute;
    left: 0;
    top: 10vh;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 55vh;
    -webkit-overflow-scrolling: touch;
    font-weight: 600;
    width: 100%;
    display: block;
    letter-spacing: -.025rem;
    list-style: none;
    margin: 0;
    -webkit-transform: translateY(3rem);
    -ms-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-transition: opacity .5s .6s ease, -webkit-transform .5s .6s ease;
    transition: opacity .5s .6s ease, -webkit-transform .5s .6s ease;
    -o-transition: transform .5s .6s ease, opacity .5s .6s ease;
    transition: transform .5s .6s ease, opacity .5s .6s ease;
    transition: transform .5s .6s ease, opacity .5s .6s ease, -webkit-transform .5s .6s ease;
    list-style: none;
    padding-left: 18%;
    padding-right: 100px;
    margin-top: 5vh
}

.side_menu_wrapper .side_menu .m_content h2 {
    font-size: 3.5vh;
    line-height: 4vh;
    font-weight: 700;
    color: #051441;
    margin-bottom: 1vh
}

.side_menu_wrapper .side_menu .m_content a {
    font-size: 2.5vh;
    font-weight: 500
}

.side_menu_wrapper .side_menu .m_content p {
    font-size: 1.9vh;
    line-height: 2.9vh;
    color: #7e86a1;
    font-weight: 300;
    margin-top: 4vh;
    margin-bottom: 8.2vh
}

.side_menu_wrapper .side_menu .get_info li .media .media-body h4 {
    font-size: 2vh;
    font-weight: 600;
    margin-bottom: .5vh
}

.side_menu_wrapper .side_menu .get_info li .media .media-body p {
    margin-bottom: 0;
    margin-top: .5vh;
    font-size: 1.8vh
}

.side_menu_wrapper .side_menu .get_info li+li {
    margin-top: 2.9vh
}

.side_menu_wrapper .side_menu .m_footer {
    position: absolute;
    left: 18%;
    bottom: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.side_menu_wrapper .side_menu .m_footer li a {
    font-size: 20px;
    color: #959ebb;
    font-size: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #959ebb;
    display: inline-block;
    margin: 0 5px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.menu-is-opened .side_menu_wrapper {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform .7s ease .2s;
    -webkit-transition: -webkit-transform .7s ease .2s;
    -o-transition: transform .7s ease .2s;
    transition: transform .7s ease .2s;
    transition: transform .7s ease .2s, -webkit-transform .7s ease .2s
}

.menu-is-opened .side_menu_wrapper .side_menu {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .5s .6s linear;
    transition: -webkit-transform .5s .6s linear;
    -o-transition: transform .5s .6s linear;
    transition: transform .5s .6s linear;
    transition: transform .5s .6s linear, -webkit-transform .5s .6s linear
}

.banner_top {
    justify-content: center;
    display: flex;
    align-items: center
}

.banner_top h2 {
    color: #051441;
    margin-bottom: 25px
}

.banner_top p {
    margin-bottom: 42px
}

.banner_top .subcribes {
    max-width: 560px;
    margin: 0 auto
}

.banner_top .subcribes:not(.not-permitted) .form-control {
    border: 1px solid #e9ebf4;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    font: 400 15px/46px Poppins, sans-serif;
    padding-left: 30px;
    color: #051441;
    z-index: 0;
    width: 500px
}

.banner_top .subcribes .form-control::-webkit-input-placeholder {
    color: #b4b9c8
}

.banner_top .subcribes .btn_submit {
    position: absolute;
    right: 8px;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 11px 32px
}

.agency_banner_area {
    min-height: calc(118vh - 118px);
    position: relative;
    z-index: 1
}

.agency_banner_area .banner_shap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.agency_content h2 {
    font: 700 34px Poppins, sans-serif;
    line-height: 50px
}

.service_promo_area {
    position: relative;
    overflow: hidden;
    z-index: 0
}

.service_promo_area .shape {
    position: absolute;
    width: 100%;
    height: 1320px;
    z-index: -1
}

.service_promo_area .shape.shape_one {
    opacity: .01;
    left: -25%;
    top: 350px
}

.service_promo_area .shape.shape_two {
    opacity: .02;
    left: -15%;
    top: 400px
}

.service_promo_area .shape.shape_three {
    right: -52%;
    bottom: -9%;
    opacity: .01
}

.service_promo_area .shape.shape_four {
    right: -44%;
    bottom: 0%;
    opacity: .02
}

.learn_btn_two {
    color: #051441;
    font-size: 15px;
    display: inline-block;
    margin-top: 7px;
    position: relative;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.learn_btn_two:before {
    content: "";
    height: 1px;
    width: 0;
    position: absolute;
    left: 0;
    background: #fff;
    bottom: 0;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease
}

.learn_btn_two i {
    font-size: 13px;
    padding-left: 5px;
    vertical-align: middle
}

.s_features_item .s_features_content {
    max-width: 590px
}

.s_features_item .s_features_content h2 {
    margin: 32px 0 20px
}

.s_features_item .ml_50 {
    margin-left: -50px
}

.s_features_item .ml_25 {
    margin-left: -25px
}

.learn_btn {
    font: 500 16px/25px Poppins, sans-serif;
    color: #051441;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-top: 30px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.learn_btn i {
    padding-left: 8px;
    font-size: 14px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.learn_btn:before {
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #051441;
    position: absolute;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear
}

.learn_btn:hover {
    color: #7fcb11
}

.learn_btn:hover:before {
    background: #7fcb11
}

.learn_btn:hover i {
    padding-left: 15px
}

.p_service_info {
    margin-bottom: -90px
}

.p_service_item {
    margin-bottom: 90px
}

.p_service_item .icon {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 55px;
    height: 60px;
    position: relative;
    margin: 0 0 25px;
    font-size: 24px;
    -webkit-border-radius: 50%/14%;
    border-radius: 50%/14%;
    color: #fff;
    text-align: center;
    line-height: 64px;
    -o-text-overflow: clip;
    text-overflow: clip;
    z-index: 1
}

.p_service_item .icon:before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    content: "";
    top: 10%;
    right: -5.5%;
    bottom: 10%;
    left: -5%;
    border: none;
    -webkit-border-radius: 7%/50%;
    border-radius: 7%/50%;
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: none;
    z-index: -1
}

.p_service_item .icon.icon_one {
    background: #7142f8;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_service_item .icon.icon_one:before {
    background: #7142f8
}

.p_service_item .icon.icon_two {
    background: #5cbd2c;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_service_item .icon.icon_two:before {
    background: #5cbd2c
}

.p_service_item .icon.icon_three {
    background: #f38650;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_service_item .icon.icon_three:before {
    background: #f38650
}

.p_service_item .icon.icon_four {
    background: #ecbf24;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_service_item .icon.icon_four:before {
    background: #ecbf24
}

.p_service_item .icon.icon_five {
    background: #fa4c9a;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_service_item .icon.icon_five:before {
    background: #fa4c9a
}

.p_service_item .icon.icon_six {
    background: #35bfe7;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_service_item .icon.icon_six:before {
    background: #35bfe7
}

.p_service_item h5 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 15px
}

.p_service_item p {
    font-size: 15px
}

.symbols-pulse {
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.symbols-pulse>div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 23rem;
    height: 23rem;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 221, 246, .1)), color-stop(65%, rgba(227, 221, 246, .2)), to(rgba(227, 221, 246, .1)));
    background-image: -webkit-linear-gradient(top, rgba(227, 221, 246, .1) 0, rgba(227, 221, 246, .2) 65%, rgba(227, 221, 246, .1) 100%);
    background-image: -o-linear-gradient(top, rgba(227, 221, 246, .1) 0, rgba(227, 221, 246, .2) 65%, rgba(227, 221, 246, .1) 100%);
    background-image: linear-gradient(-180deg, rgba(227, 221, 246, .1) 0, rgba(227, 221, 246, .2) 65%, rgba(227, 221, 246, .1) 100%);
    z-index: -1
}

.symbols-pulse .pulse-1 {
    -webkit-transform: translate(-50%, -50%) scale(.67);
    -ms-transform: translate(-50%, -50%) scale(.67);
    transform: translate(-50%, -50%) scale(.67)
}

.symbols-pulse .pulse-2 {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.symbols-pulse .pulse-3 {
    -webkit-transform: translate(-50%, -50%) scale(1.63);
    -ms-transform: translate(-50%, -50%) scale(1.63);
    transform: translate(-50%, -50%) scale(1.63)
}

.symbols-pulse .pulse-4 {
    -webkit-transform: translate(-50%, -50%) scale(2.1);
    -ms-transform: translate(-50%, -50%) scale(2.1);
    transform: translate(-50%, -50%) scale(2.1)
}

.symbols-pulse .pulse-x {
    will-change: transform;
    -webkit-animation: pulsate 3s infinite;
    animation: pulsate 3s infinite
}

.c_violet {
    color: #222d39
}

.c_violet:before {
    background: #336fad
}

.price_content .fade {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.price_content .fade.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.price_content .price_item {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 4px 6px 1px rgba(0, 11, 40, .1);
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer
}

.price_content .price_item p {
    font-size: 16px;
    line-height: 22px;
    color: #677294;
    font-weight: 300;
    margin-bottom: 0
}

.price_content .price_item .p_list {
    padding: 30px 0 0
}

.price_content .price_item .p_list li {
    font: 300 14px/40px Poppins, sans-serif;
    color: #505975
}

.price_content .price_item .p_list li i {
    float: right;
    margin-top: 14px
}

.price_content .price_item:hover {
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .14);
    box-shadow: 0 30px 60px 0 rgba(0, 11, 40, .14)
}

.action_area_three {
    background-image: -moz-linear-gradient(0deg, #5e2ced 0, #6c3cf4 100%);
    background-image: -webkit-linear-gradient(0deg, #5e2ced 0, #6c3cf4 100%);
    background-image: -ms-linear-gradient(0deg, #5e2ced 0, #6c3cf4 100%);
    position: relative;
    z-index: 1
}

.action_area_three:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1
}

.action_area_three .curved {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    z-index: -1;
    background: url(../img/action_shap.png) no-repeat scroll center top;
    top: 0;
    background-size: contain
}

.faq_content .tab-pane .card {
    border: 0;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #e4e0ee
}

.faq_content .tab-pane .card .card-header {
    padding: 0;
    border: 0;
    background: 0 0
}

.faq_content .tab-pane .card .card-header .btn {
    color: #2196f3;
    display: block;
    width: 100%;
    text-align: left;
    font: 500 16px/26px Poppins, sans-serif;
    padding: 20px 30px 20px 0;
    position: relative;
    white-space: normal
}

.faq_content .tab-pane .card .card-header .btn i {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    font-size: 20px
}

.faq_content .tab-pane .card .card-header .btn i+i {
    display: block
}

.faq_content .tab-pane .card .card-header .btn.collapsed {
    color: #576370
}

.faq_content .tab-pane .card .card-header .btn.collapsed i {
    display: block
}

.faq_content .tab-pane .card .card-header .btn.collapsed i+i {
    display: none
}

.faq_content .tab-pane .card .card-body {
    padding: 0 0 45px;
    font: 400 15px/26px Poppins, sans-serif;
    color: #677294
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4b505e
}

input[type=text] {
    -webkit-appearance: none;
    outline: 0
}

.banner_top .subcribes .btn_submit,
.price_btn:hover,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover:before,
.testimonial_title .owl-next:hover,
.testimonial_title .owl-prev:hover {
    background: #6754e2
}

.banner_top .subcribes .form-control:focus,
.f_widget.about-widget .f_list li a:before,
.price_btn,
.s_subcribes .form-control {
    border-color: #ff6a16
}

.f_widget .widget-wrap p a:hover,
.f_widget.about-widget .f_list li a:hover,
.footer_bottom a,
.footer_bottom a:hover,
.menu>.nav-item.active .nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover,
.menu>.nav-item:hover .nav-link,
.price_btn,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover,
.s_subcribes .btn-submit {
    color: #04ade2
}

.f_widget.about-widget .f_list li a:before,
.header_area.navbar_fixed .menu_two .nav_right_btn .login_btn.active:hover,
.price_tab .hover_bg,
.slider_btn:hover {
    background: #0093ea
}

.f_widget.about-widget .f_list {
    margin-bottom: 0;
    line-height: 0
}

.f_widget.about-widget .f_list li {
    margin-bottom: 15px
}

.f_widget.about-widget .f_list li a {
    font: 300 16px/20px Poppins, sans-serif;
    color: #fff;
    position: relative;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    display: inline-block;
    font-size: 14px
}

.f_widget.about-widget .f_list li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #04ade2;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear
}

.f_widget.about-widget .f_list li a:hover:before {
    width: 100%;
    right: auto;
    left: 0
}

.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0
}

.footer_bottom {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    padding: 27px 0;
    background: #323236
}

.footer_bottom p a {
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.footer_bottom a:hover {
    color: #6754e2
}

.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.f_social_icon a:hover {
    background: #00aff0;
    color: #fff
}

.f_social_icon a+a {
    margin-left: 10px
}

.new_footer_area {
    background: #efeff8
}

.new_footer_area .footer_bottom {
    padding-top: 5px;
    padding-bottom: 5px
}

.new_footer_area .footer_bottom p {
    font-size: 16px;
    color: #fff !important;
    line-height: 28px;
    margin-bottom: 0
}

.new_footer_top {
    padding: 70px 0 270px;
    position: relative
}

.new_footer_top .f-title {
    margin-bottom: 30px;
    color: #263b5e
}

.new_footer_top .company_widget p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px
}

.new_footer_top .company_widget .f_subscribe_two .form-control {
    border: 1px solid #e2e2eb;
    border-radius: 4px;
    height: 55px;
    background: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 55px;
    padding-left: 30px
}

.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px
}

.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695
}

.new_footer_top .f_widget.about-widget .f_list li a:before {
    display: none
}

.new_footer_top .f_social_icon a {
    width: 44px;
    height: 44px;
    line-height: 43px;
    background: 0 0;
    border: 1px solid #e2e2eb;
    font-size: 18px
}

.new_footer_top .f_social_icon a:hover {
    background: #377bb6;
    border-color: #377bb6
}

.new_footer_top .f_social_icon a+a {
    margin-left: 4px
}

.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url(../img/footer_bg.webp) repeat scroll center 0;
    width: 100%;
    height: 266px
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url(../img/email.webp) no-repeat center center;
    width: 80px;
    height: 52px;
    position: absolute;
    bottom: 42px;
    left: 30%;
    -webkit-animation: myfirst 22s linear infinite;
    animation: myfirst 22s linear infinite;
    z-index: 1
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url(../img/email.webp) no-repeat center center;
    width: 80px;
    height: 52px;
    bottom: 42px;
    left: 38%;
    position: absolute;
    -webkit-animation: myfirst 30s linear infinite;
    animation: myfirst 30s linear infinite;
    z-index: 1
}

.menu>.nav-item+.nav-item {
    margin-left: 30px
}

.banner_top .subcribes .btn_submit,
.price_btn:hover,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover:before,
.testimonial_title .owl-next:hover,
.testimonial_title .owl-prev:hover {
    background: #ff6a16;
    border-radius: 25px
}

.banner_top .subcribes .form-control {
    border: 1px solid #e9ebf4;
    border-radius: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 30px 30px 0 rgba(0, 11, 40, .1);
    font: 400 15px/46px Poppins, sans-serif;
    padding-left: 30px;
    color: #051441;
    z-index: 0
}

.menu>.nav-item>.nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    background: #ff6a16;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.f_widget .widget-wrap p a:hover,
.f_widget.about-widget .f_list li a:hover,
.footer_bottom a,
.footer_bottom a:hover,
.menu>.nav-item.active .nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover,
.menu>.nav-item:hover .nav-link,
.price_btn,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover,
.s_subcribes .btn-submit {
    color: #ff6a16
}

.service_promo_area .shape.shape_one {
    opacity: .01;
    left: -25%;
    top: 0
}

.s_features_item .s_features_content h2 {
    margin: 20px 0
}

.learn_btn:hover {
    color: #7fcb74 !important
}

.learn_btn:hover:before {
    background: #7fcb74 !important;
    border-radius: 25px
}

.footer_bottom a:hover {
    color: #0083c3 !important
}

.f_widget .widget-wrap p a:hover,
.f_widget.about-widget .f_list li a:hover,
.footer_bottom a,
.footer_bottom a:hover,
.menu>.nav-item.active .nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover,
.menu>.nav-item:hover .nav-link,
.price_btn,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover,
.s_subcribes .btn-submit {
    color: #2196f3
}

.menu>.nav-item>.nav-link:before {
    content: "";
    width: 0;
    height: 1px;
    background: #2196f3;
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.logo-width {
    width: 175px !important
}

.modal-content {
    border: none
}

.modal-header {
    border: none
}

input::placeholder {
    font-size: 14px;
    color: #ced4da
}

textarea::placeholder {
    font-size: 14px
}

.modal .btn-primary {
    color: #fff;
    background-color: #ff6a16;
    border-color: #ff6a16
}

.price_btn:hover,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover:before,
.testimonial_title .owl-next:hover,
.testimonial_title .owl-prev:hover,
.tool-form .subcribes .btn_submit {
    background: #ff6a16;
    border-radius: 25px
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    padding: 9px 25px 10px;
    position: relative
}

.menu>.nav-item.submenu .dropdown-menu.company {
    width: 360px !important;
    left: -125px
}

.dropdown-menu.row.d-flex p {
    margin-bottom: 0
}

ul.dropdown-menu.row.d-flex {
    padding: 15px !important
}

html {
    scroll-behavior: smooth
}

.btn-primary {
    background: #ff6a16;
    border-color: #ff6a16;
    margin-bottom: 10px;
    color: #fff !important
}

.btn-primary:hover {
    background: #fbb892;
    border-color: #fbb892;
    margin-bottom: 10px;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.price_item {
    border-top: 10px solid #aaa !important;
    border-radius: 20px
}

#accordion button.collapsed {
    transition: .5s ease-in-out
}

#accordion button.collapsed:hover {
    margin-left: 20px
}

.our-pricing {
    background: 0 0;
    padding-bottom: 80px;
    padding-top: 0
}

.menu>.nav-item.submenu .dropdown-menu li:hover p {
    color: #007bff !important;
    cursor: pointer;
    transition: color .2s linear
}

.free-poc .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.free-poc .modal-footer {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0
}

.free-poc .modal .btn-primary {
    color: #fff;
    background-color: #ff6a16;
    border-color: #ff6a16;
    width: 100%
}

.free-poc .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1rem 0
}

.free-poc .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 95%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    border-top: 5px solid #00a4ed
}

.free-poc .modal {
    position: fixed;
    top: 70px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.price_item {
    border-top: 0 !important;
    border-radius: 5px
}

.fa-check:before {
    content: "f00c";
    color: #59e02d
}

.fa-times:before {
    content: "f00d";
    color: #e20404
}

.price_item .btn_three {
    font: 500 14px Poppins, sans-serif;
    color: #fff;
    background: -webkit-linear-gradient(40deg, #336fad 0, #4fb6e4 100%);
    border-radius: 3px;
    padding: 12px 28px;
    border: 1px solid #47a1d4;
    margin-top: 30px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer;
    display: inline-block;
    width: 100%
}

.price_item .btn_three:hover {
    border: 1px solid #47a1d4
}

.form-control:focus {
    border-color: none;
    box-shadow: none
}

.s_service_section-1 {
    margin-top: 0;
    margin-bottom: 110px;
    background: #04588a;
    padding-bottom: 100px
}

.btn_get::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(#fff), to(transparent));
    background: linear-gradient(to right, #fff, transparent);
    -webkit-animation: right 2s linear infinite;
    animation: right 2s linear infinite
}

.btn_get span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
    background: linear-gradient(to top, #fff, transparent);
    -webkit-animation: top 2s linear infinite;
    animation: top 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.btn_get span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
    background: linear-gradient(to bottom, #fff, transparent);
    -webkit-animation: bottom 2s linear infinite;
    animation: bottom 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.btn_get::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: linear-gradient(to left, #fff, transparent);
    -webkit-animation: left 2s linear infinite;
    animation: left 2s linear infinite
}

.menu>.nav-item.submenu .dropdown-menu p {
    font-size: 12px !important;
    line-height: 1.4
}

.onhoverbutton a,
.price_item .onhover {
    background: #8c8c8c !important
}

.py-4.px-2.text-center.highlighted *,
.py-4.px-2.text-center.onhover * {
    color: #fff !important
}

.price_item .list-unstyled.p_list {
    padding: 0 15px 15px
}

.py-4.px-2.text-center.highlighted {
    background: -webkit-linear-gradient(40deg, #336fad 0, #4fb6e4 100%)
}

.price_item .btn_three {
    margin-top: 0;
    width: 80%;
    margin-bottom: 20px;
    border-radius: 30px
}

.price_item {
    transition: .5s ease-in-out
}

.price_item:hover .onhover,
.price_item:hover .onhoverbutton a {
    background: -webkit-linear-gradient(40deg, #336fad 0, #4fb6e4 100%) !important
}

.prototype_service_info-services {
    padding: 20px 0 175px;
    position: relative;
    z-index: 0
}

.faq_area {
    background: #f2fbff
}

.detailed-comp {
    padding: 40px 0 0
}

.text-primary {
    color: #04ade2 !important
}

.btn_get {
    font: 500 14px/47px Poppins, sans-serif;
    color: #fff;
    background: #ff6a16 !important;
    border: 2px solid #fdb790 !important;
    border-radius: 4px;
    -webkit-box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    box-shadow: 0 20px 24px 0 rgba(0, 11, 40, .1);
    padding: 0 9px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 120px;
    text-align: center
}

.protype_img {
    max-width: 90% !important
}

.footer_bg_three {
    position: absolute;
    bottom: 0;
    right: 0
}

#mailbox-1 {
    position: absolute;
    right: 0;
    z-index: 4
}

.free-poc .modal {
    position: fixed;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.error,
.error1,
.error2 {
    color: #f25a5a
}

.invalid {
    border: 1px solid red !important
}

.payment_features_two {
    position: relative;
    z-index: 1;
    background: #fbfafe
}

.payment_features_item {
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 60px 0 rgba(0, 11, 40, .06);
    box-shadow: 0 20px 60px 0 rgba(0, 11, 40, .06);
    padding: 50px 40px
}

.payment_features_item h4 {
    font: 600 20px/26px Poppins, sans-serif;
    color: #051441;
    margin: 22px auto
}

.payment_features_item p {
    margin-bottom: 28px
}

.text-center {
    text-align: center !important
}

.flex-row-reverse {
    -ms-flex-direction: row-everse !important;
    flex-direction: row-reverse !important
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9000
}

.ctn-preloader .animation-preloader {
    z-index: 1000
}

.ctn-preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none
}

.ctn-preloader .loader .row {
    height: 100%
}

.ctn-preloader .loader .loader-section {
    padding: 0
}

.ctn-preloader .loader .loader-section .bg {
    background-color: #fff;
    height: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 800ms cubic-bezier(.77, 0, .175, 1);
    transition: all 800ms cubic-bezier(.77, 0, .175, 1)
}

.ctn-preloader.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out
}

.ctn-preloader.loaded .loader-section .bg {
    width: 0;
    -webkit-transition: .7s .3s allcubic-bezier(.1, .1, .1, 1);
    -o-transition: .7s .3s allcubic-bezier(.1, .1, .1, 1);
    transition: .7s .3s allcubic-bezier(.1, .1, .1, 1)
}

.navbar-brand.logo-white {
    display: none
}

.navbar-brand {
    display: block
}

@media screen and (max-width:769px) {
    .protype_img {
        display: none !important
    }
}

.go-corner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background: linear-gradient(40deg, #018de9 0, #0ae 100%);
    border-radius: 0 4px 0 32px
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: #fff;
    font-family: courier, sans
}

.card1 {
    display: block;
    position: relative;
    max-width: 262px;
    min-width: 262px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: -webkit-linear-gradient(40deg, #336fad 20%, #4fb6e4 50%);
    height: 35px;
    width: 35px;
    border-radius: 32px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.card1:hover:before {
    -webkit-transform: scale(21);
    transform: scale(21)
}

.card1:hover p {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: rgba(255, 255, 255, .8)
}

.card1:hover h3 {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #fff
}

.card1 .icon.icon_1 {
    background-color: rgba(10, 188, 123, .059);
    border-color: rgba(10, 188, 123, .3);
    color: #0abc7b
}

.card1 .icon {
    width: 50px;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.card1 .icon.icon_2 {
    border-color: rgba(231, 178, 18, .3);
    background-color: rgba(214, 167, 25, .059);
    color: #d6a719
}

.card1 .icon.icon_3 {
    color: #6754e2;
    background-color: rgba(103, 84, 226, .059);
    border-color: rgba(103, 84, 226, .3)
}

.card1 .icon.icon_4 {
    color: #f91c60;
    background-color: rgba(248, 27, 95, .059);
    border-color: rgba(248, 27, 95, .3)
}

.card1:hover .icon {
    border-color: rgba(255, 255, 255, .3);
    background-color: rgba(255, 255, 255, .059);
    color: #fff
}

.menu>.nav-item>.nav-link:hover {
    color: rebeccapurple
}

a.dropdown-toggle.nav-link:hover {
    color: #ff6a16 !important
}

.menu>.nav-item>.nav-link:before {
    background: #ff6a16
}

.f_widget .widget-wrap p a:hover,
.f_widget.about-widget .f_list li a:hover,
.footer_bottom a,
.footer_bottom a:hover,
.menu>.nav-item.active .nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover,
.menu>.nav-item:hover .nav-link,
.price_btn,
.s_features_item.s_features_item_two .s_features_content .learn_btn:hover,
.s_subcribes .btn-submit {
    color: #ff6a16
}

@media(min-width:1250px) {
    .container {max-width: 1200px}
}

@media (min-width: 991px) and (max-width: 1600px) {
    .actively_block {
        margin-top: 175px
    }
}

.h-100 {
    height: 100%
}

.w-100 {
    width: 100%
}

.menu>.nav-item {
    white-space: nowrap
}

.menu_top img {
    width: 75%
}

.menu>.nav-item.submenu .dropdown-menu .nav-item {
    white-space: initial
}

ul.dropdown-menu.row.d-flex.show {
    margin-top: 10px
}

.s_service_item.h-auto.wow.fadeInLeft {
    height: 199px !important
}

@media(max-width:990px) {
    ul.master_select_list {
        display: block
    }
    .breadcrumb_content h1 {
        font-size: 34px
    }
    .menu>.nav-item.submenu .dropdown-menu {
        overflow-y: scroll;
        height: 345px
    }
    i.ti-menu {
        display: none;
        visibility: hidden
    }
    .menu_one {
        padding-top: 12px;
        padding-bottom: 15px
    }
    ul.navbar-nav.ml-auto.menu {
        background: #fff
    }
    .agency_content.text-center {
        padding-top: 100px
    }
    .s_service_item.h-auto.wow.fadeInLeft {
        margin-bottom: 20px
    }
}