*{margin:0px;padding:0px;}
a{text-decoration:none !important;}
html{ overflow-x: hidden; scroll-behavior:smooth;}
body{font-family: 'Poppins', sans-serif; overflow-x: hidden;}
@font-face{font-family:"Century Gothic";font-style:normal;font-weight:normal;src:url("../fonts/breeserif-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/breeserif-regular-webfont.woff") format("woff"), url("../fonts/Century Gothic.ttf") format("truetype"), url("../fonts/breeserif-regular-webfont.svg#bree_regular") format("svg");}
.visible{display:block !important;}
.hidden{display:none;}
img{ max-width: 100%;}

.seofy_hexagon {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .seofy_hexagon svg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

/* ==================== ##Services ==================== */
.seofy_module_services.bg_front_frame .services_front, .seofy_module_services.bg_front_color .services_front {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.seofy_module_services.service_fade .services_back,
.seofy_module_services.service_fade .services_button {
    opacity: 0;
}

.seofy_module_services.service_front_slide .services_front {
    transition: all 0.45s cubic-bezier(0.485, 0.065, 0.165, 0.95);
}

.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_button {
    top: -200%;
    transform: translate(-50%, -50%);
}

.seofy_module_services.service_front_slide.anim_dir_to_top .services_button {
    bottom: -200%;
    transform: translate(-50%, 50%);
}

.seofy_module_services.service_front_slide.anim_dir_to_left .services_button {
    right: -200%;
    left: initial;
    transform: translateX(50%);
}

.seofy_module_services.service_front_slide.anim_dir_to_right .services_button {
    left: -200%;
}

.seofy_module_services.service_front_slide .services_back {
    z-index: -1;
}

.seofy_module_services.service_back_slide .services_back {
    z-index: 1;
}

.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_back {
    top: -100%;
}

.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_button {
    top: -200%;
    transform: translate(-50%, -50%);
}

.seofy_module_services.service_back_slide.anim_dir_to_top .services_back {
    top: 100%;
}

.seofy_module_services.service_back_slide.anim_dir_to_top .services_button {
    bottom: -200%;
    transform: translate(-50%, 50%);
}

.seofy_module_services.service_back_slide.anim_dir_to_left .services_back {
    left: 100%;
}

.seofy_module_services.service_back_slide.anim_dir_to_left .services_button {
    right: -200%;
    left: initial;
    transform: translateX(50%);
}

.seofy_module_services.service_back_slide.anim_dir_to_right .services_back {
    left: -100%;
}

.seofy_module_services.service_back_slide.anim_dir_to_right .services_button {
    left: -200%;
}

.seofy_module_services .services_wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.seofy_module_services .services_front {
    padding: 55px 40px;
    width: 100%;
}

    .seofy_module_services .services_front .services_icon_wrapper {
        line-height: 1;
        margin-bottom: 28px;
    }

    .seofy_module_services .services_front .services_icon {
        font-size: 44px;
    }

    .seofy_module_services .services_front .services_title {
        font-size: 22px;
        margin-bottom: 13px;
    }

    .seofy_module_services .services_front .services_descr {
        font-size: 14px;
        line-height: 24px;
    }

.seofy_module_services .services_back {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 1s;
    background-size: cover;
    background-position: center;
}

.seofy_module_services .services_button {
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s;
}

.seofy_module_services.service_fade .services_wrapper:hover .services_back,
.seofy_module_services.service_fade .services_wrapper:hover .services_button {
    opacity: 1;
}

.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
    top: 50%;
}

.seofy_module_services.service_front_slide.anim_dir_to_bottom .services_wrapper:hover .services_front {
    transform: translateY(120%);
}

.seofy_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_button {
    bottom: 50%;
}

.seofy_module_services.service_front_slide.anim_dir_to_top .services_wrapper:hover .services_front {
    transform: translateY(-120%);
}

.seofy_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_button {
    right: 50%;
}

.seofy_module_services.service_front_slide.anim_dir_to_left .services_wrapper:hover .services_front {
    transform: translateX(-120%);
}

.seofy_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_button {
    left: 50%;
}

.seofy_module_services.service_front_slide.anim_dir_to_right .services_wrapper:hover .services_front {
    transform: translateX(120%);
}

.seofy_module_services.service_back_slide .services_wrapper:hover .services_back {
    left: 0;
    top: 0;
}

.seofy_module_services.service_back_slide.anim_dir_to_bottom .services_wrapper:hover .services_button {
    top: 50%;
}

.seofy_module_services.service_back_slide.anim_dir_to_top .services_wrapper:hover .services_button {
    bottom: 50%;
}

.seofy_module_services.service_back_slide.anim_dir_to_left .services_wrapper:hover .services_button {
    right: 50%;
}

.seofy_module_services.service_back_slide.anim_dir_to_right .services_wrapper:hover .services_button {
    left: 50%;
}

/* ==================== ##Services 2 ==================== */
.seofy_module_services_2 .services_wrapper {
    position: relative;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.seofy_module_services_2 .services_logo {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 20%;
    transform: translate3d(0, -50%, 0);
    transition: all 0.8s ease-in-out;
}

.seofy_module_services_2 .services_content {
    transition: all 0.6s ease-in-out;
    width: 100%;
}

.seofy_module_services_2 .services_title {
    font-size: 42px;
}

.seofy_module_services_2 .services_subtitle {
    font-size: 18px;
    margin-bottom: 3px;
}

.seofy_module_services_2 .services_title,
.seofy_module_services_2 .services_subtitle {
    left: 41%;
    position: relative;
    z-index: 2;
    transition: all 0.6s ease-in-out;
    transform: translate3d(0, 0, 0);
    display: inline-block;
    max-width: 60%;
}

.seofy_module_services_2 .services_wrapper:hover .services_logo {
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.8);
}

.seofy_module_services_2 .services_wrapper:hover .services_title,
.seofy_module_services_2 .services_wrapper:hover .services_subtitle {
    text-align: center;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.seofy_module_services_2 .seofy_hexagon {
    animation: spin-right 10s 30 linear;
    transform-origin: 150px 150px 0;
}

@keyframes spin-right {
    100% {
        transform: rotate(360deg);
    }
}

/* ==================== ##Services 3 ==================== */
.seofy_module_services_3 .services_wrapper {
    background: #ffffff;
    padding: 10px;
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    border-radius: 5px;
    text-align: center;
}

.seofy_module_services_3 .services_icon_wrapper {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background: #f4f6fd;
    box-sizing: content-box;
    border-radius: 50%;
}

    .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon {
        width: 84%;
        height: 84%;
        left: 8%;
        top: 8%;
    }

        .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(1) {
            transform: rotate(0deg);
            animation: service_hexagon_1 2s infinite linear;
            animation-play-state: paused;
        }

        .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon:nth-child(2) {
            transform: rotate(180deg);
            animation: service_hexagon_2 2s infinite linear;
            animation-play-state: paused;
        }

        .seofy_module_services_3 .services_icon_wrapper .seofy_hexagon > svg {
            width: 12px;
        }

.seofy_module_services_3 .services_icon {
    transition: 0.5s;
    padding: 18px;
}

.seofy_module_services_3 .services_title {
    font-size: 14px;
    font-weight: 500;
    margin-top:10px;
    margin-bottom: 10px;
    line-height: 23px;
}

.seofy_module_services_3 .services_content {
    font-size: 18px;
    margin-bottom: 5px;
}

.seofy_module_services_3 .services_wrapper:hover .seofy_hexagon:nth-child(1), .seofy_module_services_3 .services_wrapper:hover .seofy_hexagon:nth-child(2) {
    animation-play-state: running;
}

.seofy_module_services_3 .services_button {
    margin-left: 0;
}

@keyframes service_hexagon_1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes service_hexagon_2 {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(540deg);
    }
}

/* ==================== ##Services 3 ==================== */
.seofy_module_services_4 {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

    .seofy_module_services_4 .services_wrapper {
        padding-top: 100%;
        text-align: center;
    }

    .seofy_module_services_4 .services_content {
        position: absolute;
        z-index: 1;
        height: 80%;
        width: 80%;
        top: 10%;
        left: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .seofy_module_services_4 .services_bg {
        position: absolute;
        z-index: 1;
        height: 80%;
        width: 80%;
        top: 10%;
        left: 10%;
    }

        .seofy_module_services_4 .services_bg .seofy_hexagon svg {
            transition: all 0.5s;
            filter: drop-shadow(7px 5px 30px rgba(72, 73, 121, 0.15));
        }

    .seofy_module_services_4 .services_number {
        position: absolute;
        z-index: -1;
        font-size: 100px;
        font-weight: 900;
        color: #f4f6fd;
        top: 0;
        right: 0;
        line-height: 1;
        transition: all 0.5s;
    }

    .seofy_module_services_4 .services_icon_wrapper {
        font-size: 60px;
        line-height: 1;
        margin-bottom: 14px;
    }

    .seofy_module_services_4 .services_icon {
        transition: all 0.5s;
    }

    .seofy_module_services_4 .services_title {
        font-size: 20px;
        font-weight: 700;
    }

    .seofy_module_services_4 .services_figure {
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #ffffff;
        border-radius: 50%;
        box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    }

    .seofy_module_services_4.hex-type .services_wrapper {
        padding-top: 112%;
    }

    .seofy_module_services_4:hover .seofy_hexagon svg {
        fill: #f4f6fd !important;
        filter: none;
    }

    .seofy_module_services_4:hover .services_figure {
        background: #f4f6fd;
    }

/* ==================== ##Services 3 ==================== */
.seofy_module_circuit_services .services_wrapper {
    position: relative;
    z-index: 1;
    height: 0;
    padding-top: 100%;
}

    .seofy_module_circuit_services .services_wrapper:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 10%;
        top: 10%;
        width: 80%;
        height: 80%;
        border-radius: 50%;
        border: 1px solid #dee1ed;
    }

.seofy_module_circuit_services .services_item-icon {
    position: absolute;
    z-index: 1;
    width: 18%;
    height: 18%;
    font-size: 40px;
    border-radius: 50%;
    box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
    border: 2px solid #ffffff;
    transition: all 0.3s;
    left: 41%;
    top: 41%;
    cursor: pointer;
}

    .seofy_module_circuit_services .services_item-icon:before, .seofy_module_circuit_services .services_item-icon:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 99.9%;
        height: 99.9%;
        left: 0;
        top: 0;
        transition: all 0.6s;
        border-radius: 50%;
        background: #ffffff;
    }

    .seofy_module_circuit_services .services_item-icon:after {
        opacity: 0;
    }

    .seofy_module_circuit_services .services_item-icon .services_icon {
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        position: absolute;
        z-index: 1;
        transition: all 0.6s;
        line-height: 1;
    }

    .seofy_module_circuit_services .services_item-icon .services_icon-grad2 {
        opacity: 0;
    }

.seofy_module_circuit_services .services_item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 25% 30%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
}

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon:before {
    opacity: 0;
}

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon:after {
    opacity: 1;
}

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad1 {
    opacity: 0;
}

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon .services_icon-grad2 {
    opacity: 1;
}

.seofy_module_circuit_services .services_item-wrap.active .services_item-icon + .services_item-content {
    opacity: 1;
    visibility: visible;
}

.seofy_module_circuit_services .services_subtitle {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5;
}

.seofy_module_circuit_services .services_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.seofy_module_circuit_services.tablet_resp .services_descr {
    display: none;
}

.seofy_module_circuit_services.tablet_resp .services_title {
    font-size: 22px;
    margin-bottom: 0;
}

.seofy_module_circuit_services.tablet_resp .services_icon {
    font-size: 75%;
}

.seofy_module_circuit_services.mobile_resp .services_descr {
    display: none;
}

.seofy_module_circuit_services.mobile_resp .services_title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
}

.seofy_module_circuit_services.mobile_resp .services_subtitle {
    font-size: 13px;
}

.seofy_module_circuit_services.mobile_resp .services_icon {
    font-size: 55%;
}

@keyframes circuit_service_hexagon_1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes circuit_service_hexagon_2 {
    0% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(540deg);
    }
}

/* ==================== ##Social Icons ==================== */
.seofy_module_social {
    margin-left: -7px;
    margin-right: -7px;
}

    .seofy_module_social .soc_icon {
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        color: #ffffff;
        font-size: 14px;
        margin-left: 7px;
        margin-right: 7px;
        margin-bottom: 14px;
    }

    .seofy_module_social.with_bg .soc_icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .seofy_module_social.with_bg .soc_icon:hover {
            background: #ffffff;
            box-shadow: 0 3px 16px 0px rgba(3, 38, 96, 0.2);
        }
@media only screen and (max-width: 1200px) {
    .wgl-container {
        width: 950px;
    }

    .wgl_module_team.team-col_5 .team-item:nth-child(5n+1) {
        clear: none;
    }

    .wgl_module_team.team-col_4 .team-item:nth-child(4n+1) {
        clear: none;
    }

    .wgl_module_team.team-col_5 .team-item, .wgl_module_team.team-col_4 .team-item {
        width: 33.33333333%;
    }

        .wgl_module_team.team-col_5 .team-item:nth-child(3n+1), .wgl_module_team.team-col_4 .team-item:nth-child(3n+1) {
            clear: left;
        }

    .row:after {
        clear: both;
    }

    .seofy_module_counter.counter_divider.layout_top:after {
        background-color: transparent;
    }

    .seofy_module_infobox.layout_top .infobox_wrapper {
        padding: 35px 20px 30px 20px;
    }

    .seofy_module_services_3 .services_wrapper {
        padding: 30px 20px;
        margin-bottom: 20px;
    }

    .footer .seofy_mountain_footer {
        width: 150%;
        left: -25%;
    }

    .share_post-container .share_social-wpapper {
        margin-top: -6px;
    }
}
/* #Cursor
================================================== */



.video-cursor .cursor {
    opacity: 0;
}

.section0011 {
    position: relative;
    width: 100%;
    display: block;
}

/* Video
================================================== */

.wrap-rel {
    position: relative;
    width: 100%;
    display: block;
}

.video-container {
    position: relative;
    width: 100%;
    z-index: 10;
    display: block;
    padding: 50px 0px;
}

/* #Video wrapper
================================================== */

.video-section {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0px 14px 0px rgb(220 220 220 / 80%);
}

.video-wrapper, figure.vimeo, figure.youtube {
    margin: 0;
    position: relative;
    padding-bottom: 54.9%;
    background-color:#fff;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    figure.youtube a img, figure.vimeo a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: none;
    }

    figure.vimeo a:after, figure.youtube a:after {
        content: "";
        width: 60px;
        height: 60px;
        background: #fff;
        z-index: 9;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -30px 0 0 -30px;
        border-radius: 50%;
        box-shadow: 0px 0px 0px 10px rgba(0,0,0,0.15);
        cursor: url('http://www.ivang-design.com/svg-load/play.png') 30 30,pointer;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    figure.vimeo:hover a:after, figure.youtube:hover a:after {
        box-shadow: 0px 0px 0px 1000px rgba(0,0,0,0.1);
    }

    figure.vimeo:hover a:after, figure.youtube:hover a:after {
        opacity: 0;
    }

    figure.vimeo a:before, figure.youtube a:before {
        border-left: 8px solid #212121;
    }

    figure.vimeo a:before, figure.youtube a:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        z-index: 10;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -3px;
        margin-top: -5px;
        display: block;
        cursor: url('http://www.ivang-design.com/svg-load/play.png') 30 30,pointer;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    figure.vimeo:hover a:before, figure.youtube:hover a:before {
        border-color: transparent;
    }

    figure.vimeo a:hover img, figure.youtube a:hover img {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }

    figure.vimeo a img, figure.youtube a img {
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        border-radius: 10px;
        cursor: url('http://www.ivang-design.com/svg-load/play.png') 30 30,pointer;
    }

header{
    float: left;
    width: 100%;
    height: auto;
}
.logo01{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.logo01 a{}
.logo01 a img{}
.topright01{
    float: left;
    width: 100%;
    height: auto;
    margin-top: 32px;
}
.topright01 ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: auto;
}
.topright01 ul li{
    display: inline-block;
    margin-left: 20px;
    font-size: 15px;
    font-weight: 500;
}
.topright01 ul li a{
    color: #25373f;
}
.topright01 ul li a:hover{
    color: #ff3d17;
}
.topcall{
    float: right;
    width: auto;
}
.topcall a{
    background-color: #fff;
    border: 1px solid #c9c9c9;
    padding: 9px 15px;
    border-radius: 6px;
    color: #000;
    font-weight: 500;
}
.topcall a img{
    vertical-align: sub;
    margin-right: 5px;
}
.topcall a:hover{
}
.banner {
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-top: 100px;
    padding-bottom: 5px;
    background-image: url(../images/bg002.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}
.banner .leftsec{
    padding-top:50px;
}
    .banner h3{
    margin-top: 60px;
    font-size: 35px;
    color: #25373f;
    margin-bottom: 7px;
}
.banner h4{
    font-size: 50px;
    font-weight: 700;
    color: #ff541e;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 60px;
}
.banner h4 span#example{ display: block;}
.banner h4 span.typed_cursor{ font-weight: 300; opacity: 0.5;}
.banner h5{
    font-size: 20px;
    color: #25373f;
}
.banner ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
    height: auto;
}
.banner ul li{
    float: left;
    width: 24%;
    margin-right: 1%;
    background-color:#fff;
    border: 1px solid #ddd;
    padding: 20px 5px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    min-height: 135px;
    margin-bottom: 20px;
}
.banner ul li img{}
.banner ul li p{
    color: #000;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.bnrform {
    float: right;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 4px solid #ff541e;
    border-radius: 8px;
    max-width: 400px;
    padding: 30px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: 15%;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 31%);
}
.bnrform h3{
    margin-top: 0px;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 26px;
}
.bnrform form{
    float: left;
    width: 100%;
    height: auto;
}
.bnrform form ul{}
    .bnrform form ul li label{
        float:left;
        font-weight:600;
    }
        .bnrform form ul li {
        width: 100%;
        min-height: 10px;
        list-style: none;
        border: 0px;
        padding: 0px;
        border-radius: 0px;
        margin-bottom: 9px;
        margin-right: 0px;
    }
.bnrform form ul li input{
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px 15px;
    color: #000;
    outline: 0px;
    box-shadow: none;
}
.bnrform form ul li select{
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0px 15px;
    color: #000;
    outline: 0px;
    box-shadow: none;
}
.bnrform form ul li textarea{
    width: 100%;
    height: 70px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    color: #000;
    outline: 0px;
    box-shadow: none;
}
.bnrform form ul li img{
    margin-bottom: 5px;
}
.bnrform form ul li button{
    background-color: #ff541e;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}
.bnrform form ul li button:hover{}
.floating {
    -webkit-animation-name: floating;
    z-index:90;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
.effect-cls {
    position: absolute;
}

/*.effect-cls-up:before {
    content: "";
    position: absolute;
    background: url(./../images/effect.png);
    top: -1px;
    width: 100%;
    height: 85px;
    z-index: 1;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

.effect-cls:after {
    content: "";
    position: relative;
    background: url(./../images/effect.png);
    width: 100%;
    height: 100px;
    left: 0;
    z-index: 1;
}

.full-banner.padding-cls {
    padding-top: calc(90px + (200 - 90) * ((100vw - 320px) / (1920 - 320)));
    padding-bottom: calc(90px + (200 - 90) * ((100vw - 320px) / (1920 - 320)));
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0,0px);
    }

    65% {
        -webkit-transform: translate(0,15px);
    }

    to {
        -webkit-transform: translate(0,-0px);
    }
}

@-moz-keyframes floating {
    from {
        -moz-transform: translate(0,0px);
    }

    65% {
        -moz-transform: translate(0,15px);
    }

    to {
        -moz-transform: translate(0,-0px);
    }
}

.secion001{
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.secion0012 {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 0px;
}
.heading01{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.heading01 h3{
    color: #ff541e;
    font-size: 18px;
    font-weight: 400;
}
.heading01 h4{
    font-weight: 700;
    color: #25373f;
    font-size: 41px;
}
.brands{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}
.brands ul{
    float: left;
    width: 100%;
    height: auto;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}
.brands ul li{
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    width: 20%;
    text-align: center;
}
.brands ul li img{
    max-height: 100px;
}
.brands ul li:nth-child(5){
    border-right: 0px;
}

    .brands ul li:nth-child(11) {
        border-bottom: 0px;
    }

    .brands ul li:nth-child(12) {
        border-bottom: 0px;
    }

    .brands ul li:nth-child(13) {
        border-bottom: 0px;
    }

    .brands ul li:nth-child(14) {
        border-bottom: 0px;
    }

    .brands ul li:nth-child(15) {
        border-right: 0px;
        border-bottom: 0px;
    }
.brands a{
    background-color: #ff541e;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}
.brands a:hover{
    background-color: #25373f;
}
.secion002 {
    float: left;
    width: 100%;
    height: 400px;
    background-color: #232F3E;
    margin-top: 30px;
}
.secion003{
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.secion003 .container{
    background-color: #fff;
    margin-top: -245px;
    padding: 25px;
}
.heading02{
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: -172px;
}
.heading02 h3{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.heading02 h4{
    font-weight: 700;
    color: #fff;
    font-size: 38px;
}
.wishinbox011 .icon img{
    max-width:70px;
    max-height:70px;
}

    .wishinbox011 {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-bottom: 50px;
    border-radius: 30px 30px 30px 30px;
    background-color: #fff7e1;
}

.color-extra11 {
    border-radius: 30px 30px 30px 30px;
}
.heading11 h4 {
    font-weight: 700;
    color: #25373f;
    font-size: 41px;
}
.heading11{
    padding:30px;
}
.heading11 a {
    background-color: #ff541e;
    color: #fff;
    border: 0px;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 500;
}

.heading11 a:hover {
        background-color: #25373f;
    }
@media(min-width:480px) {
    .srt {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

    @media(max-width:480px) {
        .srt {
            display: block;
            justify-content: center;
            align-items: center;
        }
       
    }

    .wishinbox01 {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 50px;
    }

        .wishinbox01 img {
        }

        .wishinbox01 h3 {
            color: #25373f;
            font-size: 21px;
            font-weight: 600;
            line-height: 29px;
        }

        .wishinbox01 p {
            color: #000;
            font-size: 15px;
        }

    .martingbtn {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
    }

        .martingbtn a {
            background-color: #ff541e;
            color: #fff;
            border: 0px;
            padding: 12px 25px;
            border-radius: 5px;
            font-weight: 500;
        }

            .martingbtn a:hover {
            }

    .secion004 {
        float: left;
        width: 100%;
        height: auto;
        padding: 60px 0px;
        background-image: url(../images/bg003.png);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom right;
        background-attachment: fixed;
    }

    .servicebox0001 {
        float: left;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        min-height: 230px;
        margin-bottom: 20px;
    }

        .servicebox0001 img {
        }

        .servicebox0001 h3 {
            font-size: 22px;
            color: #25373f;
            line-height: 27px;
            margin-top: 12px;
        }

        .servicebox0001 p {
            color: #000;
            font-size: 14px;
            margin-bottom: 0px;
            font-weight: 400;
        }

            .servicebox0001 p span {
                font-weight: 600;
                color: #ff541e;
            }

    .servicebox0001hed {
        float: left;
        width: 100%;
        height: auto;
        min-height: 230px;
        margin-bottom: 20px;
    }

        .servicebox0001hed h3 {
            font-size: 40px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }

        .servicebox0001hed p {
            color: #fff;
            font-size: 20px;
        }

    .btnhover {
        float: left;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

        .btnhover a {
            background-color: #ff541e;
            color: #fff;
            border: 0px;
            padding: 12px 25px;
            border-radius: 5px;
            font-weight: 500;
        }

            .btnhover a:hover {
            }

    .secion005 {
        float: left;
        width: 100%;
        height: auto;
        padding: 50px 0px;
        background-image: url(../images/bg01.png);
        background-repeat: no-repeat;
        background-size: 1000px;
        background-position: center bottom;
        padding-bottom: 0px;
    }

        .secion005 h3 {
            font-weight: 700;
            color: #25373f;
            font-size: 38px;
            text-align: center;
            margin-bottom: 70px;
            margin-top: 0px;
        }

        .secion005 ul {
            list-style: none;
            margin: 0px auto;
            padding: 0px;
            float: none;
            width: 100%;
            max-width: 1100px;
            position: relative;
            min-height: 380px;
            margin-bottom: 30px;
        }

            .secion005 ul li {
                float: left;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 300px;
            }

                .secion005 ul li span {
                    position: absolute;
                    top: 0;
                    right: 0px;
                    font-size: 50px;
                    font-weight: 700;
                    margin-top: 30px;
                }

                .secion005 ul li p {
                    display: block;
                    margin-bottom: 0px;
                    font-size: 15px;
                }

                    .secion005 ul li p img {
                        margin-bottom: 10px;
                    }

                    .secion005 ul li p strong {
                        color: #25373f;
                        font-weight: 600;
                        font-size: 16px;
                        display: block;
                    }

                .secion005 ul li:nth-child(1) {
                    left: 8%;
                }

                    .secion005 ul li:nth-child(1) span {
                        color: #fff;
                        right: 75px;
                    }

                .secion005 ul li:nth-child(2) {
                    top: 13%;
                    bottom: auto;
                    left: 16%;
                }

                    .secion005 ul li:nth-child(2) p {
                        max-width: 194px;
                    }

                    .secion005 ul li:nth-child(2) span {
                        top: auto;
                        color: #fff;
                        bottom: -82px;
                        right: 35px;
                    }

                .secion005 ul li:nth-child(3) {
                    top: -27px;
                    left: 44%;
                    bottom: auto;
                }

                    .secion005 ul li:nth-child(3) span {
                        bottom: -130px;
                        top: auto;
                        left: 60px;
                        color: #fff;
                    }

                .secion005 ul li:nth-child(4) {
                    right: 10%;
                    float: right;
                    left: auto;
                    bottom: 50%;
                    padding-left: 16%;
                }

                    .secion005 ul li:nth-child(4) span {
                        left: 17px;
                        top: auto;
                        bottom: -19px;
                        color: #fff;
                    }

                .secion005 ul li:nth-child(5) {
                    right: 2%;
                    left: auto;
                    float: right;
                    padding-left: 100px;
                }

                    .secion005 ul li:nth-child(5) span {
                        left: -17px;
                        color: #fff;
                        top: 19px;
                    }

    .secion006 {
        float: left;
        width: 100%;
        height: auto;
        background-color: #f3f4f6;
        padding: 40px 0px;
        padding-bottom: 50px;
    }

        .secion006 .heading01 {
            margin-bottom: 30px;
        }

    .secion007 {
        float: left;
        width: 100%;
        height: auto;
        background-color: #fff;
        padding: 40px 0px;
        padding-bottom: 50px;
    }

    .testislider {
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

        .testislider .owl-nav {
            margin: 0px;
            position: absolute;
            top: 35%;
            left: 0;
            width: 100%;
        }

            .testislider .owl-nav button {
                background-color: #e93d17 !important;
                width: 35px;
                height: 35px;
                font-size: 34px !important;
                color: #fff !important;
                border-radius: 50px !important;
                padding: 0px !important;
                line-height: 0px !important;
            }

                .testislider .owl-nav button span {
                    line-height: 0px;
                    padding: 0px;
                    height: 26px;
                }

        .testislider .owl-prev {
            float: left;
            margin-left: -45px !important;
        }

        .testislider .owl-next {
            right: 0;
            float: right;
            margin-right: -45px !important;
        }

        .testislider .owl-nav button:hover {
        }

            .testislider .owl-nav button:hover span {
            }

    .testivideo {
        float: left;
        width: 100%;
        position: relative;
        margin-top: 40px;
    }

        .testivideo img {
            border-radius: 10px;
        }

        .testivideo h3 {
            color: #25373f;
            font-size: 17px;
            font-weight: 600;
        }

            .testivideo h3 strong {
                display: block;
                font-weight: 400;
                margin-top: 4px;
                font-size: 16px;
            }

            .testivideo h3 span {
                float: right;
                margin-top: -37px;
            }

                .testivideo h3 span img {
                }

    .testivideotext {
        float: left;
        width: 100%;
        height: auto;
        position: relative;
        background-color: #fff;
        padding: 30px;
        margin-top: 40px;
        border-radius: 10px;
        padding-top: 38px;
    }

    .testivideotextface {
        float: left;
        width: 60px;
        position: absolute;
        top: -36px;
    }

        .testivideotextface img {
        }

    .testivideotext p {
        color: #333;
        font-size: 15px;
        line-height: 28px;
        height: 193px;
    }

    .testivideotext h3 {
        border-top: 1px solid #8b8b8b;
        padding-top: 20px;
        font-size: 15px;
        font-weight: 600;
        color: #25373f;
        margin-bottom: 0px;
    }

        .testivideotext h3 strong {
            display: block;
            font-weight: 400;
            margin-top: 5px;
        }

        .testivideotext h3 span {
            float: right;
            margin-top: -40px;
        }

            .testivideotext h3 span img {
            }


    footer {
        float: left;
        width: 100%;
        height: auto;
        padding-top: 50px;
    }

    .workteam01 {
        float: left;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #ddd;
    }

        .workteam01 img {
        }

        .workteam01 h3 {
            color: #25373f;
            margin-top: 70px;
            font-size: 26px;
            font-weight: 400;
            margin-bottom: 30px;
        }

            .workteam01 h3 strong {
                display: block;
                font-size: 40px;
                margin-top: 7px;
                color: #25373f;
            }

        .workteam01 a {
            background-color: #ff541e;
            color: #fff;
            border: 0px;
            padding: 12px 25px;
            border-radius: 5px;
            font-weight: 500;
        }

            .workteam01 a:hover {
            }

    .fotlocation01 {
        float: left;
        width: 100%;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .fotlocation01 h3 {
            font-weight: 700;
            color: #25373f;
            font-size: 41px;
            text-align: center;
            margin-bottom: 30px;
        }

        .fotlocation01 ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
            width: 100%;
            height: auto;
        }

            .fotlocation01 ul li {
                float: left;
                width: 19%;
                margin-right: 1%;
                border: 1px solid #ddd;
                padding: 15px;
                border-radius: 7px;
                margin-bottom: 20px;
                background-repeat: no-repeat;
                background-size: 100%;
                background-position: bottom right;
                min-height: 180px;
            }

                .fotlocation01 ul li img {
                }

                .fotlocation01 ul li p {
                    margin-top: 15px;
                    font-size: 13px;
                    line-height: 19px;
                    font-weight: 500;
                    margin-bottom: 0px;
                }

                    .fotlocation01 ul li p strong {
                        display: block;
                        margin-bottom: 6px;
                        font-size: 16px;
                        color: #ff6914;
                    }

                .fotlocation01 ul li.dubai {
                    background-image: url(../images/dubaibg.png);
                }

                    .fotlocation01 ul li.dubai:hover {
                        background-image: url(../images/Chandigarh.jpg);
                    }

                .fotlocation01 ul li.england {
                    background-image: url(../images/englandbg.png);
                }

                    .fotlocation01 ul li.england:hover {
                        background-image: url(../images/Rohtak.jpg);
                    }

                .fotlocation01 ul li.noida {
                    background-image: url(../images/noidabg.png);
                }

                    .fotlocation01 ul li.noida:hover {
                        background-image: url(../images/Gurugram.jpg);
                    }

                .fotlocation01 ul li.unitedtate {
                    background-image: url(../images/ukbg.png);
                }

                    .fotlocation01 ul li.unitedtate:hover {
                        background-image: url(../images/ukbg01.jpg);
                    }

                .fotlocation01 ul li.australia {
                    background-image: url(../images/austrliabg.png);
                }

                    .fotlocation01 ul li.australia:hover {
                        background-image: url(../images/austliabg01.jpg);
                    }

                .fotlocation01 ul li:hover {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center;
                    color: #fff;
                }

    .partne01 {
        float: left;
        width: 100%;
        height: auto;
    }

        .partne01 p {
            color: #000;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 0px;
        }

        .partne01 img {
            max-height: 55px;
            margin-left: 20px;
        }

        .partne01 h3 {
            font-size: 16px;
            color: #000;
            font-weight: 400;
        }

        .partne01 .col-md-8 {
            text-align: right;
        }

    .mobileshow {
        display: none;
    }

    .desktopshow {
        display: block;
    }

    .banner ul li h5 {
        font-size: 15px;
    }

    @media (max-width:660px) {
        .topright01 ul {
            display: none;
        }

        .topright01 {
            margin-top: 23px;
        }

        .banner {
            padding-top: 20px;
        }

            .banner .leftsec {
                padding-top: 0px;
            }

            .banner h3 {
                margin-top: 0px;
                font-size: 23px;
            }

            .banner h4 {
                font-size: 30px;
                line-height: 37px;
                margin-bottom: 10px;
            }

            .banner h5 {
                font-size: 16px;
            }

            .banner ul li {
                width: 49%;
                min-height: 75px;
                padding: 10px;
                text-align: left;
                padding-left: 60px;
                border-radius: 2px;
                padding-right: 0px;
                margin-bottom: 10px;
            }

                .banner ul li img {
                    float: left;
                    position: absolute;
                    padding-top: 3px;
                    left: 7px;
                }

                .banner ul li h5 {
                    font-size: 15px;
                }

                .banner ul li p {
                    position: relative;
                    bottom: 0px;
                    margin-top: 0px;
                    font-size: 13px;
                }

        .bnrform {
            max-width: 100%;
            margin-right: 0px;
            margin-top: 25px;
        }

            .bnrform form ul li img {
                position: relative;
                height: auto;
            }

        .banner {
            border-bottom: 0px;
            margin-top: 30px;
        }

        .heading01 h3 {
            font-size: 17px;
            line-height: 23px;
        }

        .heading01 h4 {
            font-size: 22px;
            line-height: 35px;
        }

        .brands ul li {
            width: 49.3%;
            padding: 5px;
            border: 1px solid #ddd !important;
        }

            .brands ul li:nth-child(5) {
            }

        .banner ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            float: left;
            width: 100%;
            padding-bottom: 30px;
        }
        /*.brands ul li:nth-child(10){ display: none;}*/
        .brands ul {
            margin-bottom: 40px;
        }

        .heading02 h3 {
            font-size: 15px;
            line-height: 20px;
        }

        .heading02 h4 {
            font-size: 21px;
        }

        .secion003 .container {
            padding: 15px;
            margin-left: 15px;
            margin-right: 15px;
        }

        .heading02 {
            margin-top: -140px;
        }

        .wishinbox01 img {
            height: 50px;
        }

        .wishinbox01 h3 {
            font-size: 14px;
            line-height: 19px;
            margin-top: 5px;
        }

        .wishinbox01 p {
            font-size: 12px;
        }

        .wishinbox01 {
            margin-bottom: 10px;
            min-height: 230px;
        }

        .martingbtn a {
            padding: 10px 5px;
            font-size: 11.5px;
            width: 100%;
            display: block;
        }

        .secion004 {
            padding: 30px 0px;
            background-size: cover;
            background-position: center top;
            background-attachment: inherit;
            padding-bottom: 50px;
        }

        .servicebox0001 {
            min-height: 100px;
        }

            .servicebox0001 h3 br {
                display: none;
            }

        .mobileshow {
            display: block;
        }

        .desktopshow {
            display: none;
        }

        .servicebox0001hed {
            min-height: 10px;
        }

            .servicebox0001hed h3 {
                font-size: 28px;
            }

                .servicebox0001hed h3 br {
                    display: none;
                }

            .servicebox0001hed p {
                font-size: 17px;
            }

        .secion005 {
            background-image: none;
        }

            .secion005 h3 {
                font-size: 26px;
                margin-bottom: 26px;
            }

            .secion005 ul {
            }

                .secion005 ul li {
                    position: relative;
                    left: 0px;
                    width: 100%;
                    min-height: 70px;
                    margin-bottom: 20px;
                }

                    .secion005 ul li span {
                        display: none;
                    }

                    .secion005 ul li p {
                        padding-left: 80px;
                    }

                        .secion005 ul li p img {
                            position: absolute;
                            top: 0;
                            left: 0;
                        }

                    .secion005 ul li:nth-child(1) {
                        left:0%;
                    }

                    .secion005 ul li:nth-child(2) {
                        top: 0px;
                        left: 0;
                        width: 100%;
                    }

                    .secion005 ul li:nth-child(3) {
                        top: 0;
                        left: 0;
                        width: 100%;
                    }

                    .secion005 ul li:nth-child(4) {
                        right: 0;
                        left: 0;
                        bottom: 0;
                        padding-left: 0px;
                    }

                    .secion005 ul li:nth-child(5) {
                        right: 0;
                        left: 0;
                        padding-left: 0px;
                    }

                    .secion005 ul li:nth-child(2) p {
                        max-width: 100%;
                    }

                    .secion005 ul li p strong br {
                        display: none;
                    }

        .testivideo {
            margin-top: 0px;
        }

        .testislider .owl-prev {
            margin-left: -15px !important;
        }

        .testislider .owl-next {
            margin-right: -15px !important;
        }

        .workteam01 h3 {
            margin-top: 20px;
            font-size: 19px;
            margin-bottom: 18px;
        }

            .workteam01 h3 strong {
                font-size: 29px;
            }

        .workteam01 {
            padding-bottom: 20px;
        }

        .fotlocation01 h3 {
            font-size: 29px;
        }

        .fotlocation01 ul li {
            width: 100%;
            margin-right: 0px;
        }

            .fotlocation01 ul li p br {
                display: none;
            }

        .partne01 .col-md-8 {
            text-align: left;
        }

        .partne01 img {
            margin-left: 0px;
            max-height: 45px;
            margin-right: 10px;
            margin-top: 10px;
        }

        .partne01 h3 {
            font-size: 13px;
        }

        /* Thankyou_page */
        .thank_you h1 {
            padding-left: 0px !important;
            padding-right: 0px !important;
            font-size: 25px !important;
        }

        .thank_you {
            top: 61px !important;
            padding: 24px !important;
            height: auto !important;
        }
    }


    /* Thankyou_page */
    .thank_you h1 {
        text-align: center;
        font-weight: 700;
        color: #25373f;
        font-size: 41px;
        padding-left: 62px;
        padding-right: 41px;
    }

    .thank_you {
        position: relative;
        top: 111px;
        padding: 37px;
        height: 300px;
    }

    /* WhatsApp Button */

    .whatsApp {
        position: fixed;
        width: 50px;
        height: 50px;
        bottom: 40px;
        right: 58px;
        color: #FFF;
        border-radius: 5px;
        text-align: center;
        font-size: 30px;
        z-index: 100;
        box-shadow: 0px -1px 10px 1px rgb(81 202 95);
        animation: glow 1.5s linear infinite alternate;
    }

    .my-whatsApp {
        margin-top: 16px;
        color: #25d366;
    }

    .promo-banner button.close {
        border: 3px solid #fff;
        border-radius: 50%;
        padding: 0px 3px;
        position: absolute;
        right: -12px;
        top: -12px;
        background: #727272;
        opacity: 0.8;
        color: #fff;
    }

    .promo-banner img {
        border-radius: 5px;
    }


    .owl-carousel .owl-nav {
        display: block !important;
    }
