* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
}

p, span{
    font-family: 'Montserrat', sans-serif !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ebebeb;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    /*background:#01345B;*/
    /* background-image: linear-gradient(60deg, #040e56 0%, #040e56 60%); */
    background: #fa9e1a;
    border-radius: 10px 0 10px 0;
}

.main_body{
    background: #fff;
    position: relative;
    z-index: 10000;
}

.back_body{
    position: relative;
    z-index: 100;
}

/*TYPOGRAPHY-BEGIN*/

h1 {
    font-size: 28.8px;
}

h1 {
    font-size: 1.8rem;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

h1,
h1,
h3,
h4 {
    font-weight: 700;
}


/*a{text-decoration: none;}*/

img {
    max-width: 100%;
}


/*TYPOGRAPHY-END*/


/*HEADER-BEGIN*/

.navbar-expand-lg {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;

}

.nav_btn {
    position: absolute;
    right: 30px;
}

.nav_btn a {
    padding: 8px 10px;
    border: 2px solid #fa9e1a;
    color: #fa9e1a;
    transition: 0.6s ease;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.new_btn a {
    background: #fa9e1a !important;
    color: #fff !important;
    transition: 0.3s all ease-in-out;
}

.new_btn a:hover {
    letter-spacing: 1px;
}

.nav-item.dropdown {
    height: 100%;
}

.nav_btn a:hover {
    background: #fa9e1a;
    color: #fff;
}


/*FLAG TELEPHONE*/

.navbar.sticky{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.navbar.navbar-expand-lg.navbar_web {
    background: #edf2f7;
    top: 52px;
    z-index: 99;
}

.navbar.navbar-expand-lg.navbar_web a {
    display: inline-block;
    text-transform: capitalize;
}

.navbar.navbar-expand-lg.navbar_web a {
    color: #000;
    position: relative;
}

.head_img {
    width: 15px;
    margin-left: 2px;
    margin-right: 10px;
}

.navbar_color_a svg {
    width: 20px;
}

.navbar.navbar-expand-lg.navbar_web a:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    /*background:#01345B;*/
    background-image: linear-gradient(60deg, #040e56 0%, #040e56 60%);
    transition: 0.6s ease;
}

.navbar.navbar-expand-lg.navbar_web a:hover:after {
    width: 100%;
}

.navbar-expand-lg li {
    margin: 0 5px;
}

.navbar-expand-lg li a {
    color: #000 !important;
    border-bottom: 2px solid #fff;
    transition: 0.6s ease;
    cursor: pointer;
}


/*.navbar-expand-lg li a:hover{
	border-bottom: 2px solid #040E56;

} */

.navbar_color:hover {
    border-bottom: 2px solid #040E56;
}

.navbar_color_a:hover {
    /*border-bottom: 2px solid #01345b;*/
    color: #040E56 !important;
}

.navbar .megamenu {
    padding: 1rem;
}

.nav-tabs li {
    margin: 0 20px;
}


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 100vh;
        margin-top: 10px;
    }
}

.banner_head {
    background: #fa9e1a;
    /* background-image: linear-gradient(90deg, #56ffbd 0%, #040e56 100%); */
    height: 100vh;
    transition: 1s ease;
    position: relative;
    left: 0;
    width: 50%;
    /* display: inline-block; */
}

.banner_head_new{
    width: 100%;
}

.scroll_box {
    position: absolute;
    bottom: 50px;
    font-weight: bold;
    right: 0;
    color: #fff;
}

.scroll_box svg {
    width: 3.875em !important;
    font-size: 12px;
}

.scroll_box svg {
    transform: translate(0);
    margin-top: 20px;
    display: block;
    animation: arrow_move 1s infinite alternate;
}

@keyframes arrow_move {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}

.scroll_box small {
    transform: rotate(-90deg);
    display: block;
}

.cursur_header {
    cursor: url(../images/arrow-down-black.svg), auto;
}

.banner_content {
    color: #000;
    position: fixed;
    top: 38%;
    transform: translateY(-40%);
    width: 46%;
    left: -100%;
    /* margin-top: 30%; */
    /* display: none; */
    transition: 1s all ease-in-out;
}

.banner_content_new{
    left: 50px;
    transition: 1s all ease-in-out;
}

.banner_content h5 {
    color: #fff;
}

.banner_content h5 svg {
    color: #000;
}

.banner_content h3 {
    color: #000;
}

.banner_content p {
    color: #ffff;
}

.header_content h5 {
    font-style: italic;
}

.header_head {
    position: fixed;
    left: 32%;
    top: 20%;
    transition: 0.6s all ease-in-out;
}

.header_head_new{
    left: 55%;
    transition: 0.6s all ease-in-out;
}

.header_head h2 {
    font-size: 150px;
}

.header_head h2 svg {
    position: absolute;
    bottom: 10%;
    font-size: 50px !important;
    display: inline-block !important;
    color: #000;
}


/*.header_two{
	height: 100vh;
}*/

.header_head h2 {
    color: #000;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
}

.header_head h2 span {
    display: block;
    margin-top: -65px;
}

.navbar-brand svg {
    color: #000;
    font-size: 40px;
}

.nav_drop h6 {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fa9e1a;
    padding: 20px 0 10px 0;
    text-align: left;
}

.dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.navbar-toggler-icon svg {
    color: #01345B;
}

.nav_drop h6 svg {
    font-size: 18px;
    margin-right: 10px;
    color: #01345B;
}

.nav_drop {
    padding-left: 0 10px;
}

.nav_drop ul li {
    padding-bottom: 5px;
}

.nav_drop ul li a {
    color: #000 !important;
    font-size: 14px;
    transition: 0.2s all ease-in-out;
}

.nav_drop ul li a:hover{
    margin-left: 9px;
}

.nav_drop ul li a svg {
    margin-right: 10px;
    color: #01345B;
}

.log_menu {
    display: inline-block;
    width: 24%;
    padding: 10px;
}

.log_menu img {
    width: 160px;
}

.dropdown-menu.megamenu {
    background: #fff !important;
}

.dropdown-menu.dropdown-menu-end li a {
    color: #000 !important;
    font-size: 13px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: 0 !important;
}

.dropdown-item {
    padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end {
    width: 250px !important;
    padding: 5px 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end li a:hover {
    background: 0 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end li a svg {
    color: #01345B;
    font-size: 24px;
    margin-right: 10px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.dropdown-menu-end li a {
    font-size: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    /*display: inline-block !important;*/
    width: 60% !important;
    margin: auto !important;
    z-index: 999;
    /*    top: 75px;*/
}

.navbar-expand-lg .navbar-nav .dropdown-menu2 {
    /*display: inline-block !important;*/
    width: 40% !important;
    margin: auto !important;
    z-index: 999;
    /*    top: 75px;*/
}

.navbar-expand-lg .navbar-nav .dropdown-menu3 {
    /*display: inline-block !important;*/
    width: 70% !important;
    margin: auto !important;
    z-index: 999;
    /*    top: 75px;*/
}

.dropdown-menu3 svg {
    width: 16px !important;
}

#dropdown-three-menu {
    top: 40px;
}


/*HEADER-END*/


/*CAROUSEL-STYLEING BEGIN*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    font-size: 60px !important;
    position: absolute;
    top: 50%;
}

.section_three .owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    top: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 4%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 4%;
}

.section_three .owl-theme .owl-nav [class*='owl-'] {
    color: #fff !important;
}

.section_three .owl-theme .owl-nav [class*='owl-']:hover {
    color: #000 !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: 0 !important;
    color: #01345B !important;
}


/*CAROUSEL-STYLEING END*/


/*SECTION-ONE BEGIN*/

.section_one {
    padding: 80px 0;
    position: relative;
    background: #fff;
}

.section_one .item {
    width: 980px;
    margin: auto;
}

.section_one_swiper:before {
    content: "";
    position: absolute;
    display: block !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 30px;
    width: 95%;
    height: 100%;
    border: 4px solid #ddd;
    z-index: -1;
}

.section_one_swiper h2 {
    color: #fa9e1a;
    font-size: 40px;
    font-weight: 700px;
}

.section_one_swiper:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.section_one_swiper {
    display: grid;
    place-content: center;
    height: 100%;
    position: relative;
    z-index: 999;
}

.section_one_content {
    /*display: grid;*/
    height: 100%;
    place-content: center;
}

.section_one_img {
    display: grid;
    height: 100%;
    place-content: center;
}

.section_one_heading {
    margin-bottom: 20px;
}

.section_one_content .theme_btn {
    margin-top: 100px;
}

.section_one_heading img {
    display: inline-block !important;
    width: 55px !important;
    vertical-align: middle;
}

.section_one_heading h5 {
    display: inline-block;
    transition: 0.6s ease;
    vertical-align: middle;
    font-weight: bold;
    margin-left: 15px;
}

.section_one_heading h5:hover {
    color: #01345B;
}


/*SECTION-ONE END*/


/*SECTION-TWO BEGIN*/

.section_two {
    padding: 10px 0 20px 0;
    background: #fff;
    position: relative;
}

.section_head {
    text-align: center;
}

.section_head h6 {
    color: #01345B;
    font-size: 13px;
}

.business_box {
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
    cursor: pointer;
}

.business_box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.business_box:hover .business_icon img {
    transform: rotate(360deg);
}

.business_icon {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

.business_icon img {
    transition: 0.6s ease;
    -webkit-transform: rotate(0deg);
}

.business_box_content {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    min-height: 150px;
}

.business_box_content p {
    font-size: 15px;
    color: #000;
}

.theme_btn {
    margin: 30px 0;
}

.theme_btn a {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px 20px 0 20px;
    text-align: center;
    font-size: 15px;
    margin: auto;
    font-weight: 550;
    text-transform: uppercase;
}

.theme_btn a span {
    color: #000;
    transition: 0.6s ease;
}

.theme_btn a:hover span {
    color: #fff;
}

.theme_btn a:before {
    /*background:#01345B;*/
    background: #fa9e1a;
    content: '';
    width: 50%;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 30%;
    left: 0;
    transition: 0.6s ease;
}

.section_one_swiper .theme_btn a:before {
    width: 56%;
}

.theme_btn a:hover:before {
    width: 100%;
}

.theme_btn_hover {
    margin: 30px 0;
}

.theme_btn_hover a {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px 20px 0 20px;
    text-align: center;
    font-size: 15px;
    margin: auto;
    font-weight: 550;
    text-transform: uppercase;
}

.theme_btn_hover a span {
    color: #000;
    transition: 0.6s ease;
}

.theme_btn_hover a:hover span {
    color: #fff;
}

.theme_btn_hover a:before {
    background: #fa9e1a;
    content: '';
    width: 38%;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 30%;
    left: 0;
    transition: 0.6s ease;
}

.section_one_swiper .theme_btn_hover a:before {
    width: 56%;
}

.theme_btn_hover a:hover:before {
    width: 100%;
}

.theme_btn_footer {
    margin: 30px 0;
}

.theme_btn_footer a {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px 20px 0 20px;
    text-align: center;
    font-size: 15px;
    margin: auto;
    font-weight: 550;
    text-transform: uppercase;
}

.theme_btn_footer a span {
    color: #000;
    transition: 0.6s ease;
}

.theme_btn_footer a:hover span {
    color: #fff;
}


/*.social_icons{text-align: center;}*/

.social_icons ul {
    margin-top: 20px;
}

.social_icons ul li a {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 10px 30px;
    text-align: center;
}

.social_icons ul li a[href='privacy.php'] {
    background: #040E56;
    color: #fff;
}


/*.social_icons ul li a[href='term.php']{background: #01345B;*/
.social_icons ul li a[href='term.php']:hover {
    color: #fff;
}
.social_icons ul li a[href='privacy.php']:hover {
    background: #040E56;
    color: #fff;
}
.social_icons ul li a:hover {
    color: #fff;
    border: 0;
}
.social_icons ul li {
    display: inline-block;
    margin-right: 10px;
}
.theme_btn_footer a:before {
    background: #fa9e1a;
    content: '';
    width: 55%;
    display: inline-block;
    height: 100%;
    position: absolute;
    z-index: -1;
    margin: auto;
    top: 30%;
    left: 0;
    transition: 0.6s ease;
}
.section_one_swiper .theme_btn_footer a:before {
    width: 57%;
}
.theme_btn_footer a:hover:before {
    width: 100%;
}

/*SECTION-TWO END*/

/*ABOUT-SECTION BEGIN*/
.about_section {
    padding: 100px 0;
}
.about_content,
.about_video {
    display: grid;
    height: 100%;
    place-content: center;
}

/*ABOUT-SECTION END*/

/*SECTION_THREE BEGIN*/
.section_three {
    background: #fff;
    position: relative;
}
.section_three .section_head {
    padding-bottom: 30px;
    color: #000;
}
.section_three .section_one_content p {
    color: #000;
    font-size: 13px;
}
.section_zero_content img {
    height: 100%;
    object-fit: cover;
}
.section_one_content {
    background: #f5f7f9;
    padding: 40px 30px;
}
.testimonial_qoate {
    position: relative;
    padding: 15px 10px 10px 10px;
    background: #fff;
    margin-top: 30px;
}
.section_one_content small {
    color: #000;
    text-align: right;
    display: block;
}
.section_one_content b {
    text-align: right;
    display: block;
}
.section_three .section_one_content h6 {
    color: #000;
    font-size: 17px;
}
.testimonial_qoate blockquote {
    font-size: 14px;
    font-style: italic;
    margin: 10px 20px 0 20px;
}
.testimonial_qoate blockquote:before {
    content: '\201C';
    position: absolute;
    top: 0;
    left: 10px;
    color: #404040;
    font-size: 40px;
    line-height: 40px
}
.section_three .section_one_content h6 {
    margin-top: 20px;
}
.nav_arrows {
    position: absolute;
    left: 48%;
    margin-top: 30px;
}
.nav_arrows svg {
    font-size: 15px;
    color: #000;
    transition: 0.6s ease;
    cursor: pointer;
}
.nav_arrows svg:hover {
    color: #01345B;
}
.nav_arrows .fa-arrow-right {
    margin-left: 10px;
}
.nav_arrows .fa-arrow-left {
    margin-right: 10px;
}
.indus_icon_img {
    width: 15%;
}

/*SECTION_THREE END*/

/*SECTION-FIVE BEGIN*/
.section_five {
    padding: 80px 0;
    text-align: center;
    background: #fff;
    position: relative;
}
.service_box {
    text-align: center;
    border-radius: 10px;
    transition: 0.6s ease;
    margin: 0 10px;
    cursor: pointer;
}
.service_box img {
    /*filter: grayscale(1) brightness(0.6) contrast(1);*/

    transition: 0.6s ease;
    height: 60px;
}
.service_box {
    padding: 10px;
}
.service_box small {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.service_box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.nav.nav-tabs {
    justify-content: center;
    margin: 30px 0;
    border-bottom: 2px solid #c7c7c7;
}
.nav.nav-tabs a {
    color: #000;
    padding: 10px 20px;
    transition: 0.3s ease;
    clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
    z-index: 1;
}
/* .nav.active a {
    color: #fff !important;
    padding: 10px 20px;
    transition: 0.3s ease;
    clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
    z-index: 1;
    background: #fa9e1a;
} */

.nav.active a{
    color: #fff !important;
}


.nav.active a::after{
    height: 100% !important;
    width: 100% !important;
}

.nav.nav-tabs li {
    margin-bottom: 20px;
}
.nav.nav-tabs li a {
    color: #152331;
    font-weight: 600;
    position: relative;
}

.nav.nav-tabs li a::after{
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 24px;
    background: #fa9e1a;
    content: "";
    left: 0;
    bottom: 0;
    transition: 0.5s all ease-in-out;
}

.nav.nav-tabs li a:hover::after{
    width: 50%;
}

.nav.nav-tabs a:hover {
    /* color: #fa9e1a; */
}

/*SECTION-FIVE END*/

/*SECTION-SIX BEGIN*/
.section_six {
    padding: 50px 0 80px 0;
    text-align: center;
    background: #fff;
    position: relative;
}
.count_meter {
    padding: 30px 0;
}
.count_meter svg {
    font-size: 30px;
    vertical-align: middle;
    margin-left: 20px;
    text-align: center;
}
.count_meter h2 {
    font-size: 48px;
    font-weight: normal;
    color: #000;
}
.count_head {
    display: grid;
    height: 100%;
    place-content: center;
}
.count_head a {
    width: 100%;
    display: grid;
    height: 100%;
    place-content: center;
    background: #000;
    clip-path: polygon(10% 1%, 100% 0%, 90% 100%, 0% 100%);
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    padding: 30px 20px;
    transition: 0.6s ease;
}
.count_head a:hover {
    background: #fa9e1a;
    color: #fff;
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%);
}
.count_meter h6 {
    color: #fa9e1a;
}

/*SECTION-SIX END*/

/*SECTION-SEVEN BEGIN*/
.section_seven {
    padding: 50px 0;
    background: #fff;
    position: relative;
}
.section_seven .section_head {
    color: #000;
    padding-bottom: 40px;
}
.section_seven .section_head p span {}
.section_head p {
    font-size: 16px;
    word-spacing: 3px;
    text-transform: Capitalize;
}
.indus_box {
    padding: 40px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
    margin: 20px 0;
    /* transition: 0.1s ease; */
    cursor: pointer;
    position: relative;
    height: 300px;
    border-radius: 5px;
}
.industries_img {
    transition: 0.6s ease;
    padding: 30px 0;
    text-align: center;
}
.industries_img img {
    width: 43%;
}
.industries_img:hover {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.indus_box.sol_one:hover {
    background: linear-gradient(0deg, rgb(255 255 255 / 73%), rgb(247 243 245 / 82%)), url(../images/real-state.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.indus_box:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: linear-gradient(0deg, rgb(255 255 255 / 73%), rgb(247 243 245 / 82%)), url(../images/health.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.indus_box.sol_two:hover {
    background: linear-gradient(0deg, rgb(255 255 255 / 73%), rgb(247 243 245 / 82%)), url(../images/ecommerce.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.indus_box.sol_three:hover {
    background: linear-gradient(0deg, rgb(255 255 255 / 73%), rgb(247 243 245 / 82%)), url(../images/automotive.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.indus_box.sol_four:hover {
    background: linear-gradient(0deg, rgb(255 255 255 / 73%), rgb(247 243 245 / 82%)), url(../images/education.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.indus_box.sol_five:hover {
    background: linear-gradient(0deg, rgb(255 255 255 / 73%), rgb(247 243 245 / 82%)), url(../images/entertainment.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.indus_box h3 {
    font-size: 25px;
    margin-top: 30px;
    color: #fa9e1a;
}
.indus_box p {
    min-height: 120px;
    font-size: 14px;
    margin-top: 15px;
}
.indus_box svg {
    font-size: 50px;
    margin-bottom: 20px;
    color: #01345B;
}
.indus_box:hover {
    /* transform: translateY(-10px); */
}

/*SECTION-SEVEN END*/

/*SECTION-EIGHT BEGIN*/
.section_eight {
    padding: 50px 0;
    background: #fff;
    position: relative
}
.section_head {
    text-transform: uppercase;
}
.section_eight .section_head h6,
.section_two .section_head h6 {
    color: #01345B;
    position: relative;
    margin-bottom: 20px;
}
.section_eight .section_head h6::after,
.section_two .section_head h6::after {
    position: absolute;
    content: "";
    background: #fa9e1a;
    height: 2px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
}
.section_two .section_head h6 {
    color: #fa9e1a !important;
}
.section_two .section_head h1 {
    /* color: #fff; */
}
.section_eight .section_head {
    margin-bottom: 40px;
    color: #000;
}
.thought_box {
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-top: 30px;
    position: absolute;
    right: 48%;
    display: inline-block;
    width: 42%;
    transition: 0.6s ease;
    border-radius: 2px;
}
.thought_box:hover {
    transform: translateY(-10px);
}
.thought_box h5 {
    font-size: 19px;
    margin-left: 50px;
}
.thought_box a,
.blog_content a {
    color: #01345B;
    font-size: 13px;
    border-radius: 50px 0 50px 0;
    margin-left: 50px;
    display: inline-block;
}
.blog_content a {
    margin: 0;
}
.thought_box_two {
    padding: 30px 20px;
    transition: 0.6s ease;
    margin-left: 10px;
    position: relative;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 10%);
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.thought_box_two:hover {
    transform: translateY(-10px);
}
.thought_box_two h5 {
    text-align: center;
    font-weight: bold;
}
.blog_img {
    width: 25%;
    margin-right: 10px;
    position: absolute;
    left: -50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.blog_content {
    margin-left: 60px;
}
.blog_img,
.blog_content {
    display: inline-block;
    vertical-align: middle;
}
.blog_content a {}
.blog_content h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

/*SECTION-EIGHT END*/

/*SECTION-NINE BEGIN*/
.section_nine {
    background: linear-gradient(to top, rgb(142 41 41 / 53%), rgb(30 49 87)), url(../images/contactus.jpg);
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.section_nine .section_form form input,
.contact_section .section_form form input {
    display: inline-block;
    width: 46%;
    outline: 0;
    border: 0;
    margin: 10px 5px;
    padding: 10px 5px;
    background: 0;
    border-bottom: 1px solid #ced4da;
}
.section_nine .section_form form select option,
.section_nine .section_form form select {
    font-weight: bold;
    color: grey;
}
.contact_section .section_form form input {
    width: 45%;
}
.section_form form input::placeholder,
.section_form form textarea::placeholder {
    font-weight: bold;
}
.section_nine .section_form form select {
    width: 100%;
}
.icon_img {
    margin-top: 20px;
}
.range-slider {
    width: 100%;
    margin-top: 20px;
}
.section_nine .section_form textarea,
.contact_section .section_form textarea {
    display: block;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    border: 0;
    padding: 10px;
    background: 0;
    border-bottom: 1px solid #ced4da;
}
.contact_section .section_form form input#en_number {
    width: 70% !important;
    margin-left: 65px !important;
}
#sec_phone {
    width: 147%;
    /*    margin-left: 45px !important;*/
}
#contact_phone {
    width: 100%;
    margin-left: 75px;
}
.section_nine .section_form.section_form_foot form input[placeholder='skype'] {
    margin-left: 18%;
}
.section_nine .section_form form input[placeholder='skype'] {
    margin-left: 10%;
}
#phone {
    /*width: 130% !important;*/
    /*margin-left: 65px !important;*/
}
.section_nine .section_form form input[type="submit"],
.contact_section .section_form form input[type="submit"] {
    padding: 15px 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #000;
    text-transform: uppercase;
    transition: 0.6s ease;
    letter-spacing: 3px;
}
.section_nine .section_form form input[type="submit"]:hover,
.contact_section .section_form form input[type="submit"]:hover {
    /*background:#01345B;*/

    background-image: linear-gradient(60deg, #56ffbd 0%, #040e56 60%);
    color: #000;
    font-weight: bold;
}
.section_form select {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
input[type=range] {
    height: 25px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    border-bottom: 0 !important;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    /*background: #01345B;*/

    background-image: linear-gradient(60deg, #56ffbd 0%, #040e56 60%);
    border-radius: 1px;
    border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #01345B;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    /*background: #01345B;*/

    background-image: linear-gradient(60deg, #56ffbd 0%, #040e56 60%);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    /*background: #01345B;*/

    background-image: linear-gradient(60deg, #56ffbd 0%, #040e56 60%);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0px 0px 0px #000000;
    background: #01345B;
    background-image: linear-gradient(60deg, #56ffbd 0%, #040e56 60%);
    border-radius: 1px;
    border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000;
    border: 1px solid #01345B;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #A1D0FF;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    anima: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.show_dis {
    display: none;
}
.money_box {
    color: #01345B;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border-radius: 10px;
}
.section_nine .section_form form input[type='range'],
.contact_section .section_form form input[type='range'] {
    width: 100%;
}

/*RANGE BAR BEGIN*/

/*RANGE BAR END*/
.range-slider h1 {
    font-size: 20px;
    font-weight: bold;
}
.section_form select {
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    background: 0;
}
.section_nine_content {
    margin-top: 20px;
    color: #fff;
}

/*SECTION-NINE END*/
.footer_three {
    padding: 80px 0 20px 0;
    background: #fff;
    position: relative;
}
.footer_three_content ul li {
    margin-bottom: 1px;
}
.footer_three_content ul h6 {
    font-weight: 600;
    font-size: 18px;
    color: #474747;
}
.footer_three_content ul li a {
    color: #000;
    font-size: 13px;
    transition: 0.2s ease;
}
.footer_three_content ul li a:hover {
    color: #fa9e1a;
    margin-left: 7px;
}
.footer_three_end_content p {
    font-size: 13px;
}
.footer_three_end_content h3 {
    margin-bottom: 30px;
}
.footer_three_end_content p {
    margin-top: 30px;
}
.footer_three_end_content.footer_three_end_two img {
    width: 90px;
}
.footer_three_end_content img {
    display: inline-block;
    width: 15%;
    filter: grayscale(100%);
    vertical-align: middle;
    transition: 0.6s ease;
    cursor: pointer;
    margin: 10px;
}
.footer_three_end_content img:hover {
    filter: grayscale(0);
    transform: scale(1.2);
}
.social_icons {
    margin-top: 10px;
}
.section_nine.section_ten {
    background: #fbfbfb !important;
    border-radius: 10px;
    position: relative;
    padding: 30px !important;
}
#snow_fall_nine,
#snow_fall,
#snow_fall_two,
#snow_fall_three,
#snow_fall_four,
#snow_fall_five,
#snow_fall_six,
#snow_fall_seven,
#snow_fall_eight,
#snow_fall_pop {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 999;
    pointer-events: none;
}
#snow_fall_nine {
    height: auto;
}
.section_ten .section_nine_content {
    color: #000;
}
.social_icons a svg {
    font-size: 16px;
    margin-top: 10px;
    color: #000;
    transition: 0.1s ease-in-out;
}
.social_icons a:hover svg {
    color: #fff;
}
.social_icons a:hover {
    background: #fa9e1a;
    /* background-image: linear-gradient(60deg, #040e56 0%, #040e56 60%); */

    border: 2px solid #fa9e1a;
}

/*.company_btn{font-weight: bold;width: 80%; display: inline-block; margin: 10px 0; font-size: 16px;  color: #01345B !important;border-radius: 5px;background:#01345b5e;transition: 0.6s ease; padding: 15px 30px; }*/

/*.company_btn img{width:15%;margin-right: 10px;} */

/*.company_btn:hover{background: #01345B ;color: #fff !important;}*/
.social_icons a {
    transition: 0.6s ease;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 2px solid #efefef;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.company_btn {
    font-weight: bold;
    width: 78%;
    display: inline-block;
    margin: 10px 0;
    font-size: 16px;
    color: #fa9e1a !important;
    border-radius: 5px;
    background: #02263129;
    transition: 0.6s ease;
    padding: 10px 20px;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: start;
}
.company_btn:hover {
    color: #fff !important;
    background: #fa9e1a;
}

.company_btn:hover img{
    border-right: 1px solid #fff;
}

.wh{
    display: none;
}

.company_btn:hover .wc{
    display: none;
}

.company_btn:hover .wh{
    display: block;
}


.company_btn img {
    width: 40px;
    padding-right: 10px;
    border-right: 1px solid #fa9e1a;
    margin-right: 10px;

}

/*ABOUT_PAGE BEGIN*/

/*ABOUT_PAGE END*/

/*enquire_PAGE BEGIN*/
.pages_banner {
    padding: 60px 0;
    text-align: center;
    color: #000;
}
.pages_banner p span {
    display: block;
}
.pages_banner.prog {
    text-align: left;
}
.enquire_page {
    padding: 80px 0;
}
.main_time_line {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 50px 0;
}
.main_time_line .timeline-icon img,
.product_engr .product_engr_img img,
.product_engr .product_engr_img_two img {
    transform: scale(0.8);
    opacity: 0.5;
    transition: 0.6s ease;
}
.main_time_line:hover .timeline-icon img,
.product_engr:hover .product_engr_img img,
.product_engr:hover .product_engr_img_two img {
    transform: scale(1.0);
    opacity: 1;
}
.timeline-icon:before {
    width: 50px;
    height: 50px;
    content: '1';
    background: #fa9e1a;
    color: #fff;
    position: absolute;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    left: -25px;
    top: 50%;
}
.main_time_line:before {
    content: "";
    height: 100%;
    width: 50%;
    border-radius: 20px 0 0 20px;
    border: 2px dashed#01345B;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.main_time_line::before {
    content: "";
    height: 100%;
    width: 50%;
    border-radius: 20px 0 0 20px;
    border: 2px dashed#01345B;
    border-right: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.process-content {
    margin-left: 20px;
}
.process-content b:before {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #fa9e1a;
    content: '';
    margin-right: 10px;
    vertical-align: middle;
}
.process-content h3 {
    position: relative;
    margin-bottom: 20px;
}
.process-content h3:after {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 0;
    background: #fa9e1a;
    transition: 1s ease;
    margin: auto;
    height: 4px;
    width: 20%;
    border-radius: 10px;
}
.process-content h3:hover:after {
    width: 50%;
}
.process-content p {
    font-size: 14px;
}
.main_time_line_two::after {
    content: "";
    height: 100.7%;
    width: 50%;
    border-radius: 0 20px 20px 0;
    border: 2px dashed#01345B;
    border-left: none;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: -1;
}
.main_time_line.main_time_line_two::before {
    display: none;
}
.main_time_line.main_time_line_two .timeline-icon:before {
    display: none;
}
.main_time_line.main_time_line_two .timeline-icon:after {
    width: 50px;
    height: 50px;
    content: '2';
    background: #fa9e1a;
    color: #fff;
    position: absolute;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    right: -25px;
    top: 50%;
}
.main_time_line .timeline-icon.timeline-icon_3:before {
    width: 50px;
    height: 50px;
    content: '3';
    background: #fa9e1a;
    color: #fff;
    position: absolute;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    right: -25px;
    top: 50%;
    opacity: 80%;
}
.main_time_line .timeline-icon.timeline-icon_5:before {
    width: 50px;
    height: 50px;
    content: '5';
    background: #fa9e1a;
    color: #fff;
    position: absolute;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    right: -25px;
    top: 50%;
}
.main_time_line.main_time_line_two .timeline-icon.timeline-icon_6:after {
    width: 50px;
    height: 50px;
    content: '6';
    background: #fa9e1a;
    color: #fff;
    position: absolute;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    right: -25px;
    top: 50%;
}
.main_time_line.main_time_line_two .timeline-icon.timeline-icon_4:after {
    width: 50px;
    height: 50px;
    content: '4';
    background: #fa9e1a;
    color: #fff;
    position: absolute;
    padding: 10px 15px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    right: -25px;
    top: 50%;
}
.circle_box {
    position: absolute;
    top: -15px;
}
.circle_box svg,
.circle_box_last svg {
    color: #fa9e1a;
    font-size: 35px;
    /*enquire_PAGE END*/
}
.similar_section_one {
    padding: 80px 0;
    background: #fff;
    text-align: center;
}
.similar_section_one .section_head {
    margin-bottom: 40px;
}
.similar_section_one .section_head h6 {
    color: #000;
}
.slide_web_box {
    cursor: pointer;
}
.slide_web_box h6 {
    font-weight: bold;
    margin-top: 15px;
}
.slide_web_img img {
    width: 35%;
}
.slide_web_one,
.slide_web_two,
.slide_web_three,
.slide_web_zero {
    display: none;
}

/*WEB-DEVELOPMENT_PAGE BEGIN*/
.web_section_two {
    padding: 80px 0;
    text-align: left;
    margin-top: 40px;
    background: #f5f7f9;
}
.web_section_three {
    padding: 0 0 50px 0
}
.web_section_three h1 {
    margin-top: 40px;
}
.web_section_three h1 span {
    display: block;
}
.web_section_three .section_head {
    margin-bottom: 30px;
}
.web_section_two h6 {
    cursor: pointer;
    font-weight: 600;
    color: black;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
.span_color {
    color: white;
}
.web_section_two h6:before {
    width: 12%;
    content: '';
    background: #fa9e1a;
    height: 40px;
    position: absolute;
    z-index: -1;
    left: -15px;
    margin: auto;
    bottom: -10px;
    transition: 0.6s ease;
}
.web_section_two h6:active:before {
    width: 10%;
}
.web_section_two h6:hover:before {
    width: 75%;
}
.web_section_two h6:hover {
    color: #fff;
}
.tab_img {
    position: relative;
}
.tab_img:before {
    background: #fff;
    content: '';
    position: absolute;
    z-index: 5;
    transform: scale(1.0);
    transition: 0.6s ease;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    border-radius: 50px;
}
.tab_img:hover:before {
    width: 50%;
    height: 70%;
    z-index: -1;
    margin: auto;
    left: 0px;
    bottom: 15px;
    transform: scale(1.2);
}
.section_three.web_section_three {
    margin-bottom: -5px;
}

/*// testing*/
.about_text {
    border-bottom: 5px solid#01345B;
    width: 33%;
    /*text-align: center !important;*/
    /*color:#01345B; */

    margin-bottom: 25px;
}

/*why_choose_us begin*/
.why_choose_us {
    padding: 40px 0 80px 0;
}
.why_choose_us .section_head {
    margin-bottom: 40px;
}
.support_box {
    padding: 30px 0;
    position: relative;
}
.support_box:before {
    content: '';
    position: absolute;
    /*background: #01345B;*/

    background-image: linear-gradient(60deg, #56ffbd 0%, #040e56 60%);
    width: 0;
    bottom: 0;
    height: 0;
    transition: 0.6s ease;
    z-index: -1;
    border-radius: 20px 0 20px 0;
    margin: auto;
    left: -25px;
}
.support_box:hover:before {
    height: 100%;
    width: 380px;
}
.support_box:hover .support_content p {
    color: #fff;
}
.support_box:hover .support_content h6 {
    color: #fff;
}
.support_box:hover .support_img svg {
    color: #fff;
}
.support_img,
.support_content {
    display: inline-block;
    vertical-align: top;
}
.support_content p {
    font-size: 14px;
    color: #00000087;
}
.support_img {
    width: 18%;
}
.support_content {
    width: 78%;
}
.support_img svg {
    font-size: 40px;
    color: #01345B;
}

/*MAP-SECTION BEGIN*/

/*CHANGE*/

/*-----------fb icon-----------*/
.wrapper_fb,
.wrapper_linkedin {
    margin-left: -15px;
}
.wrapper_fb .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}
.wrapper_fb .button:hover {
    width: 200px;
    background-color: #3b5998;
    color: #fff;
}
.wrapper_fb .button .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.wrapper_fb a {
    text-decoration: none;
    color: #212529;
}

/*-----------linkedin icon-----------*/
.wrapper_linkedin .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}
.wrapper_linkedin .button:hover {
    width: 200px;
    color: #fff;
    background-color: #1565c0;
}
.wrapper_linkedin .button .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.wrapper_linkedin a {
    text-decoration: none;
    color: #212529;
}

/*-----------gmail icon-----------*/
.wrapper_gmail .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}
.wrapper_gmail .button:hover {
    width: 200px;
    /*background-color: #BB001B;*/

    background: #dc0606;
    color: #fff;
}
.wrapper_gmail .button .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.wrapper_gmail a {
    text-decoration: none;
    color: #212529;
}

/*-----------gmail icon-----------*/
.wrapper_skype .button {
    display: inline-block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 5px;
    overflow: hidden;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-out;
}
.wrapper_skype .button:hover {
    width: 200px;
    background-color: #2980b9;
    color: #fff;
}
.wrapper_skype .button .icon {
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 60px;
    transition: all 0.3s ease-out;
}
.wrapper_skype a {
    text-decoration: none;
    color: #212529;
}

/*FOOTER_BEGIN */
.footer_two {
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0), rgb(0, 0, 0, 2)), url(../images/dot_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    margin-top: 30px;
}
.single-footer-two h4 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.footer_two li a {
    color: #fff;
}
.footer_two li {
    margin-bottom: 10px;
}
.footer-area {
    margin-top: 100px;
    padding: 100px 0;
    background: #2749c4;
    background: linear-gradient(left, #01345B 0%, #6085b2 100%);
    background: -webkit-linear-gradient(left, #01345B 0%, #6085b2 100%);
    background: linear-gradient(to right, #01345B 0%, #6085b2 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2749c4', endColorstr='#6085b2',GradientType=1 );*/

    color: #fff;
    position: relative;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background: url('../images/dots.png')no-repeat center;
    background-size: cover;
}
.footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}
.single-footer {
    width: 230px;
}
.single-footer:first-child {
    width: 400px;
}
.single-footer h4 {
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 20px;
}
.footer-social a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.footer-social a svg {
    margin-top: 10px;
}
.footer-social {
    margin-top: 20px;
}
.single-footer ul {
    list-style: none;
}
.single-footer ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.single-footer ul li a {
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
}
.single-footer ul li a svg {
    position: absolute;
    left: 0;
    top: 5px;
}
.copy {
    text-align: center;
    text-transform: capitalize;
    margin-top: 50px;
}
.footer-wave-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 45px;
    right: 0;
    width: 100%;
    overflow: hidden;
}
.footer-wave {
    background-image: url('../images/footer-shape.png');
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 200%;
    background-size: 70%;
    background-position: bottom;
    background-repeat: repeat-x;
}
.footer-animation {
    animation: footer_wave 5s infinite alternate-reverse;
    animation: footer_wave 5s infinite alternate-reverse;
    -webkit-animation: footer_wave 5s infinite alternate-reverse;
    left: auto;
    right: 0;
}
@keyframes footer_wave {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(25%);
    }

    100% {
        transform: translateX(50%);
    }
}
@keyframes footer_wave {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(25%);
    }

    100% {
        transform: translateX(50%);
    }
}
@keyframes footer_wave {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(25%);
    }

    100% {
        transform: translateX(50%);
    }
}
@keyframes footer_wave {
    0% {
        -webkit-transform: translateX(0%);
    }

    50% {
        -webkit-transform: translateX(25%);
    }

    100% {
        -webkit-transform: translateX(50%);
    }
}
@media only screen and (max-width:600px) {
    .main {
        width: 320px;
    }

    .footer-wave-box {
        display: none;
    }

    .single-footer:first-child,
    .single-footer {
        width: 100%;
        margin-bottom: 30px;
    }
}

/*FOOTER_END*/

/*DEMAND_PAGE*/
.section_one_demand {
    padding: 80px 0;
}
.demand_img {
    transform: scale(0.8);
    transition: 0.6s ease;
    opacity: 0.5;
    display: grid;
    place-content: center;
    height: 100%;
}
.section_one_demand:hover .demand_img {
    transform: scale(1.0);
    opacity: 1;
}
.section_one_demand:hover .demand_content {
    border: 2px dashed#01345B;
    box-shadow: 0px 13px 37px#01345Bb8;
}
.section_one_demand:hover .head_num h1 {
    -webkit-text-stroke: 2px#01345B;
}
.section_one_demand {
    padding: 80px 0;
}
.demand_content {
    border: 2px dashed #00000073;
    border-radius: 20px;
    position: relative;
    transition: 0.6s ease;
    display: grid;
    place-content: center;
    height: 100%;
}
.demand_content .head_num {
    position: absolute;
    top: -50px;
    left: -80px;
    background: #fff;
    padding: 15px;
}
.demand_content .head_num h1 {
    font-size: 120px;
    -webkit-text-stroke: 2px #00000073;
    color: transparent;
}
.demand_content .demand_content_two {
    padding: 40px 50px 50px 20%;
}

/* PRODUCT_PAGE BEGIN  */
.product_engr {
    padding: 80px 0;
}
.product_engr_content {
    height: 100%;
    place-content: center;
    display: grid;
}
.product_engr_two {
    background: #efefef;
    padding: 20px;
    border-left: 2px solid grey;
    border-radius: 10px;
    margin-top: 10px;
}
.product_engr_img {
    position: relative;
}
.product_engr_img img {
    width: 70%;
}
.product_engr_img_two,
.product_engr_img {
    position: relative;
    display: flex;
    justify-content: center;
}
.product_engr_img_two img {
    width: 70%;
}
.product_engr_img_two::after {
    content: "";
    position: absolute;
    background: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 260px;
    background-size: 100% auto;
    bottom: -80px;
    z-index: 1;
    left: -30px;
    transform: translate(-50%, 50%) scaleX(-1);
}
.product_engr_img.product_engr_last:after {
    display: none;
}
.product_engr_img:after {
    content: "";
    position: absolute;
    background: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 450px;
    height: 260px;
    background-size: 100% auto;
    bottom: -100px;
    z-index: 1;
    left: 78%;
    transform: translate(-50%, 50%);
}

/*-----------BANNER_TOP----------------*/
.web_sec_two .navbar.navbar-expand-lg {
    background: #efefef;
    z-index: 99;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}
.web_sec_two .navbar.navbar-expand-lg a {
    color: #000;
    padding: 0 20px;
}

/*-----SAME_SECTION----*/
.stractegic_sec {
    padding: 100px 0;
    text-align: center;
}
.sm_deve {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #efefef;
    border-radius: 10px;
}
.sm_deve p {
    font-size: 15px;
}
.pro_content {
    padding: 30px;
}
.pro_content h3 {
    color: #dedede;
    font-weight: bold;
    font-size: 60px;
}
.pro_content h6 {
    color: #000;
    font-weight: 600;
}
.pro_content p {
    font-size: 14px;
}
.ques_section {
    padding: 80px 0;
}
.ques_drop {
    padding: 30px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.ques_drop a {
    cursor: pointer;
}
.ques_section .section_head {
    padding: 0 0 50px 0;
}
.ques_drop a span {
    font-weight: 600;
    font-size: 18px;
    user-select: none;
    position: relative;
    color: #000;
    padding-right: 20px;
    display: inline-block;
    width: 90%;
}
.ques_drop a svg {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    color: #4a6e78;
    margin-top: 10px;
}
.ques_drop P {
    line-height: 2;
    font-size: 15px;
    padding: 10px 17px;
    background: #f7f8f9;
    border-radius: 10px;
    display: inline-block;
    width: 80%;
    display: none;
    margin-top: 20px;
}
.development_carousel .owl-carousel .owl-item img {
    width: auto;
}

/*.nav.active{background:#01345B;*/
background-image: linear-gradient(60deg,
#56ffbd 0%,
#040e56 60%);
clip-path: polygon(10% 1%,
100% 0%,
90% 100%,
0% 100%);

}
.nav.active a {
    color: #fff !important;
}

/*MOBILE-DEVELOPMENT*/
.mob-development {
    padding: 40px 0 0 0;
}
.ios_dev_content,
.ios_dev_img {
    display: grid;
    place-content:center;
    height: 100%;
}
.ios_dev_img svg {
    font-size: 40px;
    font-weight: bold;
    color: #01345B;
}
.ios_dev_content {
    padding: 70px 0;
}
.ios_dev_content h1 {
    font-size: 3.5rem;
}
.ios_dev_content h5 {
    color: #575761;
    font-size: 1.25rem;
}
.ios_dev_content p {
    font-size: 14px;
}
.tablinks {
    text-transform: uppercase;
}

/*ABOUT_US BEGIN*/
.about_one {
    padding: 80px 0;
    background: #fafafa;
}
.about_one_box {
    text-align: center;
    padding:0 20px;
}
.about_one_box img {
    width: 20%;
    margin: auto;
}
.about_one_box h5 {
    font-size: 22px;
    margin: 10px 0;
}
.about_one_box p {
    font-size: 14px;
}
.about_two {
    padding: 80px 0;
}
.about_two p,
.about_three p {
    margin:30px 30px 30px 0;
    font-size: 15px;
    line-height: 24px;
}
.about_three_content {
    padding: 0 40px 0 0;
    display: grid;
    place-content: center;
    height: 100%;
}
.about_three_scrol_bar {
    display: grid;
    place-content: center;
}
.deliver_box {
    background: #fff;
    padding: 30px;
    position: relative;
    margin-top: 20px;
}
.deliver_box span {
    color: #f1f1f1;
    font-size: 70px;
    font-weight: 500;
    position: absolute;
    right: 30px;
    top: -10px;
}
.deliver_box p {
    font-size: 17px;
}
.deliver_box h5 {
    font-weight: 600;
}
.about_three {
    padding:20px 0 80px 0;
    background: #fafafa;
    position: relative;
}
.about_three_content h3 {
    font-size: 28px;
}
.award_sec {
    text-align: center;
    padding: 50px 0;
}
.award_sec,
.footer_three_end_content {
    padding-top:50px;
}
.contact_section {
    padding: 80px 0;
}
.contact_section .section_head {
    text-align: left;
}
.contact_section .corp_address {
    display: grid;
    height: 100%;
    place-content: center
}
.contact_section .corp_adress_one {
    background: #f5f7f9;
    padding: 50px;
}
.contact_section .corp_address small {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
.contact_section .corp_address a {
    font-size: 15px;
    font-weight: 700;
    color:#01345B;
    transition: 0.6s ease;
}
.contact_section .corp_address a:hover {
    color: #000;
}
.contact_img_box {
    text-align: center;
    margin-bottom: 20px;
}
.contact_img_box img {
    width: 80%;
    margin-bottom: 20px;
}
.contact_img_box small {
    display: block;
    font-weight: 600;
    word-break: break-all;
}
.contact_img_box a {
    font-weight: 600;
    color: #01345B;
    transition:0.6s ease;
    display: block;
    width:100%;
}
.contact_img_box a:hover {
    color:#000;
}

/*ANIMATION_PAGE BEGIN*/
.animation_box {
    display: grid;
    height: 100%;
    place-content: center;
}
.animation_box h3 {
    color:#01345B;
    font-weight: 700;
}
.animte_cont_one {
    display: grid;
    height: 100%;
    place-content: center;
}
.animate_one.prog_sec {
    background: #fff;
    padding: 20px 0;
}
.animate_one.prog_sec .row {
    border: 2px solid #efefef;
    padding: 20px;
    border-radius: 10px;
}
.animate_one {
    padding: 80px 0;
    background: #f2f2f2;
}
.animate_one h1 span {
    display: block;
}
.animte_cont_one li svg {
    color:#01345B;
    font-size: 2 0px;
    margin:10px 20px 0 0;
}
.animte_cont_one li {
    color: #000;
    font-size: 18px;
}
.animate_two h4 {
    color:#01345B;
    font-size: 28px;
}
.animate_two {
    padding-top: 30px;
}
.animate_two b {
    font-style: italic;
}
.animate_faq {
    padding:20px 0 80px 0;
}
.animate_faq h3 {
    text-align: center;
    font-size: 48px;
}
.animate_faq_box {
    border: 1px solid #efefef;
    padding: 20px 0;
}
.faq_box_contnt {
    border-bottom: 1px solid #efefef;
    padding: 20px;
    position: relative;
}

/*.faq_box_contnt svg{ background: #01345B;*/
background-image: linear-gradient(60deg,
#56ffbd 0%,
#040e56 60%);
font-size: 25px;
padding: 5px;
width: 25px !important;
cursor: pointer;
border-radius: 20px;
color: #fff;
position: absolute;
top:20px;

}
.faq_sub_contnt {
    display: inline-block;
    width: 85%;
    cursor: pointer;
}
.faq_sub_contnt h5 {
    font-weight: 600;
    font-size: 20px;
}
.faq_icon {
    display:inline-block;
    width: 10%;
}
.faq_sub_contnt p {
    display: none;
}
#faq_box_five {
    border: 0;
}
.anmt_video_cont {
    display: grid;
    place-content:center;
    height: 100%;
}
.anmt_video_cont h1 {
    font-weight: 900;
    font-size: 55px;
    color: #01345B;
}
.animated_video {
    padding: 80px 0;
    position: relative;
}
.video_product {
    padding:80px 0 50px 0;
}
.video_product_card {
    text-align: center;
    border: 2px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.video_product_card img {
    width: 70%;
}
.video_product_card h5 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
}
.video_product_card i {
    font-weight: 500;
}
.video_product_card p {
    color: #777;
    margin: 20px 0;
    min-height: 150px;
}

/*ANIMATION_PAGE END*/
#get_show {
    display: none;
    height: 100vh;
}

/*.modal-backdrop.show{opacity: 0 !important;}*/
.modal-dialog {
    max-width:80%;
}
.modal-content {
    background: #fff;
}
.modal-body .section_nine .section_form form input {
    width: 46%;
}
.modal-body .section_nine {
    padding: 0;
}
.pop_up_phone {
    height:80vh;
    color: #000;
    border: 2px solid #040E56;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
}
.pop_up_phone li {
    color: #01345B;
    font-weight: bold;
}
.pop_up_phone li a {
    color: #01345B;
    font-weight: bold;
}
.pop_up_phone svg {
    display: block;
    font-size: 50px;
    margin:5px auto;
    color: #040E56;
}
.pop_up_phone p {
    font-weight: bold;
    color: #01345B;
    font-weight: bold;
}
.modal-body .section_nine .section_form form input[type="range"] {
    width: 46%;
    display: block;
}

/*progress page box aimation css start*/
.section_box {
    /*padding: 15px;*/
    border-radius: 7px;
}
.text_css {
    margin: 12px;
}
.main_img {
    background: #fff;
    padding:60px 80px;
    margin: 20px auto;
    width: 80%;
    border-radius: 100px;
    box-shadow: 0 4px 8px 0 rgba(0,
    0,
    0,
    0.2),
    0 6px 20px 0 rgba(0,
    0,
    0,
    0.19);
}
.main_img h3 {
    font-size: 28px;
}
.main_img_content {
    margin-bottom: 20px;
}
.main_img_content p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 300;
}
.main_side_img {
    margin:10px 20px;
    display: grid;
    height: 100%;
    place-content:center;
}
.icon_box {
    background-color: white;
    border-radius: 40px;
    padding: 20px;
    /*padding-top: 20px;*/
}
.card_1 {
    /*border: 1px solid #01345B;*/
    /*margin-top: 50%;*/
    background-color: #01345B;
    padding: 10px;
    color: white;
    margin: 5px;
    display: inline-flex;
}
.card_2 {
    /*border: 1px solid #01345B;*/
    background-color: #990000;
    padding: 10px;
    margin: 5px;
    color: white;
    display: inline-flex;
}
.card_3 {
    /*border: 1px solid #01345B;*/
    background-color: #ff7c00;
    padding: 10px;
    margin: 5px;
    color: white;
    display: inline-flex;
}
.card_1_iner {
    margin-top: 12%;
}
.cnt1 {
    margin-left: 30px;
    font-size: 15px;
    /*font-weight: 600;*/
    margin-top: 10px;
}

/*SUCCESS_BOXES*/
.success_icon,
.success_content {
    display: inline-block;
    vertical-align: middle;
}
.Success_boxes {
    padding: 20px;
    margin-bottom: 20px;
}
.success_icon {
    width: 20%;
}
.success_icon svg {
    font-size: 40px;
    color: #fff;
}
.success_content {
    width: 78%;
    color: #fff;
}
.check_section {
    padding: 70px 0;
}
.check_section .row {
    border: 1px solid silver;
    padding: 20px;
    border-radius: 10px;
    padding: 25px 0;
}
.example_video {
    padding: 80px 0;
}
.example_video h1 {
    font-size: 55px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
.succ_stories {
    padding: 50px 0;
}
.succ_stories h1 {
    font-size: 55px;
    font-weight: bold;
}
.succ_stories_box {
    min-height: 225px;
    padding:40px 20px;
    background-color: #e6f0f8;
    color: #000;
    line-height: 28px;
    font-weight: 400;
}
.succ_stories_box h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 800;
}
.succ_stories_box p {
    font-size: 17px;
}
.sitemap_h {
    text-align: center;
    padding: 25px;
}
.sitemap_h a {
    text-align: center;
    text-decoration: none;
    color: #000;
}
.sitemap_h ul a {
    /* padding: 30px; */
    text-align: center;
    text-decoration: none;
    color: #000;
}
.sitemap_h ul li {
    padding: 8px;
    text-align: center;
    text-decoration: none;
    color: #000;
    transition: 0.1s ease all;
}
.sitemap_h ul li:hover {
    border-bottom: 2px solid #01345B;
    /* width: 30px; */
}
.sitemap_h h6 {
    border-bottom: 1px solid #01345B;
    padding: 10px;
    /* width: 30px; */
}
.pages_banner.terms {
    padding: 60px 0 50px 0;
    height: 340px;
    display: flex;
    align-items: center;
    background: rgb(21,
    35,
    49);
}
.pages_banner.terms h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}
.pages_banner p {
    font-size: 18px;
}
.terms_pages {
    padding: 80px 0;
}
.terms_pages h1 {
    margin: 30px 0 10px 0 !important;
    font-size: 20px !important;
    color: #fa9e1a !important;
}
.terms_pages h2 {
    font-size: 20px !important;
    color: #fa9e1a !important;
}
.terms_pages p {
    line-height: 22px;
    font-size: 15px;
    color: #838383;
}
.main_page {
    display: none;
}
.terms_pages h2 {
    font-weight: 600;
    font-size: 24px;
}
.loader1 {
    font-size:0px;
    padding:0px;
    width: 100%;
}
.sub_loader {
    background: #fff;
    height: 100vh;
    display: grid;
    width: 100%;
    place-content:center;
    position: absolute;
    z-index: 99999999999999;
}
.loader1 span {
    vertical-align:middle;
    border-radius:100%;
    display:inline-block;
    width:20px;
    height:20px;
    margin:3px 2px;
    -webkit-animation:loader1 0.8s linear infinite alternate;
    animation:loader1 0.8s linear infinite alternate;
}
.loader1 span:nth-child(1) {
    -webkit-animation-delay:-1s;
    animation-delay:-1s;
    background:#040E56;
}
.loader1 span:nth-child(2) {
    -webkit-animation-delay:-0.8s;
    animation-delay:-0.8s;
    /*background:#01345B;*/
    background-image: linear-gradient(60deg,
    #56ffbd 0%,
    #040e56 60%);
}
.loader1 span:nth-child(3) {
    -webkit-animation-delay:-0.26666s;
    animation-delay:-0.26666s;
    background:#1bb58b;
}
@keyframes loader1 {
    from {
        transform: scale(0,
        0);
    }
    to {
        transform: scale(1,
        1);
    }
}
@-webkit-keyframes loader1 {
    from {
        -webkit-transform: scale(0,
        0);
    }
    to {
        -webkit-transform: scale(1,
        1);
    }
}
.horizontal_loader {
    transform: rotateX(180deg);
}
.thankyou_banner {
    text-align: center;
    padding: 50px 0;
}
.thankyou-h1 {
    font-size: 45px;
    text-align: center;
    padding-top: 50px;
}
.thankyou-p {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.thankyou-btn {
    text-align: center;
}
.thankyou-div {
    padding: 30px;
}

/* BLOG BEGIN */
.blog_banner {
    background: linear-gradient(to bottom,
    rgb(12 20 20 / 41%),
    rgb(0 0 0 / 59%)),
    url(../images/pexels-photo.jpg)no-repeat center;
    height: 80vh;
    display: grid;
    place-content: center;
    text-align: center;
    background-size: cover;
    color: #fff;
}
.blog_section_one {
    padding: 80px 0;
}
.blog_content_one img {
    padding: 30px 0;
}
.blog_content_one h2 {
    font-size: 35px;
}
.blog_content_one h5 {
    font-size: 24px;
    padding: 10px 0 30px 0;
}
.blog_content_one p {
    line-height: 28px;
}
.blog_content_one ul {
    padding: 20px;
}
.blog_content_one ul li {
    list-style-type: inherit;
    padding-bottom: 10px;
}
.our_bio_img {
    display: inline-block;
    width: 50%;
    margin: auto;
}
.our_bio_img img {
    border-radius: 50%;
}
.our_bio {
    text-align: center;
    padding: 30px;
}
.our_bio h5 {
    padding: 10px 0;
}
.our_bio p {
    line-height: 25px;
}
.our_bio ul a svg {
    font-size: 40px;
}
.our_bio ul {
    padding-top: 20px;
}
.our_bio ul a {
    display: inline-block;
    margin-left: 10px;
}
.our_bio .port_contact input {
    width: 100%;
}
.our_bio .port_contact input[type="submit"] {
    width: 100%;
    padding: 10px 30px;
}
.our_bio .port_contact {
    padding: 20px;
    border: 2px solid #efefef;
    border-radius: 5px;
}
.our_bio .port_contact h1 {
    font-size: 30px;
}
.popular_post {
    padding: 20px 0;
}
.popular_post h5 {
    padding: 30px 0 10px 0;
    border-bottom: 2px solid #efefef;
    margin-bottom: 30px;
}
.popular_post a {
    color: #000;
}
.popular_post h6 {
    font-size: 14px;
}
.popular_blog {
    padding-bottom: 20px;
    text-align: left;
}

/* BLOG END */

/* travelideas BEGIN */
.travelideas {
    padding: 80px 0;
}
.travelideas .owl-theme .owl-dots .owl-dot.active span {
    background: #42B975;
}
.travelideas .owl-theme .owl-dots .owl-dot:hover span {
    background: #42B975;
}
.travelideas .owl-theme .owl-dots {
    display: inline-block;
}
.travel_content h3,
.blog_multiple_content h3 {
    line-height: 50px;
    padding: 20px 0;
}
.travelideas form {
    padding-top: 40px;
}
.travelideas form input {
    padding: 20px;
    outline: 0;
    border: 0;
}
.travelideas form input[type="text"] {
    background: #fff;
    display: inline-block;
    width: 78%;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%),
    0 6px 20px 0 rgb(0 0 0 / 14%);
    border-radius: 5px 0 0 5px;
}
.travelideas form input[type="submit"] {
    display: inline-block;
    width: 20%;
    margin-left: -6px;
    background: #42B975;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 18%),
    0 6px 20px 0 rgb(0 0 0 / 14%);
    color: #fff;
    border-radius: 0 5px 5px 0;
}
.blog_img_one {
    display: grid;
    place-content: center;
    height: 100%;
    justify-content: end;
}
.blogs_multiple_section {
    padding: 30px 0;
}
.blogs_multiple_section .row {
    border-top: 2px solid #E2DFDF;
    padding: 80px 0;
}
.blog_multiple_content {
    display: grid;
    place-content: center;
    height: 100%;
}
.blog_multiple_content p a {
    color: #42B975;
    font-weight: bold;
}
.blog_multiple_content p {
    line-height: 28px;
}
.blogs_multiple_section .theme_btn {
    padding-top: 30px;
    border-top: 2px solid #efefef;
    margin-top: 80px;
    justify-content: center;
}
.latest_posts {
    padding: 0 0 30px 0;
}
.latest_posts .blog_multiple_content {
    padding-bottom: 20px;
}
.post_card_content {
    box-shadow: 0 4px 8px 0 rgba(0,
    0,
    0,
    0.2),
    0 6px 20px 0 rgba(0,
    0,
    0,
    0.19);
    padding: 20px;
}
.post_card_content ul {
    justify-content: space-between;
    display: flex;
    padding-top: 20px;
}
.post_card_content ul li {
    display: inline-block;
}
.post_card_content ul li a {
    color: #000;
    font-weight: normal;
}
.post_card_content ul li a svg {
    margin-right: 10px;
}
.post_card_content h4 {
    padding: 20px 0;
}
.post_card_content a {
    font-weight: bold;
    color: #42B975;
}
.subscribe_section {
    color: #fff;
    padding: 80px 0;
    text-align: center;
    background: #383941;
    margin: 50px 0;
}
.subscribe_section .travelideas {
    padding: 10px 0;
}
.palatial_banner {
    height: 100vh;
    display: grid;
    place-content: center;
    background: linear-gradient(to bottom,
    rgb(18 41 40 / 60%),
    rgb(0 0 0 / 57%)),
    url(../images/blog_head_banner.jpg)no-repeat center bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.palatial_content {
    padding: 80px 0;
}
.palatial_content h4 {
    padding-bottom: 30px;
}
.palatial_content p {
    line-height: 28px;
}
.palatial_content img {
    margin: 20px 0;
    border-radius: 5px;
}
.travelideas form input[type="text"]::placeholder {
    transform-origin: left;
    transform: scale(1.2);
    transition: 0.6s ease;
}
.travelideas form input[type="text"]:focus::placeholder {
    transform: scale(1.0);
}

/* travelideas END */

/* our_vision END */
.contact_section .section_form form input {
    display: inline-block;
    outline: 0;
    border: 0;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 45%;
    background: 0;
    border-bottom: 1px solid #ced4da;
}
.contact_section .section_form form input::placeholder,
.port_contact form input::placeholder,
.contact_section .section_form textarea::placeholder {
    transform-origin: left;
    transform: scale(1.2);
    transition: 0.6s ease;
}
.contact_section .section_form form input:focus::placeholder,
.port_contact form input:focus::placeholder,
.contact_section .section_form textarea:focus::placeholder {
    transform: scale(1.0);
}
.contact_section {
    padding: 80px 0;
}
.contact_section .section_head {
    text-align: left;
}
.contact_section .corp_address {
    display: grid;
    height: 100%;
    place-content: center
}
.contact_section .corp_adress_one {
    background: #f5f7f9;
    padding: 50px;
}
.contact_section .section_head h1 span {
    color: #42b975;
}
.contact_section .corp_address small {
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
.contact_section .corp_address a {
    display: block;
    font-size: 15px;
    color: #000;
    transition: 0.6s ease;
}
.contact_section .corp_address a:hover {
    color: #000;
}
.contact_section .section_head h1:after {
    margin: 10px 0;
}
.contact_section .section_form form input[type='submit'],
.port_contact form input[type='submit'] {
    margin-top: 30px;
    padding: 5px 30px;
    color: #42B975;
    border-radius: 5px;
    border: 1px solid #42B975;
    transition: 0.6s ease;
}
.contact_section .section_form form input[type='submit']:hover,
.port_contact form input[type='submit']:hover {
    background: #42B975;
    color: #fff;
}
.contact_section .section_form textarea {
    display: block;
    width: 95%;
    border-radius: 5px;
    overflow-x: hidden;
    outline: 0;
    border: 0;
    padding: 10px;
    margin-top: 10px;
    background: 0;
    border-bottom: 1px solid #ced4da;
}
.contact_seven {
    display: grid;
    height: 100%;
    place-content: center;
}

/* */

/*WORK*/

/*.work_img .img-right{text-align: right;}*/
.work_img2 {
    text-align: end;
}
.work_img .img-laptop-left {
    position: absolute;
    left: 38%;
    margin-top: 9%;
}
.work_img .img-laptop-right {
    position: absolute;
    left: 32%;
    margin-top: 9%;
}
.work_img .img-mobile-right {
    position: absolute;
    left: 40%;
    margin-top: 6%;
    height:500px
}
.work_img .img-mobile-left {
    position: absolute;
    left: 47%;
    margin-top: 8%;
    height:500px
}
.work_desc {
    padding-top: 250px;
    margin-left: 300px;
}
.work_icon {
    display: flex;
}
.work_icon h5 {
    margin-left: 10px;
    margin-top: 5px;
}
.work_title {
    margin-top: 20px;
}
.work_title h6 {
    font-size: 18px;
}
.work_detail {
    width: 60%;
    margin-top: 20px;
}
.work_detail p {
    font-size: 14px;
}

/*CARER PAGE BEGIN*/
.hire_banner {
    height: 50vh;
    color: #fff;
    background-size: cover;
    text-align: center;
    background: linear-gradient(0deg,
    rgb(0 0 0 / 73%),
    rgb(0 0 0 / 58%)),
    url(../images/banner.jpg)no-repeat center;
}
.banner_head_hr {
    display: grid;
    height: 50vh;
    font-size: 70px;
    place-content: center;
}
.banner_head_hr h1 {
    font-size: 72px;
    font-weight: bold;
}
.description_box {
    padding: 30px 0;
}
.description_box h2 {
    margin-top: 20px;
}
.description_box h2,
.description_box h6 {
    font-weight: bold;
}
.description_box ul {
    padding: 20px 0;
}
.description_box ul li {
    list-style-type: circle;
    color: #000;
    margin-bottom: 5px;
}
.main_info .apply_btn a {
    padding: 10px 20px;
    background: #000;
    color: #ffff;
    display: inline-block;
    border-radius: 5px;
}
.main_info .modal .iti {
    width: 100%;
}
.modal_img {
    display: inline-block;
    width: 18%;
}
.main_info .apply_btn button[type='submit'] {
    margin: 20px auto;
    display: inline-block;
    width: 30%;
}
.alert-success {
    display: inline-block;
    position: absolute;
    top: 0;
}
.alert {
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    position: fixed;
    right: 10px;
    display: block;
}
.slt_bugd {
    margin-left: auto;
    display: block;
}
.form-group,
.main_info .modal-body button {
    margin-top: 20px;
}
.gif {
    border-radius: 20px;
    border: 2px solid #040E56;
}
.done_msg {
    display: inline-block !important;
    position: absolute !important;
    top: 0 !important;
}

/*BAR_CODEE*/
.bar_code_box {
    /*display: inline-block;*/
    /*border: 2px solid #fcb714;*/
    /*padding: 10px;*/
}
.thankyou_banner {
    text-align: center;
    padding: 50px 0;
}
.thankyou_content {
    padding: 20px;
}
.navbar.navbar-expand-lg.sub_page {
    background: #edf2f7;
    box-shadow: 0 4px 8px 0 rgba(0,
    0,
    0,
    0.2),
    0 6px 20px 0 rgba(0,
    0,
    0,
    0.19);
    position: inherit;
    top: auto;
}
.section_box_animate {
    padding-top: 25px;
}
.careerh6 {
    font-size: 15px;
    color: grey;
    font-weight: 100;
    margin-bottom: 35px;
}
.careerh5 {
    font-size: 22px
}
.explain-video-production {
    padding-top: 25px;
}
.headermain {
    border-radius: 15px;
}
.headervideo {
    border-radius: 15px;
}
.mobile-app-development-services-h6 {
    color: white;
}
.sitemap-h2 {
    text-align: center;
    border-bottom: 2px solid #01345B;
    padding: 5px;
}
.talent-on-demands-span {
    display: block;
}
.thankyou-h1 {
    font-size: 45px;
    text-align: center;
    padding-top: 50px;
}
.thankyou-p {
    font-size: 20px;
    text-align: center;
    margin-top: 30px;
}
.thankyou-btn {
    text-align: center;
}
.thankyou-div {
    padding: 30px;
}
.thankyou-footer {
    border-top: 2px solid #efefef;
}
.404 {
    border-radius: 15px;
}

.404-footer {
    border-top: 2px solid #efefef;
}

.contact_section .section_form form input {
    display: inline-block;
    outline: 0;
    border: 0;
    margin-bottom: 10px;
    padding: 10px 5px;
    width: 45%;
    background: 0;
    border-bottom: 1px solid #ced4da;
}
.contact_section .section_form form input::placeholder,
.port_contact form input::placeholder,
.contact_section .section_form textarea::placeholder {
    transform-origin: left;
    transform: scale(1.2);
    transition: 0.6s ease;
}
.contact_section .section_form form input:focus::placeholder,
.port_contact form input:focus::placeholder,
.contact_section .section_form textarea:focus::placeholder {
    transform: scale(1.0);
}
.contact_section {
    padding: 80px 0;
}
.contact_section .section_head {
    text-align: left;
}
.contact_section .corp_address {
    display: grid;
    height: 100%;
    place-content: center
}
.contact_section .corp_adress_one {
    background: #f5f7f9;
    padding: 50px;
}
.contact_section .section_head h1 span {
    color: #56ffbd;
}
.contact_section .corp_address small {
    color: #000;
    font-weight: bold;
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
.contact_section .corp_address a {
    display: block;
    font-size: 15px;
    color:#000;
    transition: 0.6s ease;
}
.contact_section .corp_address a:hover {
    color: #000;
}
.contact_section .section_head h1:after {
    margin: 10px 0;
}
.contact_section .section_form form input[type='submit'],
.port_contact form input[type='submit'] {
    margin-top: 30px;
    padding: 5px 30px;
    color: #42B975;
    border-radius: 5px;
    border: 1px solid #42B975;
    transition: 0.6s ease;
}
.contact_section .section_form form input[type='submit']:hover,
.port_contact form input[type='submit']:hover {
    background: #42B975;
    color: #fff;
}
.contact_section .section_form textarea {
    display: block;
    width:95%;
    border-radius: 5px;
    overflow-x: hidden;
    outline: 0;
    border: 0;
    padding: 10px;
    margin-top: 10px;
    background: 0;
    border-bottom: 1px solid #ced4da;
}
.contact_seven {
    display: grid;
    height: 100%;
    place-content: center;
}

/* */

/*.ecomerce_banner{
    background: url(../images/ecomerce.jpg)no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}*/
.modal-backdrop.show {
    opacity: .5;
}
.modal-backdrop {
    position: inherit;
}

/*.modal-dialog{max-width: 100%;}*/

/*.modal-body{height: 100vh;}*/
.modal-body .contact_section {
    padding: 0;
}
#home_phone {
    margin-left: 50px;
    width: 65%;
}

/*.footer_three_content ul li a{color: #fff;}*/

/* PORTFOLIO_ */
.mobile_port_banner {
    padding: 80px 0;
}
.portfolio_ban_content,
.social_bar {
    display: grid;
    height: 100%;
    place-content: center;
}
@media only screen and (max-width: 600px) {
    .work_desc {
        margin-left:20px;
        text-align:center;
        padding-top:50px;
    }
    .work_title {
        text-align:left;
    }
    .work_detail {
        width:90%;
        text-align:left;
    }
    .img-mobile-right,
    .img-mobile-left {
        display:none;
    }
}
.toggle_class {
    display: block !important;
}
#DMCA-badge {
    vertical-align: middle !important;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden !important;
    color: #ffffff;
    font-weight: bold !important;
    line-height: 1.666em !important;
    height: 26px !important;
    width: 123px !important;
    position: relative !important;
    font-family: Arial !important;
}
#DMCA-badge div.dm-1 {
    position: absolute !important;
    background: #8dc642;
    border: 1px #fff solid;
    padding: 1px 4px !important;
}
#DMCA-badge div.dm-2 {
    position: absolute !important;
    left: 42px !important;
    background: #221e1f;
    padding: 1px 8px !important;
    border: 1px #fff solid;
}
#DMCA-badge div.dm-1 a {
    color: #ffffff;
    text-decoration: none !important;
    margin-right: 0 !important;
    font-size: 11px !important;
}
#DMCA-badge div.dm-2 a {
    color: #ffffff;
    text-decoration: none !important;
    font-size: 11px !important;
}
#DMCA-badge * {
    margin: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.company-banner {
    background: linear-gradient(to right,
    #152331,
    transparent),
    url(../images/partner.webp) no-repeat;
    background-size: cover;
    height: 430px;
    display: flex;
    align-items: center;
    color: #fff;
}
.referrl {
    background: linear-gradient(to right,
    #152331,
    transparent),
    url(../images/became.jpg) no-repeat !important;
    background-position: center center;
}
.startup {
    background: linear-gradient(to right,
    #152331,
    transparent),
    url(../images/program.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center center;
}
.career-banner {
    background: linear-gradient(to right,
    #152331,
    transparent),
    url(../images/banner.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.newbg {
    background: linear-gradient(to right,
    #152331,
    transparent),
    url(../images/blog-bg.jpg) no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
    height: 300px;
}
.startup h1 {
    font-size: 40px !important;
}
.company-banner h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 20px;
}
.company-banner p {
    font-size: 18px;
}
.box-shadow-section {
    margin: 60px 0;
}
.box-shadow-section .container {
    /*box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    border-radius :5px;
    box-shadow: rgba(100,
    100,
    111,
    0.2) 0px 7px 29px 0px;
}
.company-box {
    padding: 40px;
}
.company-box li svg,
.company-box li i {
    margin-right: 7px;
    color: #fa9e1a;
    font-size: 20px;
}
.company-box li {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: grey;
}
.new-deliver {
    height: 200px;
    box-shadow: rgba(100,
    100,
    111,
    0.2) 0px 7px 29px 0px;
    border-radius: 5px;
}
.new-deliver img {
    width: 60px;
    margin-bottom: 20px;
}
.theme_btn a {
    border: none !important;
}
.theme_btn a:hover {
    background: transparent !important;
}
.faq-section {
    margin-top: 50px;
}
.faq-section h2 {
    margin-bottom: 30px;
}
.faq-section h2 svg {
    color: #040e56;
    margin-right: 6px;
    font-size: 24px !important;
}
.accordion .accordion-item {
    border: none !important;
}
.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #040e56;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    font-weight: 400;
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: none;
    transition: 0.1s all ease-in-out;
    box-shadow: rgba(100,
    100,
    111,
    0.2) 0px 7px 29px 0px;
}
.accordion button:hover {
    border-left: 5px solid #040e56;
}
.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #040e56;
}
.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #040e56;
    border: 1px solid #040e56;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
    display: inline-block;
    position: relative;
    top: 0px;
    right: 0;
    width: 22px;
    height: 22px;
    /*border: 1px solid;*/
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 3px;
    width: 15px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 2px;
    left: 9px;
    width: 3px;
    height: 15px;
    background: currentColor;
}
.accordion button[aria-expanded='true'] {
    color: #040e56;
}
.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}
.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    padding: 25px 0;
    max-height: 800px;
    transition: all 200ms linear;
    will-change: opacity,
    max-height;
}
.accordion .accordion-content {
    display: none;
}

.accordion .accordion-content h3 {
    font-size: 30px;
    font-weight: 500;
}
.accordion .accordion-content h4 {
    font-size: 25px;
    margin-top: 30px;
    font-weight: 500;
}
.accordion .accordion-content h6 {
    font-size: 17px;
    font-weight: 500;
}
.accordion .accordion-content ul {
    padding-left: 20px;
}
.accordion .accordion-content .theme_btn_footer {
    margin-top: 40px;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    background: #efefef;
    padding: 15px;
    border-radius: 6px;
    margin: 0;
}
.form-inner {
    background: #f5f7f9;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}
.form-inner h3 {
    font-size: 27px;
    font-weight: 500;
}
.apply-form2 h3 {
    font-size: 35px;
    font-weight: 700;
}
.apply-form2 h3 i {
    font-size: 20px;
    margin-right: 8px;
    color: #fa9e1a;
}
.form-inner select {
    border: none;
    border-bottom: 2px solid #ccc;
    outline: none;
    border-radius: 0;
    background: transparent !important;
    padding: 10px 14px !important;
    color: #ccc;
}
.form-inner select:focus {
    border-color: #040e56;
    box-shadow: 0 0 0 !important;
}
.type {
    width: 110px;
}
.form-inner .btn-primary {
    border: none !important;
    padding: 10px 0 !important;
}
.max-lines {
    display: block;
    /* or inline-block */
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 4.5em;
    line-height: 1.5em;
}
.new-blog h4 {
    /* Just to force line breaks. */
    max-width: 100%;
}
.demo-3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* blog*/
.new-blog {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: relative;
    margin-bottom: 20px;
}
.blog-img{
    /* padding: 0 0 15px 0; */
    position: relative;
    z-index: 5;
}

.blog-img::before{
    position: absolute;
    content: "";
    background: #005d7c3f;
    z-index: 11;
    width: 100%;
    height: 100%;
    left: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    top: 0;
}

.author_img{
    display: flex;
    align-items: center;
}

.author_img h5{
    font-size: 14px;
    margin-bottom: 0 !important;
}

.author_img img{
    width: 35px;
    margin-right: 7px;
    height: 35px;
    object-fit: cover;
    border-radius: 4px;
}

.new-text {
    padding: 15px;
}

.blog-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    /* border-radius: 8px; */
}
.feature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature span {
    color: #fff;
    font-size: 13px;
}
.feature a {
    color: #fff;
    font-size: 14px;
    margin: 0 4px !important;
}
.feature a:hover {
    color: #fff;
}
.fe-inner {
    height: 27px;
    justify-content: space-between;
    background: #fa9e1a;
    border-radius: 4px;
    padding: 3px 12px;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 3;
}
.feature::before {
    position: absolute;
    content: " ";
    background: #040e56;
    width :100%;
    height: 2px;
    left: 0;
    top: 13px;
    z-index: 1;
}
.new-text h4 {
    margin: 0 !important;
    text-transform: Capitalize !important;
    font-size: 24px !important;
    font-weight: 500;
}
.new-text span {
    font-size: 14px !important;
    line-height: 20px !important;
}
.new-text h4 a {
    color: #000;
}
.new-text p {
    padding-top: 5px;
    margin: 0 !important;
    line-height: 20px;
    color: grey;
    font-size: 14px !important;
}
.pil{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ffffff;
    z-index: 1000;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fa9e1a;
    font-size: 13px;
    letter-spacing: 0.4px;
}
.pil a{
    color: #fa9e1a;
}
.date-go {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px 7px 20px;
    border-bottom: 3px solid #e5e5e5;
}
.date-go a {
    color: grey;
    font-size: 14px;
}
.date-go a:hover {
    color: grey;
}
.active .page-link {
    background: #fa9e1a !important;
}
.page-link:hover {
    background: #fa9e1a !important;
}
.btn-default {
    background: #fa9e1a !important;
}
.widget ul.list li a:before {
    color: #040e56 !important;
}
.post-content span {
    font-size: 14px !important;
    line-height: 20px !important;
}
.post-single .post-header .title {
    font-size: 28px !important;
}
.newsletter-privacy a {
    color: #040e56 !important;
}
.input-container {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.input-container input[type="text"],
.input-container input[type="tel"],
.input-container input[type="email"],
.input-container textarea {
    font-size: 20px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    background-color: transparent;
    outline: none;
}
.input-container .label {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    transition: all 0.3s ease;
    pointer-events: none;
}
.input-container input[type="text"]:focus~.label,
.input-container input[type="text"]:valid~.label,
.input-container input[type="tel"]:focus~.label,
.input-container input[type="tel"]:valid~.label,
.input-container input[type="email"]:focus~.label,
.input-container input[type="email"]:valid~.label,
.input-container textarea:focus~.label,
.input-container textarea:valid~.label {
    top: -20px;
    font-size: 16px;
    color: #333;
}
.input-container .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #fa9e1a;
    transform: scaleX(0);
    transition: all 0.3s ease;
}
.input-container2 .underline {
    bottom: 6px !important;
}
.input-container input[type="text"]:focus~.underline,
.input-container input[type="text"]:valid~.underline,
.input-container input[type="tel"]:focus~.underline,
.input-container input[type="tel"]:valid~.underline,
.input-container input[type="email"]:focus~.underline,
.input-container input[type="email"]:valid~.underline,
.input-container textarea:focus~.underline,
.input-container textarea:valid~.underline {
    transform: scaleX(1);
}
.new-wid {
    background: url(../images/map-bg.png) no-repeat;
    background-size: contain;
    padding: 30px 20px;
    border-radius: 7px;
    border: 1px solid #ebebeb;
    margin: 0 20px 30px 20px;
}
.new-wid .social-icons svg {
    color: #040e56;
    transition: 0.2s all ease-in-out;
}
.new-wid .social-icons svg:hover {
    transform: scale(1.2);
}
.cate-wid {
    padding: 30px 20px;
    border-radius: 7px;
    border: 1px solid #ebebeb;
    margin: 0 20px 30px 20px;
}
.cate-wid .list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px !important;
}
.cate-wid .list li a {
    color: #040e56;
}
.cate-wid .widget-title {
    font-size: 25px !important;
}
.widget-form {
    padding: 30px 20px;
    border-radius: 7px;
    border: 1px solid #ebebeb;
    margin: 0 20px 30px 20px;
}
.widget-form .widget-title {
    font-size: 25px !important;
}
.widget-form form {
    margin: 20px 0;
}
.widget-form p {
    text-align: center;
}
.pagination li {
    border-radius: 50%;
    background: #000 !important;
}
.post-single .featured-image img {
    width: 100%;
    border-radius :6px;
}
.apply-form2 {
    background: linear-gradient( to right, #ffffffd9, #ffffffd9), url(../images/map.png) no-repeat;
    background-size: cover;
    position: relative;
}
.apply-form2 .form-inner {
    background :none !important;
}
.new_business_icon {
    border-radius: 5px;
    padding: 30px 10px;
    margin: 0 0 30px 0;
    height: 200px;
    display: flex;
    cursor: pointer;
    /* align-items: center; */
    background-color: #fff;
}
.new_business_icon h6 {
    font-weight: 600;
}
.new_business_icon:hover {
    box-shadow: 0 4px 8px 0 rgba(0,
    0,
    0,
    0.2),
    0 6px 20px 0 rgba(0,
    0,
    0,
    0.19);
}
.new_business_icon img {
    width: 39px;
    transition: 0.5s all ease-in-out;
}
.new_business_icon:hover img {
    transform: rotate(360deg);
}
.new_business_icon p {
    font-size: 15px;
    font-weight: 500;
    color: grey;
}
.blockchain,
.digital,
.demand,
.demand,
.fixed {
    /* background: #fa9e1a; */
}
.blockchain h1,
.digital h1,
.demand h1,
.demand h1,
.fixed h1 {
    font-size: 40px;
    color: #000;
}
.blockchain p,
.digital p,
.demand p,
.demand p,
.fixed p {
    font-size: 15px;
}
.new-payment {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
}
.section_head h1 {
    text-transform: capitalize;
}


.Testimonaals-section{
    padding: 0px 0px 70px 0;
    background: #fff;
    position: relative;
}
.testi-box{
    background: #f7f8fa;
    border: 2px solid #e0e0e0;
    padding: 20px 80px;
    border-radius: 20px;
    text-align: center;
    min-height: 300px;
    display: flex;
    align-items: center;
}

.testi-box img{
    width: 70px;
    margin-bottom: 20px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.testi-box h4{
    font-size: 20px;
}


.button-next,
.button-prev{
    margin: 0 5px;
    background: #e1e1e1 !important;
    padding: 10px;
    border-radius: 3px;
    font-size: 15px;
    color: #000;
}

.button-next svg,
.button-prev svg{
    color: #fa9e1a !important;
}


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

.testi-parent{
    position: relative;
}

.testiSwipper-button .button-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    z-index: 1000;
    right: -50px;
}

.testiSwipper-button .button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    z-index: 1000;
    left: -50px;
}

.swiper-pagination-bullet-active{
    background: #fa9e1a !important;
}

.new-qoutes{
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 100;
    width: 50px;
}








.marquee {
  overflow: hidden;
  padding: 20px 0;
}

.marquee-content {
    display: flex;
    animation: scrolling 20s linear infinite;
    transition: 0.4s all ease-in-out;
}

.marquee:hover .marquee-content{
    /* animation: none; */
}

.marquee-item {
    flex: 0 0 4vw;
    margin: 0 20px;
}

.marquee-item img {
    display: block;
    width: 100%;
    transition: 0.3s all ease-in-out;
    cursor: pointer;
    filter: grayscale(100);
}

.marquee-item img:hover{
    transform: scale(1.1);
    filter: grayscale(0);
}

@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-144vw); }
}






.new-dialog{
    max-width: 100% !important;
    margin: 0 !important;
}
.new-dialog .modal-content{
    height: 100% !important;
}
#interested{
    border: none;
    border-radius: 0 !important;
    border-bottom: 2px solid #cccccc;
    background: transparent !important;
    margin-top: 20px;
    width:100%;
    padding: 16px 0 !important;
}

#e_intersted{
    border: none;
    border-radius: 0 !important;
    border-bottom: 2px solid #cccccc;
    background: transparent !important;
    margin-top: 20px;
    width:100%;
    padding: 16px 0 !important;
}
.port_contact form textarea {
    width: 100%;
    padding: 20px;
/*    min-height: 150px;*/
    border-radius: 5px;
    outline: 0;
    border: 2px solid grey;
}
.port_contact form input,
.port_contact form select {
    display: inline-block;
    /* margin-bottom: 20px; */
    padding: 18px 20px;
    /* border-radius: 5px; */
    outline: 0;
    border: 2px solid grey;
}
@keyframes scrolling {
    0% { transform: translateX(0); }
    100% { transform: translatex(-74vw); }
}

.add-sec {
    background: #edf2f7;
    padding: 40px 0;
    margin-top: -50px;
    margin-bottom: 40px;
}

.add-sec-box {
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 160px;
    margin: 20px 0;
    padding: 10px 17px;
}

.sec-text h5 {
    font-weight: 600;
    font-size: 23px;
}

.sec-text p {
    margin-bottom: 0 !important;
    font-size: 14px;
}

.add-sec-box img {
    width: 50px;
    margin-right: 20px;
}

.section_zero_content{
    height: 100%;
}


.swiper-Next,
.swiper-Prev{
    width: 30px;
    height: 30px;
    /* background: rgb(244, 244, 244); */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.swiper-Next i,
.swiper-Prev i{
    color: #fa9e1a;
    font-size: 33px;
}



.mySwiperApp .swiper-wrapper{
    height: 600px !important;
}

.mySwiperApp .swiper-slide{
    height: 600px !important;
}


.mySwiperBannar .swiper-wrapper{
    height: 460px !important;
}

.mySwiperBannar .swiper-slide{
    height: 460px !important;
}

@media (max-width: 991px ){
    .mySwiperApp .swiper-wrapper{
        height: 650px !important;
    }

    .mySwiperApp .swiper-slide{
        height: 650px !important;
    }

    .section_one_content .theme_btn{
        margin-top: 30px !important;
    }

    .mySwiperBannar .swiper-wrapper{
        height: 360px !important;
    }

    .mySwiperBannar .swiper-slide{
        height: 360px !important;
    }
}



@media (max-width: 991px ){
    .mySwiperApp .swiper-wrapper{
        height: 800px !important;
    }

    .mySwiperApp .swiper-slide{
        height: 800px !important;
    }
}


@media (max-width: 575px) {
    .section_one_content{
        padding: 30px 10px !important;
    }

    .mySwiperApp .swiper-wrapper{
        height: 850px !important;
    }

    .mySwiperApp .swiper-slide{
        height: 850px !important;
    }

    .mySwiperBannar .swiper-wrapper{
        height: 700px !important;
    }

    .mySwiperBannar .swiper-slide{
        height: 700px !important;
    }

    .section_one_img{
        margin-top: 0 !important;
    }

    .section_one_swiper h2{
        font-size: 27px !important;
    }
}


@media (max-width: 450px) {
    .mySwiperBannar .swiper-wrapper{
        height: 520px !important;
    }

    .mySwiperBannar .swiper-slide{
        height: 520px !important;
    }
}


.new-b img{
    width: 80px !important;
}

.head-language img{
    width: 40px !important;
}

.color-theme{
    color: #fa9e1a;
}

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

.DMCA{
    left: 0px;
    background-color: rgb(255, 183, 1);
}

.drop_img{
    width: 60px;
    margin-right: 10px;
}

.bg-white{
    background: #fff !important;
}

.text_cap{
    text-transform: capitalize;
}

.pt50{
    padding-top: 25px;
}

.new-wid img{
    width: 160px;
}

.white_model{
    width: 60% !important;
}

@media (max-width: 575px ) {
    .white_model{
        width: 95% !important;
    }
}

.form_upload .sr-only {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }

  .form_upload .btn {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .25rem;
    color: #000;
    background: #e0e0e0 !important;
    cursor: pointer;
  }




.head_video video{
    width: 172px;
    height: 189px;
    object-fit: contain;
}






.dropdown-toggle::after{
    transition: 0.2s all ease-in-out;
}



/* work_section */
.work_section{
    margin: 0px 0;
    position: relative;
}

.work_section .main_work_img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    position: relative;
    z-index: -1;
}

.work_button{
    color: #fa9e1a;
}

.work_button:hover{
    color: #fa9e1a;
}

.work_button img{
    width: 26px;
}


.working_text_left{
    padding-left: 40px;
    padding-right: 100px;
}

.working_text_right{
    padding-right: 40px;
    padding-left: 70px;
}

.working_text p{
    color: rgb(76, 76, 76);
    font-size: 14px;
    margin-bottom: 25px;
}

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

.befor_test::after{
    position: absolute;
    z-index: 10;
    width: 100%;
    content: "";
    height: 100%;
    background: #00000092;
    left: 0;
    top: 0;
}

.working_text h3{
    font-size: 30px;
    margin-left: 8px;
}

.ab_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    z-index: 20;
}

.web_img{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -55%);
    height: 300px;
    z-index: 20;
    object-fit: contain;
}

.web_img2{
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -45%);
    height: 300px;
    object-fit: contain;
    z-index: 20;
}

.drop_custom_icon::after{
    transform: rotate(180deg);
    transition: 0.3s all ease-in-out;
}


/* BLOG */
.blogs {
    background: rgb(243, 243, 243);
    padding: 60px 0;
}

.blog-card {
    border-radius: 10px;
    margin-bottom: 40px;
}

.blog-card img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.blog-des {
    background: #fff;
    padding: 30px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.blog-des h3 {
    font-weight: 600;
    font-size: 24px;
    color: #566985;
}

.blog-footer {
    padding-top: 20px;
    border-top: 1px solid rgb(197, 197, 197);
}

.blog-footer img {
    border-radius: 50%;
    width: 50px;
    margin-right: 8px;
}

.blog-footer i {
    margin-right: 7px;
    color: var(--three);
}

.blog-footer p {
    margin-bottom: 0 !important;
}

.fi {
    flex-wrap: wrap;
}

.blog-search {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.blog-search h4 {
    font-size: 23px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgb(194, 194, 194);
    font-weight: 600;
    color: #566985;
}

.s-input input {
    width: 80%;
    height: 43px;
    padding: 10px;
    border-top-left-radius: 6px;
    border: 1px solid #566985;
    outline: none;
    border-bottom-left-radius: 6px;
}

.s-input button {
    width: 20%;
    margin-left: -5px !important;
    height: 43px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 6px;
    outline: none;
    border-bottom-right-radius: 6px;
}


.posts {
    transition: 0.2s all ease-in-out;
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.posts h5 {
    font-size: 15px;
    font-weight: 600;
    color: #566985;
}

.posts img {
    height: 70px;
    object-fit: cover;
}

.date {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 12px;
}

.date i {
    color: var(--three);
    margin-right: 8px;
}

.date p {
    margin-bottom: 0 !important;
}

.posts:hover {
    background: rgb(240, 240, 240);
}

.b-image {
    background: linear-gradient(to right, rgb(0, 0, 0, 0.5), rgb(0, 0, 0, 0.5)), url(../images/bg.jpg) no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 30px;
}

.b-image p {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
















/* blog detail */
.quote {
    position: relative;
    background: #ececec;
    padding: 40px;
}

.quote::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 7px;
    background: var(--three);
    left: 0;
    top: 0;
}

.quote .fa-quote-right {
    position: absolute;
    font-size: 50px;
    color: #566985;
    right: 20px;
    bottom: 20px;
}

.tags {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.tags button {
    margin: 10px 10px 10px 0;
    border: 1px solid #fa9e1a;
    color: #fa9e1a;
    padding: 7px 20px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s all ease-in-out;
}

.tags button:hover {
    background: #fa9e1a;
    border-color: #fa9e1a;
    color: #fff;
}


.b-form {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
}

.b-form h3 {
    font-weight: 600;
    font-size: 24px;
}

.b-form input {
    width: 100%;
    outline: none;
    border: 2px solid rgb(215, 215, 215);
    padding: 7px 10px;
    border-radius: 4px;
}

.b-form input::placeholder {
    font-size: 15px;
}

.b-form input:focus {
    border: 2px solid #fa9e1a;
}

.b-form textarea {
    width: 100%;
    outline: none;
    border: 2px solid rgb(215, 215, 215);
    padding: 7px 10px;
    border-radius: 4px;
}

.b-form textarea:focus {
    border: 2px solid #fa9e1a;
}

.b-form input:focus label {
    color: #fa9e1a;
}

.b-form label {
    font-weight: 400;
    font-size: 16px;
}




















/* subcribe model */


#modal-subscribe .modal-dialog{
    max-width: 35%;
}

#close_model_cancel{
    text-align: end;
    cursor: pointer;
}

#modal-subscribe h1{
    font-size: 50px;
    font-weight: 500 !important;
}

#modal-subscribe h6{
    font-size: 17px;
    margin-bottom: 0 !important;
}

#modal-subscribe p{
    font-size: 16px;
    color: grey;
}

/*#modal-subscribe p{*/
/*    color: #000;*/
/*}*/

#close_model_cancel{
    position: absolute;
    top: 20px;
    right: 20px;
}

.model_new_body{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}


@media (max-width: 1299px) {
    #modal-subscribe .modal-dialog{
        max-width: 45% !important;
    }
}


@media (max-width: 991px) {
    #modal-subscribe .modal-dialog{
        max-width: 60% !important;
    }
}


@media (max-width: 767px) {
    #modal-subscribe .modal-dialog{
        max-width: 70% !important;
    }
}

@media (max-width: 575px) {
    #modal-subscribe .modal-dialog{
        max-width: 99% !important;
    }

    #modal-subscribe h1{
        font-size: 35px !important;
    }

    #modal-subscribe p{
        font-size: 13px !important;
    }

    .model_new_body{
        height: 360px !important;
    }
}


.shimmer {
    animation: shimmer 3s;
    animation-iteration-count: infinite;
    background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%);
    background-size: 500px 100%;
  }
  @keyframes shimmer {
    from {
      background-position: -500px 0;
    }
    to {
      background-position: 500px 0;
    }
  }


  .mySwiperc .swiper-wrapper{
    height: auto;
  }



.freelance_div img{
    width: 150px !important;
    margin-bottom: 20px;
}

.freelance_div h5{
    font-size: 24px;
}

.section_one_content{
    position: relative;
}

.pro_jects{
    /* position: absolute; */
    right: 20px;
    bottom: 20px;
    /* font-weight: 600; */
    font-size: 20px;
}

.pro_jects span{
    font-size: 15px;
}

.card_rating{
    display: flex;
    margin-bottom: 4px;
    align-items: center;
}

.men_pic{
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    position: absolute;
    left: 10px;
    bottom: 150px;
}

.card_rating i{
    color: #70d81c;
    margin-right: 3px;
}

.card_rating strong{
    margin-left: 10px;
    font-weight: 500;
}

.new_card_small{
    position: relative;
}

.parent_card{
    background: #fff;
    bottom: 14px;
    border-radius: 5px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    justify-content: start;
}

.bottom_card{
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    width: 100%;
}

.bottom_card h4{
    font-size: 24px;
    margin-bottom: 3px;
}

.bottom_card .hadi_profile{
    position: absolute;
    bottom: 0px;
    left: 0;
}

.bottom_card .hadi_profile img{
    width: 150px;
    height: 150px;
    border-radius: 5px;
}

.bottom_card .hadi_profile h5{
    font-size: 18px;
    color: grey;
    margin-bottom: 0;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}

.bottom_card .lang_i{
    width: 68%;
    text-align: end;
}

.new_a_side{
    z-index: 2;
    position: relative;
}

.a_side_img{
    width: 100px;
    object-fit: contain;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.1;
    right: 40px;
    bottom: 50px;
}