/*
Theme Name: IndoriTech
Theme URI: http://www.codexworld.com
Author: IndoriTech
Author URI: http://indoritech.com
Description: The theme for my awesome site
Version: 1.0
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import 'assets/css/owl.carousel.min.css';
@import 'assets/css/bootstrap.min.css';

a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}
body{
	overflow-x: hidden !important;
}
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search] {
    border: 1px solid #ccc;
	height: 35px;
	font-size: 14px;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: inherit;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: inherit;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

button:focus,
input:focus {
    outline: none;
}

.annocement-bar {
    padding: 5px 0;
}

.site-header.style_1 {
    padding: 10px 0;
}

.site-header.style_2 .logo-wrap {
    padding: 20px 0;
}

.site-header.style_2 .primary-menu-wrap {
    padding: 20px 0;
}

.site-header.style_3 {
    padding: 20px 0;
}

.site-header.style_4 {
    padding: 20px 0;
}

.site-header.style_5 .logo-wrap {
    padding: 20px 0;
}

.site-header.style_5 .primary-menu-wrap {
    padding: 20px 0;
}

.header_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.main-navigation li {
    padding: 0 14px;
    position: relative;
}

.menu-main-menu-container {
    width: 100%;
}

.site-header.style_1 .primary-menu {
    width: auto;
    float: right;
}

.site-header.style_2 .primary-menu {
    width: 100%;
}

.primary-menu li {
    display: inline-block;
}

.primary-menu {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation li a {
    display: inline-block;
}

.site-header.style_4 .main-navigation {
    padding-top: 150px;
    width: 100%;
    display: inline-block;
}

.site-header.style_4 .primary-menu li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.logo {
    display: inline-block;
}

.logo img {
    max-width: 100%;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

/* .site-header {
    border-bottom: 1px solid #ddd;
} */

.home .site-header {
    border-bottom: none;
}

.site-main {
    padding: 0px 15px 0px;
}

.home .site-main {
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper-row {
    float: none;
    margin: 0 auto !important;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_sticky {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.home .header_sticky_index {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.header_fixed_onscroll {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 10s;
    -ms-transition: all 10s;
    -o-transition: all 10s;
    transition: all 0.5s ease;
}

.header_fixed_onscroll.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.header_fixed_onscroll.fixed .logo img {
    width: 220px;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .94);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.full_width_menu .container {
    position: relative;
}

.overlay .menu_toggle_close {
    font-size: 75px;
    width: auto;
    float: right;
    height: auto;
    line-height: 1;
    display: inline-block;
    top: 77px;
    position: absolute;
    right: -10px;
}

.overlay .menu_toggle_close:hover,
.overlay .menu_toggle_close:focus,
.overlay .menu_toggle_close:active {
    color: #fff;
}

.full_width#openNav {
    width: 100%;
}

.menu_toggle {
    font-size: 35px;
}

.header-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.header-info li {
    list-style: none;
    display: inline-block;
}

.header-info ul li {
    margin-left: 30px;
}

.header-info ul li:first-child {
    margin-left: 0;
}

.btn,
[type=reset],
[type=submit],
button,
html [type=button] {
    border: none;
    padding: 5px 10px;
}

.search_form span.screen-reader-text {
    display: none;
}

.search_form .search-submit {
    width: 180px;
    float: left;
}

.search_form .search-field {
    width: 70%;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0 30px;
}

.search_form .search-field:focus {
    outline: none;
}

.search_form {
    background-color: #000000;
    padding: 14px 0 8px;
    display: none;
}

.search_form .search-form {
    position: relative;
}

.search_form .search-form:after {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.search_form .close-search {
    display: inline-block;
    color: #fff;
    width: 40px;
    vertical-align: middle;
    text-align: right;
}

.footer_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_footer {
    padding: 50px 0;
}

.btm_footer {
    padding: 20px 0;
}

.site-footer li {
    list-style: none;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.site-footer h2 {
    margin: 0 0 25px;
}

.site-footer p {
    margin: 0 0 15px;
}

.site-footer .btm_footer p:last-child {
    margin: 0;
}

.site-footer .menu li a {
    position: relative;
    padding: 0 0 10px 0px;
    color: #909092;
    font-size: 16px;
    font-weight: 400;
}

.site-footer .menu li a:hover {
    color: #fff;
    text-decoration: underline;
}

/* .site-footer .menu li a:after {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
} */

.site-footer .menu li {
    margin: 0 0 0px;
    width: 100%;
    float: left;
    padding: 0 0px 0 0;
}

.social-icons a {
    width: 55px;
    display: inline-block;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border: 2px solid;
    border-radius: 100%;
    font-size: 25px;
}

.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

.social-icons li:first-child {
    margin-left: 0;
}

.newsletter-send {
    width: 40px;
    height: 40px;
    font-size: 0 !important;
    float: left;
    background-image: url('assets/images/rocket-img.png');
    background-repeat: no-repeat;
    background-position: center;
}

.footer-col li.get_started {
    display: none;
}

.footer-newsletter .newsletter-send {
    font-size: 15px !important;
    width: 150px;
    background-image: none;
    text-transform: capitalize;
    font-weight: 700;
}

.wpcf7-form-control-wrap {
    width: 80%;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -ms-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
    float: left;
}

.footer-newsletter .wpcf7-form-control-wrap {
    width: 70%;
    width: -webkit-calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -ms-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: calc(100% - 150px);
}

div.wpcf7 .ajax-loader {
    display: none;
}

.newsletter-email {
    border: none !important;
    width: 100%;
    background-color: #fff;
    padding: 12.5px 10px 11px;
    color: #c5c5c5;
    line-height: 1.1;
}

.site-footer ul.social-icons {
    margin: 15px 0 0;
}

div.wpcf7-response-output {
    float: left;
}

span.wpcf7-not-valid-tip {
    margin: -9px 0 12px;
}

.footer-newsletter {
    background-color: #000;
    padding: 0px 0;
}

.footer-newsletter form {
    width: 650px;
    float: none;
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
}

.site-footer.style_2 .top_footer h2 {
    display: none;
}

.site-footer.style_2 .menu li {
    width: auto;
}

.site-footer.style_2 .menu li a:after {
    content: '';
}

.site-footer.style_2 .menu li a {
    padding: 0;
}

.site-footer.style_2 .menu li {
    margin-bottom: 0;
}

.site-footer.style_2 .menu li:last-child {
    padding-right: 0;
}

.site-footer.style_2 .social-wrap {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    padding-top: 30px;
}

.site-footer a {
    display: inline-block;
}

.mobile-header {
    display: none;
}

.hamburger {
    display: inline-block;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 9px;
}

.hamburger.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.hamburger.change .bar2 {
    opacity: 0;
}

.hamburger.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.mute-slider-wrap {
    width: 100%;
    display: block;
}

.mute-slider {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider-inner {
    width: 100%;
    display: block;
    position: relative;
}

.slider-img {
    width: 100%;
    display: block;
}

.slider-img img {
    width: 100%;
    display: block;
}

.slider-content {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.slider-content .container {
    position: relative;
    height: 100%;
}

.slider-content-iner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.slider-content-wrap {
    width: 500px;
    max-width: 95%;
    display: inline-block;
    padding: 20px;
}

.text-Left {
    text-align: left;
}

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

.text-Right {
    text-align: right;
}

.hor-Left {
    justify-content: left;
}

.hor-Center {
    justify-content: center;
}

.hor-Right {
    justify-content: flex-end;
}

.ver-Top {
    align-items: start;
}

.ver-Top .slider-content-wrap {
    margin-top: 50px;
}

.ver-Middle {
    align-items: center;
}

.ver-Bottom {
    align-items: flex-end;
}

.ver-Bottom .slider-content-wrap {
    margin-bottom: 50px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.owl-nav button {
    width: 40px;
    height: 40px;
    float: left;
    background-color: rgba(255, 255, 255, .5) !important;
    color: #000 !important;
    position: relative;
}

.owl-nav button.owl-next {
    float: right;
}

.owl-nav button:before {
    font-family: FontAwesome;
    color: #000;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

.owl-nav button.owl-prev:before {
    content: "\f053";
}

.owl-nav button.owl-next:before {
    content: "\f054";
}

.owl-nav button span {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .3) !important;
    margin: 0 5px;
}

.owl-dots .owl-dot.active {
    background-color: rgba(255, 255, 255, 1) !important;
}

.post_info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.post_info ul li {
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.post_info ul li:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 3px;
    width: 1px;
    background-color: #ccc;
    right: 0;
}

.post_info ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.post_info ul li:last-child:after {
    width: 0;
}

.post_info {
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}

.post_info ul li i {
    padding-right: 10px;
    color: #ff0000;
}

.post_img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.fet_box {
    width: 100%;
    float: left;
    box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 43px rgba(0, 0, 0, 0.2);
    margin: 0 0 30px;
}

.fet_img {
    width: 100%;
    float: left;
}

.fet_img img {
    width: 100%;
}

.fet_date {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 1.3;
    margin: 13px 0;
}

.fet_title a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #444444;
    line-height: 1.2;
}

.fet_lbl {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #5794b5;
    border-bottom: 1px solid #eeeeee;
    padding: 9px 17px;
    text-transform: capitalize;
}

.fet_box ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 17px 17px 0;
    list-style: none;
}

.fet_box ul li {
    width: 100%;
    float: left;
    margin: 0 0 25px;
}

.fet_box ul li.active a,
.fet_box ul li a:hover,
.fet_box ul li a:active,
.fet_box ul li a:focus {
    color: green;
}


ul.term_list {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

ul.term_list li {
    display: inline-block;
    margin: 0 5px;
}

ul.term_list li a {
    color: inherit;
    color: #ed331d;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 20px;
}

.comment-form label {
    display: block;
}

.comment-respond {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
}

.comment-list {
    padding: 0;
    list-style: none;
    border-top: 1px solid #ddd;
    padding: 30px 0;
    margin: 30px 0 0;
}

.comment-author img {
    float: left;
    margin-right: 25px;
}

.comment-form {
    width: 500px;
    max-width: 100%;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
}

.comment-form input.submit {
    width: auto;
}

.comment-form .required {
    color: #ff0000;
}

.post-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.post-list .post-img {
    width: 200px;
    float: left;
    margin-right: 25px;
}

.post-list .post-info {
    width: 75%;
    width: -webkit-calc(100% 225px);
    width: -moz-calc(100% 225px);
    width: -ms-calc(100% 225px);
    width: -o-calc(100% 225px);
    width: calc(100% 225px);
    float: left;
}

.post-list li {
    clear: both;
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.post-list li:last-child {
    border-bottom: none;
}

.screen-reader-text,
.nav-links span.screen-reader-text {
    display: none;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.nav-links {
    width: auto;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 30px;
    border-radius: 25px;
}

.nav-links a,
.nav-links span {
    display: inline-block;
    padding: 10px;
}

.nav-links a.next {
    border-left: 1px solid #ddd;
    padding-left: 30px;
    padding-right: 0;
}

.nav-links a.prev {
    border-right: 1px solid #ddd;
    padding-right: 30px;
    padding-left: 0;
}

/*Responsive Style*/
@media (max-width: 1023px) {
    .footer-col {
        width: 50% !important;
        display: block;
        flex: unset;
        margin: 0 0 30px;
    }

    .desktop-header {
        display: none;
    }

    .mobile-header {
        display: block;
        padding: 15px 0;
    }

    .logo img {
        max-width: 80%;
    }

    .site-header {
        position: relative;
    }

    .mobile-header .main-navigation {
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 10;
        display: none;
    }

    .mobile-header .main-navigation li {
        width: 100%;
        text-align: left;
        padding: 0;
        border-bottom: 1px solid #f5f5f5;

    }

    .mobile-header .main-navigation li a {
    padding: 10px 30px;
    color: #000;
    display: block;
}
	.mobile-header .main-navigation li a:hover {
    color: #f0bb1f;
}
	.mobile-header .main-navigation li.current_page_item a {
    color: #f0bb1f;
}

    .logo_side {
        width: 75%;
        float: left;
    }

    .menu_side {
        width: 25%;
        float: left;
    }

    .header-info {
        padding-bottom: 30px;
    }

    .header-info ul li {
        margin-left: 0;
    }

    .header-info li {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .footer-col {
    text-align: left;
    width: 100% !important;
    margin-bottom: 0;
}
body h2.widgettitle {
    font-size: 16px;
    margin-bottom: 0;
    border-top: 1px solid #656565;
    font-weight: 500;
    padding: 12px 0;
    position: relative;
}
	li#block-7 {
    margin-bottom: 50px;
}
	.footer-col:last-child {
    margin-bottom: 0;
    margin-top: 40px;
}
h2.widgettitle:after {
    content: '';
    background-image: url(./assets/images/arrow-right.png);
    width: 9px;
    height: 14px;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background-size: 100%;
    background-position: center;
}
	
li#nav_menu-4 h2.widgettitle {
    border-bottom: 1px solid #656565;
}
h2.widgettitle + div {
    display: none;
    height: 0;
    padding: 10px 15px;
}
	.white-btn a {
    font-size: 12px;
    padding: 14px 56px 14px 20px;
}
	.white-btn a:after {
    width: 29px;
    height: 29px;
    background-size: 100%;
    right: 18px;
}
	.logo-box img {
    width: 50px;
}
	.about-us-heading h2 {
    font-size: 35px;
}
	.about-first-sec h2 {
    font-size: 24px;
    line-height: 30px;
}
	.about-first-sec p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 22px;
}
	.about-contact-box h2 {
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    text-align: center !important;
}
	body .work-page-box .wrapper-row h5.vc_custom_heading.crate-heading {
    font-size: 24px !important;
    line-height: 28px;
    text-align: left !important;
}
	body .create-box .wrapper-row {
    padding: 40px 10px;
}
	.about-first-sec h2 {
    font-size: 24px;
    line-height: 31px;
}
	h2.widgettitle + div.show {
    height: auto;
    display: block;
}

    .footer-col:last-child {
        margin-bottom: 0;
    }

    .site-footer .menu li {
        width: 100%;
    }

    .btm-footer-col {
        flex: unset;
        width: 100%;
        text-align: center !important;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .btm-footer-col:last-child {
        margin-bottom: 0;
    }

    .footer-col-2 {
        width: 100% !important;
        display: block;
        flex: unset;
        margin: 0 0 30px;
        text-align: center !important;
    }

    .site-footer.style_2 .menu li {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .footer-newsletter .newsletter-send {
        width: 80px;
    }

    .footer-newsletter .wpcf7-form-control-wrap {
        width: 80%;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
    }
}

/* New CSS */
.site-header {
    background: #000;
}

body {
    font-family: 'Poppins', sans-serif;
}

.main-navigation li a {
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
}

.get_started a {
    background: #F0BB1F;
    border-radius: 15px;
    padding: 6px 21px;
}

.get_started a:after {
    content: '';
    background-image: url(./assets/images/arrow-right.png);
    width: 11px;
    height: 18px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.vc_column-inner {
    padding-top: 0 !important;
}

.home-banner {
    height: 677px;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.home-banner:before {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(80deg, rgba(0, 0, 0, 1) 0%, rgba(74, 144, 226, 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.main-heading {
    font-size: 70px;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    width: 668px;
    margin-bottom: 60px;
}

.primary-btn a {
    background: #F0BB1F !important;
    border-radius: 15px !important;
    padding: 13px 42px !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500;
}

.primary-btn a:after {
    content: '';
    content: '';
    background-image: url(./assets/images/arrow-right.png);
    width: 11px;
    height: 18px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.home-section-two {
    padding: 100px 0;
}

.home-section-two h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    color: #000;
    line-height: 69px;
}

.home-section-two h2 a.yellow-text-arrow {
    color: #f0bb1f;
    font-weight: 700;
    position: relative;
}

.home-section-two h2 a.yellow-text-arrow:before {
    content: '';
    background-image: url(./assets/images/heading-line.png);
    width: 323px;
    height: 13px;
    position: absolute;
    bottom: -5px;
}

.popup-image img {
    border-radius: 10px;
}

.white-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0 !important;
}

.vedio-popup {
    position: relative;
    margin-top: 60px;
}

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

.white-btn a {
    background: #fff;
    color: #000;
    font-size: 18px;
    display: inline-block;
    padding: 17px 63px 17px 28px;
    border-radius: 15px;
    font-weight: 500;
    position: relative;
}

.white-btn a:after {
    content: '';
    background-image: url(./assets/images/video-icon.png);
    width: 31px;
    height: 31px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%);
    right: 25px;
}

.home-section-two p {
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    padding: 40px 54px 0;
}

.home-section-three h3 {
    font-size: 28px;
    text-align: center;
    color: #AAABAF;
    font-weight: 400;
    padding-bottom: 70px;
}

.brands-inner button.slick-prev.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -110px;
    z-index: 1;
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #000;
    background-image: url(./assets/images/slider-arrow-big.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.brands-inner button.slick-next.slick-arrow {
    position: absolute;
    right: -110px;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    font-size: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000;
    z-index: 1;
    background-image: url(./assets/images/slider-arrow-big.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
}

.logo-box img {
    margin: 0 auto;
}

.logo-box {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    width: 80px;
}


.brands-inner {
    width: 880px;
    margin: 0 auto;
}

.project-new-box img {
    width: 100%;
    border-radius: 10px;
    height: 280px;
    object-fit: cover;
}

.project-new-box {
    width: 98%;
    position: relative;
}

div#about_slider_two .project-new-box:before {
    opacity: 0;
}

.projects-section .vc_column-inner {
    padding: 0 !important;
}

.projects-section .vc_column-inner .vc_row.wpb_row.vc_inner.vc_row-fluid {
    margin: 0;
}

.np-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    align-items: center;
}

.project-new-box:before {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(74, 144, 226, 0) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    border-radius: 10px;
    opacity: 0.4;
}

div#projects_small_two .project-new-box::before,
#projects_small_one .project-new-box::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
    transition: 300ms all;
    opacity: 0.2;
}

.book-popup.show-popup {
    opacity: 1 !important;
    visibility: visible !important;
}

div#projects_small_two .project-new-box:hover::before,
#projects_small_one .project-new-box:hover::before {
    opacity: 0.6;
}


.np-content h4 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    transition: 300ms all;
}

.np-button a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    background: #fff;
    display: inline-block;
    padding: 17px 70px 17px 30px;
    border-radius: 15px;
    position: relative;
}

.np-button a:before {
    content: '';
    background-image: url(./assets/images/video-icon.png);
    width: 31px;
    height: 31px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%);
    right: 25px;
}

.slick-slide.slick-current .np-content {
    opacity: 1;
}

.projects-section {
    background: #161617;
    padding: 80px 0;
    margin-top: 100px;
}

.projects-section h2 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 50px;
}

.project_new_inner button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(./assets/images/slider-arrow-big.png);
    font-size: 0;
    width: 19px;
    height: 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    left: 8%;
    cursor: pointer;
}

.project_new_inner button.slick-next.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) scaleX(-1);
    background-image: url(./assets/images/slider-arrow-big.png);
    font-size: 0;
    width: 19px;
    height: 32px;
    background-color: transparent;
    background-repeat: no-repeat;
    right: 8%;
    cursor: pointer;
}

.button-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    transition: 300ms all;
    opacity: 0;
    width: 100%;
    text-align: center;
}

.button-hover .np-button a {
    background: #000;
    color: #fff;
}

.button-hover .np-button a::before {
    background-image: url(./assets/images/video-white.png);
}

.project-new-box:hover .button-hover {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.small-projects .project-new-box {
    cursor: pointer;
    width: 94%;
}

.small-projects .project-new-box:hover h4 {
    font-weight: 500;
}

.small-projects .project-new-box .np-content {
    opacity: 1;
}

div.small-projects {
    padding-top: 25px;
}

.site-footer .current_page_item a {
    text-decoration: underline;
    color: #fff !important;
}

.top_footer img {
    width: 100px;
}

a.logo img {
    width: 50px;
}

.small-projects .project-new-box .np-content h4 {
    font-size: 20px;
}

.third-btn a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 60px;
}

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

.create-box .wrapper-row {
    background: linear-gradient(90deg, #010101 0%, #F7C240 100%);
    border-radius: 15px;
    height: 286px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 90px;
}

h5.vc_custom_heading.crate-heading {
    font-size: 50px !important;
    color: #fff;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    line-height: 67px;
    padding: 0 0px;
    width: 520px;
}

.create-box .wrapper-row .vc_col-sm-3 .primary-btn.vc_btn3-inline {
    margin-bottom: 0;
}

.create-box .wrapper-row .vc_col-sm-3 {
    text-align: right;
}

.create-box .wrapper-row .vc_col-sm-3 .primary-btn.vc_btn3-inline a {
    background: #fff !important;
    color: #000 !important;
}

.create-box .wrapper-row .vc_col-sm-3 .primary-btn.vc_btn3-inline a::after {
    filter: brightness(1) invert(1);
}

.create-box {
    padding: 100px 0;
}

footer.site-footer {
    background: #000;
}

h2.widgettitle {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-banner {
    height: 450px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-banner:before {
    content: '';
    background: #000;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.6;
}

.service-banner h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px;
}

.service-banner p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.service-section {
    padding: 100px 0;
}

.service-section h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

.service-section p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 0 50px;
}

.services-boxes {
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
}

.services-boxes a {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.services-boxes a .service-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFBE00;
    padding: 17px 40px;
    border-radius: 50px;
    transition: 300ms all;
}

.services-boxes a:hover .service-box {
    background: #fdedbf;
}

.services-boxes a .service-box h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.service-colum {
    background: #000;
    padding: 100px 0;
}

.ser-img-col .vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.ser-img-col .vc_column-inner>.wpb_wrapper .big-shape-img img {
    border-radius: 40px;
}

p.drop-list {
    display: none;
}

.ser-img-col .vc_column-inner>.wpb_wrapper .small-shape-img img {
    border-radius: 20px;
    margin: 0px 15px;
}

.ser-img-col .vc_column-inner>.wpb_wrapper .big-shape-img img {
    border-radius: 20px;
    margin: 0px 0px 35px;
}

.ser-img-col .vc_column-inner>.wpb_wrapper .wpb_single_image:nth-child(4) {
    margin-top: -110px;
    margin-left: 20px;
}

.service-colum h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    padding-right: 40px;
    padding-bottom: 20px;
}

.service-colum p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.service-colum a.drop-list-btn {
    color: #fff;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
}

p.drop-list.open-list {
    display: block;
}

.blog-content p br {
    display: none;
}

.service-colum a.drop-list-btn:before {
    content: '';
    background: url(./assets/images/drop-down.png);
    width: 70px;
    height: 70px;
    display: inline-block;
    background-color: #F0BB1F;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 30px;
}

.service-quetion {
    background: #F0BB1F;
    padding: 100px 0;
}

.service-quetion h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    color: #000;
    padding-bottom: 60px;
}

.service-quetion .vc_toggle {
    font-size: 16px;
    color: #fff;
    background: #000;
    padding: 12px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin: 10px auto;
}

.service-quetion .vc_toggle:last-child {
    margin-bottom: 0;
}

.service-quetion .vc_toggle h4 {
    font-size: 16px;
    font-weight: 500;
}

.service-quetion .vc_toggle i.vc_toggle_icon:before,
.service-quetion .vc_toggle i.vc_toggle_icon:after {
    display: none !important;
}

.service-quetion .vc_toggle i.vc_toggle_icon {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    background-image: url(./assets/images/drop-down.png);
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    width: 18px;
    height: 12px;
    background-color: transparent;
    border: none;
    filter: brightness(0) invert(1);
    opacity: 1;
}

.service-quetion .vc_toggle .vc_toggle_title {
    padding: 0 !important;
}

.service-quetion .vc_toggle .vc_toggle_content {
    margin-bottom: 0;
    padding: 0 !important;
}

.case-study {
    background: #000;
    padding: 100px 0;
}

.case-study-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}

.case-study-content p {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
}

.case-study-content a {
    background: #FFBE00;
    border-radius: 30px 15px 15px 0px;
    padding: 14px 32px;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    margin-top: 30px;
}

.case-box-section .case-study-box {
    background: #fff;
    width: 90%;
    margin: 100px auto;
    box-shadow: 5px 5px 100px rgb(193 184 184 / 25%);
    border-radius: 40px;
    padding: 80px 120px;
    display: flex;
    align-items: center;
}

.case-box-section .case-study-box h3 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    position: relative;
    margin-bottom: 40px !important;
}

.case-box-section .case-study-box h3:after {
    content: '';
    width: 100px;
    height: 5px;
    background: #FFBE00;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.case-box-section .case-study-box h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 34px;
}

.case-box-section .case-study-box h5 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.case-box-section .case-study-box p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-right: 100px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}

.case-box-section .case-study-box p:last-child {
    margin-bottom: 0;
}

.case-box-section .case-study-box:before {
    content: '';
    background: #FFBE00;
    width: 470px;
    height: 64%;
    position: absolute;
    right: 0;
}

.book-a-call h2 {
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.book-a-call p {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.case-services {
    background: #161819;
    padding: 100px 0;
}

.case-services h2 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.contact-section {
    background: #000;
    padding: 100px 0;
}

.contact-content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.contact-content p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact-content ul {
    padding: 0;
    list-style: none;
    margin: 35px 0;
}

.contact-content ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}

.contact-content ul li a {
    color: #fff;
    display: inline-block;
}

.contact-content ul.social-media li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.social-media li {
    display: inline-block;
    margin-right: 10px;
}

span.wpcf7-spinner {
    position: absolute;
}

li#block-11 h3 {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

li#block-11 {
    padding-top: 20px;
}

.contact-form input {
    width: 100%;
    font-size: 16px;
    color: rgb(0 0 0 / 46%);
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.43);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.contact-form span.wpcf7-form-control-wrap {
    width: calc(100% - 0px);
}

.contact-form select,
.contact-form textarea {
    width: 100%;
    font-size: 16px;
    color: rgb(0 0 0 / 46%);
    font-weight: 400;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.43);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 15px;
    outline: none;
}

.contact-form textarea {
    height: 100px;
    margin-bottom: 9px;
}

.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: auto;
    font-size: 16px;
    background: #F0BB1F;
    color: #fff;
    padding: 13px 60px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    border-radius: 2;
    border: none;
    margin-top: 40px;
    cursor: pointer;
}

.blog-image img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    transition: 300ms all;
}

.blog-page .col-md-4 a:hover img {
    transform: scale(1.1);
}

.blog-image {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.blog-content {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);
    border-radius: 0px 0px 20px 20px;
    padding: 20px 24px;
}

.blog-content h5 {
    font-size: 16px;
    font-weight: 500;
    color: #f0bb1f;
    opacity: 0.5;
    margin-bottom: 16px;
}

.blog-page .col-md-4 a:hover h3 {
    color: #ffbe00;
}

.blog-content h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 15px;
    transition: 300ms all;
}

.blog-content p {
    font-size: 12px;
    color: #000;
    opacity: 0.5;
    margin-bottom: 0;
}

.blog-post-box {
    margin-bottom: 30px;
}

.blog-page {
    padding-top: 150px;
    padding-bottom: 80px;
}

.blog-first-section {
    padding-top: 100px;
    text-align: center;
}

.blog-first-section h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
}

.widget.widget_search form.search-form {
    width: 70%;
    margin: 50px auto 0;
    position: relative;
}

.widget.widget_search form.search-form label {
    width: 100%;
    margin: 0;
}

.widget.widget_search form.search-form input.search-field {
    background: #FFFFFF;
    box-shadow: 0px 0px 45px rgb(86 86 86 / 25%);
    border-radius: 100px;
    border: none;
    font-size: 18px;
    color: #A0A0A0;
    font-weight: 500;
    width: 100%;
    padding: 20px 90px;
}

.widget.widget_search form.search-form input.search-submit {
    position: absolute;
    top: 50%;
    left: 48px;
    transform: translateY(-50%);
    background-image: url(./assets/images/loupe.png) !important;
    background-color: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    background-size: cover;
    opacity: 0.5;
    font-size: 0;
}

.wpb_text_column.wpb_content_element.blog-search {
    display: none;
}

.blog-page .col-md-4 a {
    color: #000;
}

.explore-topics h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding-bottom: 60px;
}

.explore-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.explore-list ul a {
    font-size: 14px;
    font-weight: 500;
    background: #FFBE00;
    padding: 15px 0px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50px;
    margin-bottom: 27px !important;
    width: 198px;
    text-align: center;
    color: #fff;
    transition: 300ms all;
}

.explore-list ul a:hover {
    background: #fdedbf;
    color: #ffbe00;
}

.explore-topics {
    padding-bottom: 90px;
}

.news-latter-section {
    background: #F4F4F4;
    padding: 100px 0;
}

.news-latter-section .wrapper-row {
    background: #FFBE00;
    padding: 100px;
    text-align: center;
    border-radius: 30px;
}

.news-latter-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
}

.news-latter-section p {
    font-size: 16px;
    font-weight: 400;
}

.newslatter-box input.wpcf7-form-control {
    font-size: 18px;
    padding: 17px 20px;
    border-radius: 10px;
    border: none;
    text-align: center;
    width: 100%;
}

.newslatter-box input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #0F1E3D;
    color: #fff;
    padding: 17px 56px;
}

.newslatter-box {
    width: 620px;
    margin: 50px auto 0;
}

.newslatter-box span.wpcf7-form-control-wrap {
    width: 100%;
}

.fet_box {
    display: none;
}

.post-btom-content h3 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 13px;
}

.post-btom-content {
    text-align: center;
}

.post-btom-content p {
    font-size: 20px;
    font-weight: 400;
}

.post-btom-content a {
    background: #0F1E3D;
    display: inline-block;
    padding: 11px 28px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 29px;
}

.post-detail-bottom .post-btom-content {
    background: #FFBE00;
    padding: 80px;
    border-radius: 30px;
}

.post-detail-bottom {
    background: #F4F4F4;
    padding: 100px 0;
    margin-top: 100px;
}

.single-post main.site-main {
    padding: 0;
}

.mute-single {
    padding: 50px 0;
}

.post-date {
    font-size: 16px;
    color: #8E8E8E;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 60px;
}

.post-content h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 30px;
}

.post-content p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 26px;
}

.banner-arrow img {
    filter: brightness(0) invert(1);
    margin-top: 50px;
}

.about-us-heading h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
}

.about-first-sec h2 {
    line-height: 57px;
    font-size: 40px;
    text-align: center;
    color: #000;
}

.about-first-sec h2 span.yellow-text {
    color: #F0BB1F;
}

.about-first-sec p {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: 500;
}

.about-first-sec {
    padding: 100px 0;
}

div#about_slider_one {
    padding-top: 110px;
}

div#about_slider_one .project-new-box::before {
    opacity: 0;
}

.about-testimonials {
/*     background: #FEBC06; */
    padding: 100px 0px 100px 100px;
}

.about-testimonials h2 {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-testimonials p {
    font-size: 17px;
    color: #000000;
    line-height: 25px;
}

.ts-box {
        background: #fff;
    width: 95%;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 8%);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: left;
    margin-bottom: 22px;
    margin-top: 22px;
    margin-left: 5px;
    border: 1px solid #DADADA;
    font-size: 14px;
}

.ts-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 0 5px;
}

.ts-content h4 {
    font-size: 12px;
    font-weight: 200;
    margin-bottom: 5px;
}

.ts-content p {
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
	min-height: 230px;
}

div#tesimonials ul.slick-dots {
    padding: 0px 0 0 50px;
    list-style: none;
    margin-bottom: 0;
}

div#tesimonials ul.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(249 229 161 / 50%) !important;
    padding: 0;
}

div#tesimonials ul.slick-dots li.slick-active button {
    background: #f9dc78 !important;
}

div#tesimonials ul.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

div#tesimonials {
    padding-top: 0;
    margin-right: 0px;
    margin-left: 0px;
}

.about-contact-box {
/*     background: #FFFFFF; */
    box-shadow: 0px 0px 20px rgb(129 129 129 / 25%);
    border-radius: 26px;
    padding: 86px 70px;
    background-repeat: no-repeat;
}

.about-contact {
    padding: 100px 0;
}

.about-contact-box h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 62px;
    text-align: center;
    padding-left: 0px;
}

.about-contact-box a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    background: #F0BB1F;
    border-radius: 15px;
    padding: 12px 29px;
    display: inline-block;
    margin-top: 21px;
}

.about-contact-box a:after {
    content: '';
    background-image: url(./assets/images/arrow-right.png);
    width: 11px;
    height: 18px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
}

.about-contact-box .wpb_text_column.wpb_content_element {
    text-align: right;
}

.current-opportu h2 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 35px;
}


.current-opportu .vc_toggle {
    border: 1px solid rgb(0 0 0 / 43%);
    margin-bottom: 0 !important;
    padding: 18px 30px;
	/* background: #000; */
    margin-bottom: 1px !important;
}

.current-opportu {
    padding: 100px 0;
}

.current-opportu .vc_toggle:not(:last-child) {
    border-bottom: none;
}

.current-opportu .vc_toggle h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.current-opportu .vc_toggle .vc_toggle_title {
    padding-left: 0 !important;
}

.current-opportu .vc_toggle .vc_toggle_title i.vc_toggle_icon {
    left: auto;
    right: 0;
}

.current-opportu .vc_toggle .vc_toggle_content {
    padding-left: 0 !important;
    margin-bottom: 0;
}

.carrer-form-section .wrapper-row {
    width: 870px;
}

.carrer-form-section .wrapper-row h2 {
    color: rgb(0 0 0 / 62%);
    text-align: center;
    margin-bottom: 60px;
    line-height: 37px;
    font-size: 24px;
}

.current-opportu .vc_toggle p {
    color: #000000;
}

.carrer-form-section .wrapper-row h2 a {
    color: #000;
}

.carrer-form-section .wrapper-row .carrer-form input {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 40%);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 25px;
}

.carrer-form span.wpcf7-form-control-wrap {
    width: 100%;
}

.carrer-form p {
    font-size: 12px;
    margin-bottom: 7px;
    color: #585858;
    font-weight: 500;
}

.carrer-form textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 40%);
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 16px;
    color: rgb(0 0 0 / 40%);
    margin-bottom: 25px;
    height: 110px;
}

.carrer-form-section .wrapper-row .carrer-form span.wpcf7-list-item.first.last input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin: 0;
}

.carrer-form-section .wrapper-row .carrer-form span.wpcf7-list-item.first.last {
    margin-left: 0;
}

.carrer-form-section .wrapper-row .carrer-form span.wpcf7-list-item.first.last span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.carrer-form-section .wrapper-row .carrer-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #FFBE00;
    width: auto;
    color: #fff;
    border: none;
    margin-top: 40px;
    padding: 14px 40px;
    cursor: pointer;
}

.carrer-form-section {
    padding: 40px 0 100px;
}

.get-started-popup.popup-open div#myModal {
    display: flex;
    visibility: visible;
    opacity: 1;
    background: rgb(0 0 0 / 68%);
    align-items: center;
    justify-content: center;
    overflow-y: scroll;
}

.get-started-popup.popup-open .modal-dialog {
    transform: translate(0, 0%);
}

.get-started-popup .modal-dialog {
    max-width: 95%;
    width: 900px;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin-top: 65px;
}

.get-started-popup .modal-dialog .modal-header {
    justify-content: flex-end;
    align-items: center !important;
    padding: 0;
    border: none;
    padding-right: 15px;
}

.get-started-popup .modal-dialog .modal-header a {
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(./assets/images/close.png);
    background-size: contain;
}

.get-started-popup .modal-dialog .modal-body {
    padding: 0px 60px;
}

.get-started-popup .modal-dialog .modal-body h2 {
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    color: #000;
}

.get-started-popup .modal-dialog .modal-body p {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
	font-size: 15px;
}

.get-started-popup .modal-dialog .modal-body .get-started-form span.wpcf7-form-control-wrap {
    width: 100%;
}

.get-started-popup .modal-dialog .modal-body .get-started-form span.wpcf7-form-control-wrap input,
.get-started-popup .modal-dialog .modal-body .get-started-form select {
    width: 100%;
    padding: 11px 15px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.get-started-popup .modal-dialog .modal-body .get-started-form textarea {
        width: 100%;
    border-radius: 5px;
    padding: 10px;
    height: 100px;
}

.get-started-popup .modal-dialog .modal-body .get-started-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #f0bb1f;
    width: 100%;
    padding: 13px 15px;
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
}

.get-started-popup .modal-content {
    border-radius: 15px;
    border: none;
}

div#projects_new_slide .new-projects-image img {
    height: 720px;
}

.slick-video-popup {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    height: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}

.our_work_box {
    margin-bottom: 0px;
}

.top_footer li#block-8 h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.top_footer .footer-newslatter .wpcf7-form-control-wrap input.wpcf7-form-control {
    background: #f4c03f;
    border: none;
    padding: 13px 21px;
    width: 100%;
    font-size: 15px;
    color: #000;
    border-radius: 8px;
    font-weight: 600;
}

.newslatter-inner span.wpcf7-form-control-wrap {
    width: 100%;
}

.newslatter-inner {
    position: relative;
}

.newslatter-inner input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 0;
    position: absolute;
    right: 15px;
    top: 18px;
    background-image: url(./assets/images/submit-icon.png);
    background-size: contain;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.third-btn a:after {
    content: '';
    background-image: url(./assets/images/arrow-right.png);
    width: 9px;
    height: 14px;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: 3px;
    background-size: contain;
}

.main-navigation .current-menu-item a {
    color: #f0bb1f;
}

.main-navigation li a:hover {
    color: #f0bb1f;
}

.main-navigation li.get_started a:hover {
    color: #fff;
}

.site-popup {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    background: rgb(0 0 0);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}

.popup-body iframe {
    width: 1080px;
    height: 610px;
}

.popup-header .close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(./assets/images/close.png);
    width: 20px;
    height: 20px;
    background-size: 100%;
    filter: brightness(1) invert(1);
    cursor: pointer;
}

.site-popup.popup-open {
    opacity: 1;
    visibility: visible;
}

div#popup {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 400ms all;
	z-index:9;
}

div#popup .book-popup-inner {
    width: 500px;
    background: #ffbe00;
    box-shadow: 0px 0px 30px rgb(255 255 255 / 15%);
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

div#popup .book-popup-inner h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 27px;
}

div#popup .book-popup-inner p {
    color: #fff;
}

div#popup .book-popup-inner a {
    background: #000;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 25px;
    border-radius: 11px;
}

.our-work-image img {
    width: 100%;
    transition: 300ms all;
    transform: scale(1);
}
div#popup .close-popup a {
    font-size: 0;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url(./assets/images/close.png);
    background-size: contain;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    margin-top: 0;
}

.our_work_box a {
    position: relative;
    z-index: 1;
}

.work-content {
    position: absolute;
    bottom: 15px;
    padding-left: 30px;
    z-index: 2;
}

.work-content h4 {
    color: #fff;
}

.our_work_box a:before {
    content: '';
    background: #000;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 0.5;
    transition: 300ms all;
    z-index: 1;
}

.our-work-image {
    overflow: hidden;
}

.our_work_box a:hover img {
    transform: scale(1.1);
}

.our_work_box a:hover::before {
    opacity: 0;
}

.our-work-section {
    padding: 100px 0;
    background: #000;
}

.work-page-box .wrapper-row {
    height: 315px;
}

.work-page-box .wrapper-row h5.vc_custom_heading.crate-heading {
    font-size: 40px !important;
    line-height: 53px;
    text-align: left !important;
}

.work-page-box .wrapper-row p {
    color: #fff;
    margin-top: 19px;
}

.banner-video .wpb_raw_html iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.banner-video .wpb_raw_html .wpb_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.banner-video {
    margin: 0;
}

.banner-video .vc_column-inner {
    padding: 0;
}

.banner-video .vc_column-inner {
    padding: 0 !important;
}

.facebook a {
    font-size: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(./assets/images/facebook.png);
    background-size: contain;
}

.linkedin a {
    font-size: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(./assets/images/linkedin.png);
    background-size: contain;
}

.instagram a {
    font-size: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url(./assets/images/instagram.png);
    background-size: contain;
}

.banner-content {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    transform: translateY(0%);
    z-index: 1;
    bottom: 141px;
}

.popup-visible {
    overflow: hidden;
}

div#projects_small_two {
    direction: rtl;
}

div#projects_small_two .project-new-box {
    direction: ltr;
}

div#about_slider_two {
    direction: rtl;
}

.about-slide p {
    font-size: 32px;
    color: rgb(255 255 255 / 24%);
}

.page-id-9 .service-banner .wpb_column.vc_column_container.vc_col-sm-12 {
    position: initial;
}

.page-id-9 .service-banner .vc_row.wpb_row.vc_inner.vc_row-fluid.wrapper-row {
    position: relative;
}

.about-slide {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #F0BB1F;
    padding: 15px 0;
}

.ab-text.ab-white p {
    color: #fff;
}

.video_popup {
    background: #000;
}

.video_popup .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.video_popup .modal-dialog .modal-content {
    background: transparent;
    border: none;
    height: 100%;
}

.video_popup .modal-dialog .modal-content .modal-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_popup .modal-dialog .modal-content .modal-header {
    border: none;
}

.video_popup .modal-dialog .modal-content .modal-header button.close {
    background: url(./assets/images/close.png);
    width: 30px;
    height: 30px;
    padding: 0;
    display: block;
    position: relative;
    filter: blur(1px) invert(1);
    background-size: 100%;
    opacity: 1;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
}

.video_popup .modal-dialog .modal-content .modal-body iframe {
    width: 910px;
    height: 500px;
}

.single-post .mute-single .container {
    width: 800px;
}

.video_popup .modal-dialog .modal-content .modal-header button.close span {
    display: none;
}

.book-a-call {
    padding-bottom: 90px;
}

.slick-slide {
    height: auto;
}
.visible {
    opacity: 1;
    top: 0;
}
div#popup.expand {
    visibility: visible;
    opacity: 1;
}

@media(max-width:1800px) {
    div#projects_new_slide .new-projects-image img {
        height: 530px;
    }
}

@media(max-width:1399px) {
    .about-slide p {
        font-size: 22px;
    }

    .case-study-box .vc_col-sm-6 {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }

    .case-box-section .case-study-box {
        flex-wrap: wrap;
    }

    .case-box-section .case-study-box:before {
        display: none;
    }
}

@media (max-width:1023px) {
    .service-colum .vc_col-sm-6 {
        display: block;
        width: 100%;
    }

    .ser-img-col .vc_column-inner>.wpb_wrapper .wpb_single_image:nth-child(4) {
        margin-top: 0;
        margin-left: 0;
    }
}

@media(max-width:1199px) {
    .main-navigation li {
        padding: 0 10px;
        position: relative;
    }

    .case-box-section .case-study-box {
        margin: 70px auto;
        padding: 50px 50px;
    }


}

@media(max-width:1023px) {
    .our-work-post .col-md-4 {
        width: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .brands-inner {
        width: 100%;
        margin: 0 auto;
    }

    .main-heading {
        font-size: 55px !important;
    }

    .home-section-two h2 {
        font-size: 35px;
        line-height: 53px;
    }

    .home-section-two h2 a.yellow-text-arrow:before {
        width: 233px;
        background-size: contain;
        height: 10px;
        background-repeat: no-repeat;
    }

    .white-btn a {
        font-size: 14px;
        padding: 14px 56px 14px 20px;
    }

    .white-btn a:after {
        width: 22px;
        height: 22px;
        background-size: 100%;
    }

    .home-section-two p {
        font-size: 16px;
        line-height: 30px;
    }

    .projects-section h2 {
        font-size: 40px;
    }

    h5.vc_custom_heading.crate-heading {
        font-size: 35px !important;
        line-height: 50px;
        width: 100%;
    }

    .create-box .wrapper-row {
        padding: 0 40px;
    }

    .primary-btn a {
        font-size: 14px !important;
        padding: 13px 23px !important;
    }

    .footer-col:first-child {
        width: 100% !important;
    }

    .np-button a {
        font-size: 14px;
        padding: 13px 51px 13px 30px;
    }

    .np-button a:before {
        width: 18px;
        height: 18px;
        background-size: 100%;
    }

    .get_started a {
        background: transparent;
        border-radius: 0;
    }

    footer.site-footer {
        background: #000;
        overflow: hidden;
    }

    .primary-btn a:after {
        width: 9px;
        height: 15px;
        background-size: 100%;
    }

    .about-testimonials {
        padding: 100px 0 100px 15px;
    }

    .about-contact-box {
        padding: 40px 50px;
    }

    .about-contact-box h2 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 0;
    }

    .about-us-heading h2 {
        font-size: 40px;
    }

    .about-first-sec h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .about-first-sec p {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .services-boxes a {
        width: 50%;
    }

    .ser-img-col .vc_column-inner>.wpb_wrapper {
        display: none;
    }

    .service-banner h1 {
        font-size: 45px;
    }

    .service-section p {
        padding: 0;
    }

    .service-section h2 {
        margin-bottom: 30px;
    }

    .service-colum h3 {
        padding-right: 0;

    }

    .service-colum,
    .service-quetion,
    .service-section,
    .service-section {
        padding: 70px 0;
    }

    .service-quetion h2 {

        padding-bottom: 40px;
    }

    .case-study-content h2,
    .service-quetion h2,
    .service-colum h3,
    .case-box-section .case-study-box h3,
    .service-section h2,
    .book-a-call h2,
    .case-services h2,
    .blog-first-section h2,
    .news-latter-section h2,
    .current-opportu h2 {
        font-size: 30px;
    }

    .service-quetion .vc_toggle h4 {
        font-size: 18px;
        margin-right: 40px;
        display: block;
        word-break: break-word;
    }

    .case-study .vc_col-sm-6 {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }

    .case-box-section .case-study-box p {
        padding-right: 0;
    }

    .services-boxes {
        padding-top: 70px;
    }

    .blog-page,
    .current-opportu {
        padding: 70px 0;
    }

    .post-detail-bottom {
        padding: 70px 0;
        margin-top: 70px;
    }

    .carrer-form-section {
        padding: 40px 0 70px;
    }

}

@media(max-width:767px) {
    .our-work-post .col-md-4 {
    width: 50%;
    flex: 50%;
    max-width: 50%;
    padding: 0 2.5px;
}
	.our_work_box {
    margin-bottom: 5px;
}
ul.list_of_cat {
    padding-left: 1em !important;
    background-color: #fff;
    display: block !important;
    margin-bottom: 0;
    height: 100% !important;
}
	.work-content {
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
}
	.archive .cat_filtter + .row .col-md-4 {
    width: 50%;
    padding: 0 2.5px;
}
.btn_cate .col-md-3 {
    border-top: 1px solid #000;
    padding-top: 14px;
    margin-top: 15px;
    display: none;
}
	span.btn_cate_p {
    display: block;
    width: 100%;
}
	.btn_cate .col-md-3.open-filter {
    display: block;
}

    .service-quetion .vc_toggle {
        padding: 15px 15px;
    }

    .banner-content {
    bottom: 120px;
    padding: 0 30px;
}

    	.vc_row.wpb_row.vc_row-fluid.full-screen-video {
    background: #000;
    height: calc(100vh - 66px);
    position: relative;
}

    .main-heading {
        font-size: 35px !important;
        width: 100% !important;
        text-align: left !important;
        padding-top: 40px;
        margin-bottom: 30px;
    }
	.full-screen-video::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.5;
}

.banner-content .get_stated_btn.vc_btn3-inline {
    text-align: center !important;
    width: auto;
    padding-bottom: 0;
}

    .home-section-two {
        padding: 70px 0;
    }

    .home-section-two h2 a.yellow-text-arrow:before {
        display: none;
    }

    .home-section-two h2 {
        font-size: 24px;
        line-height: 36px;
    }

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

    .home-section-two p {
        font-size: 14px;
        line-height: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .home-section-three h3 {
        font-size: 20px;
        padding-bottom: 40px;
    }

    #brands-logo .slick.slick-slide:nth-child(6) img,
    #brands-logo .slick.slick-slide:nth-child(11) img {
        width: 80px;
    }

    .projects-section h2 {
        font-size: 30px;
        padding-bottom: 40px;
    }

    div#projects_new_slide .new-projects-image img {
        height: 250px;
        border-radius: 15px;
    }

    .np-content {
        padding: 20px 30px;
    }

    .np-content h4 {
        font-size: 20px;
    }

    .project-new-box img {
        width: 100%;
        border-radius: 15px;
        height: 200px;
        object-fit: cover;
    }

    .small-projects .project-new-box .np-content h4 {
        font-size: 18px;
    }

    .create-box .wrapper-row {
        padding: 0 40px;
        flex-wrap: wrap;
        height: auto;
        padding: 50px 30px;
    }

    h5.vc_custom_heading.crate-heading {
        font-size: 24px !important;
        line-height: 38px;
        width: 100%;
    }

    .create-box .wrapper-row .vc_col-sm-3 .primary-btn.vc_btn3-inline {
        margin-bottom: 0;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }

    .create-box {
        padding: 70px 0;
    }

    .about-slide {
        display: none;
    }

    .service-banner {
        height: 350px;
    }

    .about-first-sec {
        padding: 80px 0;
    }

    .about-first-sec h2 {
        font-size: 30px;
        line-height: 39px;
    }

    .about-first-sec p {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 26px;
    }

    div#tesimonials ul.slick-dots {
        padding: 12px 0 0 0px;
        list-style: none;
        margin-bottom: 0;
        text-align: center;
    }

    .ts-heading {
        padding-bottom: 30px;
    }

    .about-testimonials {
        padding: 70px 0 60px 0px;
    }

    body .about-contact-box {
        padding: 40px 50px;
        text-align: center !important;
    }

    .about-contact-box h2 {
        font-size: 24px;
        line-height: 30px;
        padding-left: 0;
        text-align: center !important;
    }

    .about-contact-box p {
        text-align: center;
    }

    .services-boxes a {
        width: 100%;
    }

    .case-box-section .case-study-box {
        padding: 15px;
    }

    .newslatter-box {
        width: 100%;
    }

    .news-latter-section .wrapper-row {
        padding: 30px;
    }

    .post-detail-bottom .post-btom-content {
        padding: 30px;
    }

    .newslatter-box input.wpcf7-form-control {
        margin-bottom: 30px;
    }

    .contact-section .vc_col-sm-5 {
        margin-bottom: 30px;
    }
	.banner-video .wpb_raw_html .wpb_wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 66px);
    overflow: hidden;
}
.banner-video .wpb_raw_html iframe {
    height: 1100px;
    width: 1950px;
    position: absolute;
    top: 0;
    object-fit: cover;
}
	.case-study .wrapper-row {
    display: flex;
    flex-wrap: wrap;
}
.case-study .vc_col-sm-6:first-child {
    order: 2;
    padding-top: 20px;
}
	.case-study {
    background: #000;
    padding: 60px 0;
}
.get-started-popup .modal-dialog .modal-body {
    padding: 30px 20px;
}
	.get-started-popup .modal-dialog {
    width: 100%;
    max-width: 100%;
    left: 0;
    transform: translate(0, 0) !important;
    top: 0;
    margin: 0;
    border-radius: 0;
}
	.get-started-popup .modal-dialog .modal-body h2 {
    font-size: 24px;
}
	.get-started-popup .modal-dialog .modal-body p {
    font-size: 14px;
}
	.get-started-popup .modal-dialog .modal-body p {
    font-size: 14px;
    margin-bottom: 42px;
}
	.get-started-popup .modal-dialog .modal-body .get-started-form span.wpcf7-form-control-wrap input, .get-started-popup .modal-dialog .modal-body .get-started-form select {
    font-size: 12px;
    margin-bottom: 12px;
}
	.get-started-popup .modal-dialog .modal-body .get-started-form textarea {
    font-size: 12px;
    height: 80px;
}
	.get-started-popup .modal-dialog .modal-body .get-started-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 14px;
}
	.work-content{
		width:100%;
	}
	.popup-image img {
    border-radius: 5px;
}
}

@media(max-width:499px) {
	div#popup .book-popup-inner {
    width: 95%;
}
	div#popup .book-popup-inner h2 {
    font-size: 24px;
}
	div#popup .book-popup-inner p {
    font-size: 14px;
    margin-bottom: 7px;
}
	.about-first-sec p {
    font-size: 14px;
    margin-bottom: 17px;
    line-height: 23px;
    margin-top: 15px;
}
	div#about_slider_one {
    padding-top: 70px;
}
	.about-testimonials p {
    font-size: 14px;
    line-height: 22px;
}
	.ts-heading {
    padding-bottom: 15px;
}
	.service-section h2 {
    margin-bottom: 20px;
    font-size: 20px !important;
}
	.service-section p {
    font-size: 14px;
    font-weight: 500;
}
	.popup-body iframe {
    width: 350px;
    height: 210px;
}
	.video_popup .modal-dialog {
    margin-left: 0;
}
	.video_popup .modal-dialog .modal-content .modal-body {
    padding: 0;
}
	.video_popup .modal-dialog .modal-content .modal-body iframe {
    width: 360px;
    height: 180px;
}
	.archive .work-content {
    bottom: 5px !important;
}
	div#projects_new_slide .new-projects-image img {
    height: 250px;
    border-radius: 8px;
}
	.project-new-box img {
    width: 100%;
    border-radius: 8px;
    height: 200px;
    object-fit: cover;
}
	.case-study-content h2, .service-quetion h2, .service-colum h3, .case-box-section .case-study-box h3, .service-section h2, .book-a-call h2, .case-services h2, .blog-first-section h2, .news-latter-section h2, .current-opportu h2 {
    font-size: 24px;
}
	.case-study-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
	.case-study-content a {
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 16px 8px 8px 0px;
    margin-top: 25px;
}
	.case-box-section .case-study-box {
    padding: 30px 15px;
    width: 100%;
    margin-top: 50px;
}
	.case-box-section .case-study-box h4 {
    font-size: 20px;
    margin-bottom: 25px;
}
	.case-box-section .case-study-box h5 {
    font-size: 20px;
}
	.case-box-section .case-study-box p {
    padding-right: 0;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 30px;
    line-height: 25px;
}
	.book-a-call p {
    font-size: 14px;
    padding-bottom: 40px;
}
.services-boxes a .service-box h4 {
    font-size: 12px;
}
	.service-image img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-left: 7px;
}
	.service-colum, .service-quetion, .service-section, .service-section {
    padding: 50px 0 30px;
}
.services-boxes a .service-box {
    width: auto;
    height: auto;
    padding: 10px 15px;
    justify-content: center;
}
.services-boxes a {
    width: 50%;
    padding: 0 2px;
}
    .service-banner {
        height: 250px;
    }

    .work-content h4 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
}
	.work-content {
    bottom: 5px;
}
	.archive .work-content {
    bottom: 5px;
}

    .main-heading {
    font-size: 30px !important;
    width: 100% !important;
    text-align: left !important;
    padding-top: 40px;
    margin-bottom: 38px;
}

    .primary-btn a {
        display: block;
        width: 100%;
    }

    .home-section-two {
        padding: 50px 0;
    }

    .wrapper-row>.wpb_column.vc_column_container.vc_col-sm-12 .vc_column-inner {
        padding: 0;
    }

    .np-content {
        padding: 20px 30px;
        display: block;
        text-align: center;
    }

    .np-content h4 {
        font-size: 20px;
        margin-bottom: 17px;
    }

    h5.vc_custom_heading.crate-heading {
        font-size: 20px !important;
        line-height: 30px;
        width: 100%;
    }

    .service-banner h1 {
        font-size: 30px;
    }

    .service-colum a.drop-list-btn:before {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    padding: 15px;
    background-size: 14px;
}
	.about-first-sec h2 {
    font-size: 24px;
    line-height: 32px;
}
	body .about-contact-box {
    padding: 30px 30px;
    text-align: center !important;
}
	.service-quetion .vc_toggle h4 {
    font-size: 15px;
    font-weight: 500;
}
	.service-colum p {
    font-size: 14px;
}
	.service-quetion .vc_toggle i.vc_toggle_icon {
    width: 15px;
    height: 9px;
    background-size: contain;
}
	.service-quetion p {
    font-size: 13px;
    margin-bottom: 0;
}
	.blog-first-section {
    padding-top: 50px;
    text-align: center;
}
	.widget.widget_search form.search-form {
    width: 100%;
    margin: 35px auto 0;
    position: relative;
}
	.widget.widget_search form.search-form input.search-field {
    font-size: 16px;
    padding: 16px 60px;
}
	.widget.widget_search form.search-form input.search-submit {
    left: 27px;
}
	.explore-list ul li {
    width: 33.33%;
}
.explore-list ul li a {
    width: 97%;
    margin: 0 auto;
    font-size: 10px;
    padding: 10px 0px;
    margin-bottom: 8px !important;
}
	.news-latter-section{
		padding:80px 0px;
	}
	.newslatter-box {
    width: 100%;
    margin: 30px auto 0;
}
	.newslatter-box input.wpcf7-form-control {
    margin-bottom: 8px;
    font-size: 14px;
}
	.post-date {
    margin-bottom: 30px;
}
	.post-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
	.post-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}
	.post-btom-content h3 {
    font-size: 20px;
}
	.post-btom-content p {
    font-size: 16px;
    font-weight: 400;
}
	.post-btom-content a {
    font-size: 14px;
    margin-top: 5px;
}
	.current-opportu .vc_toggle h4 {
    font-size: 14px;
    padding-right: 20px;
}
	.carrer-form-section {
    padding: 0px 0 70px;
}
	.carrer-form-section .wrapper-row h2 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 35px;
}
	.carrer-form-section .wrapper-row .carrer-form input {
    font-size: 14px;
    margin-bottom: 12px;
}
	.carrer-form textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 14px;
    margin-bottom: 12px;
}
	.carrer-form-section .wrapper-row .carrer-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    margin-top: 20px;
}
	.current-opportu .vc_toggle p {
    font-size: 14px;
}
	.contact-section {
    background: #000;
    padding: 70px 0;
}
	.contact-content h2 {
    font-size: 24px;
}
	.contact-content p {
    font-size: 14px;
}
	.contact-content ul li {
    font-size: 14px;
}
	.contact-content ul {
    margin: 22px 0;
}
	.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    font-size: 14px;
    margin-top: 27px;
}
	.contact-form input {
    font-size: 14px;
}
	.contact-form select, .contact-form textarea {
    font-size: 14px;
}
}

.cat_filtter {
    background-color: #fff;
    margin-bottom: 70px;
}

.filter_op {
    padding: 22px 15px;
    font-size: 14px;
    letter-spacing: 1px;
}

.btn_cate a {
    padding: 0;
    margin: 0;
    color: #000;
}

.btn_cate li {
    padding-top: 10px;
    list-style-type: none;
}

ul.list_of_cat {
    padding-left: 1em !important;
    background-color: #fff;
}

.archive .work-content {
    bottom: 35px;
}

.archive main.site-main {
    padding: 0;
    background-color: #fff;
}

.archive .service-banner {
/*     background-image: url(./assets/images/banner_image.jpg); */
}

.archive .cat_filtter {
    margin-bottom: 5em;
}

.filter_op {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 30px 32px 0px #c9c9c9;
    margin-bottom: 88px !important;
}

.btn_cate_p a {
    color: #f0bb1e;
}

div#about_slidersdasda {
    display: flex;
    justify-content: space-around;
}

.about-text-slide h2 {
    margin-bottom: 0;
    font-size: 35px;
    color: rgb(255 255 255 / 24%);
    font-weight: 300;
}

.testimonial-title h4{
	font-size: 14px;
	font-weight: 500;
   
}
.testimonial-companyname h4{
	font-size: 12px !important;
	font-weight: 500;
	line-height: 20px;
	margin-top: -10px;
	color: #a1a1a1;
}
.ts-image{
 margin-top: 50px;	
}
.filter_op
{
	background: whitesmoke;
    padding: 50px 0px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 30px;
}
.filter_op button{
	background-color: #ffffff;
    border-radius: 30px;
    padding: 18px 40px;
    font-size: 14px;
    font-weight: 500;
}

}
.filter_op a{
	  font-size: 13px;
    padding: 5px 10px;
    font-family: 'arial';
    width: 100% !important;
    line-height: 13px;
    padding: 21px 40px !important;
    margin-top: 0px !important;
    border-radius: 25px;
    display: block;
}

div#about_slider_new .slick:nth-child(2) .about-text-slide h2,
div#about_slider_new .slick:nth-child(5) .about-text-slide h2,
div#about_slider_new .slick:nth-child(9) .about-text-slide h2 {
    color: #fff;
}
.reset-filter{
	background: white;
    border-radius: 20px;
    font-size: 14px;
    padding: 9px 15px !important;
    line-height: 37px;
    width: 100%;
    display: block;
    border-radius: 25px;
}
.bg-none{
	background: none !important;
}
.cstm-mg img{
	margin-top: -20px !important;
    margin-left: -5px !important;
}
.cstm-mgg img{
	margin-top: -45px !important;
    margin-left: -5px !important;
} 
.cstm-contact input[type=text], .cstm-contact input[type=email],  .cstm-contact input[type=tel], .cstm-contact input[type=search] {
    border: 1px solid #ccc;
    border-radius: 3px;
    height: 33px;
    font-size: 13px;
    color: #959595;
    padding: 10px 10px;
	width: 100%;
    margin-bottom: 12px;
}
.cstm-contact textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 13px;
    color: #959595;
    padding: 10px 10px;
	width: 100%;
    margin-bottom: 12px;
}
.cstm-label{
	font-size: 12px;
    margin-left: 3px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.mg input[type=checkbox]{
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	
}
.btn-cstm input[type=submit]
{
	    background: #f9bc09;
    padding-left: 15px;
    padding-right: 15px;
	color: #ffffff;
	margin-left: 5px;
}
@media only screen and (min-width: 769px) {
  .career-form .row{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
	.filter_op
{
	width: 70%;
	}
	.service-quetion .vc_toggle {
    width: 80%;
}
.dropdown-toggle::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 14.255em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
	position: absolute;
	right: 25px;
    top: 25px;
}
}
	.file-upload-wrapper {
    width: 60%;
}
}
@media only screen and (max-width: 768px) {
		.filter_op
{
	width: 100%;
	}
	.service-quetion .vc_toggle {
    width: 100%;
}
	.file-upload-wrapper {
    width: 95%;
}
		.filter_op .dropdown-toggle::after {
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    margin-left: 0.255em !important;
    vertical-align: 0.255em !important;
    content: "" !important;
    border-top: 0.3em solid !important;
    border-right: 0.3em solid transparent !important;
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent !important;
    position: absolute !important;
    right: 25px !important;
    top: 26px !important;
}
	.filter_op button{
		width: 100% !important;
    text-align: left !important;
	}
}
.filter_op button{
		max-width: 100% !important;
	width: 100% !important;
	text-align: left;
	}
.career-form span{
	width: 100% !important;
}
.career-form select{
	    height: 33px !important;
    padding: 0px;
    font-size: 13px;
    padding-left: 10px;
}
.modal-title{
	font-size: 24px;
	text-align: center;
}
.get-started-form select {
    padding: 0px 15px !important;
    margin-bottom: 18px !important;
    border-radius: 5px !important;
    height: 33px !important;
}

.image-ouline-shadow img {
	position: relative;
}
.vc_custom_1678820021537 {
    background-image: url(https://www.filmboy.co.uk/wp-content/uploads/2022/08/Boisdale-event-video-high.webp?id=533) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.btn_cate .dropdown-menu{
	width: 300px;
    border: none;
}
.how-work-steps h4{
	color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.how-work-steps h3{
	    font-size: 22px;
    color: #ffffff;
    line-height: 36px;
    text-align: left;
    margin-bottom: 40px;
}
.cstm-lg-btn button{
	padding: 10px 25px !important;
}
.mute-single .row-cstm{
	box-shadow: 0px 0px 25px 0px #9f9f9f;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    border-radius: 10px;
}

.mute-single img{
	border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.post-col-flex{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.btn-cstm a{
	background: #d3cdcd;
    padding: 8px 20px;
    border-radius: 20px;
	color: #000000;
	transition: all 200ms;
}
.btn-cstm a:hover{
	background: #f0bb1f;
	color: #ffffff;
	transition: all 200ms;
}
.btn:focus {
    outline: 0;
     box-shadow: unset !important;
}
.file-upload-wrapper {
  position: relative;
    height: 60px;
    border: solid 1px #c7c7c7;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 40px;
  line-height: 40px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: -1px;
  right: -10px;
  display: inline-block;
  height: 60px;
  background: #f0bb1f;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 16px;
  line-height: 60px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #f0bb1f;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.footer-newsletter input[type=email]{
	border-radius: 10px;
    height: 45px;
    width: 200px;
    background: #f0bb1f;
    border: none;
    color: #fff;
    padding-left: 10px;
	position: relative;
}
.footer-newsletter button{
	position: absolute;
    top: 45px;
    right: 20px;
    background: transparent;
}
.footer-newsletter button:hover{
	cursor: pointer;
}
.filter_op .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
}
.filter_op .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem !important;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'arial' !important;
    font-size: 14px !important;
}
.mt-100{
	margin-top: 100px !important;
}