.techno_nav_manu {
    background: #fff;
    margin-bottom: 0;
    position: relative;
    transition: .5s;
    z-index: 10000;
}

    .techno_nav_manu.transparent_menu {
        background: transparent;
        margin-bottom: -87px;
        position: relative;
    }

.sticky {
    -webkit-box-shadow: 0 0px 35px -10px rgba(0, 0, 0, 0.4);
    background: #fff !important;
    box-shadow: 0 0px 35px -10px rgba(0, 0, 0, 0.4);
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    transition: .5s;
    width: 100%;
}

/* logo Css*/

.logo {
    display: block;
}

    .logo img {
        width: 110px;
    }

.logo-club img {
    width: 200px;
}

/*  Menu Css*/

.techno_menu {
    text-align: left;
}

    .techno_menu ul {
        display: inline-block;
        list-style: none;
        text-align: right;
    }

    .techno_menu > ul > li {
        display: inline-block;
        position: relative;
    }

        .techno_menu > ul > li > a {
            -moz-transition: all 0.3s ease;
            -o-transition: .5s;
            -webkit-transition: .5s;
            -webkit-transition: all 0.3s ease;
            border: 1px solid #fff;
            border-radius: 20px;
            color: #8f8f8f;
            display: block;
            font-size: 14px;
            margin: 30px 1px;
            padding: 5px 4px;
            position: relative;
            text-transform: capitalize;
            transition: .5s;
            transition: all 0.3s ease;
        }

            .techno_menu > ul > li > a:hover {
                -moz-transition: all 0.3s ease;
                -webkit-transition: all 0.3s ease;
                border: 1px solid #00b6b5;
                border-radius: 20px;
                color: #00b6b5;
                padding: 5px 4px;
                transition: all 0.3s ease;
            }

.fanavar .techno_menu > ul > li > a:hover {
    border: 1px solid #151948;
    color: #151948;
}

.efarda .techno_menu > ul > li > a:hover {
    border: 1px solid #34845b;
    color: #34845b;
}

.white .techno_menu > ul > li > a {
    color: #fff;
}

.techno_menu ul li:last-child a {
    margin-left: 20px;
}

.techno_menu > ul > li.current > a {
    color: #00b6b5;
}

.fanavar .techno_menu > ul > li.current > a {
    color: #151948;
}

.efarda .techno_menu > ul > li.current > a {
    color: #34845b;
}

.white .techno_menu > ul > li.current > a {
    color: #fff;
}

/* sub menu style */


.techno_menu ul .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -o-transition: .5s;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: .5s;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: 2px solid #00b6b5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0;
    margin-top: -20px;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 80%;
    transition: .5s;
    visibility: hidden;
    width: 217px;
    z-index: 1;
}

.fanvar .techno_menu ul .sub-menu {
    border-top: 2px solid #151948;
}

.techno_menu ul li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 100%;
    visibility: visible;
    z-index: 9;
}

.techno_menu ul .sub-menu li {
    position: relative;
}

    .techno_menu ul .sub-menu li a {
        -o-transition: .1s;
        -webkit-transition: .1s;
        color: #8f8f8f !important;
        display: block;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: normal;
        line-height: 1.3;
        margin: 0;
        padding: 12px 20px;
        text-transform: capitalize;
        transition: .1s;
        visibility: inherit !important;
    }

    .techno_menu ul .sub-menu li:hover > a,
    .techno_menu ul .sub-menu .sub-menu li:hover > a,
    .techno_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
    .techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
        background: #00b6b5;
        color: #fff !important;
    }

/* sub menu 2 */

.techno_menu ul .sub-menu .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 100%;
    opacity: 0;
    top: 130%;
    visibility: hidden;
}

.techno_menu ul .sub-menu li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0%;
    visibility: visible;
}

/* sub menu 3 */

.techno_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.techno_menu ul .sub-menu .sub-menu .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: auto;
    opacity: 0;
    right: 100%;
    top: 130%;
    visibility: hidden;
}

.techno_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0%;
    visibility: visible;
}

/* sub menu 4 */

.techno_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.techno_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}

.techno_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    top: 0%;
    visibility: visible;
}

.donate-btn-header {
    display: inline-block;
    margin-left: 16px;
}

a.dtbtn {
    -moz-user-select: none;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background: #00b6b5;
    border: medium none;
    border: 2px solid #00b6b5;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0;
    padding: 4px 30px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

.fanavar a.dtbtn {
    background: #151948;
    border: 2px solid #151948;
}

.efarda a.dtbtn {
    background: #34845b;
    border: 2px solid #34845b;
}

a.dtbtn:hover {
    background: #188686;
    border: 2px solid #188686;
    color: #fff;
}

.techno_menu li a:hover:before {
    width: 101%;
}

.techno_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.techno_nav_manu.sticky .main_sticky {
    display: inherit;
}

.techno_nav_manu.sticky .techno_menu li a {
    color: inherit;
}

.techno_nav_manu.sticky a.dtbtn {
    background: #00b6b5;
    border: 2px solid #00b6b5;
    color: #fff;
}

.fanavar .techno_nav_manu.sticky a.dtbtn {
    background: #151948;
    border: 2px solid #151948;
    color: #fff;
}

.efarda .techno_nav_manu.sticky a.dtbtn {
    background: #34845b;
    border: 2px solid #34845b;
    color: #fff;
}

.techno_nav_manu.sticky a.dtbtn:hover {
    color: #00d9d8;
}

.mobile-menu.mean-container {
    overflow: hidden;
}


.header_top_menu_address_inner ul {
    list-style: none;
}

    .header_top_menu_address_inner ul li {
        display: inline-block;
    }

.header_top_menu_icon_inner ul {
    list-style: none;
    text-align: right;
}

    .header_top_menu_icon_inner ul li {
        display: inline-block;
    }

.header_top_menu_address_inner ul li a i {
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
}

.header_top_menu_address_inner ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 15px;
}

.header_top_menu_icon_inner ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
}


.slider1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.slider2 {
    background-image: url(assets/images/slider/slider-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.slider3 {
    background-image: url(assets/images/slider/slider-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.slider4 {
    background-image: url(assets/images/slider/slider-5.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.slider5 {
    background-image: url(assets/images/slider/slider-8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.slider6 {
    background-image: url(assets/images/slider/slider-4.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}

.slider7 {
    background-image: url(../images/slider03.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}

.slider8 {
    background-image: url(assets/images/slider/slider-9.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}

.slider9 {
    background-image: url(assets/images/slider/slider-11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}

.slider9 {
    background-image: url(assets/images/slider/slider-11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    position: relative;
}

.slider10 {
    background-image: url(assets/images/slider/slider-12.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1050px;
    position: relative;
}

.slider11 {
    background-image: url(assets/images/slider/slider13.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
}

.slider12 {
    background-image: url(assets/images/slider/slider14.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
}

.slider_text_inner {
    display: inline-block;
}

    .slider_text_inner h1 {
        color: #fff;
        font-size: 65px;
        font-weight: 800;
        line-height: 1.1;
        margin: 0;
        margin: 0;
        text-transform: none;
    }

        .slider_text_inner h1 span {
            color: #0c5adb;
        }

    .slider_text_inner h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0;
        letter-spacing: 1px;
        margin: 0 0 24px;
        text-transform: uppercase;
    }

    .slider_text_inner p {
        color: #fff;
        font-size: 16px;
        padding: 29px 0 22px;
        width: 70%;
    }

.slider_text_desc p {
    color: #fff;
    font-size: 18px;
    width: 62%;
}

.text_center .slider_text_desc p {
    margin: auto;
}

/* Particles Js Slider */

.effective_slider .slider_text > h1 {
    margin-bottom: 13px;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
}

/* Color Black */

.color_black .slider_text_inner h1 {
    color: #232323;
}

.color_black .slider_text_desc p {
    color: #616161;
}

.color_black .slider_text_inner h5 {
    color: #0c5adb;
}

/* Button Css */

.button a {
    background: #00b6b5;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    padding: 16px 32px;
    position: relative;
    transition: .5s;
    z-index: 44;
}

.fanavar .button a {
    background: #151948;
}

.efarda .button a {
    background: #34845b;
}

.button.color_two a {
    background: #007e7e;
}

    .button.color_two a:before {
        background: #00dfdf;
    }

.button.two a {
    padding: 10px 40px;
}

.button.three a {
    background: #fff;
    color: #00d9d8;
    padding: 14px 35px;
}

.button.style-four a {
    background: transparent;
    border: 2px solid #0c5adb;
    border-radius: 30px;
    color: #0c5adb;
    padding: 10px 30px;
}

    .button.style-four a:before {
        background: #0c5adb;
    }

.button .active {
    background: #00247E;
    margin-left: 25px;
}

    .button .active:before {
        background: #0c5adb;
    }

.button a i {
    margin-left: 5px;
}

.button a:before {
    background: #c89c4a;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0px;
    transform: skew(50deg);
    transition-duration: .6s;
    width: 0%;
    z-index: -1;
}

.button a:hover {
    color: #fff;
}

    .button a:hover:before {
        width: 180%;
    }

.slider12 .button a i {
    font-size: 14px;
}

.slider12 .button a {
    font-size: 17px;
}

.slider12 .button .active {
    background: transparent;
    border: 1px solid #fff;
}

    .slider12 .button .active:hover {
        border-color: #007e7e;
    }

/* Video Css */

.slider-video {
    position: relative;
}

    .slider-video .video-icon {
        position: absolute;
        right: 0;
        top: -165px;
    }

    .slider-video.two .video-icon {
        left: 262px;
        top: -74px;
    }

.appointment .slider-video.two .video-icon {
    left: 0;
    top: 0;
}

.single-video2 .video-icon {
    -webkit-transform: translateX(-50%) translateY(-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.video-icon a {
    -webkit-animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
    animation: ripple-blue 1s linear infinite;
    background: #fff;
    border-radius: 50%;
    color: #00b6b5;
    display: inline-block;
    font-size: 28px;
    height: 75px;
    line-height: 85px;
    position: relative;
    text-align: center;
    width: 75px;
    z-index: 44;
}

.fanavar .video-icon a {
    color: #00b6b5;
}

.efarda .video-icon a {
    color: #34845b;
}

.slider10 .video-icon a {
    border-radius: 0;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

/* Owl Nav Css */

.owl-prev {
    left: -60px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.owl-next {
    opacity: 1;
    position: absolute;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
}

.owl-carousel:hover .owl-prev {
    left: 30px;
}

.owl-carousel:hover .owl-next {
    right: 30px;
}

.owl-next i,
.owl-prev i {
    -o-transition: all 0.3s ease 0s;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 100%;
    color: #fff;
    height: 60px;
    line-height: 55px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 60px;
    z-index: 1;
}

    .owl-next i:hover,
    .owl-prev i:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }



.banner1 {
    height: 800px;
}

.banner_text_content h1 {
    font-size: 60px;
    font-weight: 800;
    margin: 0;
}

.banner1 .cd-headline.clip span b {
    color: #232323;
    font-weight: 800;
    text-transform: capitalize;
}

.data_science_video {
    position: relative;
}

.banner_area .data_science_video_inner {
    bottom: -16px;
    left: 40%;
    position: absolute;
}

.data_science_video_inner a i {
    color: #0c5adb;
    font-size: 35px;
    left: 52px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single_banner_thumb_inner img {
    width: 100%;
}

.banner_shape {
    position: relative;
}

.banner_shape_inner1 {
    left: 24%;
    position: absolute;
    top: 156px;
}

.banner_shape_inner2 {
    left: 56%;
    position: absolute;
    top: 220px;
}

.banner_shape_inner3 {
    left: 92%;
    position: absolute;
    top: 162px;
}

.banner_shape_inner4 {
    left: 190px;
    position: absolute;
    top: 371px;
}

.banner_shape_inner5 {
    position: absolute;
    right: -140px;
    top: 342px;
}

.banner_shape_inner6 {
    bottom: -77px;
    position: absolute;
    right: 55px;
}

/* Banner Home Two Shape  */

.machine_banner_shape {
    position: relative;
}

.machine_banner_shape_inner1 {
    left: 115px;
    position: absolute;
    top: -100px;
}

.machine_banner_shape_inner2 {
    left: 6px;
    position: absolute;
    top: 60px;
}

.machine_banner_shape_inner3 {
    left: 184px;
    position: absolute;
    top: 100px;
}

.machine_banner_shape_inner4 {
    left: 265px;
    position: absolute;
    top: 70px;
}

.machine_banner_shape_inner5 {
    position: absolute;
    right: -45px;
    top: -92px;
}

.machine_banner_shape_inner6 {
    position: absolute;
    right: -20px;
    top: 100px;
}

.machine_banner_shape_inner7 {
    position: absolute;
    right: -195px;
    top: 60px;
}

.machine_banner_shape_inner8 {
    left: -10px;
    position: absolute;
    top: 210px;
}

.machine_banner_shape_inner9 {
    left: 230px;
    position: absolute;
    top: 340px;
}

.machine_banner_shape_inner10 {
    position: absolute;
    right: -165px;
    top: 225px;
}

.machine_banner_shape_inner11 {
    position: absolute;
    right: 30px;
    top: 345px;
}

/* Banner Style Two */

.banner2 {
    background: url(assets/images/cn-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

    .banner2 .banner_text_content h1 {
        font-size: 45px;
    }

/* Banner Style Three */

.banner3 {
    background: url(assets/images/slider/banner1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 850px;
}

    .banner3 .banner_text_content h1 {
        font-size: 55px;
    }

.affiliate_banner_shape {
    position: relative;
}

.affiliate_banner_shape_inner1 {
    left: 0;
    position: absolute;
    top: 170px;
}

.affiliate_banner_shape_inner2 {
    left: 0;
    position: absolute;
    top: 170px;
}

.affiliate_banner_shape_inner3 {
    left: 126px;
    position: absolute;
    top: 45px;
}

.affiliate_banner_shape_inner4 {
    left: 170px;
    position: absolute;
    top: -30px;
}

.affiliate_banner_shape_inner5 {
    position: absolute;
    right: -245px;
    top: 50px;
}

    .affiliate_banner_shape_inner5 img {
        width: 80%;
    }

.affiliate_banner_shape_inner6 {
    position: absolute;
    right: -135px;
    top: 190px;
}

.affiliate_banner_shape_inner7 {
    position: absolute;
    right: -163px;
    top: -45px;
}




.lines {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 90vw;
}

    .lines .line {
        background: rgba(255, 255, 255, 0.1);
        height: 100%;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 2px;
    }

        .lines .line::after {
            -webkit-animation: moveLeftBounces-one 20s linear infinite;
            animation: moveLeftBounces-one 20s linear infinite;
            background-color: #ffffff;
            content: "";
            display: block;
            height: 10px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .lines .line:nth-child(1) {
            margin-left: -25%;
        }

            .lines .line:nth-child(1)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

        .lines .line:nth-child(3)::after {
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .lines .line:nth-child(3) {
            margin-left: 25%;
        }

    .lines .line-two {
        background: rgba(255, 255, 255, 0.1);
        height: 100%;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 2px;
    }

        .lines .line-two::after {
            -webkit-animation: moveLeftBounces-two 20s linear infinite;
            animation: moveLeftBounces-two 20s linear infinite;
            background-color: #d80650;
            content: "";
            display: block;
            height: 10px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .lines .line-two:nth-child(1) {
            margin-left: -25%;
        }

            .lines .line-two:nth-child(1)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

        .lines .line-two:nth-child(3)::after {
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .lines .line-two:nth-child(3) {
            margin-left: 25%;
        }

    .lines .line-three {
        background: rgba(255, 255, 255, 0.1);
        height: 100%;
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 2px;
    }

        .lines .line-three::after {
            -webkit-animation: moveLeftBounces-one 20s linear infinite;
            animation: moveLeftBounces-one 20s linear infinite;
            background-color: #d80650;
            content: "";
            display: block;
            height: 10px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .lines .line-three:nth-child(1) {
            margin-left: -25%;
        }

            .lines .line-three:nth-child(1)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

        .lines .line-three:nth-child(3)::after {
            -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
        }

        .lines .line-three:nth-child(3) {
            margin-left: 25%;
        }

@-webkit-keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveLeftBounces-one {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/*====================================================
--<	 Nivo Slider Area Css -->
======================================================*/

.nivo_slider_area {
    position: relative;
}

.nivo-caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: rgba(0, 0, 0, 0.0);
    height: 100%;
    opacity: 1;
}

.em_slider_inner {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
}

/* slider title */

.em-slider-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.em-slider-main-title {
    color: #fff;
    font-size: 120px;
    font-weight: 800;
}

.em-slider-sub-title {
    color: #fff;
    font-size: 33px;
    font-weight: 400;
}

.em-nav-slider-title-center {
    color: #fff;
    font-size: 55px;
    font-weight: 800;
}

.em-nav-slider-title-centerspan {
    color: #0c5adb;
}

.em-slider-up-title {
    color: #fff;
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 3px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.em-slider-sub-em-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.em-slider-descript {
    color: #ddd;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 59%;
    z-index: 999;
}

.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}

.text-center .em-slider-descript {
    margin: 11px auto 28px;
}

.text-right .em-slider-descript {
    margin-left: auto;
    margin-right: 0;
}

.text-center {
    text-align: center;
}

/* slider button */

.em-slider-button.wow.bounceInUp.em-button-button-area.animated {
    padding-top: 19px;
}

.em-button-button-area a {
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 15px 41px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    z-index: 999;
}

a.em-active-button {
    background: #0c5adb;
    border-color: #0c5adb;
}

.em-button-button-area a:hover {
    background: #0c5adb;
    border-color: #0c5adb;
    color: #fff;
}

a.em-active-button:hover {
    background: transparent;
    border-color: #fff;
}

.em-slider-half-width {
    width: 50%;
}

.em-slider-left {
    padding-right: 30px;
}

.em-slider-right {
    padding-left: 30px;
}

.em-slider-full-width {
    width: 85%;
}

.em-slider-half-width .em-slider-descript {
    width: 100%;
}

/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -ms-transform: translateY(-50%);
    -o-transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    background: #fff;
    border-radius: 50%;
    border-radius: 0;
    color: #0c5adb;
    display: block;
    font-size: 40px;
    height: 75px;
    left: 0;
    line-height: 68px;
    margin-right: 30px;
    opacity: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
    margin-left: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #0c5adb;
    border-color: #0c5adb;
    color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 50px;
    opacity: 1;
    visibility: visible;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}

/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    display: none;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

    .em-nivo-slider-wrapper .nivo-controlNav a {
        background: #000 none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        margin: 0 5px;
        width: 25px;
    }

        .em-nivo-slider-wrapper .nivo-controlNav a:hover,
        .em-nivo-slider-wrapper .nivo-controlNav a.active {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            background: #FFA700 none repeat scroll 0 0;
            opacity: 1;
        }

.cd-headline.clip span {
    display: inline-block;
    padding: 0 0 0;
}

    .cd-headline.clip span b {
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
    }

/* Appointment Css */

.appointment {
    position: relative;
    z-index: 99 !important;
}

.sign-up-form-wrap {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.form-control {
    -o-transition: .5s;
    -webkit-box-shadow: none;
    -webkit-transition: .5s;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    height: 54px;
    padding: 6px 20px;
    transition: .5s;
}

.form-group .btn {
    -o-transition: .3s;
    -webkit-transition: .3s;
    background: #0C5ADB;
    border: 0;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    height: 54px;
    text-align: center;
    transition: .3s;
    width: 100%;
}

.appointment_title {
    font-weight: 800;
}

.slider_bottom_shape_inner {
    bottom: -4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/*
<!-- ============================================================== -->
<!--  - Breatcome Area Css -->
<!-- ============================================================== -->*/

.slider {
    position: relative;
    width: 100%;
}

.tp-caption a {
    background: #0c5adb;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 17px !important;
    margin-right: 16px;
    padding: 12px 32px !important;
    transition: .5s;
}

    .tp-caption a:hover {
        background: #00247e;
    }

.normalWraping {
    white-space: normal !important;
}

.tp-bullets.vor_bullet .tp-bullet span {
    display: none;
}


/*
<!-- ============================================================== -->
<!--  - Breatcome Area Css -->
<!-- ============================================================== -->*/

.breatcome_area {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
}

    .breatcome_area:before {
        background-image: linear-gradient(to right, rgba(219, 181, 12, 0.85)), rgba(219, 181, 12, 0.85), rgba(219, 181, 12, 0.85), rgba(219, 181, 12, 0.85), rgba(219, 181, 12, 0.85));
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.breatcome_title {
    text-align: center;
}

.breatcome_title_inner h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.breatcome_content ul li {
    display: inline-block;
}

    .breatcome_content ul li a {
        color: #fff;
        opacity: .7;
        transition: .5s;
    }

    .breatcome_content ul li i {
        color: #fff;
        opacity: .7;
        padding: 0 5px;
    }

    .breatcome_content ul li span {
        color: #fff;
        opacity: .7;
    }

    .breatcome_content ul li a:hover {
        opacity: 1;
    }

/*====================================================
--<	 Dark Slider Area Css -->
======================================================*/

.bg-dark {
    background: #232435;
}

.bg-dark2 {
    background: #181b2d;
}

.dark1 {
    background-image: url(assets/images/slider/dark1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.dark2 {
    background-image: url(assets/images/slider/dark2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
}

.dark.top_feature .techno_flipbox .techno_flipbox_font {
    background: #181b2d;
}

.dark.top_feature .techno_flipbox .flipbox_title h3 {
    color: #fff;
}

.dark .about_icon .icon {
    color: #fff;
}

.dark .singel-about-content h5 {
    color: #fff;
}

.dark .singel-about-content p {
    color: #fff;
}

.dark .single_work_content_title h4 {
    color: #fff;
}

.dark .single_it_work_content_text p {
    color: #fff;
}

.dark .single_testimonial_content_title h4 {
    color: #fff;
}

.dark .single_blog {
    border: 0;
}

.dark .cntr_bg_up {
    margin-bottom: -100px;
    position: relative;
}

/*====================================================
--<	 Landing area Css -->
======================================================*/

.landing .slider_text_desc p {
    margin: auto;
}

.landing .button {
    margin: auto;
}

.landing .big-half-circle.big-half-circle-1 {
    bottom: 0;
    height: 80px;
    margin-bottom: 0px;
    position: absolute;
    width: 100%;
}

/*====================================================
--<	 Section Title Css -->
======================================================*/

.section_sub_title h6 {
    color: #a6763c;
    font-size: 15px;
    padding-bottom: 5px;
}

.section_title.text_center {
    text-align: center;
}

.section_main_title h1,
.section_main_title h2 {
    font-weight: 800;
    margin: 0;
}

.text_left .section_main_title h1 {
    letter-spacing: -1px;
    margin: 0;
}

.section_main_title h1 span {
    color: #0c5adb;
}

.section_content_text p {
    font-size: 14px;
}

.text_center .section_content_text p {
    font-size: 19px;
    margin: auto;
    width: 75%;
}

.section_content_text.bold p {
    font-size: 22px;
    font-weight: 600;
}

.section_title.white .section_main_title h1,
.section_title.white .section_main_title h2 {
    color: #fff;
}

.section_title.white .section_sub_title h6 {
    color: #fff;
}

.section_title.white .section_content_text p {
    color: #fff;
}

.section_button {
    text-align: left;
}

.phone_number h5 {
    font-weight: 500;
    letter-spacing: 1px;
}

.em_bar {
    background: #9B50DB none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 62px;
}

.text_left .em_bar {
    margin: 0;
}

.em_bar_bg {
    background: #cbbded;
    border-radius: 30px;
    height: 5px;
    margin: 20px auto;
    position: relative;
    width: 90px;
}

    .em_bar_bg:before {
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-name: MOVE-BG;
        -webkit-animation-timing-function: linear;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-name: MOVE-BG;
        animation-timing-function: linear;
        background: #0C5ADB;
        border-radius: 50%;
        content: '';
        height: 10px;
        left: 0;
        position: absolute;
        top: -2.7px;
        width: 10px;
    }

@-webkit-keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes MOVE-BG {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

/*====================================================
--<	 Flipbox Top Feature Area Css -->
======================================================*/

.nagative_margin {
    margin-top: -100px;
    position: relative;
}

.nagative_margin3 {
    margin-top: -100px;
    position: relative;
    z-index: 99;
}

.nagative_margin4 {
    margin-top: -225px;
    position: relative;
}

.nagative_margin5 {
    margin-top: -70px;
    position: relative;
}

.top_feature .techno_flipbox .techno_flipbox_font {
    background: #fff;
    border: 0;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

.top_feature .techno_flipbox .techno_flipbox_back {
    background: #01d0ce;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.10);
}

.top_feature .techno_flipbox .techno_flipbox_inner {
    padding: 0 5px;
}

.top_feature .techno_flipbox .techno_flipbox_back::before {
    display: none;
}

.top_feature .icon {
    color: #0c5adb;
    display: inline-block;
    font-size: 45px;
    line-height: 46px;
}

.top_feature .techno_flipbox .flipbox_title h3 {
    color: #8f8f8f;
    font-family: 'PeydaWeb', sans-serif;
    font-size: 21px;
    font-weight: normal !important;
}

/* New Flip Box Style */

.flip-box {
    background-color: transparent;
    height: 225px;
    margin-bottom: 30px;
    perspective: 1000px;
    width: 100%;
}

.flip-box-inner {
    height: 100%;
    position: relative;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    width: 100%;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    position: absolute;
    width: 100%;
}

.flip-box-front {
    background-color: #0c5adb;
    border-radius: 5px;
    color: black;
}

.flipbox-icon {
    padding-top: 22px;
}

.flip-box-content h2 {
    color: #fff;
    font-size: 23px;
}

.flip-box-content p {
    color: #fff;
    padding: 10px 15px;
}

.flipbox-icon .icon {
    color: #fff;
    font-size: 35px;
}

.flip-box-back {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 25px 17px rgb(0 0 0 / 15%);
    color: white;
    padding: 10px 0 0;
    transform: rotateY(180deg);
}

.flip-box-back-content h2 {
    color: #0c5adb;
    font-size: 23px;
}

.flip-box-back-content p {
    color: #232323;
    padding: 10px 15px 3px;
}

.flip-box-back-content a {
    background-color: #0C5ADB;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    padding: 9px 30px;
}

/* Top Feature Style Two */

.top_feature.two .techno_flipbox .techno_flipbox_font, .top_feature.two .techno_flipbox .techno_flipbox_back {
    min-height: 223px;
}

.top_feature.two .techno_flipbox .techno_flipbox_back {
    background: #fff;
}

.top_feature.two .techno_flipbox .techno_flipbox_inner {
    padding: 0 24px;
}

.top_feature.two .icon {
    background: #0c5adb;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    color: #fff;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    width: 90px;
}

.top_feature.two .techno_flipbox .flipbox_title h3 {
    font-size: 21px;
    padding-bottom: 0;
}

.top_feature.two .techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    color: #232323;
    font-size: 21px;
}

.top_feature.two .techno_flipbox_back .flipbox_desc p {
    color: #616161;
}

/* Feature Style Three */

.feature_style_three {
    border-radius: 10px;
    position: relative;
}

    .feature_style_three:before {
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: rgba(41, 55, 66, 0.6);
        border-radius: 10px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        width: 100%;
    }

.feature_style_tree_thumb img {
    border-radius: 10px;
    width: 100%;
}

.feature_style_tree_content {
    -o-transition: .5s;
    -webkit-transition: .5s;
    bottom: -67px;
    left: 0;
    padding: 0 50px 0 38px;
    position: absolute;
    transition: .5s;
}

.feature_style_thre_icon .icon {
    color: #fff;
    font-size: 50px;
}

.feature_style_three_title h4 {
    color: #fff;
    font-weight: 700;
}

.feature_style_three_text {
    color: #fff;
    opacity: 0;
    transition: .3s;
}

.feature_style_three_butoon a {
    color: #fff;
    font-size: 14px;
    opacity: 0;
    text-transform: uppercase;
    transition: .3s;
}

.feature_style_three:hover:before {
    background: rgba(12, 90, 219, 0.85);
}

.feature_style_three:hover .feature_style_three_text,
.feature_style_three:hover .feature_style_three_butoon a {
    opacity: 1;
}

.feature_style_three:hover .feature_style_tree_content {
    bottom: 45px;
}

/* Feature Style Four */

.feature_style_four {
    background: #fff;
    border-radius: 7px;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 50px 45px;
    text-align: center;
    transition: .5s;
}

    .feature_style_four.active {
        background: #0C5ADB;
    }

.feature_style_four_icon i {
    background: #EDF4FC;
    border-radius: 100%;
    color: #0C5ADB;
    display: inline-block;
    font-size: 40px;
    height: 130px;
    line-height: 130px;
    transition: .4s;
    width: 130px;
}

.feature_style_four_title h4 {
    font-weight: 700;
    transition: .5s;
}

.feature_style_four_text p {
    transition: .5s;
}

.feature_style_four_button a {
    transition: .5s;
}

.feature_style_four.active .feature_style_four_title h4,
.feature_style_four.active .feature_style_four_text p,
.feature_style_four.active .feature_style_four_button a {
    color: #fff;
}

.feature_style_four_button a i {
    margin-left: 6px;
}

.feature_style_four:hover {
    background: #0C5ADB;
    transform: translateY(-10px);
}

    .feature_style_four:hover .feature_style_four_title h4,
    .feature_style_four:hover .feature_style_four_text p,
    .feature_style_four:hover .feature_style_four_button a {
        color: #fff;
    }

/* Feature Style Five */

.feature_style_five {
    -o-transition: .5s;
    -webkit-transition: .5s;
    background: #fff;
    border-radius: 0px 50px 50px 50px;
    box-shadow: 0 10px 29.7px 0.3px rgba(225, 225, 225, .64);
    padding: 35px 30px 10px;
    position: relative;
    text-align: center;
    transition: .5s;
}

    .feature_style_five::after {
        background-image: url(assets/images/dot.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

.feature_style_five_cion i {
    background-color: #eff2f7;
    border-radius: 0 40px 40px;
    color: #0c5adb;
    font-size: 25px;
    height: 70px;
    line-height: 70px;
    transition: .5s;
    width: 70px;
}

.feature_style_five_title h4 {
    -o-transition: .5s;
    -webkit-transition: .5s;
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
}

.feature_style_five_text p {
    transition: .5s;
}

.feature_style_five:hover {
    background: #0c5adb;
    transform: translateY(-10px);
}

    .feature_style_five:hover .feature_style_five_title h4,
    .feature_style_five:hover .feature_style_five_text p {
        color: #fff;
    }

/* Feature Style Six */

.single_feature_six {
    background: rgba(0, 0, 0, .67);
    margin-bottom: 30px;
    padding: 20px 20px 15px;
    position: relative;
    z-index: 1;
}

    .single_feature_six::before {
        background: #0c5adb;
        content: "";
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        transition: .5s;
        width: 5px;
        z-index: -1;
    }

.single_feature_six_icon {
    float: left;
    margin-top: 12px;
}

    .single_feature_six_icon i {
        color: #fff;
        font-size: 40px;
    }

.single_feature_six_content.white {
    overflow: hidden;
}

.single_feature_six_content p {
    padding-top: 10px;
}

.single_feature_six:hover::before {
    width: 100%;
}

/* Feature Style Seven */

.single_feature_seven {
    background: #fff;
    border: 1px solid #e4ecf9;
    margin-bottom: 30px;
    padding: 40px 24px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .single_feature_seven:before {
        background: #adc7f1;
        bottom: 0;
        content: "";
        height: 45px;
        position: absolute;
        right: 0;
        transition: .3s;
        width: 45px;
        z-index: -1;
    }

.single_feature_six_seven_icon .icon {
    color: #0c5adb;
    font-size: 55px;
    transition: .5s;
}

.single_feature_seven_content h4 {
    padding-top: 15px;
    transition: .5s;
}

.single_feature_seven_content p {
    padding-top: 8px;
    transition: .5s;
}

.single_feature_seven:hover:before {
    background: #0c5adb;
    height: 100%;
    width: 100%;
}

.single_feature_seven:hover .single_feature_six_seven_icon .icon,
.single_feature_seven:hover .single_feature_seven_content h4,
.single_feature_seven:hover .single_feature_seven_content p {
    color: #fff;
}

/* Feature Style Eight */

.feature_style_eight {
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 20px 50px 5px #e9eef7;
    padding: 60px 40px 45px;
    text-align: center;
    transition: .5s;
}

    .feature_style_eight:hover {
        box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    }

.feature_style_eight_icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #0c5adb;
    display: inline-block;
    font-size: 60px;
    height: 130px;
    line-height: 120px;
    position: relative;
    text-align: center;
    transition: all 500ms ease;
    width: 130px;
    z-index: 1;
}

    .feature_style_eight_icon .icon {
        display: inline-block;
    }

.feature_style_eight:hover .feature_style_eight_icon {
    color: #fff;
}

.feature_style_eight:hover .feature_style_eight_icon {
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
}

.feature_style_eight_icon:before {
    background: rgba(12, 90, 219, 0.10);
    border-radius: 50%;
    box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    content: '';
    height: 100%;
    left: -8px;
    position: absolute;
    top: -5px;
    transition: .5s;
    width: 100%;
    z-index: -1;
}

.feature_style_eight:hover .feature_style_eight_icon:before {
    background: rgba(12, 90, 219, 0.80);
}

.anim-icon {
    -moz-animation: service_hexagon 3s infinite linear;
    -moz-animation-play-state: paused;
    -o-animation: service_hexagon 3s infinite linear;
    -o-animation-play-state: paused;
    -webkit-animation: service_hexagon 3s infinite linear;
    -webkit-animation-play-state: paused;
    animation: service_hexagon 3s infinite linear;
    animation-play-state: paused;
    height: 100%;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}

.feature_style_eight:hover .anim-icon {
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.anim-icon .icon-1 {
    -webkit-animation: zoom-fade-two 5s infinite linear;
    animation: zoom-fade-two 5s infinite linear;
    background: rgba(99, 119, 238, 0.8);
    border-radius: 50%;
    height: 20px;
    left: -25px;
    position: absolute;
    top: 60px;
    width: 20px;
}

.anim-icon .icon-2 {
    -webkit-animation: zoom-fade-two 4s infinite linear;
    animation: zoom-fade-two 4s infinite linear;
    background: rgba(99, 119, 238, 0.8);
    border-radius: 50%;
    height: 20px;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 20px;
}

.anim-icon .icon-3 {
    -webkit-animation: zoom-fade-two 3s infinite linear;
    animation: zoom-fade-two 3s infinite linear;
    background: rgba(99, 119, 238, 0.8);
    border-radius: 50%;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 15px;
    width: 12px;
}

.feature_style_eight_title a {
    font-size: 24px;
    font-weight: 700;
}

/* Feature Style Nine */

.style_nine .feature_style_eight {
    padding: 45px 24px 25px;
}

.style_nine .feature_style_eight_icon {
    border-radius: 50%;
    font-size: 40px;
    height: 100px;
    line-height: 95px;
    width: 100px;
}

.style_nine .feature_style_eight_title a {
    font-size: 20px;
}

/*====================================================
--<	 Flipbox Area Css -->
======================================================*/

.techno_flipbox_font {
    border: 0 solid #0c5adb;
    border-radius: 20px;
}

.flipbox .section_main_title h1 {
    color: #fff;
}

.flipbox .section_sub_title h6 {
    color: #fff;
}

.flipbox .section_title {
    margin-bottom: 30px;
}

.techno_flipbox {
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    z-index: 1;
}

    .techno_flipbox .techno_flipbox_font,
    .techno_flipbox .techno_flipbox_back {
        -webkit-backface-visibility: hidden;
        -webkit-transform: rotateX(0);
        -webkit-transform-style: preserve-3d;
        backface-visibility: hidden;
        box-shadow: 0px 1px 51.3px 5.7px rgba(137, 143, 156, .15);
        height: auto;
        min-height: 300px;
        padding: 10px;
        position: relative;
        transform: rotateX(0);
        transform-style: preserve-3d;
        transition: transform .7s ease, -webkit-transform .7s ease;
    }

        .techno_flipbox .techno_flipbox_back::before {
            background: linear-gradient(to bottom, transparent - 80%, #00696f);
            border-radius: 20px;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

.icon {
    font-size: 45px;
    line-height: 45px;
}

.techno_flipbox .techno_flipbox_inner {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: inherit;
    -webkit-transform: translateY(-50%) scale(0.94);
    backface-visibility: hidden;
    border-radius: 2px;
    left: 0;
    outline: transparent solid 1px;
    padding: 0 25px;
    perspective: inherit;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) scale(0.94);
    width: 100%;
    z-index: 2;
}

.techno_flipbox_icon {
    color: #cecece;
    display: inline-block;
    font-size: 45px;
    overflow: hidden;
    text-align: center;
}

.techno_flipbox_font .flipbox_desc p {
    color: #cecece;
}

.techno_flipbox .flipbox_title h3 {
    -webkit-transition: all 0.7s ease 0s;
    font-size: 21px;
    padding-bottom: 13px;
    text-transform: capitalize;
    transition: all 0.7s ease 0s;
}

.techno_flipbox .techno_flipbox_back {
    -webkit-transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    border-radius: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotateX(180deg);
    transform-style: preserve-3d;
    width: 100%;
}

    .techno_flipbox .techno_flipbox_back .flipbox_button a {
        background: transparent;
        border: 2px solid #fff;
        border-radius: 10px;
        color: #fff;
        display: inline-block;
        margin-top: 22px;
        padding: 4px 25px;
        text-transform: capitalize;
        transition: .5s;
    }

.techno_flipbox_back .flipbox_desc p {
    color: #fff;
}

.techno_flipbox .techno_flipbox_back .flipbox_button a i {
    display: none;
}

.techno_flipbox .techno_flipbox_back .flipbox_title h3 {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-top: 0;
}

.techno_flipbox .techno_flipbox_font .flipbox_desc,
.techno_flipbox .techno_flipbox_back .flipbox_desc {
    color: #fff;
    padding: 0 10px;
}

/* Flipbox Hover Css */

.techno_flipbox:hover .techno_flipbox_font {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.techno_flipbox:hover .techno_flipbox_back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    background: #fff;
    border-color: #fff;
    color: #00b6b5;
}

.fanavar .techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    color: #151948;
}

.efarda .techno_flipbox .techno_flipbox_back .flipbox_button a:hover {
    color: #34845b;
}

.pages .techno_flipbox .techno_flipbox_font .flipbox_title h3 {
    color: #444;
}

.pages .techno_flipbox_font .flipbox_desc p {
    color: #666;
}

/*====================================================
--< About Area Css -->
======================================================*/

.about_icon {
    float: left;
}

    .about_icon .icon {
        color: #0c5adb;
        font-size: 40px;
    }

.singel-about-content {
    overflow: hidden;
}

    .singel-about-content.boder {
        border-left: 1px solid #ddd;
    }

    .singel-about-content h5 {
        font-weight: 700;
        margin: 0;
    }

.single_about_thumb_inner img {
    width: 100%;
}

.about_thumb img {
    width: 100%;
}

.about_skill_thumb img {
    width: 100%;
}

.skill-wrapper h6 {
    margin-bottom: 8px;
}

.pd_gap {
    background: #fff;
    border-radius: 8px;
    padding: 18px 0 18px;
}

.home11 .about_icon .icon {
    font-size: 20px;
    margin-top: -8px;
}

/* Experience Css */

.headingh_experience_number h1 {
    color: #0C5ADB;
    display: inline;
    float: left;
    font-size: 136px;
    font-weight: 800;
    line-height: 1;
    margin-right: 15px;
    margin-top: -14px;
}

.heading_experience_title h2 {
    color: #232323;
    display: inline;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    padding-top: 11px;
}

.heading_experience_text p {
    font-size: 18px;
}

.experience .main_video {
    margin-top: -285px;
    position: relative;
}

/* Data Science About */

.data_science_about_icon .icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #0c5adb;
    font-size: 40px;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-align: center;
    width: 90px;
    z-index: 1;
}

    .data_science_about_icon .icon:before {
        background: rgba(12, 90, 219, 0.10);
        border-radius: 50%;
        box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
        content: '';
        height: 100%;
        left: -8px;
        position: absolute;
        top: -5px;
        transition: .5s;
        width: 100%;
        z-index: -1;
    }

.singel_about_left_inner:hover .data_science_about_icon .icon:before {
    background: rgba(12, 90, 219, 0.90);
}

.singel_about_left_inner:hover .data_science_about_icon .icon {
    color: #fff;
}

.about_content_machine span {
    display: block;
    margin-bottom: 8px;
}

    .about_content_machine span i {
        background: #0c5adb;
        border-radius: 3px;
        color: #fff;
        font-size: 12px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        width: 20px;
    }

.style_two .singel-about-content h5 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
}

.style_two .about_icon .icon {
    background: #0C5ADB;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    font-size: 45px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    width: 75px;
}

/*====================================================
--< Shape Images Css -->
======================================================*/


.single_slider_shape {
    position: relative;
}

.single_slider_shape_image {
    position: absolute;
    right: -250px;
    top: -499px;
    z-index: 1;
}

    .single_slider_shape_image img {
        width: 90%;
    }

.single_slider_rot_inner {
    bottom: -340px;
    left: 50%;
    position: absolute;
}

.single_slider_rot.two .single_slider_rot_inner {
    left: -45%;
}

.single_slider_sp {
    bottom: 370px;
    left: 79%;
    position: absolute;
}

    .single_slider_sp img {
        opacity: 0.8;
        width: 100%;
    }

.single_about_shape {
    position: relative;
}

.single_about_shape_thumb {
    bottom: -70px;
    left: -94px;
    position: absolute;
    z-index: -1;
}

    .single_about_shape_thumb img {
        width: 70%;
    }

.single_about_signesur_thumb {
    float: left;
}

    .single_about_signesur_thumb img {
        border-radius: 50%;
        height: 100px;
        width: 100px;
    }

.border_ift {
    position: relative;
    z-index: 1;
}

    .border_ift:after {
        animation: bannerimage_translate 3s infinite;
        animation-direction: alternate;
        animation-play-state: running;
        background: 0 0;
        border: 15px solid #00000008;
        bottom: 12px;
        content: '';
        height: 475px;
        position: absolute;
        right: -41px;
        width: 536px;
        z-index: -1;
    }

@keyframes bannerimage_translate {
    0% {
        transform: translateX(0px) translateY(0px)
    }

    0% {
        transform: translateX(-30px) translateY(-12px)
    }
}

/* Home Three About Shape */

.video_thumb img {
    width: 100%;
}

.video_shape_thumb1 {
    left: -16px;
    position: absolute;
    top: 80px;
    z-index: -1;
}

.video_shape_thumb2 {
    position: absolute;
    right: 0;
    top: 16px;
    z-index: -1;
}

.video_shape_thumb3 {
    bottom: 50px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.video_shape_thumb4 {
    bottom: 83px;
    position: absolute;
    right: -135px;
    z-index: -1;
}

.main_video {
    margin-top: -175px;
    position: relative;
}

.single-panel-thumb .main_video {
    margin-top: -325px;
    position: relative;
}

/* Data Science Shape Css */

.shape_thumb {
    position: relative;
}

.about_shape_thumb {
    bottom: 202px;
    position: absolute;
    right: 157px;
}

.about_shape_thumb2 {
    bottom: 70px;
    position: absolute;
    right: 155px;
}

.about_shape_thumb_affiliate1 {
    bottom: 65px;
    left: 150px;
    position: absolute;
}

.about_shape_thumb_affiliate2 {
    bottom: 443px;
    left: 77px;
    position: absolute;
}

.about_shape_thumb_affiliate2 {
    bottom: 490px;
    left: 45px;
    position: absolute;
}

/* Affiliate Intelligent About */

.about_icon_box_inner i {
    background: #0c5adb;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    margin-right: 12px;
    text-align: center;
    width: 30px;
}

.about_icon_box_inner span {
    color: #232323;
    font-size: 16px;
    font-weight: 700;
}

/*====================================================
--<	 Service Area Css -->
======================================================*/

.service_style_one {
    background: #fff;
    border-radius: 10px;
}

.service_style_one_icon i {
    -o-transition: .5s;
    -webkit-transition: .5s;
    background: #e8ecfc;
    border-radius: 100%;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    color: #0C5ADB;
    display: inline-block;
    font-size: 35px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    transition: .5s;
    width: 75px;
}

.service_style_one_title h4 {
    color: #0C5ADB;
    font-weight: 700;
    position: relative;
}

    .service_style_one_title h4:before {
        background: #d1d1d1;
        content: "";
        height: 1px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 37px;
        width: 100px;
    }

.service_style_one_button a {
    border: 1px solid #e8ecfc;
    border-radius: 30px;
    color: #616161;
    display: inline-block;
    font-size: 16px;
    padding: 5px 23px;
}

    .service_style_one_button a i {
        margin-left: 7px;
    }

.service_style_one:hover .service_style_one_button a {
    background-color: #0C5ADB;
    border-color: #0C5ADB;
    color: #fff;
}

.service_style_one:hover .service_style_one_icon i {
    background-color: #0C5ADB;
    color: #fff;
}

/* Service Style Two */

.service_style_two_number {
    float: left;
}

.service_style_two_content {
    overflow: hidden;
}

.service_style_two_number h5 {
    color: #0c5adb;
    font-weight: 700;
    position: relative;
}

    .service_style_two_number h5:before {
        background: #0c5adb;
        content: "";
        height: 2px;
        left: 34px;
        position: absolute;
        top: 14px;
        width: 32px;
    }

.service_style_two_title h4 {
    font-weight: 700;
    transition: .3s;
}

.service_style_two_button a {
    color: #0c5adb;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

    .service_style_two_button a i {
        margin-left: 5px;
        transition: .3s;
    }

.service_style_two_title h4:hover {
    color: #0c5adb;
}

/* Service Style Three 8*/

.service_style_three {
    background: #fff;
    border: 2px solid transparent;
    border-radius: 7px;
    box-shadow: 2px 10px 50px rgba(158, 158, 158, .25);
    transition: .5s;
}

.service_style_three_icon i {
    -o-transition: .5s;
    -webkit-transition: .5s;
    background: #0c5adb;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    transition: .5s;
    width: 95px;
}

.service_style_three_title h4 {
    font-size: 22px;
    font-weight: 700;
    transition: .3s;
}

.service_style_three_bt_icon {
    margin-bottom: -28px;
    position: relative;
}

    .service_style_three_bt_icon a {
        background: #fff;
        border: 2px solid #0c5adb;
        border-radius: 100%;
        color: #0c5adb;
        display: inline-block;
        height: 55px;
        line-height: 50px;
        transition: .5s;
        width: 55px;
    }

.service_style_three:hover {
    border: 2px solid #0c5adb;
}

.service_style_three_title h4:hover {
    color: #0c5adb;
}

.service_style_three:hover .service_style_three_bt_icon a {
    background: #0c5adb;
    color: #fff;
}

/* Service Style Four */

.service_style_four {
    background: #fff;
    border-radius: 7px;
    box-shadow: 2px 10px 50px rgba(158, 158, 158, .25);
    transition: .5s;
}

.service_style_four_icon i {
    color: #0c5adb;
    display: inline-block;
    font-size: 48px;
    transition: .5s;
}

.service_style_four_title h4 {
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
}

.service_style_four_text p {
    transition: .5s;
}

.service_style_four_button a {
    color: #0c5adb;
    transition: .5s;
}

    .service_style_four_button a i {
        margin-left: 5px;
    }

.service_style_four:hover {
    background: #0c5adb;
    transform: translateY(-8px);
}

    .service_style_four:hover .service_style_four_icon i,
    .service_style_four:hover .service_style_four_title h4,
    .service_style_four:hover .service_style_four_text p,
    .service_style_four:hover .service_style_four_button a {
        color: #fff;
    }

/* Service Style Five */

.service_style_five {
    background: transparent;
    border: 1px solid #d5c7c7;
    border-radius: 8px;
    transition: .5s;
}

.service_style_five_title h4 {
    font-size: 22px;
    font-weight: 700;
    transition: .5s;
}

.service_style_five_icon i {
    transition: .5s;
}

.service_style_five_text p {
    transition: .5s;
}

.service_style_five_button a {
    transition: .5s;
}

    .service_style_five_button a i {
        margin-left: 5px;
    }

.service_style_five:hover {
    background: #48DDDB;
    border: 1px solid #48DDDB;
    transform: translateY(-8px);
}

    .service_style_five:hover .service_style_five_title h4,
    .service_style_five:hover .service_style_five_icon i,
    .service_style_five:hover .service_style_five_text p,
    .service_style_five:hover .service_style_five_button a {
        color: #fff;
    }

/* Service Style Six */

.single_service_inner {
    background: #fff;
    border-radius: 0 50px 50px 50px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    padding: 19px 0 5px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

    .single_service_inner::before {
        background: #0c5adb;
        border: 1px transparent;
        border-radius: 0 30px 30px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        width: 60px;
        z-index: -1;
    }

.single_service_icon {
    float: left;
    margin-left: 15px;
    margin-right: 30px;
    margin-top: -5px;
}

    .single_service_icon i {
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        text-align: center;
        transition: all 0.5s ease 0s;
    }

.single_service_content h4 {
    font-size: 16px;
    margin: 0 0 12px;
    text-align: left;
    transition: .5s;
}

.right .single_service_inner_thumb {
    margin-left: 115px;
    margin-top: -130px;
}

.right .single_service_brg {
    position: relative;
}

.right .single_service_brg_thumb {
    bottom: -66px;
    left: 25px;
    position: absolute;
}

.left .single_service_inner_thumb {
    margin-left: 71px;
    margin-top: -144px;
}

.left .single_service_brg {
    position: relative;
}

.left .single_service_brg_thumb {
    bottom: -66px;
    left: -16px;
    position: absolute;
}

.single_service_inner:hover .single_service_content h4 {
    color: #fff;
}

.single_service_inner:hover {
    background: #0c5adb;
}

    .single_service_inner:hover::before {
        background: #fff;
    }

    .single_service_inner:hover .single_service_icon i {
        color: #0c5adb;
    }

/* Service Style Seven */

.service_style_seven {
    box-shadow: 0 0 15px rgba(51, 51, 51, 0.1);
    transition: .5s;
}

.service_style_seven_icon {
    float: left;
}

    .service_style_seven_icon i {
        color: #0c5adb;
        font-size: 40px;
        margin-top: 14px;
    }

.service_style_seven_content {
    overflow: hidden;
}

.service_style_seven_title h4 {
    font-weight: 700;
}

.service_style_seven:hover {
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

/* Service Style Eight */

.service_style_eight {
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 35px 25px 33px;
    position: relative;
    z-index: 1;
}

    .service_style_eight::before {
        background: #0c5adb;
        border-radius: 0 0 5px 0;
        bottom: 0;
        content: "";
        height: 50px;
        position: absolute;
        right: 0;
        transition: .5s;
        width: 50px;
        z-index: -1;
    }

    .service_style_eight:hover::before {
        height: 100%;
        width: 100%;
    }

.service_style_eight_icon .icon i {
    color: #fff;
}

.service_style_eight_content h4 {
    font-size: 22px;
    padding-bottom: 10px;
}

.service_style_eight_content a {
    color: #fff;
}

    .service_style_eight_content a i {
        font-size: 20px;
        margin-left: 10px;
    }

/* Service Style Nine */

.service_style_nine {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 50px 5px #e9eef7;
    margin-bottom: 30px;
    padding: 60px 40px 34px;
    transition: .5s;
}

    .service_style_nine:hover {
        box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    }

.services_style_nine_icon .icon {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #0c5adb;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    transition: .5s;
    width: 100px;
    z-index: 1;
}

    .services_style_nine_icon .icon:before {
        background: rgba(12, 90, 219, 0.10);
        border-radius: 50%;
        box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.2);
        content: '';
        height: 100%;
        left: -8px;
        position: absolute;
        top: -5px;
        transition: .5s;
        width: 100%;
        z-index: -1;
    }

.service_style_nine:hover .services_style_nine_icon .icon {
    color: #fff;
}

    .service_style_nine:hover .services_style_nine_icon .icon:before {
        background: rgba(12, 90, 219, 0.80);
    }

/* Service Style Ten */

.single_service_style_ten {
    background: #fff;
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    margin-bottom: 30px;
    padding: 30px 30px 15px;
    position: relative;
    transition: .5s;
}

    .single_service_style_ten::before {
        background: #0c5adb;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        transition: .5s;
        width: 20%;
    }

    .single_service_style_ten:hover:before {
        width: 100%;
    }

    .single_service_style_ten:hover {
        transform: translateY(-10px);
    }

        .single_service_style_ten:hover .service_style_ten_icon .icon {
            background: rgba(12, 90, 219, 0.90);
            color: #fff;
        }

.service_style_ten_content h4 a {
    font-size: 22px;
    font-weight: 700;
}

.service_style_ten_icon .icon {
    background: rgba(12, 90, 219, 0.10);
    border-radius: 5px;
    color: #0c5adb;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: .5s;
    width: 70px;
}

/* Service Style Eleven */

.single_service_style_eleven {
    border-radius: 0 40px;
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    margin-bottom: 30px;
    padding: 35px 30px 30px;
    position: relative;
    z-index: 1;
}

    .single_service_style_eleven::before {
        background: #0c5adb;
        border-radius: 0 40px;
        bottom: 0;
        content: "";
        height: 0%;
        left: 0;
        position: absolute;
        transition: .5s;
        width: 100%;
        z-index: -1;
    }

.service_style_eleven_icon {
    float: left;
    margin-right: 15px;
}

    .service_style_eleven_icon .icon {
        background: rgba(12, 90, 219, 0.10);
        border-radius: 50%;
        color: #0c5adb;
        font-size: 28px;
        height: 58px;
        line-height: 58px;
        text-align: center;
        transition: .5s;
        width: 58px;
    }

.service_style_eleven_title h4 {
    font-size: 21px;
    transition: .5s;
}

.service_style_eleven_text p {
    transition: .5s;
}

.servic_style_eleven_button a {
    transition: .5s;
}

.single_service_style_eleven:hover .service_style_eleven_title h4,
.single_service_style_eleven:hover .service_style_eleven_text p,
.single_service_style_eleven:hover .servic_style_eleven_button a {
    color: #fff;
}

.single_service_style_eleven:hover .service_style_eleven_icon .icon {
    transform: rotate(360deg);
}

.single_service_style_eleven:hover::before {
    height: 100%;
}

.single_service_style_eleven:hover .service_style_eleven_icon .icon {
    background: #fff;
}

/* Service Style Twelve */

.service_style_12 {
    border: 1px solid #eee;
    border-bottom: 3px solid #0C5ADB;
    border-radius: 5px;
    overflow: hidden;
}

.service_style_12_thumb img {
    width: 100%;
}

.service_style12_content {
    padding: 0 20px 20px;
}

.service_style_12_content_inner h2 {
    font-size: 22px;
    font-weight: 700;
}

.service_style_12_icon {
    margin-top: -40px;
    position: relative;
}

    .service_style_12_icon .icon {
        background: #0C5ADB;
        border-radius: 4px;
        color: #fff;
        display: block;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        width: 80px;
    }

.service_style_12_content_inner {
    padding-top: 15px;
}

    .service_style_12_content_inner a {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

.owl-dots {
    cursor: pointer;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}

.owl-dot.active {
    background: #0C5ADB;
    width: 40px;
}

.owl-dot {
    background: #ccc;
    border-radius: 103px;
    display: inline-block;
    height: 6px;
    line-height: 30px;
    margin-right: 12px;
    transition: .5s;
    width: 30px;
}

/*====================================================
--<	 Service Details Area Css -->
======================================================*/

.service-details-pn-list ul li {
    list-style: none;
    margin-bottom: 2px;
    transition: .5s;
}

    .service-details-pn-list ul li a {
        background-color: #F3F6F9;
        color: #232323;
        display: block;
        font-family: 'Ayandeh', sans-serif;
        font-size: 17px;
        font-weight: 600;
        padding: 14px 15px 14px 18px;
        position: relative;
        transition: .5s;
    }

        .service-details-pn-list ul li a:hover {
            background: #0C5ADB !important;
            color: #fff !important;
        }

        .service-details-pn-list ul li a i {
            float: right;
            font-size: 17px;
            font-weight: 600;
            margin-top: 5px;
            position: relative;
        }

.service-details-big-button a {
    background: #0c5adb;
    border: 0px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-family: Open Sans;
    font-weight: 500;
    padding: 14px 35px 14px 35px;
    text-transform: capitalize;
}

    .service-details-big-button a:hover {
        background: #00247e;
    }

.details-big-content {
    text-align: center !important;
}

.service-details-big-button a span i {
    margin-left: 20px;
}

.service-details-pn-about {
    position: relative;
    z-index: 1;
}

    .service-details-pn-about::before {
        background: rgba(12, 90, 219, .85);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.service-details-pn-about-content {
    text-align: center;
}

.service-main-details-content-title h3 {
    font-weight: 800;
}

.service-details-pn-about-content-title h4 {
    color: #fff;
    font-weight: 700;
}

.service-details-pn-about-content-text p {
    color: #fff;
}

.service-details-pn-about-content-button a {
    background: #fff;
    border-radius: 5px;
    color: #0C5ADB;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 30px;
}

/*-- Main Service Details --*/

.service-main-details-inner-thumb img {
    width: 100%;
}

.service-details-video-thumb img {
    width: 100%;
}

.service-details-video .single-video {
    position: relative;
}

.service-details-video .video-icon {
    bottom: 265px;
    left: 0;
    position: absolute;
    right: 0;
}

.service-details-research-button a {
    background: #0c5adb;
    border: 0px solid #ffffff;
    border-radius: 5px 5px 5px 5px;
    color: #ffffff;
    font-family: Open Sans;
    font-weight: 500;
    margin-top: 15px;
    padding: 14px 35px 14px 35px;
    text-transform: capitalize;
    transition: .5s;
}

    .service-details-research-button a:hover {
        background: #00247e;
    }

.service-details-research-title h4 {
    font-weight: 800;
}

/*====================================================
--<	 Team Area Css -->
======================================================*/

.single_team {
    border-radius: 5px;
    overflow: hidden;
    transition: .5s;
}

.single_team_thumb {
    position: relative;
}

    .single_team_thumb:before {
        -o-transition: .5s;
        -o-transition: .3s;
        -webkit-transition: .5s;
        -webkit-transition: .3s;
        background: rgba(12, 90, 219, 0.85);
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        transition: .3s;
        width: 100%;
    }

.single_team_icon {
    -ms-transform: translateY(-50%);
    -o-transition: .3s;
    -webkit-transform: translateY(-50%);
    -webkit-transition: .3s;
    background: #fff;
    opacity: 0;
    padding: 13px 0;
    position: absolute;
    right: -50px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    width: 45px;
}

    .single_team_icon a {
        -o-transition: .3s;
        -webkit-transition: .3s;
        color: #0C5ADB;
        display: block;
        font-size: 16px;
        margin: 4px 0px;
        text-align: center;
        transition: .3s;
    }

.single_team_thumb img {
    width: 100%;
}

.single_team_content {
    -o-transition: .5s;
    -webkit-transition: .5s;
    background: #fff;
    border-bottom: 2px solid #0c5adb;
    padding: 12px 20px 23px;
    text-align: center;
    transition: .5s;
}

    .single_team_content h4 {
        display: block;
        font-size: 20px;
        font-weight: 700;
        transition: .3s;
    }

    .single_team_content span {
        color: #0c5adb;
        padding-top: 2px;
    }

/* Team Hover Css */

.single_team:hover {
    transform: translateY(-10px);
}

    .single_team:hover .single_team_icon {
        opacity: 1;
        right: -1px;
    }

.single_team_content h4:hover {
    color: #0c5adb;
}

.single_team:hover .single_team_thumb:before {
    opacity: 1;
}

/* Team Style Three */

.team_style_three {
    position: relative;
    transition: .5s;
}

.team_style_three-thumb {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.team_style_three_thumb_inner {
    overflow: hidden;
    position: relative;
    transition: .5s;
    z-index: 1;
}

    .team_style_three_thumb_inner:before {
        -khtml-transform: skew(-30deg);
        -moz-transform: skew(-30deg);
        -ms-transform: skew(-30deg);
        -o-transform: skew(-30deg);
        -webkit-transform: skew(-30deg);
        background: #fff;
        bottom: -59px;
        content: "";
        height: 120px;
        left: -70px;
        position: absolute;
        transform: skew(-98deg);
        width: 133%;
    }

.team_style_three-thumb:after {
    -khtml-transform: skew(69deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -webkit-transform: skew(1deg);
    background: #0c5adb;
    bottom: 4px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: .5s;
    width: 100%;
    z-index: -1;
}

.team_style_three_thumb_inner img {
    width: 100%;
}

.team_style_three_content {
    bottom: -21px;
    left: 0;
    padding: 15px 10px 35px 50px;
    position: absolute;
    right: 18px;
    transition: .5s;
    z-index: 1;
}

    .team_style_three_content:before {
        background: #0c5adb;
        transition: .5s;
    }

    .team_style_three_content:before, .team_style_three_content:after {
        -khtml-transform: skew(-30deg);
        -khtml-transition: all .2s linear 0ms;
        -moz-transform: skew(-30deg);
        -moz-transition: all .2s linear 0ms;
        -ms-transform: skew(-30deg);
        -ms-transition: all .2s linear 0ms;
        -o-transform: skew(-30deg);
        -o-transition: all .2s linear 0ms;
        -webkit-transform: skew(-30deg);
        -webkit-transform-origin: left bottom;
        -webkit-transition: all .2s linear 0ms;
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 50px;
        top: 0;
        transform: skew(-30deg);
        transform-origin: left bottom;
        transition: all .2s linear 0ms;
        z-index: -2;
    }

.team_style_three_title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.team_style_three_sub_title {
    left: 51px;
    position: absolute;
    top: 40px;
    transition: .5s;
}

    .team_style_three_sub_title span {
        color: #fff;
        font-size: 14px;
        transition: .5s;
    }

.team_style_three_icon a {
    color: #fff;
    display: inline-block;
    margin: 5px;
}

.team_style_three_icon {
    left: 47px;
    opacity: 0;
    position: absolute;
    top: 50px;
    transition: .5s;
}

.team_style_three:hover .team_style_three_icon {
    opacity: 1;
    top: 35px;
}

.team_style_three:hover .team_style_three-thumb:after {
    -webkit-transform: rotate(-10deg);
    -webkit-transform: skew(1deg);
    opacity: 1;
    transform: rotate(-10deg);
}

.team_style_three:hover .team_style_three_sub_title {
    margin-top: -20px;
    opacity: 0;
}

.team_style_three:hover .team_style_three_content:before {
    background: #00247e;
    transition: .5s;
}

/* Team Style Three */

.single_team_style_three {
    margin-bottom: 30px;
}

.single_team_style_three_thumb {
    position: relative;
}

    .single_team_style_three_thumb img {
        width: 100%;
    }

.single_team_style_three_icon {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    background: #0c5adb;
    left: 0;
    margin: 0 30px;
    margin: auto;
    opacity: 0;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 90%;
    transform: translateY(-100%);
    transition: .5s;
    width: 83%;
}

.single_team_style_three_content {
    -webkit-box-shadow: 0 16px 32px rgba(207, 228, 255, .8);
    -webkit-transform: translateY(0px);
    box-shadow: -1 16px 32px rgba(207, 228, 255, .8);
    padding: 10px 0 22px;
    text-align: center;
    z-index: 1;
}

.single_team_style_three:hover .single_team_style_three_icon {
    opacity: 1;
    top: 82%;
}

.single_team_style_three_icon i {
    color: #fff;
    margin: 0 5px;
}

/*====================================================
--<	 Software Area Css -->
======================================================*/

.single_software_box {
    margin-bottom: 20px;
}

.single_software_box_content {
    background: #eff2f7;
    border-radius: 3px;
    padding: 8px 15px 20px 17px;
    position: relative;
    z-index: 1;
}

    .single_software_box_content::before {
        background: #0c5adb;
        border-radius: 3px;
        bottom: 0;
        content: "";
        height: 0%;
        left: 0;
        position: absolute;
        transition: .5s;
        width: 100%;
        z-index: -1;
    }

.single_software_box:hover .single_software_box_content::before {
    height: 100%;
}

.single_software_box_content h5 {
    font-size: 17px;
}

.single_software_box:hover .single_software_box_content h5 {
    color: #fff;
}

.software_thumb_inner img {
    width: 100%;
}

.software_shape_thumb_inner1 {
    bottom: 0;
    left: 45px;
    position: absolute;
}

    .software_shape_thumb_inner1 img {
        width: 40%;
    }

.software_shape_thumb_inner2 {
    bottom: -35px;
    left: 340px;
    position: absolute;
}

    .software_shape_thumb_inner2 img {
        width: 85%;
    }

.software_shape_thumb_inner3 {
    position: absolute;
    right: 0;
    top: -49px;
}

.software_shape_thumb_inner4 {
    left: 104px;
    position: absolute;
    top: -74px;
}


/*====================================================
--<	 Case Study Area Css -->
======================================================*/

.single_case_study {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.single_case_study_thumb {
    transform: scale(1.01);
    transition: .5s;
}

.pdn_0 {
    padding: 0;
}

.single_case_study_thumb::before {
    background: rgba(12, 90, 219, 0.85);
    border: 3px solid #fff;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    width: 100%;
}

.single_case_study_thumb img {
    width: 100%;
}

.single_case_study_content {
    background: #fff;
    border-radius: 5px;
    left: 0;
    margin: auto;
    opacity: 0;
    padding: 20px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 70%;
    transform: translateY(-50%);
    transition: .5s;
    width: 80%;
    z-index: 1;
}

.single_case_study_icon {
    padding-bottom: 10px;
    text-align: center;
}

.single_case_study_content_inner {
    text-align: center;
}

    .single_case_study_content_inner h2 {
        font-size: 22px;
    }

        .single_case_study_content_inner h2 a {
            display: inline-block;
            font-size: 20px;
            font-weight: 600;
            overflow: hidden;
            transition: .5s;
        }

.single_case_study_icon i {
    background: #fff;
    border-radius: 5px;
    color: #0c5adb;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .5s;
    width: 40px;
}

/* Portfolio Hover */

.single_case_study:hover .single_case_study_thumb {
    transform: scale(1.03);
}

.single_case_study:hover .single_case_study_content {
    opacity: 1;
    top: 50%;
}

.single_case_study:hover .single_case_study_thumb::before {
    opacity: 1;
}

.single_case_study_content_inner h2 a:hover {
    color: #0c5adb;
}

.single_case_study_icon i:hover {
    background: #0c5adb;
    color: #fff;
}

/* Case Study Style Two */

.case_study_style_two {
    position: relative;
}

.case_study_style_two_thumb {
    position: relative;
    z-index: 1;
}

    .case_study_style_two_thumb:before {
        -o-transition: .5s;
        -webkit-transition: .5s;
        background: rgba(12, 90, 219, 0.65);
        border-radius: 10px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        width: 100%;
    }

    .case_study_style_two_thumb img {
        border-radius: 10px;
        width: 100%;
    }

.case_study_style_two_content {
    -ms-transform: translateY(-50%);
    -o-transition: .5s;
    -webkit-transform: translateY(-50%);
    -webkit-transition: .5s;
    background: transparent;
    border-radius: 5px;
    left: 0;
    margin: auto;
    padding: 0 30px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 80%;
    transform: translateY(-50%);
    transition: .5s;
    width: 100%;
    z-index: 1;
}

.case_study_style_two_title h4 a {
    color: #fff;
    display: block;
    font-weight: 700;
}

.case_study_style_two_title span {
    color: #fff;
    font-weight: 600;
}

.case_study_style_two_button a {
    color: #fff;
}

.case_study_style_two:hover .case_study_style_two_content {
    top: 70%;
}

/* Style Three */

.three .case_study_style_two_content {
    top: 75%;
}

.three .case_study_style_two:hover .case_study_style_two_content {
    top: 60%;
}

.three .case_study_style_two_title h4 {
    font-size: 20px;
}

/* Style Four */

.four .single_case_study {
    margin-bottom: 65px;
    overflow: inherit !important;
}

.four .single_case_study_inner {
    overflow: hidden;
}

.four .single_case_study_content {
    background: #00247E;
    bottom: -100px !important;
    opacity: 1;
    top: inherit;
    transition: .5s;
}

.four .single_case_study:hover .single_case_study_content {
    bottom: -100px !important;
    top: inherit;
}

.four .single_case_study_inner {
    overflow: hidden;
}

.four .single_case_study_content_inner h2 a {
    color: #fff;
}

.four .single_case_study_content_inner span {
    color: #fff;
}

/*====================================================
--<	 Case Study Details Area Css -->
======================================================*/

.single-case-study-details {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.10);
    padding: 50px;
}

.case-study-details-title h3 {
    font-weight: 800;
}

.case-study-details-content-inner ul li span {
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.case-study-details-content-inner ul li {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    padding: 13px 0;
    text-transform: capitalize;
}

    .case-study-details-content-inner ul li:last-child {
        border-bottom: none;
    }

.case-study-details-icon-text span {
    float: left;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.case-study-details-icon-inner a {
    background: #0C5ADB;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    width: 35px;
}

.case-study-details-full-title h3 {
    font-weight: 800;
}

.case-study-details-thumb img {
    width: 100%;
}

/*====================================================
--<	 Portfolio Area Css -->
======================================================*/

/* Portfolio Nav */

.portfolio_nav {
    margin-bottom: 50px;
}

.portfolio_menu ul {
    list-style: none;
    text-align: center;
}

    .portfolio_menu ul li {
        cursor: pointer;
        display: inline-block;
        margin: 0 14px;
    }

        .portfolio_menu ul li a {
            color: #fff;
            display: block;
            position: relative;
            text-transform: uppercase;
            transition: .5s;
        }

            .portfolio_menu ul li a:before {
                background: #fff;
                content: "";
                height: 2px;
                left: 0;
                position: absolute;
                top: 24px;
                transition: .5s;
                width: 0%;
            }

.portfolio_nav ul li {
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    background: #f2f4ff;
    border: medium none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0 3px;
    margin-bottom: 7px;
    padding: 12px 27px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

    .portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item {
        background: #0c5adb;
        color: #fff;
    }

/* Single Portfolio */

.single_portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.single_portfolio_thumb {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s;
}

.single_portfolio_content {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -o-transition: .5s;
    -webkit-transition: .5s;
    background: #0c5adb;
    border-radius: 5px;
    bottom: 20px;
    left: 20px;
    margin: auto;
    opacity: 0;
    padding: 30px 20px 30px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-align: left;
    transition: .5s;
}

.single_portfolio_icon {
    padding-bottom: 10px;
    text-align: center;
}

.single_portfolio_content_inner {
    text-align: center;
}

    .single_portfolio_content_inner h2 {
        font-size: 22px;
        margin: 0;
    }

        .single_portfolio_content_inner h2 a {
            color: #fff;
            display: inline-block;
            font-weight: 600;
            overflow: hidden;
        }

.single_portfolio_icon i {
    background: #fff;
    border-radius: 5px;
    color: #135ef3;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: .5s;
    width: 40px;
}

.single_portfolio_thumb img {
    width: 100%;
}

.single_portfolio_content_inner span {
    color: #fff;
}

/* Portfolio Hover */

.single_portfolio:hover .single_portfolio_thumb {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.portfolio_menu ul li a:hover:before {
    width: 100%;
}

.single_portfolio:hover .single_portfolio_content {
    bottom: 35px;
    opacity: 1;
}

.single_portfolio_icon i:hover {
    background: #fff;
    color: #135ef3;
}

/* Portfolio Style Two */

.style_two .single_portfolio_thumb {
    position: relative;
    z-index: 1;
}

    .style_two .single_portfolio_thumb:after {
        -moz-transform: perspective(15em) rotateX(-90deg);
        -moz-transition: all .5s ease-out 0s;
        -ms-transform: perspective(15em) rotateX(-90deg);
        -ms-transition: all .5s ease-out 0s;
        -o-transform: perspective(15em) rotateX(-90deg);
        -o-transition: all .5s ease-out 0s;
        -webkit-transform: perspective(15em) rotateX(-90deg);
        -webkit-transition: all .5s ease-out 0s;
        background: rgba(12, 90, 219, .85);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: perspective(15em) rotateX(-90deg);
        transform-origin: top;
        transition: all .5s ease-out 0s;
        width: 100%;
        z-index: 1;
    }

.style_two .single_portfolio_content_inner h2 a {
    color: #232323;
    font-weight: 700;
}

.style_two .single_portfolio_content_inner span {
    color: #135ef3;
}

.style_two .single_portfolio_icon i {
    background: #135ef3;
    color: #fff;
}

.style_two .single_portfolio_content {
    background: #fff;
    z-index: 1;
}

.style_two .single_portfolio:hover .single_portfolio_thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}

/* Portfolio Style Three */

.style_three .single_portfolio_thumb {
    position: relative;
}

    .style_three .single_portfolio_thumb::before {
        background: rgba(12, 90, 219, 0.75);
        bottom: 0;
        content: "";
        height: 0%;
        left: 0;
        position: absolute;
        transition: .5s;
        width: 100%;
    }

.style_three .single_portfolio_content {
    background: transparent;
    left: 0;
    opacity: 0;
    padding: 0;
    right: 0;
    text-align: left;
}

.style_three .single_portfolio:hover .single_portfolio_thumb::before {
    height: 100%;
}

/*====================================================
--<  How It Work Area Css -->
======================================================*/

.single_it_work {
    text-align: center;
}

.single_it_work_content_list {
    position: relative;
}

    .single_it_work_content_list::before {
        background: #ddd;
        content: "";
        height: 1px;
        position: absolute;
        right: -75px;
        top: 26px;
        width: 130px;
    }

    .single_it_work_content_list.three::before {
        display: none;
    }

    .single_it_work_content_list span {
        background: #0c5adb;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-weight: 600;
        height: 45px;
        line-height: 45px;
        position: relative;
        transition: .3s;
        width: 45px;
    }

.single_work_content_title h4 {
    font-size: 20px;
    font-weight: 700;
}

.single_it_work_content_list span:after {
    background: #0c5adb;
    border-radius: 50%;
    content: "";
    height: 65px;
    left: -10px;
    margin: auto;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: -10px;
    transition: .3s;
    width: 65px;
    z-index: -1;
}

.single_it_work_content_list span:before {
    background: #0c5adb;
    border-radius: 50%;
    content: "";
    height: 85px;
    left: -20px;
    margin: auto;
    opacity: 0.2;
    position: absolute;
    right: 0;
    top: -20px;
    transition: .3s;
    width: 85px;
    z-index: -1;
}

.single_it_work:hover .single_it_work_content_list span,
.single_it_work:hover .single_it_work_content_list span:before,
.single_it_work:hover .single_it_work_content_list span:after {
    transform: scale(1.1);
}

/* How It Work Style Tow */

.it_work_style_two .techno_flipbox .techno_flipbox_font, .it_work_style_two .techno_flipbox .techno_flipbox_back {
    min-height: 410px;
}

.it_work_style_two .it_work_style_two .techno_flipbox .techno_flipbox_inner {
    top: 50%;
}

.techno_flipbox_font .icon {
    background: #0c5adb;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    width: 80px;
}

.it_work_style_two .techno_flipbox_font {
    background: #ffffff;
    border: 2px solid #e8ecfc;
    border-radius: 7px 7px 7px 7px;
}

    .it_work_style_two .techno_flipbox_font .flipbox_title h3 {
        color: #444;
        font-size: 24px;
        font-weight: 700;
    }

    .it_work_style_two .techno_flipbox_font .flipbox_desc p {
        color: #666;
    }

.it_work_style_two .techno_flipbox .techno_flipbox_back .flipbox_button a {
    background: inherit;
    border: inherit;
    border-radius: inherit;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding: 0;
}

.it_work_style_two .techno_flipbox .techno_flipbox_back::before {
    background: inherit;
}

/* How IT Work Style Three */

.style_three .single_how_it_work {
    position: relative;
}

.style_three .how_it_work_number {
    left: 56px;
    position: absolute;
    top: -50px;
}

.style_three .how_it_work_icon .icon {
    color: #0c5adb;
    font-size: 65px;
    transition: .5s;
    z-index: 1;
}

.style_three .how_it_work_number h4 {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    width: 45px;
}

.style_three .how_it_work_icon_bg_thumb_inner {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -48px;
    z-index: -1;
}

.style_three .how_it_work_bg_thumb_inner_hv {
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    top: -18px;
    transition: .5s;
    z-index: -1;
}

.style_three .how_it_work_title a {
    font-size: 22px;
    font-weight: 700;
}

.style_three .single_how_it_work:hover .how_it_work_bg_thumb_inner_hv {
    opacity: 1;
    top: -48px;
}

.style_three .single_how_it_work:hover .how_it_work_icon .icon {
    color: #fff;
}

/*====================================================
--<  Pricing Area Css -->
======================================================*/

.single_pricing {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 51px 40px 60px;
    text-align: center;
    transition: .5s;
}

    .single_pricing.active {
        border: 1px solid #0c5adb;
    }

.pricing_title h3 {
    color: #0c5adb;
    font-size: 30px;
    font-weight: 700;
}

.pricing_body {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    transition: .5s;
}

.single_pricing.active .pricing_body {
    border: 1px solid #0c5adb;
}

.pricing_body .featur ul li {
    display: block;
    margin-bottom: 13px;
}

.curencyp {
    color: #0c5adb;
    font-size: 29px;
    font-weight: 500;
    position: relative;
    top: -15px;
}

.pricing_tk h2 {
    color: #0c5adb;
    display: inline-block;
    font-size: 55px;
    font-weight: 700;
}

    .pricing_tk h2 span {
        font-size: 19px;
        font-weight: 500;
    }

.order_now a {
    background: transparent;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #616161;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    transition: .5s;
}

.single_pricing.active .order_now a {
    background: #0c5adb;
    border: 1px solid #0c5adb;
    color: #fff;
}

.single_pricing:hover {
    border: 1px solid #0c5adb;
}

    .single_pricing:hover .pricing_body {
        border: 1px solid #0c5adb;
    }

    .single_pricing:hover .order_now a {
        background: #0c5adb;
        border: 1px solid #0c5adb;
        color: #fff;
    }

/* Pricing Style Two */

.pricing_style2 {
    border-radius: 10px;
    box-shadow: 0px 8px 14.72px 1.28px rgba(207, 207, 207, 0.3);
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0 0 32px;
    position: relative;
    text-align: center;
    transition: .5s;
}

.pricing_head_style2 {
    background: #0762f8;
    padding: 12px 0 21px;
}

.pricing_title_style2 h3 {
    color: #fff;
    font-size: 25px;
    padding-bottom: 5px;
    text-transform: capitalize;
}

.pricing_tk_style2 h2 {
    color: #fff;
    display: inline-block;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    transition: .5s;
}

.pricing_tk_style2 span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.pricing_body_style2 {
    margin-top: 40px;
}

    .pricing_body_style2 .featur_style2 ul li {
        display: block;
        font-size: 15px;
        margin-bottom: 18px;
    }

    .pricing_body_style2 .deactive {
        color: #CCDCEA;
        text-decoration: line-through;
    }

.pricing_style2_button {
    margin-top: 33px;
}

.order_style2_now a {
    background: #f5f5f5;
    border-radius: 5px;
    color: #0762f8;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    padding: 18px 55px;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.active .order_style2_now a {
    background: #0762f8;
    color: #fff;
}

.order_style2_now a:before {
    background: #0762f8;
    content: "";
    height: 100%;
    left: -25%;
    position: absolute;
    top: 0px;
    transform: skew(50deg);
    transition: .5s;
    transition-duration: .6s;
    width: 0%;
    z-index: -1;
}

.pricing_style2:hover {
    transform: translateY(-10px);
}

    .pricing_style2:hover .order_style2_now a:before {
        width: 180%;
    }

    .pricing_style2:hover .order_style2_now a {
        color: #fff;
    }

/* Pricing Style Three */

.single_pricing_three {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .2);
    overflow: hidden;
    text-align: center;
}

.pricing_head_three {
    background: #0c5adb;
    padding: 36px 0 50px;
    position: relative;
    z-index: 1;
}

    .pricing_head_three:before {
        background: url(assets/images/new/pricing-bg1.png);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: auto;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.pricing_thumb {
    background: #fff;
    border: 1px solid #0c5adb;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -50px;
    z-index: 1;
}

.pricing_body_three .featur ul li {
    list-style: none;
    padding: 6px 0;
}

.pricing_tk_three h2 {
    color: #fff;
    font-size: 70px;
}

.pricing_tk_three span {
    font-size: 20px;
}

.pricing_head_three .curencyp {
    color: #fff;
    font-size: 30px !important;
    font-weight: 700;
    position: relative;
    right: -18px;
    top: -37px;
}

.order_now a {
    background: transparent;
    border: 1px solid #0c5adb;
    border-radius: 5px;
    color: #616161;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 16px 42px;
    transition: .5s;
}

.single_pricing_three:hover .order_now a {
    background: #0c5adb;
    color: #fff;
}

/* Pricing Style Four */

.pricing_style_four {
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    margin-bottom: 30px;
}

.pricing_style_four_content {
    background: url(assets/images/new/pr-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 77px;
}

.active .pricing_style_four_content {
    background: url(assets/images/new/pr-bg2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0 77px;
}

.pricing_style_four_content_inner {
    padding-right: 50px;
    text-align: right;
}

.pricing_style_four_title h4 {
    font-weight: 500;
    text-transform: uppercase;
}

.pricing_style_four_tk h2 {
    font-weight: 500;
}

    .pricing_style_four_tk h2 span {
        font-size: 20px;
    }

.pricing_style_four_body {
    padding: 55px 28px 40px;
}

    .pricing_style_four_body ul {
        list-style: none;
    }

        .pricing_style_four_body ul li {
            font-size: 18px;
            margin-bottom: 18px;
        }

            .pricing_style_four_body ul li i {
                color: #0c5adb;
                margin-right: 10px;
            }

.pricing_style_four_button a {
    background: #211e3b;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

    .pricing_style_four_button a span {
        font-size: 20px;
        margin-left: 5px;
    }

    .pricing_style_four_button a:before {
        background: #0c5adb;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        width: 10%;
        z-index: -1;
    }

.pricing_style_four:hover .pricing_style_four_button a:before {
    width: 100%;
}

.single_price_icon {
    position: relative;
}

.single_price_icon_inner {
    bottom: 0;
    left: 74px;
    position: absolute;
}

    .single_price_icon_inner .icon {
        background: #00247e;
        border: 5px solid #fff;
        border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
        color: #fff;
        display: inline-block;
        font-size: 50px;
        height: 100px;
        line-height: 95px;
        text-align: center;
        width: 100px;
    }

/*====================================================
--<	 Process Area Css -->
======================================================*/

.single_process {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    transition: .5s;
}

.single_process_thumb {
    animation: checkAnim 2s infinite;
    border-radius: 100%;
    display: inline-block;
    height: 230px;
    line-height: 230px;
    width: 230px;
}

    .single_process_thumb img {
        border: 10px solid #fff;
        border-radius: 100%;
        width: 100%;
    }

.single_process_number {
    position: relative;
}

.single_process_number_inner {
    bottom: -25px;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .5s;
}

.single_process_number span {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
}

.single_process_content {
    padding-top: 30px;
}

    .single_process_content h2 {
        font-size: 22px;
        font-weight: 700;
    }

.single_process:hover .single_process_number_inner {
    bottom: 50px;
}

/* Process Style Two */

/*====================================================
--<	 Counter Area Css -->
======================================================*/

.cntr_bg_up {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 11px 11px 38px rgba(0, 0, 0, 0.2);
}

.countr_text h1 {
    font-size: 30px;
    font-weight: 800;
}

.counter_desc h5 {
    color: #a6753b;
    font-size: 14px !important;
    margin-top: 6px;
}

.single_counter_icon i {
    -o-transition: .5s;
    -webkit-transition: .5s;
    background: #0C5ADB;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    transition: .5s;
    width: 80px;
}

.white .countr_text h1 {
    color: #fff;
}

.white .counter_desc h5 {
    color: #fff;
}

.border_bottom_lin {
    position: relative;
}

    .border_bottom_lin::before {
        background: #0c5adb;
        content: "";
        height: 90px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 30px;
        width: 3px;
    }

.single_counter_content {
    overflow: hidden;
}

.single_counter_icon_two .icon {
    float: left;
    margin-right: 20px;
    margin-top: 12px;
}

    .single_counter_icon_two .icon i {
        background: #0c5adb;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 35px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        width: 70px;
    }

/* Counter Style Three */

.counter_style_three {
    border: 2px solid #686666;
    border-radius: 10px;
    margin-bottom: 40px;
    padding: 0 20px 40px;
    text-align: center;
    transition: .5s;
}

.color2 .counter_style_three_icon .icon {
    background: #fd8424;
}

.color3 .counter_style_three_icon .icon {
    background: #d83030;
}

.counter_style_three.color2:hover {
    border-color: #fd8424;
}

.counter_style_three.color3:hover {
    border-color: #d83030;
}

.counter_style_three_icon .icon {
    background: #0c5adb;
    border-radius: 50% 15%;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 85px;
    line-height: 80px;
    margin-top: -50px;
    position: relative;
    width: 85px;
}

.counter_style_three:hover {
    border: 2px solid #0c5adb;
}

/* Counter Style Four */

.counter_style_four {
    margin-bottom: 30px;
}

.counter_style_four_icon .icon {
    color: #fff;
    font-size: 42px;
}

    .counter_style_four_icon .icon:before {
        -ms-transform: translateX(-50%);
        -o-transition: all 0.6s ease;
        -webkit-transform: translateX(-50%);
        -webkit-transition: all 0.6s ease;
        background-image: url(assets/images/shape/cn-shape.png);
        background-repeat: no-repeat;
        background-size: cover;
        bottom: -8px;
        content: '';
        height: 85px;
        left: -23px;
        position: absolute;
        transform: translateX(-50%);
        transform: rotate(-70deg);
        transition: all 0.6s ease;
        width: 85px;
    }

.counter_style_four_text h1 {
    color: #fff;
    font-size: 35px;
}

.counter_style_four_text h5 {
    color: #fff;
    font-size: 22px;
}

.counter_style_four:hover .counter_style_four_icon .icon:before {
    transform: rotate(-130deg);
}

/*====================================================
--<	 Testimonial Area Css -->
======================================================*/

.single_testimonial_content_text {
    background: #fff;
    box-shadow: 0 18px 17px 0 rgba(0, 0, 0, .1);
    padding: 32px 43px 20px;
    position: relative;
}

    .single_testimonial_content_text:before {
        border-color: #fff transparent transparent #fff;
        border-style: solid;
        border-width: 15px;
        bottom: -20px;
        content: '';
        display: block;
        height: 0;
        left: 0;
        margin-left: 0;
        position: absolute;
        top: auto;
        width: 0;
    }

.single_testimonial_thumb {
    float: left;
}

    .single_testimonial_thumb img {
        border-radius: 50%;
        margin: auto;
        width: 100%;
    }

.single_testimonial_content_title h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.single_testimonial_content_title span {
    color: #0c5adb;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 4px;
}

.single_testimonial_content_title.white span {
    color: #fff;
}

.experience_thumb img {
    width: 100%;
}

/* Testimonial Style Two */

.single_testimonial_two {
    background: #fff;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, .17);
    padding: 40px 20px 30px;
    text-align: center;
}

.single_testimonial_thumb_two img {
    border-radius: 50%;
    margin: auto;
}

.single_testimonial_content_title_two h4 {
    font-size: 22px;
}

.single_testimonial_content_title_two span {
    color: #0c5adb;
}

@keyframes checkAnim {
    0%, 100% {
        box-shadow: 0 0 0 5px rgba(12, 90, 219, 0.8)
    }

    50% {
        box-shadow: 0 0 0 8px rgba(12, 90, 219, 0.8)
    }
}

/* Tesimonial Style Two */

#section-quote {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

    #section-quote > h2 {
        color: #0e1c2a;
        font-family: OpenSans-Regular;
        font-size: 36px;
        font-weight: normal
    }

    #section-quote > p {
        color: #767676;
        font-family: OpenSans-Light;
        font-size: 18px;
        margin-top: 10px;
        text-align: center;
    }

    #section-quote .container-quote {
        -moz-perspective: 10000px;
        -ms-perspective: 10000px;
        -webkit-perspective: 10000px;
        height: 135px;
        margin: 55px 0 150px;
        perspective: 10000px;
        position: relative;
        width: 100%;
    }

        #section-quote .container-quote .quote {
            -moz-transform: translateX(-50%);
            -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
            -webkit-transform: translateX(-50%);
            -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
            cursor: pointer;
            height: 100%;
            left: 50%;
            position: absolute;
            text-align: center;
            top: 0px;
            transform: translateX(-50%);
            transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
            width: 520px;
        }

            #section-quote .container-quote .quote.hide-top {
                -moz-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
                -ms-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
                -o-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
                -webkit-transform: translateX(-50%) translateY(-100%) rotateX(70deg);
                opacity: 0;
                transform: translateX(-50%) translateY(-100%) rotateX(70deg)
            }

            #section-quote .container-quote .quote.show {
                -moz-transform: translateX(-50%) translateY(0%) rotateX(0deg);
                -ms-transform: translateX(-50%) translateY(0%) rotateX(0deg);
                -o-transform: translateX(-50%) translateY(0%) rotateX(0deg);
                -webkit-transform: translateX(-50%) translateY(0%) rotateX(0deg);
                opacity: 1;
                transform: translateX(-50%) translateY(0%) rotateX(0deg)
            }

            #section-quote .container-quote .quote.hide-bottom {
                -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
                -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
                -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
                -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
                opacity: 0;
                transform: translateX(-50%) translateY(100%) rotateX(-70deg)
            }

            #section-quote .container-quote .quote p {
                display: block;
                line-height: 28px;
            }

            #section-quote .container-quote .quote .container-info {
                display: inline-block;
                margin-top: 20px;
                padding-left: 40px;
                position: relative;
                text-align: left
            }

                #section-quote .container-quote .quote .container-info .pp {
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    -o-transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    background-position: center center;
                    background-repeat: no-repeat;
                    background-size: 120%;
                    border: 2px solid #fff;
                    border-radius: 100%;
                    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
                    height: 30px;
                    left: 0px;
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    width: 30px;
                }

        #section-quote .container-quote .quote-text-1 .container-info .pp {
            background-image: url(assets/images/testi/1.jpg)
        }

        #section-quote .container-quote .quote-text-2 .container-info .pp {
            background-image: url(assets/images/testi/2.jpg)
        }

        #section-quote .container-quote .quote-text-3 .container-info .pp {
            background-image: url(assets/images/testi/3.jpg)
        }

        #section-quote .container-quote .quote-text-4 .container-info .pp {
            background-image: url(assets/images/testi/4.jpg)
        }

        #section-quote .container-quote .quote-text-5 .container-info .pp {
            background-image: url(assets/images/testi/5.jpg)
        }

        #section-quote .container-quote .quote-text-6 .container-info .pp {
            background-image: url(assets/images/testi/6.jpg)
        }

        #section-quote .container-quote .quote-text-8 .container-info .pp {
            background-image: url(assets/images/testi/8.jpg)
        }

        #section-quote .container-quote .quote-text-9 .container-info .pp {
            background-image: url(assets/images/testi/9.jpg)
        }

        #section-quote .container-quote .quote-text-10 .container-info .pp {
            background-image: url(assets/images/testi/10.jpg)
        }

        #section-quote .container-quote .quote-text-11 .container-info .pp {
            background-image: url(assets/images/testi/11.jpg)
        }

        #section-quote .container-quote .quote-text-12 .container-info .pp {
            background-image: url(assets/images/testi/12.jpg)
        }

        #section-quote .container-quote .quote-text-13 .container-info .pp {
            background-image: url(assets/images/testi/13.jpg)
        }

        #section-quote .container-quote .quote-text-14 .container-info .pp {
            background-image: url(assets/images/testi/14.jpg)
        }

        #section-quote .container-quote .quote .container-info .name {
            color: #444;
            font-size: 22px;
            font-weight: 600;
        }

        #section-quote .container-quote .quote .container-info .job {
            color: #666;
            font-size: 16px
        }

    #section-quote .container-pe-quote {
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 1
    }

        #section-quote .container-pe-quote.left {
            left: 110px
        }

        #section-quote .container-pe-quote.right {
            right: 80px
        }

        #section-quote .container-pe-quote .pp-quote {
            -moz-transform-origin: 50% 1px;
            -moz-transition: all 2s ease;
            -ms-transform-origin: 50% 1px;
            -ms-transition: all 2s ease;
            -o-transform-origin: 50% 1px;
            -o-transition: all 2s ease;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-name: floating;
            -webkit-animation-timing-function: linear;
            -webkit-transform-origin: 50% 1px;
            -webkit-transition: all 2s ease;
            animation-iteration-count: infinite;
            animation-name: floating;
            animation-timing-function: linear;
            border-radius: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            cursor: pointer;
            position: absolute;
            transform-origin: 50% 1px;
            transition: all 2s ease
        }

#container-general .anim-section-quote #section-quote .container-pe-quote .pp-quote {
    opacity: 1
}

#section-quote .container-pe-quote .pp-quote .img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 120%;
    border-radius: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1
}

#section-quote .container-pe-quote .pp-quote.li-quote-1 .img {
    background-image: url(assets/images/testi/1.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-2 .img {
    background-image: url(assets/images/testi/2.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-3 .img {
    background-image: url(assets/images/testi/3.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-4 .img {
    background-image: url(assets/images/testi/4.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-5 .img {
    background-image: url(assets/images/testi/5.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-6 .img {
    background-image: url(assets/images/testi/6.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-7 .img {
    background-image: url(assets/images/testi/7.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-8 .img {
    background-image: url(assets/images/testi/8.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-9 .img {
    background-image: url(assets/images/testi/9.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-10 .img {
    background-image: url(assets/images/testi/10.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-11 .img {
    background-image: url(assets/images/testi/11.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-12 .img {
    background-image: url(assets/images/testi/12.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-13 .img {
    background-image: url(assets/images/testi/13.jpg);
}

#section-quote .container-pe-quote .pp-quote.li-quote-14 .img {
    background-image: url(assets/images/testi/14.jpg);
}

#section-quote .container-pe-quote .pp-quote:after {
    -moz-transform: translate(-50%, -50%) scale(1);
    -moz-transition: all .25s ease;
    -ms-transform: translate(-50%, -50%) scale(1);
    -ms-transition: all .25s ease;
    -o-transform: translate(-50%, -50%) scale(1);
    -o-transition: all .25s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .25s ease;
    background-color: #fff;
    border-radius: 100%;
    content: '';
    height: calc(100% + 5px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all .25s ease;
    width: calc(100% + 5px);
}

#section-quote .container-pe-quote .pp-quote:hover:after,
#section-quote .container-pe-quote .pp-quote.active:after {
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -moz-transition: all .25s ease;
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -ms-transition: all .25s ease;
    -o-transform: translate(-50%, -50%) scale(1.05);
    -o-transition: all .25s ease;
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: all .25s ease;
    background: #0c5adb;
    transform: translate(-50%, -50%) scale(1.05);
    transition: all .25s ease;
}

@keyframes floating {
    from {
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

@-webkit-keyframes floating {
    from {
        -moz-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-10px) rotate(0deg);
        -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
        transform: rotate(0deg) translate(-10px) rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
        transform: rotate(360deg) translate(-10px) rotate(-360deg)
    }
}

#section-quote .container-pe-quote .li-quote-1 {
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    animation-duration: 10s;
    height: 90px;
    left: 40px;
    top: 30px;
    transition-delay: 0.6s;
    width: 90px;
}

#section-quote .container-pe-quote .li-quote-2 {
    -webkit-animation-duration: 12s;
    -webkit-transition-delay: 0s;
    animation-duration: 12s;
    height: 63px;
    left: 150px;
    top: 150px;
    transition-delay: 0s;
    width: 63px;
}

#section-quote .container-pe-quote .li-quote-3 {
    -webkit-animation-duration: 11s;
    -webkit-transition-delay: 0.6s;
    animation-duration: 11s;
    height: 82px;
    left: -70px;
    top: 180px;
    transition-delay: 0.6s;
    width: 82px;
}

#section-quote .container-pe-quote .li-quote-4 {
    -webkit-animation-duration: 6s;
    -webkit-transition-delay: 0.2s;
    animation-duration: 6s;
    height: 48px;
    left: 80px;
    top: 250px;
    transition-delay: 0.2s;
    width: 48px;
}

#section-quote .container-pe-quote .li-quote-5 {
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.7s;
    animation-duration: 7s;
    height: 73px;
    left: -60px;
    top: 320px;
    transition-delay: 0.7s;
    width: 73px;
}

#section-quote .container-pe-quote .li-quote-6 {
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.1s;
    animation-duration: 5s;
    height: 63px;
    left: 65px;
    top: 380px;
    transition-delay: 0.1s;
    width: 63px;
}

#section-quote .container-pe-quote .li-quote-12 {
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.3s;
    animation-duration: 8s;
    height: 63px;
    left: -15px;
    top: 460px;
    transition-delay: 0.3s;
    width: 63px;
}

#section-quote .container-pe-quote .li-quote-7 {
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.7s;
    animation-duration: 5s;
    height: 73px;
    right: -15px;
    top: 30px;
    transition-delay: 0.7s;
    width: 73px;
}

#section-quote .container-pe-quote .li-quote-8 {
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    animation-duration: 8s;
    height: 73px;
    right: 50px;
    top: 150px;
    transition-delay: 0.4s;
    width: 73px;
}

#section-quote .container-pe-quote .li-quote-9 {
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.3s;
    animation-duration: 7s;
    height: 48px;
    right: 150px;
    top: 90px;
    transition-delay: 0.3s;
    width: 48px;
}

#section-quote .container-pe-quote .li-quote-10 {
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    animation-duration: 8s;
    height: 90px;
    right: 225px;
    top: 250px;
    transition-delay: 0.4s;
    width: 90px;
}

#section-quote .container-pe-quote .li-quote-11 {
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.5s;
    animation-duration: 7s;
    height: 52px;
    right: 40px;
    top: 320px;
    transition-delay: 0.5s;
    width: 52px;
}

#section-quote .container-pe-quote .li-quote-13 {
    -webkit-animation-duration: 9s;
    -webkit-transition-delay: 0.2s;
    animation-duration: 9s;
    height: 42px;
    right: 128px;
    top: 380px;
    transition-delay: 0.2s;
    width: 42px;
}

#section-quote .container-pe-quote .li-quote-14 {
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.2s;
    animation-duration: 7s;
    height: 48px;
    right: 108px;
    top: 470px;
    transition-delay: 0.2s;
    width: 48px;
}

/* Testimonial Style Three */

.testimonial_style_three_content {
    padding: 50px 50px 50px 50px;
    position: relative;
    z-index: 1;
}

    .testimonial_style_three_content::before {
        background: #0c5adb;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 17% 0%);
        content: "";
        height: 100%;
        left: -100px;
        position: absolute;
        top: 0;
        width: 123%;
        z-index: -1;
    }

.testimonial_style_three_title {
    border-left: 2px solid #fff;
    padding-left: 25px;
}

    .testimonial_style_three_title h4 {
        color: #fff;
        font-weight: 800;
    }

    .testimonial_style_three_title span {
        color: #fff;
        font-weight: 600;
    }

.testimonial_style_three_text p {
    color: #fff;
    font-size: 20px;
    font-style: italic;
}

.testimonial_style_three_reviwer_star i {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-right: 2px;
}

.testimonial_style_three_quote i {
    color: #fff;
    font-size: 50px;
}

/*====================================================
--<	 Tab Area Css -->
======================================================*/

.nagative_margin2 {
    margin-top: -108px;
    position: relative;
}

.nav-tabs .nav-item {
    margin: 0 5px;
}

.nav-tabs .nav-link {
    background: #0c5adb;
    border: 1px solid #0c5adb !important;
    color: #fff;
    font-size: 20px;
    padding: 22px 50px;
}

.nav-tabs .nav-item.active .nav-link {
    background: #fff;
    border: 1px solid #fff !important;
    color: #0c5adb;
}

.nav-tabs {
    border-bottom: inherit !important;
}

    .nav-tabs .nav-link i {
        display: block;
        font-size: 30px;
        padding-bottom: 5px;
        text-align: center;
    }

.tab_thumb img {
    width: 100%;
}

.tab_content_title h4 {
    font-weight: 700;
}

.tab_content_sub_text ul {
    display: block;
}

    .tab_content_sub_text ul li {
        list-style: none;
        margin-bottom: 5px;
    }

/*====================================================
--<	 Choose Us Area Css -->
======================================================*/

.choose_us .techno_flipbox .techno_flipbox_font, .choose_us .techno_flipbox .techno_flipbox_back {
    min-height: 410px;
}

.choose_us .techno_flipbox .techno_flipbox_font {
    border: 0 !important;
    position: relative;
}

    .choose_us .techno_flipbox .techno_flipbox_font::before {
        background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 100%) !important;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.choose_us .techno_flipbox .techno_flipbox_inner {
    top: 72%;
}

.choose_us .techno_flipbox .techno_flipbox_back .techno_flipbox_inner {
    top: 50%;
}

/* Style Two */

.choose_icon_lft {
    float: left;
}

    .choose_icon_lft i {
        background: transparent;
        border: 1px solid #307cff;
        border-radius: 4px 4px 4px 4px;
        color: #0c5adb;
        font-size: 30px;
        height: 70px;
        line-height: 68px;
        text-align: center;
        transition: .5s;
        width: 70px;
    }

.choose_content_title_lft h5 {
    font-weight: 700;
}

.choose_us_content:hover .choose_icon_lft i {
    background: #0c5adb;
    color: #fff;
}

.choose_content_text_bold p {
    color: #232323;
    font-size: 19px;
    font-weight: 600;
}

/* New Choose Us */

.single_choose_us_thumb img {
    width: 100%;
}

.single_choose_us_icon .icon {
    background: #0c5adb;
    border: 1px solid #0c5adb;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 35px;
    height: 70px;
    line-height: 68px;
    margin-right: 20px;
    text-align: center;
    transition: .5s;
    width: 70px;
}

.single_choose_us_content:hover .single_choose_us_icon .icon {
    background: transparent;
    color: #0c5adb;
}

/*====================================================
--<	 Fun Faq Area Css -->
======================================================*/

.single_fun_faq {
    background: url(assets/images/new/fun1.jpg);
    margin-bottom: 30px;
    padding: 20px 30px;
}

.single_fun_faq_number h1 {
    font-size: 45px;
    font-weight: 800;
}

/*====================================================
--<	 Accordion Area Css -->
======================================================*/

.main-accordion-lt {
    background: #2d2d2d;
}

.acd-items.acd-arrow {
    margin-left: 160px;
}

.panel-heading .panel-title a {
    background: #00b6b5;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
}

.fanavar .panel-heading .panel-title a {
    background: #151948;
}

.efarda .panel-heading .panel-title a {
    background: #34845b;
}

.faq .panel-heading .panel-title a {
    background: #eff2f7;
    color: #232323;
    transition: .5s;
}

    .faq .panel-heading .panel-title a:hover {
        color: #0c5adb;
    }

.faq .panel-body p {
    color: #8a8a8a;
}

.panel-group .panel {
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.acd-items .panel-heading {
    padding: 0;
}

.panel.panel-default {
    border-color: #e7e7e7;
    border-radius: 15px;
    box-shadow: inherit;
}

.panel-body p {
    color: #939191;
}

.default .panel-body p {
    color: #666;
}

.accordion-area .absod {
    padding: 0;
}

.panel-heading.mb-3 a i {
    font-size: 15px;
    margin-right: 10px;
}

.panel-group.symb .panel-heading a::after {
    content: "-";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 7px;
}

.panel-group.symb .panel-heading a.collapsed:after {
    content: "+";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 10px;
}

.single_faq_title h4 {
    font-weight: 700;
}

/*====================================================
--<	 Contact Area Css -->
======================================================*/

.form_box input {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    height: 50px;
    padding-right: 15px;
    transition: .5s;
    width: 100%;
}

.form_box textarea {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    height: 250px;
    padding-right: 15px;
    padding-top: 20px;
    transition: .5s;
    width: 100%;
}

.quote_btn button {
    background: #00b6b5;
    border: 0;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    transition: .3s;
}

.fanavar .quote_btn button {
    background: #151948;
}

.efarda .quote_btn button {
    background: #34845b;
}

.quote_btn button:hover {
    background: #fff;
    color: #292929;
}

.appointment_form_inner {
    background: #ffffff;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    padding: 70px 70px 70px 70px;
}

.appointment_title h1 {
    font-weight: 800;
    text-align: center;
}

.appointment_form .form_box input {
    border: 1px solid #e6e6e6;
    color: #495057;
}

.appointment_form .form_box textarea {
    border: 1px solid #e6e6e6;
    color: #495057;
}

.appointment_form .quote_btn button {
    background: #0c5adb;
    color: #fff;
}

.appointment_form .form_box input:focus,
.appointment_form .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0;
}

.main_contact_area .form_box input {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
}

.main_contact_area .form_box textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
}

.main_contact_area .quote_btn button {
    background: #0c5adb;
    color: #fff;
}

.main_contact_area .form_box input:focus,
.main_contact_area .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0;
}

.map {
    border: 1px solid #ddd;
    border-radius: 10px;
    height: 410px;
    margin: 0;
    width: 100%;
}

.google_map_area .col-lg-12 {
    padding: 0;
}

/* Contact Style Three */

.style_three .contact_address_company ul li {
    display: block;
    list-style: none;
    margin-bottom: 12px;
}

    .style_three .contact_address_company ul li i {
        background: #0c5adb;
        border-radius: 50%;
        color: #fff;
        font-size: 25px;
        height: 55px;
        line-height: 55px;
        margin-right: 15px;
        text-align: center;
        width: 55px;
    }

    .style_three .contact_address_company ul li a {
        color: #616161;
    }

.style_three .contact_from_box {
    background: #fff;
    border-radius: 5px;
    border-top: 8px solid #0c5adb;
    box-shadow: 0 10px 30px 3px rgba(99, 119, 238, 0.4);
    padding: 35px 50px 40px;
}

.style_three .form_box textarea {
    height: 180px;
}

.style_three .footer-bottom-content-copy p {
    color: #232323;
}

.style_three .footer-bottom-right-text a {
    color: #232323;
}

/*====================================================
--<	 Contact Address Area Css -->
======================================================*/

.single_contact_address {
    border: 1px solid #d0e5fb;
    border-radius: 5px 5px 5px 5px;
    padding: 30px 25px 15px;
}

.contact_address_icon i {
    color: #0c5adb;
    font-size: 40px;
}

.contact_address_title h4 {
    font-weight: 700;
}

.single_contact_address_two {
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
    padding: 30px 22px 37px;
}

.single_contact_address_two_content h4 {
    font-size: 22px;
}

.single_contact_address_two_icon .icon {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 35px;
    height: 70px;
    line-height: 70px;
    margin-right: 15px;
    text-align: center;
    width: 70px;
}

.single_contact_address_two_content span {
    color: #0c5adb;
    text-transform: uppercase;
}

.single_contact_rt_thumb img {
    width: 100%;
}

.cnt_box {
    background: #fff;
    box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.2);
}

.contact_sm_area .form_box input {
    border: 1px solid #ddd;
}

.contact_sm_area .form_box textarea {
    border: 1px solid #ddd;
    height: 180px;
}

.contact_sm_area .quote_btn button {
    background: #0c5adb;
    color: #fff;
}

.contact_sm_area .form_box input:focus,
.contact_sm_area .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0;
}

.single_contact_abs_thumb img {
    width: 100%;
}

.app .form_box textarea {
    height: 170px;
}

/* Contact Address Style Two */

.single_contact_now {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
}

.single_contact_now_inner {
    border: 2px solid #ddd;
    border-radius: 5px;
    padding: 30px 20px 15px;
    transition: .5s;
}

.single_contact_now_icon i {
    color: #0c5adb;
    font-size: 40px;
}

.single_contact_now:hover .single_contact_now_inner {
    border-color: #0c5adb;
}


/*====================================================
--<	 Blog Area Css -->
======================================================*/

.single_blog {
    border: 1px solid #ebebeb;
    border-radius: 20px;
    overflow: hidden;
    transition: .5s;
    ;
}

.single_blog_content {
    background: transparent;
}

.single_blog:hover {
    border: 1px solid transparent;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    ;
}

.blog_page_title h3 {
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    transition: .5s;
}

.blog_page_title a {
    font-weight: 700;
}

.single_blog_thumb img {
    width: 100%;
}

.blog_page_button a {
    color: #616161;
    font-size: 15px;
    transition: .5s;
}

.blog_page_button.style_two a {
    border: 1px solid #0c5adb;
    border-radius: 30px;
    color: #0c5adb;
    display: inline-block;
    font-size: 15px;
    padding: 8px 30px;
    transition: .5s;
}

.blog_page_button a i {
    margin-left: 6px;
}

.blog_page_button a:hover {
    color: #0C5ADB;
}

.blog_page_title a:hover {
    color: #0C5ADB;
}

.techno_blog_meta a {
    color: #616161;
    position: relative;
    transition: .3s;
}

    .techno_blog_meta a:before {
        background: #666;
        content: "";
        height: 14px;
        position: absolute;
        right: -6px;
        top: 5px;
        width: 1px;
    }

    .techno_blog_meta a:hover {
        color: #0C5ADB;
    }

.techno_blog_meta span {
    font-size: 12px;
}

.subscribe_content_title h2 {
    font-size: 32px;
    font-weight: 700;
}

.subscribe_form input {
    background: #F6F6FC;
    border: 0;
    border: 0;
    border-radius: 0;
    border-radius: 15px;
    font-size: 14px;
    height: 65px;
    margin: auto;
    margin-bottom: 14px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
}

.subscribe_form_send button {
    -ms-transform: translateY(-50%);
    -o-transition: all 0.4s ease 0s;
    -webkit-transform: translateY(-50%);
    -webkit-transition: all 0.4s ease 0s;
    background: #0c5adb;
    border: medium none;
    border-radius: 15px;
    color: #fff;
    display: block;
    display: inline-block;
    font-weight: 500;
    margin: auto;
    padding: 15px 43px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-align: center;
    text-transform: capitalize;
    top: 74%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
}

    .subscribe_form_send button:hover {
        color: #fff;
    }

/* Style Two*/

.style_two .row.sbc_bg_box {
    background: #0c5adb;
    border-radius: 15px;
    margin-bottom: -140px;
    padding: 25px 0 55px;
    position: relative;
    z-index: 1;
}

.style_two.tp-mg .row.sbc_bg_box {
    margin-bottom: 0;
    margin-top: -145px;
}

.style_two .subscribe_bg_box form {
    background: #fff;
    border-radius: 80px;
    padding: 30px 40px 25px;
}

.style_two .subscribe_form input {
    background: #F6F6FC;
    border: 0;
    border: 0;
    border-radius: 0;
    border-radius: 40px;
    font-size: 14px;
    height: 65px;
    margin: 0;
    margin-bottom: 14px;
    padding: 5px 25px;
    position: relative;
    width: 75%;
}

.style_two .subscribe_form_send button {
    background: #0c5adb;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    margin: auto;
    padding: 17px 55px;
    right: 55px;
    top: 68%;
}

    .style_two .subscribe_form_send button:hover {
        color: #fff;
    }

/* Style Blog All */

.techno_blog_meta.shado_bg {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.11);
    margin-top: -26px;
    padding: 10px 12px;
    position: relative;
}

.single_blog_thumb.el_thumb {
    overflow: hidden;
}

    .single_blog_thumb.el_thumb img {
        overflow: hidden;
        transition: .5s;
    }

.single_blog:hover .single_blog_thumb.el_thumb img {
    transform: scale(1.2);
}

.single_blog_date {
    position: absolute;
    right: 0;
    top: 0;
}

.single_blog_date_inner {
    background: #0c5adb;
    display: inline-block;
    padding: 2px 15px 10px;
}

.color2 .single_blog_date_inner {
    background: #fd8424;
}

.color3 .single_blog_date_inner {
    background: #d83030;
}

.single_blog_date_inner h3 {
    color: #fff;
}

.single_blog_date_inner span {
    color: #fff;
    display: block;
}

/*====================================================
--<	 Footer Middle Area Css -->
======================================================*/

.footer-middle {
    background: #00b6b5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fanavar .footer-middle {
    background: #151948;
}

.efarda .footer-middle {
    background: #34845b;
}

.widget-title {
    color: #fff;
    font-size: 17px;
}

.company-info-desc p {
    color: #fff;
}

.menu-quick-link-container ul li a {
    color: #fff;
    font-size: 15px;
    position: relative;
    transition: .5s;
}

.menu-quick-link-container ul li {
    list-style: none;
    padding-bottom: 10px;
}

.recent-post-text a {
    color: #fff;
    font-weight: 500;
    transition: .5s;
}

.recent-post-image {
    float: left;
}

.follow-company-text a {
    font-size: 16px;
    transition: .5s;
}

    .follow-company-text a p {
        color: #fff;
        transition: .5s;
    }

.follow-company-text {
    float: left;
}

.follow-company-icon a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px;
    transition: .5s;
}

.footer-social-info p span {
    color: #fff;
    font-weight: 600 !important;
}

.footer-social-info p {
    color: #fff;
}

.recent-post-text span {
    color: #adb0be;
}

.recent-post-item.active {
    border-bottom: 1px solid #adb0be;
}

.follow-company-icon a:hover {
    color: #00d9d8;
}

.follow-company-text a p:hover {
    color: #00d9d8;
}

.menu-quick-link-container ul li a:hover {
    color: #00d9d8;
}

.recent-post-text a:hover {
    color: #00d9d8;
}

/* Footer Style Two */

.footer_middle_area {
    overflow: hidden;
}

.footer_middle_social_icon {
    text-align: center;
}

    .footer_middle_social_icon a {
        background: #0c5adb;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 25px;
        height: 65px;
        line-height: 65px;
        margin: 0 5px;
        text-align: center;
        transition: .5s;
        width: 65px;
    }

        .footer_middle_social_icon a.color1 {
            background: #ef6330;
        }

        .footer_middle_social_icon a.color2 {
            background: #43baff;
        }

        .footer_middle_social_icon a.color3 {
            background: #ff9000;
        }

        .footer_middle_social_icon a.color4 {
            background: #e60023;
        }

        .footer_middle_social_icon a.color5 {
            background: #00247e;
        }

        .footer_middle_social_icon a.color6 {
            background: #6659d4;
        }

        .footer_middle_social_icon a.color7 {
            background: #5eb414;
        }

        .footer_middle_social_icon a:hover {
            background: #0c5adb;
        }

.footer_bottom_menu_inner {
    text-align: center;
}

    .footer_bottom_menu_inner ul {
        list-style: none;
    }

        .footer_bottom_menu_inner ul li {
            display: inline-block;
        }

            .footer_bottom_menu_inner ul li a {
                color: #fff;
                font-size: 18px;
                font-weight: 700;
                margin: 0 12px;
                transition: .5s;
            }

                .footer_bottom_menu_inner ul li a:hover {
                    color: #0c5adb;
                }

.footer_bg_shape {
    position: relative;
}

    .footer_bg_shape:before {
        background: url(assets/images/new/footer-bgdt.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        bottom: 0;
        content: "";
        height: 80%;
        left: 0;
        left: 0;
        margin: auto;
        opacity: .6;
        position: absolute;
        right: 0;
        width: 50%;
    }

/* Footer Style Three */

.style_three .widget-title {
    color: #232323;
    font-size: 22px;
}

.style_three .menu-quick-link-container ul li a {
    color: #232323;
}

    .style_three .menu-quick-link-container ul li a:hover {
        color: #0c5adb;
    }

.style_three .company-info-desc p {
    color: #232323;
}

.style_three .footer-social-info p {
    color: #232323;
}

.style_three .recent-post-text a {
    color: #232323;
}

.style_three .follow-company-icon a {
    color: #0c5adb;
}

.style_three .follow-company-text a p {
    color: #232323;
}

.style_three .footer-social-info p span {
    color: #232323;
}

.style_three .menu-quick-link-container ul li a:before {
    background: #0c5adb;
}

/*====================================================
--<	 Footer Bottom Area Css -->
======================================================*/

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .23);
}

.footer-bottom-content-copy p {
    color: #fff;
    font-size: 12px;
}

.footer-bottom-right-text {
    font-size: 12px;
    text-align: right;
}

    .footer-bottom-right-text a {
        color: #fff;
        display: inline-block;
    }

    .footer-bottom-right-text .absod {
        margin-right: 30px;
        position: relative;
    }

        .footer-bottom-right-text .absod::before {
            background: #fff;
            content: "";
            height: 14px;
            position: absolute;
            right: -17px;
            top: 6px;
            transform: skew(-20deg);
            width: 1px;
        }

/*====================================================
--<	 Blog Details Area Css -->
======================================================*/

.blog-details-area {
    background: #fff;
}

.blog_dtl_top_bs span {
    background: #0c5adb;
    border-radius: 30px;
    color: #fff;
    padding: 8px 30px;
}

.techno-blog-thumb img {
    transform: scale(1.01);
    transition: .5s;
    width: 100%;
}

.techno-single-blog.admin:hover .techno-blog-thumb img {
    transform: scale(1.2);
}

/* Blog Details  Content CSS */

.blog_dtl_content {
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    padding: 38px 45px 45px;
}

.recent_post_dtls {
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    padding: 38px 45px 45px;
}

.blog_dt_title h4 {
    font-weight: 700;
}

.blog_dtl_thumb img {
    width: 100%;
}

.blog_dtl_content h2 {
    color: #0d1218;
    font-size: 35px;
    font-weight: 700;
    padding-top: 20px;
}

.techno-blog-meta-left {
    padding: 12px 0 35px;
}

    .techno-blog-meta-left span {
        color: #0d1218;
        margin-right: 40px;
    }

    .techno-blog-meta-left i {
        margin-right: 10px;
    }

.blog_details_dtn_icon a i {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
}

    .blog_details_dtn_icon a i:hover {
        background: #0c5adb;
        border-color: #0c5adb;
        color: #fff;
    }

.blog_dtl_content h3 {
    color: #0d1218;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0 20px;
}

.blog_details blockquote {
    background: #f7fafd;
    border-left: 7px solid #0c5adb;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin: 37px 0 36px;
    padding: 25px 35px 15px;
}

.signatures {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    text-align: right;
}

/* POST REPLY CSS */

.event_editor_section {
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    padding: 15px 15px 15px;
}

.main_title_section {
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    padding: 15px 15px 15px;
}

.blog_comments_section {
    -webkit-box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 3px 19px rgba(0, 0, 0, .08);
    padding: 38px 45px 45px;
}

.comments_ttl > h3 {
    color: #0d1218;
    font-size: 24px;
    font-weight: 700;
}

.single_comments {
    border-bottom: 1px solid #cecece;
    margin-top: 20px;
}

.comments_ttl {
    margin-bottom: 37px;
}

.commentst_content p {
    color: #0d1218;
}

.comments_thumb {
    float: right;
    margin-left: 20px;
    overflow: hidden;
}

.commentst_content {
    overflow: hidden;
}

.blog_comments_section .post_meta {
    margin-bottom: 6px;
}

    .blog_comments_section .post_meta span {
        color: #6d6d6d;
        font-weight: 400;
        padding-left: 15px;
    }

        .blog_comments_section .post_meta span:hover {
            color: #03a9f4;
        }

        .blog_comments_section .post_meta span:last-child:before {
            display: none;
        }

.commentst_meta_reply {
    float: left;
}

    .commentst_meta_reply i {
        margin-left: 10px;
    }

    .commentst_meta_reply:hover {
        color: #03a9f4;
    }

.single_commentst_inner {
    margin-bottom: 24px;
    margin-top: 26px;
    padding-right: 63px;
}

.badmin i {
    margin-right: 3px;
}

/* COMMENT FORM CSS */

.blog_reply {
    box-shadow: 0 7px 16px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    overflow: hidden;
    padding: 20px 15px 37px;
}

.reply_ttl > h3 {
    color: #0d1218;
    font-size: 24px;
    font-weight: 700;
}

.reply_ttl {
    margin-bottom: 36px;
}

.blog_reply .em_contact_form {
    margin-bottom: 0;
}

.blog_reply .contact_bnt button:hover {
    background: #0D2352;
    color: #fff;
}

/* contact title css */

.request_form_title h2 {
    color: rgba(221, 221, 221, 0.79);
    font-size: 18px;
    font-weight: 500;
    padding: 47px 0 7px;
    text-transform: uppercase;
}

.request_form_title h1 {
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 40px;
    text-transform: uppercase;
}

/* techno Form Css */

.blog_reply_coment_dtl .form_box input, .referral-form .form_box input {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
}

.blog_reply_coment_dtl .form_box textarea {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
}

.blog_reply_coment_dtl .quote_btn button {
    background: #00b6b5;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
}

.fanvar .blog_reply_coment_dtl .quote_btn button {
    background: #151948;
}

.blog_reply_coment_dtl .form_box input:focus,
.blog_reply_coment_dtl .form_box textarea:focus {
    background-color: #fff;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    color: #495057;
    outline: 0;
}


.paginations {
    margin-bottom: 28px;
    margin-top: 20px;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
}

.paginations a, .page-numbers span.current {
    border: 1px solid #ddd;
    color: #888;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin: auto 5px;
    width: 35px;
}

    .paginations a:hover, .paginations a.current, .page-numbers span.current {
        background: #0c5adb;
        border-color: #0c5adb;
        color: #fff;
    }

.wedget_sideber_thumb img {
    width: 100%;
}

.widget_about_thumb {
    text-align: center;
}

.widget_about_content {
    text-align: center;
}

    .widget_about_content h5 {
        font-weight: 700;
        padding-bottom: 3px;
    }

.widget_about_icon {
    text-align: center;
}

    .widget_about_icon a {
        display: inline-block;
        margin: 0 3px;
    }

/*=============================
    Team Details Area Css
 =============================*/

.single_team_details {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(17, 12, 79, .1);
    margin-bottom: 30px;
    padding: 32px 0 18px;
    text-align: center;
}

.single_team_details_content_inner {
    padding: 10px 0 15px;
}

    .single_team_details_content_inner h2 {
        font-size: 24px;
    }

    .single_team_details_content_inner span {
        color: #0c5adb;
    }

.single_team_details_icon a {
    background: #0c5adb;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 3px;
    text-align: center;
    width: 32px;
}

.single_team_details_phone {
    padding-top: 20px;
}

.single_team_details_phone_icon i {
    color: #0c5adb;
    font-size: 30px;
}

.single_team_details_phone .number p {
    font-size: 18px;
}

.single_team_details_overview {
    margin-left: 30px;
}

.single_team_details_overview_content_text .overview_text {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 15px;
}

/* Team Style Two */

.team_style_two {
    position: relative;
    transition: .5s;
}

    .team_style_two:before {
        -o-transition: .5s;
        -o-transition: .3s;
        -webkit-transition: .5s;
        -webkit-transition: .3s;
        background: rgba(12, 90, 219, 0.85);
        border-radius: 100%;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: .5s;
        transition: .3s;
        width: 100%;
    }

.team_style_two_thumb img {
    border-radius: 100%;
    width: 100%;
}

.team_style_two_content {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 62%;
    transform: translateY(-50%);
    transition: .5s;
    transition-delay: .3s;
}

.team_style_two_title h5 {
    color: #fff;
    display: block;
    font-weight: 700;
    padding-bottom: 5px;
}

.team_style_two_title span {
    color: #fff;
}

.team_style_two_icon a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px;
}

.team_style_two:hover .team_style_two_content {
    opacity: 1;
    top: 50%;
}

.team_style_two:hover:before {
    opacity: 1;
}


/*==========================
 Skill Area Css
 ===========================*/

.skill_area {
    padding: 80px 0 70px;
}

.our_skill {
    margin-bottom: 30px;
}

.skill-wrapper h5 {
    font-size: 18px;
    padding: 15px 0 12px;
}

/*=========================
    New Update Css
 =========================*/

.call_do_thumb img {
    width: 100%;
}

/*=========================
    Error Page Area Css
 =========================*/

.error_page_area {
    padding: 65px 0 98px;
}

.single_error_inner {
    text-align: center;
}

    .single_error_inner h1 {
        font-size: 150px;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 30px;
    }

        .single_error_inner h1 span {
            color: #0c5adb;
        }

    .single_error_inner h2 {
        font-size: 28px;
        padding-bottom: 16px;
    }

.single_error_button {
    margin-top: 30px;
}

    .single_error_button a {
        background: #fff;
        border: 2px solid #0c5adb;
        border-radius: 5px;
        color: #0c5adb;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        padding: 11px 26px;
        position: relative;
        transition: .5s;
        z-index: 1;
    }

        .single_error_button a:before {
            background: #0c5adb;
            content: "";
            height: 100%;
            left: -25%;
            position: absolute;
            top: 0px;
            transform: skew(50deg);
            transition-duration: .6s;
            width: 0%;
            z-index: -1;
        }

        .single_error_button a:hover {
            color: #fff;
        }

            .single_error_button a:hover:before {
                width: 180%;
            }

.input-group.error-page form {
    width: 64%;
}

.input-group.error-page input:focus {
    background: transparent;
    border: 2px solid #0c5adb !important;
}

#scrollUp {
    background: #ae844f none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 30px;
    color: #fff;
    font-size: 26px;
    height: 40px;
    line-height: 45px;
    right: 100px;
    text-align: center;
    width: 40px;
}

.intro__bg,
.intro__bg canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* bounce-animate */

.bounce-animate {
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: float-bob;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: float-bob;
    -ms-animation-timing-function: linear;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: float-bob;
    -o-animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: float-bob;
    animation-timing-function: linear;
}

.bounce-animate2 {
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: float-bob2;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: float-bob2;
    -ms-animation-timing-function: linear;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: float-bob2;
    -o-animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: float-bob2;
    animation-timing-function: linear;
}

.bounce-animate3 {
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: float-bob3;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: float-bob3;
    -ms-animation-timing-function: linear;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: float-bob3;
    -o-animation-timing-function: linear;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: float-bob3;
    animation-timing-function: linear;
}

.bounce-animate4 {
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: float-bob4;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: float-bob4;
    -ms-animation-timing-function: linear;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: float-bob4;
    -o-animation-timing-function: linear;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: float-bob4;
    animation-timing-function: linear;
}

.bounce-animate5 {
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: float-bob5;
    -moz-animation-timing-function: linear;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-name: float-bob5;
    -ms-animation-timing-function: linear;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-name: float-bob5;
    -o-animation-timing-function: linear;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-name: float-bob5;
    animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@-webkit-keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(-75px);
        transform: translateY(-75px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.rotateme {
    -webkit-animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: rotateme;
    -webkit-animation-timing-function: linear;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-name: rotateme;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

@-webkit-keyframes animationFramesOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}


/*Banner video animation*/

#spinnerbtn {
    -moz-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -moz-backface-visibility: hidden;
    -ms-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -ms-backface-visibility: hidden;
    -o-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -o-backface-visibility: hidden;
    -webkit-animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    -webkit-backface-visibility: hidden;
    animation: spin 10s infinite alternate linear, glow 5s infinite alternate linear;
    backface-visibility: hidden;
    background: none;
    border-bottom: 10px solid #0c5adb;
    border-left: 10px solid transparent;
    border-radius: 100px;
    border-right: 10px solid transparent;
    border-top: 10px solid #0c5adb;
    height: 100px;
    opacity: 0.7;
    position: relative;
    width: 100px;
}

    #spinnerbtn:before {
        -moz-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
        -ms-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
        -o-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
        -webkit-animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
        animation: spin2 5s infinite alternate linear, glow 3s infinite alternate linear;
        background: none;
        border: 15px solid #0c5adb;
        border-bottom: 15px solid transparent;
        border-radius: 115px;
        border-top: 15px solid transparent;
        content: "";
        display: block;
        height: 100%;
        left: 0px;
        padding: 15px;
        position: relative;
        top: 0px;
        width: 100%;
        z-index: -1;
    }

.white-color #spinnerbtn {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

    .white-color #spinnerbtn:before {
        background: none;
        border: 15px solid #fff;
        border-bottom: 15px solid transparent;
        border-radius: 115px;
        border-top: 15px solid transparent;
        content: "";
        display: block;
        height: 100%;
        left: 0px;
        padding: 15px;
        position: relative;
        top: 0px;
        width: 100%;
        z-index: -1;
    }

.white-color .data_science_video_inner a i {
    color: #fff;
}


@keyframes

"spin" {
    0%

{
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

100% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    100% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes

"spin" {
    0%

{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

}

@-ms-keyframes

"spin" {
    0%

{
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

}

@-o-keyframes

"spin" {
    0%

{
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

}

@keyframes

"spin2" {
    0%

{
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes

"spin2" {
    0%

{
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@-ms-keyframes

"spin2" {
    0%

{
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@-o-keyframes

"spin2" {
    0%

{
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@keyframes

"glow" {
    0%

{
    -webkit-box-shadow: none;
    box-shadow: none;
}

50% {
    -webkit-box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb;
    box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb;
}

100% {
    -webkit-box-shadow: none;
    box-shadow: none;
}

}

@-moz-keyframes glow {
    0% {
        box-shadow: none;
    }

    50% {
        box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
    }

    100% {
        box-shadow: none;
    }
}

@-webkit-keyframes

"glow" {
    0%

{
    -webkit-box-shadow: none;
    box-shadow: none;
}

50% {
    -webkit-box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
    box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
}

100% {
    -webkit-box-shadow: none;
    box-shadow: none;
}

}

@-ms-keyframes

"glow" {
    0%

{
    box-shadow: none;
}

50% {
    box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
}

100% {
    box-shadow: none;
}

}

@-o-keyframes

"glow" {
    0%

{
    box-shadow: none;
}

50% {
    box-shadow: 10px -10px 30px #0c5adb, -10px 10px 30px #0c5adb, inset 10px -10px 30px #0c5adb, inset -10px 10px 30px #0c5adb;
}

100% {
    box-shadow: none;
}

}


.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.mt6 {
    margin-top: 5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.brd20 {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.w70 {
    width: 70px;
}

.w30 {
    width: 30px;
}

.w100 {
    width: 100%;
}

.footer-bottom-logo img {
    width: 120px;
}

.footer-bottom-logo-club img {
    width: 180px;
}

.partnerlogo {
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-out 0s;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease-out 0s;
}

    .partnerlogo:hover {
        -webkit-filter: none;
        -webkit-transition: all 0.3s ease-out 0s;
        filter: none;
        opacity: 1;
        transition: all 0.3s ease-out 0s;
    }

.partnerbox {
    height: 220px;
}

.justif {
    text-align: justify;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: center;
}

.swiper-pagination-bullet-active {
    background: #00b6b5 !important;
}

.fanavar .swiper-pagination-bullet-active {
    background: #151948 !important;
}

.efarda .swiper-pagination-bullet-active {
    background: #34845b !important;
}

@media all and (min-width: 501px) {
    .sliderimgpath {
    }

    .sliderimgpos {
        text-align: center;
        vertical-align: center;
    }
}

@media (min-width: 371px) and (max-width: 500px) {
    .sliderimgpath {
        width: 360px;
    }

    .sliderimgpos {
        text-align: center;
        vertical-align: center;
    }
}

@media all and (max-width: 370px) {
    .sliderimgpath {
        width: 250px;
    }

    .sliderimgpos {
        text-align: center;
        vertical-align: center;
    }
}

.maincol {
    color: #00b6b5 ;
}

.fanavar .maincol {
    color: #151948 !important;
}

.efarda .maincol {
    color: #34845b !important;
}

.filterbtn {
    border-radius: 20px;
    color: #292929;
    width: 100%;
}

.v-align-transform {
    -webkit-transform: translate3d(0, -50%, 0);
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    z-index: 2;
}

.v-align-transform-100 {
    -webkit-transform: translate3d(0, -150%, 0);
    position: relative;
    top: 100%;
    transform: translate3d(0, -150%, 0);
    z-index: 2;
}

@media all and (max-width: 767px) {
    .image-slider.height-70 .v-align-transform {
        -webkit-transform: none;
        top: 0;
        transform: none;
    }
}

.subcatbox {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

.subcatimg {
    -webkit-transition: all 0.3s ease-out 0s;
    background-blend-mode: overlay;
    background-color: #344040;
    background-size: cover;
    border-radius: 20px;
    display: inline-block;
    height: 90px;
    margin-left: 5px;
    transition: all 0.3s ease-out 0s;
    width: 150px;
}

    .subcatimg:hover {
        -webkit-transition: all 0.3s ease-out 0s;
        opacity: 0.6;
        transition: all 0.3s ease-out 0s;
    }

.choosed {
    background-blend-mode: soft-light !important;
    background-color: #00b6b5 !important;
}

.fanavar .choosed {
    background-color: #151948 !important;
}

.efarda .choosed {
    background-color: #34845b !important;
}

.subcatbox p {
    font-weight: bold;
    padding-top: 33px;
    text-align: center;
}

.mainslide {
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50px;
    height: 450px;
    width: 100%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position: absolute;
    z-index: 99;
}

.white {
    color: #fff;
}

.btnsearch {
    background-color: transparent;
    border: 0;
    color: #b6b6b6;
    left: 20px;
    position: absolute;
    top: 3px;
}

.promos {
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}


.custom-select {
    position: relative;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #f0f0f0;
    border-radius: 20px;
    font-size: 13px;
}

    /*style the arrow inside the select element:*/

    .select-selected:after {
        border: 5px solid transparent;
        border-color: #8a8a8a transparent transparent transparent;
        content: "";
        height: 0;
        left: 15px;
        position: absolute;
        top: 17px;
        width: 0;
    }

    /*point the arrow upwards when the select box is open (active):*/

    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #8a8a8a transparent;
        top: 11px;
    }

/*style the items (options), including the selected item:*/

.select-items div, .select-selected {
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    color: #292929;
    cursor: pointer;
    font-size: 13px;
    padding: 9px 16px;
    user-select: none;
    width: 100%;
}

/*style items (options):*/

.select-items {
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99;
}

/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.brds20 {
    border-radius: 20px;
}

.fs20 {
    font-size: 20px;
}

.fs30 {
    font-size: 30px;
}

.reset-pagination {
    position: relative !important;
    top: 10px;
}

.stickypos {
    position: fixed;
    top: 99px;
}

.filteritems {
    position: sticky;
    z-index: 99;
}

.listnost li {
    float: right;
    list-style: none;
    margin: 5px 0;
}

.contactholder {
    border: 1px solid #cecece;
    border-radius: 30px;
    padding: 10px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    box-sizing: border-box;
    height: 20%;
    padding: 10px 0;
}

    .gallery-thumbs .swiper-slide {
        height: 30%;
        margin-top: 5px;
        opacity: 0.4;
        width: 25%;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
    }

.h400 {
    height: 400px;
}

.slidebg {
    background-image: url(../images/loginbg.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.notbox {
    border: 1px solid #ae844f;
    border-radius: 20px;
    color: #ae844f;
    font-weight: bolder;
    padding: 5px 20px;
}

.emphes {
    font-size: 18px;
    font-weight: 700;
}

.merchantmultibox {
    background-color: #f5f5f5;
    border-radius: 20px;
    margin-bottom: 40px;
}

.merchantitem {
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 350px;
    width: 100%;
}

.contacticon {
    bottom: 40px;
    left: 40px;
    position: absolute;
}

.merchantdesc {
    min-height: 105px;
    padding: 10px 15px;
}

.recpnote p {
    border-bottom: 1px solid #dadada;
    line-height: .1em;
}

.recpnote span {
    background: #fff;
    color: #ae844f;
    font-size: 25px;
    padding: 0 10px;
}

.modal-header .close {
    margin-top: -35px !important;
}

.close {
    font-size: 36px !important;
}

.formselect {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    color: #495057;
    height: 50px;
    padding-right: 15px;
    transition: .5s;
    width: 100%;
}

.requestcardform {
    background-color: #f4f4f4;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
}

    .requestcardform input {
        background-color: #fff;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
        color: #555 !important;
        height: 50px;
        padding-right: 15px;
        transition: .5s;
        width: 100%;
    }

.mean-container .mean-bar-club::before {
    content: url("../images/IranCard-logo-respclub.jpg");
}

.fanavar .mean-container .mean-bar-club::before {
    content: url("../images/club-2.png") !important;
}

.efarda .mean-container .mean-bar-club::before {
    content: url("../images/club-3.png") !important;
}

@media all and (max-width: 767px) {
    .stickypos {
        top: 0;
    }

    .single_commentst_inner {
        padding-right: 0px;
    }

    .gallery-thumbs .swiper-slide {
        height: 25%;
    }
}

#SiteMessageMask {
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 32pt;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9000;
}

.SiteMessageWindowWrapper {
    border-radius: 15px;
    height: 450px;
    left: 50%;
    margin: -225px 0 0 -250px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 500px;
    z-index: 9999;
}

#SiteMessageCloseButtonWrapper {
    cursor: pointer;
    height: 50px;
    text-align: right;
}

#SiteMessageCloseButton img {
    height: 25px;
    width: 25px;
}

.SiteMessageLink {
}

    .SiteMessageLink img {
    }


@media (min-width: 320px) and (max-width: 480px) {
    .SiteMessageWindowWrapper {
        margin: 5% 0 0 -45%;
        top: 5%;
        width: 90%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .SiteMessageWindowWrapper {
        margin: -5% 0 0 -45%;
        top: 5%;
        width: 90%;
    }
}


.vipserv {
    background-color: #d0b35b;
    color: #fff !important;
}

.vipservh3 {
    color: #fff !important;
}

.vipcol {
    color: #d0b35b !important;
}

.cur {
    cursor: auto;
}

.red {
    color: red;
}

.input-group-prepend input {
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    height: 50px;
    margin-bottom: 20px;
    padding-right: 15px;
    transition: .5s;
    width: 100%;
}

.customcontainer {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.customslide {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}

.rectangle {
    text-align: center;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
}

.count-font {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #8f8f8f;
}

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

.online-support {
    border: 1px solid #7c7c7c !important;
}

    .online-support:hover {
        border: 1px solid #00b6b5 !important;
    }

.fanavar .online-support:hover {
    border: 1px solid #151948 !important;
}

.efarda .online-support:hover {
    border: 1px solid #34845b !important;
}

.dir-ltr{
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}