header,
header.stickyheader {
    z-index: 9999;
    width: 100%;
    top: 0;
}
ul.breyer-social:after,
ul.breyer-social:before {
    border-right: 1px solid #ccc;
    width: 5px;
    height: 190px;
    right: 75px;
    content: "";
}
.banner_Sec_main .web_btn ul li a img,
.circle_img_contact1 img,
.services_box_sec:hover .services_icon img,
.services_box_sec:hover .services_icon:before,
.web_btn ul li a.btn1_top img,
.web_btn ul li a:hover img,
header .web_btn ul li a img,
header.stickyheader .web_btn ul li a.btn1_top img {
    filter: brightness(0) invert(1);
}
footer,
header {
    padding: 20px 0;
}
.footer_menu ul li a:before,
.submenu-services p a:before {
    content: "\f0da";
    margin-right: 10px;
    font-family: FontAwesome;
}
:root {
    --light_white: #f7f7f7;
    --black: #000;
    --white: #fff;
    --pink: #d35433;
    --blue: #013a9d;
    --light_blue: #d24d00;
    --gray: #6d6e70;
    --light_gray: #919396;
    --bg_color: #121212;
    --light_bg_color: #141414;
    --heading_color: #111;
    --heading-font-family: "Outfit", sans-serif;
    --paragraph-font: Open Sans, sans-serif;
}
img {
    pointer-events: none;
}
body {
    font-family: var(--paragraph-font);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: var(--whit);
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none;
}
::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 0px;
}
::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: #f04a38;
}
::selection {
    color: var(--white);
    background: var(--pink);
}
a,
a:focus,
a:hover {
    text-decoration: none;
    color: #000;
}
a:hover {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
    font-weight: 700;
    letter-spacing: -0.5px;
}
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    outline: 0;
}
.center-col {
    margin: 0 auto;
    display: table;
    float: none;
}
.top_bar_sec {
    background: var(--light_blue);
    padding: 6px 0 2px;
    overflow: hidden;
}
.top_bar_sec .container-fluid {
    max-width: 1500px;
    margin: auto;
    padding: 0 15px;
}
.top_bar_list ul li a {
    font-size: 16px;
    color: var(--white);
    font-weight: 400;
}
.top_bar_list ul li a .fa {
    color: var(--white);
    font-size: 19px;
    padding-right: 10px;
}
.top_bar_list ul li {
    display: inline-block;
    padding: 0 30px 0 0;
}
.top_br_marquee {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
}
.top_br_marquee span {
    padding: 3px 11px;
    display: inline-block;
    border-radius: 5px;
    background: var(--pink);
    border: 2px solid #fff;
}
.CTA_sec_tab .row,
.about_us_sec .row,
.banner_Sec_main .carousel-caption .row,
.main_menu_sec ul,
.top_bar_sec .row,
header .row {
    align-items: center;
}
header {
    position: absolute;
    background: 0 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 0 !important;
}
.counter_sec_main .counters li:hover h3.counter,
.counter_sec_main .counters li:hover span.count_text,
header.stickyheader .main_menu_sec ul.navbar-nav li > a,
header.stickyheader .web_btn ul li a,
header.stickyheader .web_btn ul li a.btn1_top:hover,
section.portfoliosec.portfoliosecpage h2,
section.portfoliosec.portfoliosecpage p {
    color: #000;
}
header.stickyheader .web_btn ul li a img {
    filter: brightness(0) invert(0);
}
.footer_heading h4,
.industries_sec_main .center_head_content h3,
.industries_sec_main .logo_tab_platform:hover h5,
.review_sec_main .slick-dots li button:before,
header.stickyheader .web_btn ul li a.btn1_top {
    color: #fff;
}
.packages_box_sec:hover .packages_cardBody ul li before,
.services_icon img,
.web_btn ul li a img,
.web_btn ul li a.btn1_top:hover img {
    filter: brightness(1) invert(0);
}
header.stickyheader {
    position: fixed;
    min-height: auto;
    background: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 10px 23px #0000000d;
}
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgb(0 0 0 / 29%);
    min-width: 16rem;
    border-radius: 0;
}
.about_us_sec,
.center_head_content span,
.contact_bg_hme,
.dropdown-submenu,
.starsBG,
footer .emailmain,
ul.breyer-social {
    position: relative;
}
.logo_Sec_main a {
    display: block;
    width: 100%;
}
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}
.main_menu_sec ul li a,
.packages_box_sec:hover .chat_btn a,
.packages_box_sec:hover .chat_btn small,
.packages_box_sec:hover .packages_cardBody p,
.packages_box_sec:hover .packages_cardBody ul li,
.packages_box_sec:hover .packages_heading_sec h3,
.packages_box_sec:hover .packages_heading_sec h5,
.packages_box_sec:hover .packages_heading_sec h6,
.packages_box_sec:hover .view_detail a,
.services_box_sec:hover .para_services_sec p,
.services_box_sec:hover .services_head h3 {
    color: var(--white);
}
.services_box_main,
.submenu-services p a {
    position: relative;
    transition: 0.5s ease-in-out;
}
.submenu-services p a:hover {
    color: #ff8901;
    margin-left: 15px;
}
.submenu-services p a:before {
    color: #d35433;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 26px;
}
.main_menu_sec {
    padding-top: 0;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
}
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:hover {
    background: var(--light_blue);
    color: var(--white) !important;
}
.mobile-nav-btn .lines:before,
.web_btn ul li a.btn1_top {
    background: linear-gradient(85deg, #fcb800 10%, rgb(240 74 56) 100%);
}
.main_menu_sec .navbar-collapse {
    justify-content: center;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}
ul.dropdown-menu li a {
    font-size: 16px;
    border-bottom: 1px solid;
    color: var(--black);
}
.logo_Sec_main img {
    width: 100%;
    position: relative;
    right: -25px;
}
.logo_Sec_main {
    display: inline-block;
    width: 55%;
    transition: 0.5s;
    background: 0 0;
    top: 0;
    position: relative;
}
header .container-fluid {
    margin: auto;
    padding: 0 75px;
}
.main_menu_sec ul li a:hover {
    color: var(--light_blue) !important;
}
.top_bar_list ul li a:hover {
    color: #d7d7d7;
}
.container {
    max-width: 1350px;
}
.top-left-social {
    position: absolute;
    background: #ffff;
    z-index: 99;
    height: 100%;
    width: 100px;
    align-items: center;
    justify-content: center;
    display: none;
}
ul.breyer-social li {
    font-size: 45px;
    padding-bottom: 10px;
}
ul.breyer-social li a {
    color: #626569;
    padding: 13px 50px;
    display: block;
}
ul.breyer-social:after {
    position: absolute;
    top: -210px;
}
ul.breyer-social:before {
    position: absolute;
    bottom: -210px;
}
.menu-item-has-children > a {
    padding-right: 20px;
    position: relative;
}
header.stickyheader img.dark__logo.hide,
ul.submenu.submenu-abt li {
    display: block;
}
ul.submenu.submenu-abt {
    width: auto;
}
.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0;
    border-color: #d35433 transparent transparent;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.menu-item-has-children > .submenu {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 10px -1px -1px 0;
    overflow: hidden;
    display: block;
    padding: 0 0 10px;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    top: 80%;
    left: 0;
    width: 100%;
    background-color: #111;
    border-radius: 5px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobile-nav,
.mobile-nav nav {
    height: 100%;
}
.app-container,
.mobile-nav {
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
}
.menu-item-has-children > .submenu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 0px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.65);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.65);
    border-radius: 5px;
}
.services_img_sec img,
.tab_nav_sec ul li a {
    box-shadow: 0 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}
.menu-item-has-children > .submenu:after {
    position: absolute;
    left: 50%;
    bottom: 100%;
    z-index: 2;
    margin-left: -6px;
    margin-bottom: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px;
    border-color: transparent transparent rgba(35, 31, 32, 0.9);
}
.menu-item-has-children > .submenu > li:not(:last-child) > a,
.menu-item-has-children > .submenu > li > a {
    border-bottom: 1px solid #303030;
    margin: 20px 0;
}
.menu-item-has-children > .submenu > li {
    position: relative;
    z-index: 2;
    padding: 0 24px;
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.menu-item-has-children > .submenu > li:first-child {
    border-radius: 5px 5px 0 0;
}
.menu-item-has-children > .submenu > li:last-child {
    border-radius: 0 0 5px 5px;
}
.menu-item-has-children > .submenu > li > a img {
    max-width: 30px;
    margin-right: 10px;
}
.menu-item-has-children > .submenu > li.lastchild > a {
    border-bottom: none;
}
.menu-item-has-children > .submenu > li.is-active > a {
    color: #ff8901;
}
.menu-item-has-children > .submenu > li.is-active > a.on_press,
html:not(.mobile):not(.tablet) .menu-item-has-children > .submenu > li.is-active > a:hover {
    color: #f6f073;
}
.bg_contact.row .col-sm-7,
.menu-item-has-children > .submenu > li.menu-item-has-children > a {
    padding-right: 30px;
}
.menu-item-has-children > .submenu > li.menu-item-has-children > a:after {
    right: 20px;
}
.menu-item-has-children > .submenu > li > a {
    white-space: nowrap;
    display: block;
    padding: 13px 0;
    color: #fff !important;
}
.menu-item-has-children > .submenu .submenu {
    top: 0;
    left: 100%;
    margin-left: 0;
    padding-top: 0;
}
.menu-item-has-children.focussed,
.menu-item-has-children:hover {
    z-index: 2;
}
.menu-item-has-children.focussed > a:after,
.menu-item-has-children:hover > a:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.menu-item-has-children.focussed > .submenu,
.menu-item-has-children:hover > .submenu {
    display: block;
    clip: auto;
    height: auto;
    overflow: visible;
    white-space: normal;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.process_box_sec.arrow_none:before,
[class^="box-"],
header.stickyheader img.light__logo,
img.dark__logo.hide {
    display: none;
}
header .web_btn ul li a {
    padding: 13px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
header .web_btn {
    padding: 0;
    text-align: right;
}
.mobile-nav {
    position: fixed;
    width: 80%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    transition: 0.6s ease-in-out;
    background: #d35433;
}
.mobile-nav .logo-main {
    font-size: 16px;
    color: #8795a0;
    padding: 15px 0 15px 24px;
    display: inline-block;
}
.mobile-nav img {
    width: 130px;
}
.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-size: 16px;
}
.mobile-nav nav li a .fa {
    font-size: 20px;
    float: right;
}
.mobile-nav nav li ul {
    display: none;
    background: #fff;
}
.mobile-nav nav li ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.app-container {
    position: relative;
    left: 0;
    transition: 0.6s ease-in-out;
    display: none;
}
.mobile-nav-btn {
    position: fixed;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    cursor: pointer;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    display: block;
    z-index: 99999;
    top: -10px;
}
.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 15px;
}
.mobile-nav-btn span {
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    top: 8px;
}
.lines:after,
.lines:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s, transform 0.3s;
}
.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 38px;
    color: #fff;
    position: absolute;
    padding: 16px 15px;
    border-radius: 5px;
    right: 0 !important;
}
.mobile-nav.active {
    z-index: 9999999;
    height: 100%;
    right: 0;
}
.mobile-nav ul {
    padding-top: 100px;
}
ul.firstlevel.unstyled {
    padding: 0;
}
.banner_content_sec h3 {
    font-size: 72px;
    color: var(--white);
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 15px;
    text-transform: capitalize;
    text-align: left;
    left: 60px;
    position: relative;
    padding-bottom: 20px;
}
.banner_right_img,
.center_head_content,
.contact_detail_sec,
.main-thankyou,
.packages_heading_sec,
.promote_img_Sec,
section.portfoliosec .custm-btn {
    text-align: center;
}
.banner_content_sec p {
    font-size: 19px;
    color: var(--white);
    line-height: 30px;
    font-weight: 400;
}
.banner_Sec_main ul.list_menu li {
    font-size: 18px;
    padding-bottom: 16px;
    display: block;
    color: var(--white);
    font-weight: 400;
}
.banner_Sec_main ul.list_menu li .fa {
    color: var(--pink);
}
.banner_Sec_main .web_btn ul li a {
    color: var(--white) !important;
}
.web_btn ul li a {
    border: 2px solid var(--pink);
    border-radius: 4px;
    padding: 17px 45px;
    display: inline-block;
    text-align: left;
    font-size: 17px;
    color: var(--blac);
    font-weight: 400;
}
.web_btn ul li a img {
    padding-right: 9px;
    width: auto !important;
}
.web_btn ul li a.btn1_top {
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
}
.web_btn ul li a:hover {
    background: #3c3c3c;
    color: var(--white);
    transition: 0.5s ease-in-out;
    border-color: #3c3c3c;
}
.web_btn ul li a:hover img {
    transition: 0.5s ease-in-out;
}
.web_btn ul li a.btn1_top:hover {
    border: none;
    background: linear-gradient(85deg, #f04a38 10%, #fcb800 100%);
    color: #fff;
}
.web_btn ul li {
    display: inline-block;
}
.btn_packages,
.footer_heading,
.web_btn {
    padding-top: 20px;
}
.about_img img,
.banner_Sec_main .carousel-item.active img,
.intl-tel-input,
.portfolio-box ul li .portfolio-item img,
.promote_img_Sec img {
    width: 100%;
}
.banner_right_img {
    padding-top: 70px;
}
.banner_right_img:before {
    content: "";
    right: 2rem;
    width: 22rem;
    height: 30rem;
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: -60px;
}
.hero-border-bottom:before,
.hero-border-top:after {
    position: absolute;
    background: #fff;
    width: 20px;
    height: 40px;
    right: 0;
    content: "";
}
.banner_right_img img {
    border-radius: 10px;
    width: auto !important;
}
.banner_content_sec {
    padding-top: 80px;
    border-left: 20px solid #fff;
    padding-bottom: 40px;
    position: relative;
}
.banner_content_sec h3 span {
    background: url(../images/header-border.svg) bottom no-repeat;
    padding-bottom: 7px;
}
.banner_Sec_main .carousel-caption .web_btn {
    display: inline-block;
    float: none;
}
.hero-border-bottom {
    position: relative;
    border-bottom: 20px solid #fff;
    height: 0;
    margin-bottom: 40px;
}
.hero-border-top {
    border-top: 20px solid #fff;
    height: 0;
    position: relative;
}
.hero-border-bottom,
.hero-border-top {
    width: 50%;
    float: left;
    clear: both;
}
.hero-border-bottom:before {
    bottom: 0;
}
video.banner_video {
    width: 100%;
    height: 890px;
    object-fit: cover;
}
.banner__hme__sec h1 {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
}
.banner__hme__sec p {
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
}
.about_content h2 {
    font-size: 34px;
    padding-bottom: 30px !important;
    font-weight: 700;
    line-height: 1.4;
    color: var(--black);
    z-index: 99;
}
.about_content p,
ul.about_ul li {
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
}
ul.about_ul {
    padding-bottom: 20px;
    padding-left: 21px;
}
ul.about_ul li {
    font-size: 16px;
    padding-bottom: 5px;
    list-style: disc;
}
.about_content p {
    font-size: 18px;
    width: 90%;
}
.platform_logo_sec {
    background: var(--white);
    padding: 70px 0 0;
}
.logo_tab_platform {
    box-shadow: 0 6px 14.25px 0.75px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    position: relative;
    padding: 21px 20px 24px 14px;
    background: #fff;
    line-height: 60px;
    margin-left: 16px;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
}
.logo_tab_platform h5 {
    display: inline-block;
    font-size: 12px;
    padding-left: 7px;
    margin: 0;
    position: relative;
    top: 3px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    text-align: center;
}
.logo_tab_platform span img {
    width: 57px;
    height: 57px;
    display: inline-block;
}
.design_services_sec .slick-slide,
.platform_logo_sec ul li,
.services_sec_main .slick-slide {
    margin: 0;
}
.portfolio_boxes a figure,
.tab_nav_sec ul li {
    margin-bottom: 0 !important;
}
.center_head_content h3 {
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
    font-weight: 700;
}
.center_head_content p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 0;
    color: var(--blac);
    font-weight: 400;
}
.services_img_sec img {
    width: 100%;
    border-radius: 24px;
}
.services_box_main:before {
    content: "";
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, transparent));
    background-image: linear-gradient(0deg, #000, transparent 80%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.overlay_text {
    position: absolute;
    bottom: 0;
    padding: 30px;
}
.overlay_text h4 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}
.cta_content_sec h3,
.form_submit input,
.order_submit input,
.thanku-sec div a {
    text-transform: capitalize;
}
.overlay_text p {
    font-size: 17px;
    line-height: 28px;
    color: var(--white);
    font-weight: 400;
}
.services_sec_main .slick-list {
    overflow: unset;
}
.services_box_main:hover {
    transform: scale(1.1);
}
.services_sec_main {
    overflow: hidden;
}
.packages_sec_main .slick-next,
.packages_sec_main .slick-prev {
    border-radius: 5px;
    background: var(--light_blue);
    width: 40px;
    height: 40px;
    top: 50%;
}
.packages_sec_main .slick-prev {
    right: auto;
    left: -50px;
}
.packages_sec_main .slick-next {
    right: -50px;
}
.packages_sec_main .slick-next:before,
.packages_sec_main .slick-prev:before {
    font-size: 30px;
    font-family: FontAwesome;
    opacity: 1;
}
.packages_sec_main {
    background: var(--white) !important;
    background-size: 100%;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.tab_nav_sec {
    padding-top: 50px;
}
.tab_nav_sec ul li a {
    background: 0 0;
    font-size: 16px;
    border: 1px solid !important;
    padding: 12px 25px;
    border-radius: 10px !important;
    margin: 0 10px;
    background: var(--white);
    color: var(--black);
}
.tab_nav_sec ul {
    margin: 0 auto;
    justify-content: center;
    border: 0;
}
.btn_packages_sec a,
.counters ul li,
.portfolio_boxes:hover a:after {
    border-radius: 10px;
    text-align: center;
}
.custom-tab-list ul li:last-child,
.slick-slide {
    margin-right: 0;
}
.tab_nav_sec ul li a.active,
.tab_nav_sec ul li a:hover {
    background: var(--pink) !important;
    color: var(--white) !important;
}
.packages_box_sec {
    border-radius: 13px;
    background: var(--white);
    padding: 30px 20px;
    box-shadow: 0 6px 14.25px 0.75px rgb(0 0 0 / 17%);
    transition: 0.2s ease-in-out;
    margin-top: 40px;
    margin-bottom: 60px;
}
.btn_packages_sec a:hover,
.packages_Sec_main,
.services_box_sec:hover {
    background: var(--light_blue);
}
.packages_box_sec h3 {
    text-align: center;
    color: #000;
    font-size: 17px;
    font-weight: 700;
}
.packages_box_sec h5 {
    display: block;
    color: var(--light_blue);
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.packages_box_sec h6.cutprice {
    text-decoration: line-through;
    display: block;
    font-size: 23px;
    padding-left: 10px;
    color: var(--pink);
    font-weight: 400;
}
.packages_cardBody p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: center;
    display: block;
}
.packages_cardBody ul li {
    color: #727e88;
    font-size: 15px;
    padding-bottom: 16px;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    word-break: break-word;
}
.packages_cardBody ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    background-size: cover;
}
.packages_cardBody ul {
    width: 100%;
    height: 328px;
    overflow-y: scroll;
    padding-top: 1rem;
}
.packages_cardBody ul::-webkit-scrollbar {
    width: 5px;
    background: rgb(217 216 216);
    border-radius: 10px;
}
.packages_cardBody ul::-webkit-scrollbar-thumb {
    background: #d35433;
    border-radius: 10px;
}
.btn_packages_sec a {
    background: var(--pink);
    padding: 17px 40px;
    display: inline-block;
    width: 100%;
    color: var(--white);
    font-size: 18px;
    cursor: pointer;
}
.chat_btn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
}
.chat_btn span {
    position: absolute;
    left: 10px;
}
.chat_btn small {
    display: block;
    padding-left: 40px;
    font-size: 14px;
}
.chat_btn a {
    padding-left: 40px;
    font-size: 19px;
    font-weight: 600;
}
.line_wrap {
    top: 0;
    left: 50%;
    bottom: 0;
    width: 80%;
    z-index: -1;
    display: block;
    position: absolute;
    transform: translateX(-50%);
    border-left: 1px solid rgba(23, 22, 26, 0.06);
}
.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    animation: 15s ease-out infinite scroll1;
    background-image: linear-gradient(0deg, #000, transparent);
}
.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(23, 22, 26, 0.06);
}
.cta_content_sec .web_btn ul li a.btn1_top,
.cta_content_sec .web_btn ul li a:hover {
    border-color: #3c3c3c;
    background: #3c3c3c;
}
.line_item:nth-child(odd):before {
    animation: 15s ease-out infinite scroll2;
    background-image: linear-gradient(0deg, transparent, #000);
}
.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute;
}
.line_item:nth-child(2n):before {
    animation: 15s ease-out infinite scroll1;
    background-image: linear-gradient(0deg, #000, transparent);
}
@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}
@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}
.packages_box_sec:hover {
    background: var(--light_blue);
    transform: scale(1.1);
}
.packages_box_sec:hover .btn_packages_sec a {
    background: #3c3c3c;
}
.counter_sec_main,
.packages_box_sec:hover .packages_cardBody ul li:before {
    background-size: cover;
}
.packages_box_sec:hover .packages_cardBody ul::-webkit-scrollbar {
    width: 5px;
    background: #fff;
    border-radius: 10px;
}
.packages_box_sec:hover .packages_cardBody ul::-webkit-scrollbar-thumb {
    background: #3c3c3c;
    border-radius: 10px;
}
.view_detail {
    padding-top: 20px;
    text-align: center;
}
.view_detail a {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading_color);
}
.packages_sec_main .tab-content > .tab-pane {
    display: block;
    height: 0;
}
.packages_sec_main .tab-content > .active,
.port-logo .portfolio_boxes a figure {
    height: auto;
}
.CTA_sec_tab {
    background: var(--light_blue);
    position: relative;
    overflow: hidden;
}
.cta_content_sec {
    padding: 135px 50px 90px;
    position: relative;
    z-index: 1;
}
.cta_content_sec h3 {
    font-size: 45px;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 20px;
}
.cta_content_sec h3 span,
span.count_text {
    font-weight: 400;
}
.CTA_sec_tab .container-fluid {
    padding: 0 0 0 100px;
}
.cta_content_sec p {
    font-size: 29px;
    line-height: 40px;
    font-weight: 400;
    color: var(--white);
}
.cta_content_sec .web_btn ul li a {
    border-color: var(--white);
    color: var(--white);
}
.counter,
.footer_menu ul li a:hover {
    color: var(--light_blue);
}
.cta_content_sec .web_btn ul li a img {
    filter: brightness(0) invert(1) !important;
}
.cta_img_Sec img {
    width: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.cta_img_Sec {
    background: var(bg_color);
    border-top-left-radius: 70px;
    border-bottom-left-radius: 70px;
}
.portfolio_boxes,
.portfolio_boxes a {
    border-radius: 0;
    display: inline-block;
    position: relative;
}
.CTA_sec_tab:before {
    content: "";
    background: url(../images/cta_pattern.png) 0 200px no-repeat;
    width: 1040px;
    position: absolute;
    height: 100%;
}
.cta_content_sec:before {
    content: "";
    position: absolute;
    background: url(../images/shadow-cta.png) center center/cover no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.cta_content_sec .web_btn ul li a.btn1_top:hover {
    border-color: #fff;
    background: 0 0;
    color: var(--white);
}
.portfolio_sec_main {
    background: var(--light_white);
}
.packages_sec_main:before {
    content: "";
    background: url(../images/packages_bg.png) 0 0/70%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.7;
}
.portfolio_boxes {
    box-shadow: 0 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    margin-bottom: 30px;
    width: 100%;
}
.portfolio_boxes a {
    height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    width: 100%;
}
.portfolio_boxes a figure {
    height: 450px;
}
.portfolio_boxes a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s;
    display: in;
}
.portfolio_boxes:hover a:before {
    opacity: 1;
    content: "";
    background: hsl(0deg 0% 24% / 60%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 9;
}
.portfolio_boxes:hover a:after {
    opacity: 1;
    position: absolute;
    content: "View Project";
    font-family: FontAwesome;
    left: 28%;
    top: 40%;
    width: 198px;
    color: #fff;
    font-size: 19px;
    line-height: 36px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    z-index: 99;
    background: var(--light_blue);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: var(--heading-font-family);
}
.counter,
.industries_sec_main .logo_tab_platform span {
    align-items: center;
    display: flex;
}
.portfolio_boxes a:hover img {
    top: -100%;
}
.counter {
    line-height: 1;
    position: relative;
    overflow: hidden;
    height: 3.125rem;
    font-size: 55px;
    margin: 0 0 20px;
    font-weight: 700;
    justify-content: center;
}
.counter > span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s;
    transform: translateY(0);
    line-height: 1;
}
.counter > span span {
    flex: 0 0 100%;
    height: 100%;
}
.counter:first-child > span {
    transition-delay: 0s;
}
.counter:nth-child(2) > span {
    transition-delay: 375ms;
}
.counter:nth-child(3) > span {
    transition-delay: 0.75s;
}
.counter:nth-child(4) > span {
    transition-delay: 1.125s;
}
.counter:nth-child(5) > span {
    transition-delay: 1.5s;
}
.counter:nth-child(6) > span {
    transition-delay: 1.875s;
}
.counter:nth-child(7) > span {
    transition-delay: 2.25s;
}
.counter:nth-child(8) > span {
    transition-delay: 2.625s;
}
.counter:nth-child(9) > span {
    transition-delay: 3s;
}
.counter:nth-child(10) > span {
    transition-delay: 3.375s;
}
.counter:nth-child(11) > span {
    transition-delay: 3.75s;
}
.counter:nth-child(12) > span {
    transition-delay: 4.125s;
}
.counter:nth-child(13) > span {
    transition-delay: 4.5s;
}
.counter:nth-child(14) > span {
    transition-delay: 4.875s;
}
.counter:nth-child(15) > span {
    transition-delay: 5.25s;
}
.counter:nth-child(16) > span {
    transition-delay: 5.625s;
}
.counter:nth-child(17) > span {
    transition-delay: 6s;
}
.counter:nth-child(18) > span {
    transition-delay: 6.375s;
}
.counter:nth-child(19) > span {
    transition-delay: 6.75s;
}
.counter:nth-child(20) > span {
    transition-delay: 7.125s;
}
.counters ul li {
    display: inline-block;
    padding: 40px;
    background: #f04a38;
    margin: 0 10px;
    transition: 0.3s ease-in-out !important;
    max-width: 33.33%;
    flex: 33.33%;
}
.counters ul {
    width: 90%;
    justify-content: space-between;
    display: flex;
    margin: auto;
}
.indistries_box_sec,
.industries_icon,
.review_img_sec,
.web_content_Sec p {
    margin-bottom: 20px;
}
.padding_70 {
    padding: 90px 0;
}
span.count_text {
    font-size: 20px;
    color: var(--black);
}
.web_content_Sec h2 {
    font-size: 41px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
    position: relative;
}
.web_content_Sec p {
    font-size: 18px;
    line-height: 33px;
    color: var(--black);
    font-weight: 400;
}
.indistries_box_sec {
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 40px rgb(0 0 0 / 8%);
    box-shadow: 0 2px 40px rgb(0 0 0 / 8%);
    padding: 25px 15px;
    text-align: center;
    height: 160px;
    background: var(--white);
    border: 1px solid var(--pink);
}
.bg_contact,
.review_img_sec img {
    box-shadow: 0 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}
.industries_content h4 {
    font-size: 17px;
    font-weight: 700;
}
.industries_sec_main {
    background: var(--light_blue);
    padding: 70px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 0 120%;
}
.industries_sec_main:before {
    content: "";
    background: url(../images/industries_bg.png) 0 0 / contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.industries_sec_main .logo_tab_platform h5 {
    text-transform: capitalize;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    font-weight: 600;
}
.industries_sec_main .logo_tab_platform:hover {
    background: #3c3c3c;
    transform: scale(1.1);
}
.industries_sec_main .logo_tab_platform {
    transition: 0.2s ease-in-out;
}
.review_sec_main .container {
    max-width: 1250px;
}
.review_img_sec {
    text-align: center;
}
.review_img_sec img {
    margin: 0 auto;
}
.review_content h5 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 45px;
    color: var(--black);
}
.review_content p {
    font-size: 18px;
    line-height: 44px;
    font-weight: 600;
    color: var(--black);
    width: 100%;
    text-align: center;
}
.review_qoute {
    width: 62px;
    height: 62px;
    padding: 5px;
    border-radius: 50%;
    margin: 0 auto;
}
h6.review_name {
    font-size: 20px;
    color: var(--black);
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
}
.bg_contact input,
.bg_contact select {
    width: 100%;
    padding: 0 20px;
    font-size: 13px;
}
h6.review_name span {
    color: #ee751a;
    font-weight: 500;
    font-size: 22px;
    padding-right: 20px;
}
.contact_sechme {
    background: var(--whiye);
    position: relative;
    z-index: 1;
    padding-bottom: 85px;
}
.bg_contact {
    background: var(--light_white);
    padding: 0 0 0 40px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    margin-bottom: 160px;
    margin-top: 110px;
}
.bg_contact input {
    height: 60px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.bg_contact select {
    height: 60px !important;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.form_submit input {
    width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 10px;
    font-size: 20px;
    background: var(--light_blue);
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.bg_contact h3 {
    font-size: 31px;
    font-weight: 700;
}
.bg_contact p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px;
    font-weight: 400;
}
.contact_bg_hme img {
    display: inline-block;
    border-top-right-radius: 20px;
    width: 100%;
    border-bottom-right-radius: 20px;
    height: 610px;
    object-fit: cover;
}
.circle_img_contact {
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1;
}
.animate-float-y {
    -webkit-animation-name: float-y;
    animation-name: float-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: inline-block;
}
@keyframes float-y {
    0%,
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}
.circle_img_contact1 {
    position: absolute;
    bottom: 80px;
    left: -60px;
    z-index: -1;
}
footer {
    background: 0 0 / cover #181818;
    position: relative;
    margin-bottom: -22px;
}
footer .container-fluid {
    padding: 0 140px;
}
.footer_logo,
.term_content_Sec,
section.portfoliosec .col-sm-4 {
    padding-bottom: 30px;
}
.footer_content p {
    font-size: 15px;
    line-height: 26px;
    color: var(--white);
    font-weight: 400;
    width: 50%;
    margin: 0 auto 20px;
}
.footer_content img {
    width: auto;
    margin-bottom: 40px;
}
.footer_menu ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 24px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
}
.contact_detail_sec ul li a {
    font-size: 16px;
    padding-bottom: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
}
.contact_detail_sec ul li {
    position: relative;
    padding: 0 0 0 40px;
    display: inline-block;
    margin-left: 50px;
    margin-right: 20px;
    text-align: left;
}
.contact_detail_sec ul li span {
    position: absolute;
    left: 0;
    font-size: 27px;
    color: #fff;
}
.copyright_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.term_links ul li {
    display: inline-block;
    position: relative;
}
.term_links ul li a {
    color: #fff;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 400;
}
.term_links {
    text-align: right;
    padding-right: 80px;
}
.term_links ul li:after {
    content: "";
    position: absolute;
    border-right: 1px solid #fff;
    width: 2px;
    height: 22px;
    right: 0;
}
.term_links ul li:last-child:after {
    border: 0;
}
.footer_heading h4 a {
    color: #fff;
    border-bottom: 1px solid;
    padding-bottom: 13px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}
.footer_menu ul li a:before {
    color: #ff8901;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: -1px;
}
.design_services_sec .center_head_content h3 {
    font-size: 55px;
}
.services_head_main {
    display: flex;
    justify-content: space-between;
    transition: 0.3s linear;
    align-items: center;
}
.services_box_sec {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 40px 36px 40px 20px;
    border-radius: 5px;
    border: 1px solid;
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
    background: var(--white);
}
.services_head h3 {
    font-size: 24px;
    color: var(--black);
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 0;
}
.services_icon {
    width: 80px;
    position: relative;
    z-index: 1;
}
.services_icon:before {
    content: "";
    position: absolute;
    left: 35px;
    top: -22px;
    background-image: url(../images/ser-shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 90%;
    z-index: -1;
}
.para_services_sec,
.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
}
.para_services_sec p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: var(--black);
}
.shape-1 {
    width: 325px;
    height: 325px;
    border: 8px solid;
    border-radius: 50%;
    transform: scale(0.9);
    position: absolute;
    top: -66%;
    right: -33%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s linear;
}
.services_box_sec:hover .shape-1 {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.design_services_sec {
    background: var(--white);
    background-size: 100%;
    background-repeat: no-repeat;
}
.innerport .tab_nav_sec ul li a {
    padding: 9px 17px;
    font-size: 14px;
    margin-bottom: 20px;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 46px;
    color: #fff !important;
}
.process_sec_main {
    background: url(../images/industries_bg.jpg) var(--light_white);
    background-size: cover;
}
.process_box_sec {
    text-align: center;
    padding: 0 30px;
    position: relative;
    margin-bottom: 30px;
}
.icon_process_icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
}
.icon_process_icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/process-vector.png) no-repeat;
    animation-name: rotateme;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes rotateme {
    0% {
        transform: rotate(0);
        opacity: 1;
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}
.process_content_sec h3 {
    font-size: 25px;
    font-weight: 700;
    color: var(--black);
}
.process_content_sec p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    color: var(--black);
}
.pkg_detail_sec h3,
.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
}
.process_box_sec:before {
    position: absolute;
    content: "";
    right: -80px;
    top: 135px;
    width: 149px;
    height: 44px;
}
.pkg_detail_sec:after,
.pkg_detail_sec:before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    content: "";
}
.faq_sec_main {
    background: url(../images/faq-sec-main.jpg) 0 120% / cover fixed;
}
.faq_sec_main .row {
    justify-content: end;
}
.faq_sec_main .center_head_content h3 {
    color: var(--white);
    font-size: 48px;
}
#accordion .card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}
.faq_sec_main .card.mb-3 {
    background: var(--light_blue);
    border-radius: 5px;
    border: 0;
    transition: 0.5s ease-in-out;
}
.faq_sec_main .card-header h5 button {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    white-space: initial;
    padding: 0;
    text-decoration: none;
}
.faq_sec_main .card.mb-3 .card-header {
    padding: 15px 14px;
    border-radius: 0;
}
.faq_sec_main .card-body {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.faq_sec_main .card-body ul li {
    list-style-type: disc;
}
.faq_sec_main .card-body ul,
.term_content_Sec ul {
    padding: 0 40px;
}
.faq_sec_main .card-body a {
    color: #fff;
    text-decoration: underline;
}
.combo_packages_sec:before,
.inner_industries .industries_sec_main,
.inner_packages:before,
section.review_sec_main .slick-dots li button {
    background: 0 0;
}
.pkg_detail_sec {
    padding: 40px 30px;
    background: var(--white);
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 6px 40px 0 rgb(0 0 0 / 14%);
    margin-top: 40px;
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 10px;
}
.pkg_detail_sec h3 {
    font-size: 25px;
    font-weight: 500;
    color: var(--heading_color);
}
.pkg_detail_sec h5,
.pkg_detail_sec span.h5 {
    font-weight: 700;
    color: var(--light_blue);
    margin-bottom: 20px;
}
.pkg_detail_sec span.h5 {
    display: inline-block;
    font-size: 48px;
}
.pkg_detail_sec span.h5 sup {
    right: -8px;
}
.product_detail_sec {
    padding: 130px 0;
    background: 0 0;
    position: relative;
    z-index: 1;
}
.pkg_detail_sec:before {
    border: 3px solid var(--light_blue);
    border-radius: 10px;
    right: -20px;
    bottom: -20px;
}
.pkg_detail_sec:after {
    background: #3c3c3c;
    border-radius: 10px;
    left: -20px;
    top: -20px;
}
.pkg_list_detail {
    margin: 0 10px 0 60px;
}
.pkg_list_detail ul {
    height: 480px;
    overflow-y: scroll;
}
.pkg_list_detail ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 30px;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
    margin-right: 20px;
    position: relative;
}
.pkg_list_detail ul::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e6e5e5;
    border-radius: 10px;
    background: #e6e5e5;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb {
    background: var(--pink);
    border-radius: 10px;
}
.pkg_list_detail ul::-webkit-scrollbar-thumb:hover {
    background: var(--pink);
    border-radius: 10px;
}
.pkg_list_detail h4 {
    font-weight: 700;
    font-size: 32px;
    color: var(--light_blue);
}
.pkg_list_detail ul li:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 17px;
    left: 0;
    background-size: cover;
}
.product_detail_sec .container {
    max-width: 1140px;
}
.pkg_detail_sec h5 {
    font-size: 35px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-slider {
    user-select: unset;
}
.combo_packages_sec {
    background: var(--white);
}
.inner_industries .industries_sec_main .center_head_content h3 {
    color: var(--black);
}
.inner_review {
    background: 0 0;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.order_heading h3 {
    font-size: 50px;
    margin-bottom: 30px;
    color: #000;
}
.order_sec_main input,
.order_sec_main select {
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}
.order_sec_main input {
    height: 70px;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 0 20px;
}
.order_sec_main select {
    height: 70px !important;
    border: 1px solid #ccc;
}
.order_sec_main textarea {
    height: 200px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 16px;
}
.order_submit input {
    width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 10px;
    font-size: 20px;
    background: #f04a38;
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
}
.labourDay,
.starsBG img {
    height: 100px;
    width: 100%;
}
.order_submit {
    padding-top: 40px;
}
.counters ul li:hover,
.order_submit input:hover {
    background: #fcb800;
}
.main-thankyou a,
.main-thankyou a:hover {
    background: var(--pink);
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size: 80px !important;
    color: #fff;
}
.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--pink);
}
.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
    color: var(--black);
}
.main-thankyou a {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}
.term_content_Sec h3 {
    color: var(--black);
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 0;
}
.term_content_Sec p,
.term_content_Sec ul li {
    font-size: 19px;
    color: var(--black);
    font-weight: 400;
}
.term_content_Sec p {
    line-height: 35px;
}
.term_content_Sec ul li {
    padding-bottom: 15px;
    list-style-type: disc;
    line-height: initial;
}
.term_content_Sec p a,
.term_content_Sec ul li a,
.term_content_Sec ul li ul li a {
    color: #ff8901;
    text-decoration: underline;
    font-weight: 700;
}
.bottom_number {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ff8901;
    padding: 20px 0;
    text-align: center;
}
.footer__badge__sec a,
.labourDay,
[class^="box-"].showfirst {
    display: block;
}
.number_contact a {
    color: #000;
    font-size: 22px;
}
.labourDay {
    position: relative;
    overflow: hidden;
}
.labourDayOverly {
    position: absolute;
    top: 0;
    bottom: 0;
    align-items: center;
    z-index: 11;
    width: 100%;
    display: none;
}
.labourDayOverly h2 {
    color: #fff;
    margin: auto;
    font-family: Playball, cursive;
    font-size: 46px;
    font-weight: 500;
    position: absolute;
    left: 62%;
    bottom: 61px;
}
.labourDayOverly h2 span {
    font-weight: 600;
    font-size: 50px;
    -webkit-background-clip: text;
    color: #ffc023;
    text-shadow: 0 -4px 0 #161616;
}
.footer__badge__sec {
    position: fixed;
    bottom: 27px;
    left: 17px;
    z-index: 99;
}
.footer__badge__sec img {
    border-radius: 5px;
    box-shadow: 0 0 30px rgb(0 0 0 / 19%);
}
.portfolio__new__box img {
    width: 88%;
    margin: 0 auto;
}
.portfolio__new__box {
    text-align: right;
}
.portfolio__list__web h3 {
    color: var(--light_blue);
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 10px;
}
.portfolio__list__web ul li {
    font-size: 19px;
    padding-bottom: 25px;
    display: block;
}
.portfolio__list__web ul li a {
    color: var(--black);
    text-decoration: underline;
}
.portfolio__list__web ul li a:hover {
    color: var(--light_blue);
}
.portfolio__list__web {
    padding-top: 30px;
}
@media (max-width: 1600px) {
    header .container-fluid {
        padding: 0 65px;
    }
    .header .web_btn ul li {
        padding: 0 0 0 5px;
    }
    header .web_btn ul li a {
        padding: 10px;
        font-size: 12px;
    }
    .banner_content_sec h3 {
        font-size: 64px;
        line-height: 72px;
    }
    .about_content h2 {
        font-size: 45px;
        line-height: 54px;
    }
    .about_content p,
    .footer_menu ul li a,
    ul.about_ul li {
        font-size: 15px;
    }
    .web_btn ul li a {
        padding: 17px 30px;
    }
    .center_head_content h3 {
        font-size: 65px;
    }
    .center_head_content p {
        font-size: 17px;
        line-height: 30px;
    }
    .portfolio_boxes a figure {
        margin-bottom: 0 !important;
        height: 450px;
    }
    .tab_nav_sec ul li a {
        font-size: 15px !important;
        padding: 11px 21px;
    }
    .cta_content_sec h3 {
        font-size: 39px;
    }
    .cta_content_sec p {
        font-size: 24px;
    }
    .cta_content_sec {
        padding: 65px 30px 80px;
    }
    .overlay_text h4 {
        font-size: 30px;
        line-height: 35px;
    }
    .counter {
        font-size: 50px;
        margin: 0 0 10px;
    }
    .review_content h5 {
        font-size: 30px;
    }
    .review_content p {
        font-size: 26px;
        line-height: 40px;
    }
    h6.review_name {
        font-size: 18px;
    }
    .copyright_text p {
        font-size: 16px;
    }
    .bg_contact h3 {
        font-size: 29px;
    }
    .bg_contact p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 400;
    }
    ul.breyer-social li {
        font-size: 40px;
    }
    .submenu-services p a {
        font-size: 12px !important;
    }
    .menu-item-has-children > .submenu > li:not(:last-child) > a {
        font-size: 13px !important;
    }
    .services_head h3 {
        font-size: 21px;
    }
    .process_content_sec h3 {
        font-size: 22px;
    }
    .process_content_sec p {
        font-size: 15px;
        line-height: 27px;
    }
    .faq_sec_main .card-body {
        font-size: 14px;
    }
    .faq_sec_main .center_head_content h3 {
        font-size: 43px;
    }
    .main_menu_sec ul li a {
        padding: 15px 10px !important;
    }
    .submenu-services p a:before {
        top: 13px;
    }
    .container {
        max-width: 1310px;
    }
}
@media (max-width: 1440px) {
    .hero-border-bottom,
    .logo_tab_platform {
        margin-bottom: 10px;
    }
    .main_menu_sec ul li a {
        font-size: 12px;
        padding: 26px 10px !important;
        color: var(--white);
    }
    .banner__hme__sec h1,
    .cta_content_sec h3 {
        font-size: 35px;
    }
    .banner__hme__sec p {
        font-size: 21px;
        line-height: 34px;
        font-weight: 400;
    }
    .menu-item-has-children > .submenu > li {
        width: 32%;
        padding: 0 15px;
    }
    .container {
        max-width: 1140px;
    }
    header .web_btn ul li a {
        padding: 13px 30px;
        font-size: 16px;
    }
    .banner_content_sec h3 {
        font-size: 56px;
        line-height: 65px;
        left: 100px;
    }
    ul.breyer-social:after {
        height: 130px;
        right: 69px;
        top: -130px;
    }
    ul.breyer-social:before {
        height: 160px;
        right: 72px;
        bottom: -150px;
    }
    .about_content h2 {
        font-size: 38px;
        line-height: 54px;
        right: -60px;
    }
    .center_head_content h3 {
        font-size: 55px;
    }
    .packages_box_sec h5 {
        font-size: 25px;
    }
    .packages_cardBody p {
        font-size: 16px;
    }
    .packages_cardBody ul li {
        font-size: 14px;
        font-weight: 400;
        word-break: break-word;
    }
    .tab_nav_sec ul li a {
        font-size: 14px !important;
        padding: 11px 20px;
    }
    .view_detail a {
        font-size: 17px;
    }
    .cta_content_sec {
        padding: 45px 30px 40px;
    }
    .submenu-services p a:before {
        top: 25px;
    }
    .banner_content_sec {
        padding-bottom: 20px;
    }
    .design_services_sec .center_head_content h3 {
        font-size: 48px;
    }
    .footer_menu ul li a {
        font-size: 14px;
    }
    .hero-border-bottom,
    .hero-border-top {
        width: 56%;
    }
    .logo_tab_platform {
        padding: 20px 20px 20px 7px;
        margin-left: 10px;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 13px;
        padding-left: 6px;
    }
    .web_content_Sec h2 {
        font-size: 40px;
    }
    .innerport .tab_nav_sec ul li a {
        padding: 9px 13px;
    }
    .faq_sec_main .center_head_content {
        text-align: left;
    }
    .faq_sec_main .center_head_content h3 {
        font-size: 41px;
    }
}
@media (max-width: 1366px) {
    header .container-fluid {
        padding: 0 25px 0 80px;
    }
    ul.breyer-social li a {
        padding: 20px 50px;
    }
    ul.breyer-social li {
        font-size: 30px;
    }
    .top-left-social {
        padding-top: 40px;
    }
    .submenu-services p {
        margin-bottom: 8px;
    }
    ul.breyer-social:before {
        height: 110px;
        right: 67px;
        bottom: -90px;
    }
    ul.breyer-social:after {
        height: 130px;
        right: 64px;
        top: -130px;
    }
    .container {
        max-width: 1150px;
    }
    .center_head_content h3 {
        font-size: 50px;
    }
    .cta_content_sec p {
        font-size: 20px;
        line-height: 30px;
    }
    .web_btn ul li a {
        padding: 15px 25px;
        font-size: 15px;
    }
    .tab_nav_sec ul li a {
        font-size: 14px !important;
        padding: 10px 18px;
    }
    .overlay_text h4 {
        font-size: 27px;
        line-height: 30px;
    }
    .overlay_text p {
        font-size: 15px;
        line-height: 25px;
        font-weight: 400;
    }
    span.count_text {
        font-size: 18px;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 13px;
        padding-left: 5px;
    }
    .review_content h5 {
        font-size: 27px;
    }
    .review_content p {
        font-size: 24px;
        line-height: 35px;
        font-weight: 400;
    }
    .bg_contact p {
        font-size: 15px;
        line-height: 23px;
        font-weight: 400;
    }
    .copyright_text p {
        font-size: 14px;
    }
    .CTA_sec_tab .container-fluid {
        padding: 0 0 0 50px;
    }
    .cta_content_sec {
        padding: 65px 30px 60px;
    }
    .services_sec_main {
        overflow: hidden;
        padding-top: 0;
    }
    .menu-item-has-children > .submenu > li {
        width: 32%;
    }
    .menu-item-has-children > .submenu > li:not(:last-child) > a,
    .submenu-services p a {
        font-size: 12px !important;
    }
    .menu-item-has-children > .submenu > li > a img {
        max-width: 25px;
        margin-right: 5px;
    }
    .menu-item-has-children > .submenu > li:not(:last-child) > a,
    .menu-item-has-children > .submenu > li > a {
        margin: 0 0 10px;
        padding-bottom: 10px !important;
    }
    .about_content h2 {
        right: -60px;
        width: 90%;
        padding-bottom: 0;
        font-size: 38px;
        line-height: 45px;
    }
    .pkg_detail_sec h3 {
        font-size: 21px;
    }
    .pkg_detail_sec h5 {
        font-size: 33px;
    }
    .pkg_list_detail ul li {
        padding: 15px 30px;
        font-size: 15px;
    }
    .services_box_sec {
        min-height: 350px;
    }
    .faq_sec_main .center_head_content h3 {
        font-size: 37px;
    }
    .portfolio_boxes:hover a:after {
        left: 30%;
        width: 178px;
        font-size: 17px;
        height: 55px;
    }
}
@media (max-width: 1200px) {
    header .container-fluid {
        padding: 0 15px;
    }
    .banner__hme__sec p {
        font-size: 19px;
        line-height: 34px;
        width: 90%;
        margin: 0 auto;
    }
    .banner__hme__sec h1 {
        font-size: 33px;
    }
    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 26px 7px !important;
    }
    header .web_btn ul li a {
        padding: 12px 27px;
        font-size: 16px;
    }
    header .web_btn ul li a img {
        filter: brightness(0) invert(1);
        width: 34px !important;
    }
    img.banner_img {
        height: 700px;
        object-fit: cover;
    }
    .container {
        max-width: 1110px;
    }
    .logo_tab_platform {
        padding: 17px 16px 20px 14px;
        box-shadow: 0 6px 11.25px 0.75px rgb(0 0 0 / 8%);
    }
    .about_content h2 {
        font-size: 35px;
        line-height: 45px;
        width: 100%;
    }
    .about_img.animate-float-y {
        bottom: -200px;
    }
    .packages_box_sec h3,
    span.count_text {
        font-size: 16px;
    }
    .packages_box_sec h5 {
        font-size: 26px;
    }
    .packages_cardBody ul li {
        word-break: break-word;
        font-weight: 400;
    }
    .view_detail a {
        font-size: 15px;
    }
    .btn_packages_sec a {
        font-size: 17px;
        padding: 16px 40px;
    }
    .cta_content_sec h3 {
        font-size: 30px;
    }
    .center_head_content h3,
    .counter {
        font-size: 45px;
    }
    .CTA_sec_tab .container-fluid {
        padding: 0 0 0 10px;
    }
    .cta_content_sec {
        padding: 50px 30px;
    }
    .center_head_content p {
        font-size: 15px;
        line-height: 27px;
    }
    .tab_nav_sec ul li a {
        font-size: 13px !important;
        padding: 8px 17px;
        margin: 0 6px;
    }
    .portfolio_boxes a figure {
        margin-bottom: 0 !important;
        height: 350px;
    }
    .web_content_Sec h2 {
        font-size: 38px;
    }
    .industries_sec_main li.col-sm-2.p-0 {
        max-width: 20%;
        flex: 20%;
    }
    .industries_sec_main ul.row {
        justify-content: center;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 15px;
        padding-left: 5px;
    }
    .bg_contact input {
        margin-bottom: 10px;
    }
    .contact_bg_hme img {
        height: 580px;
        object-fit: cover;
    }
    .contact_sechme .form_submit {
        margin-top: 10px;
    }
    .bg_contact h3 {
        font-size: 25px;
    }
    .bg_contact {
        padding: 0 0 0 30px;
    }
    .footer_content p {
        font-size: 13px;
        width: 40%;
    }
    .contact_detail_sec ul li a,
    .term_links ul li a {
        font-size: 14px;
    }
    .process_content_sec h3,
    .review_content p {
        font-size: 20px;
    }
    .counter {
        margin: 0 0 10px;
    }
    .web_content_Sec p {
        font-size: 16px;
        line-height: 33px;
        font-weight: 400;
    }
    .banner_content_sec h3 {
        font-size: 50px;
        line-height: 60px;
        left: 100px;
    }
    .hero-border-bottom,
    .hero-border-top {
        width: 62%;
    }
    .design_services_sec .center_head_content h3 {
        font-size: 40px;
    }
    .packages_box_sec {
        min-height: 650px;
    }
    body.packages_banner img.banner_img {
        height: auto !important;
    }
    .logo_Sec_main img {
        right: 0;
    }
    section.promote_sec_main.padding_70 {
        padding: 30px 0 0;
    }
}
@media (max-width: 1100px) {
    header .web_btn {
        padding: 0;
        display: none;
    }
    header .col-sm-7 {
        max-width: 80%;
        flex: 80%;
    }
    .main_menu_sec ul li a {
        font-size: 15px;
        padding: 26px 9px !important;
    }
    .banner_content_sec h3 {
        font-size: 47px;
        line-height: 57px;
        left: 90px;
    }
    .container {
        max-width: 1000px;
    }
    .logo_tab_platform {
        padding: 12px 6px 16px;
    }
    .center_head_content h3 {
        font-size: 40px;
    }
    .center_head_content p {
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
    }
    .cta_content_sec h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .cta_content_sec p {
        font-size: 17px;
        line-height: 25px;
    }
    .para_services_sec p {
        font-size: 14px;
        line-height: 25px;
    }
    .services_box_sec {
        min-height: 270px;
        padding: 40px 15px 40px 20px;
    }
    .services_head h3 {
        font-size: 17px;
        line-height: 22px;
    }
    .services_icon img {
        width: 90%;
    }
    .services_icon {
        width: 75px;
    }
    .process_box_sec {
        padding: 0 10px;
    }
    .process_content_sec p {
        font-size: 14px;
        line-height: 27px;
        width: 100%;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 13px;
        padding-left: 5px;
    }
    .bg_contact {
        padding: 0 0 0 10px;
    }
    .contact_bg_hme img {
        height: 500px;
        object-fit: cover;
    }
    .tab_nav_sec ul li a {
        font-size: 13px !important;
        padding: 8px 13px;
        margin: 0 6px;
    }
    .faq_sec_main .card-header h5 button {
        font-size: 13px;
    }
    .faq_sec_main .center_head_content h3 {
        font-size: 30px;
    }
    .review_content p {
        font-size: 18px;
        line-height: 30px;
        font-weight: 400;
    }
    .review_content h5 {
        font-size: 24px;
    }
    .design_services_sec .center_head_content h3 {
        font-size: 35px;
    }
    .services_icon:before {
        left: 15px;
    }
    .contact_sechme .form_submit input {
        font-size: 17px;
        padding: 15px 45px;
    }
    .bg_contact h3 {
        font-size: 22px;
    }
    .bg_contact p {
        font-size: 14px;
    }
    .product_detail_sec .container {
        max-width: 960px;
    }
    .pkg_detail_sec {
        min-height: 400px;
    }
    .pkg_detail_sec h3 {
        font-size: 18px;
    }
    .pkg_list_detail ul li {
        padding: 15px 30px;
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .main_menu_sec ul li a {
        font-size: 14px;
        padding: 26px 8px !important;
    }
    .banner__hme__sec h1 {
        font-size: 28px;
    }
    .banner__hme__sec p {
        font-size: 18px;
        line-height: 31px;
        width: 90%;
        margin: 0 auto;
    }
    .container {
        max-width: 930px;
    }
    .banner_Sec_main .carousel-caption .col-sm-7 {
        max-width: 65%;
        flex: 65%;
    }
    .banner_content_sec h3 {
        font-size: 50px;
        line-height: 58px;
        left: 70px;
    }
    .promote_img_Sec img {
        width: 90%;
    }
    .about_content h2 {
        font-size: 30px;
        line-height: 39px;
        width: 100%;
    }
    .about_content p {
        font-size: 14px;
        line-height: 27px;
        margin-bottom: 5px;
    }
    ul.about_ul li {
        font-size: 14px;
        padding-bottom: 3px;
    }
    .about_img.animate-float-y {
        bottom: -140px;
    }
    .center_head_content h3 {
        font-size: 35px;
    }
    .overlay_text h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .services_box_main:before {
        background-image: linear-gradient(0deg, #000, transparent 130%);
    }
    .overlay_text p {
        font-size: 13px;
        line-height: 23px;
        font-weight: 400;
    }
    span.count_text {
        font-size: 14px;
        font-weight: 700;
    }
    .web_content_Sec h2 {
        font-size: 32px;
    }
    .web_content_Sec p {
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
    }
    .footer_content p {
        font-size: 14px;
        width: 50%;
    }
    .contact_detail_sec ul li {
        margin-left: 30px;
        margin-right: 10px;
    }
    .contact_detail_sec ul li a {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .copyright_text p,
    .footer_menu ul li a,
    .term_links ul li a {
        font-size: 13px;
    }
    .review_sec_main .container {
        max-width: 940px;
    }
    .review_img_sec img {
        width: 100%;
    }
    .review_content h5 {
        font-size: 22px;
    }
    .review_content p {
        font-size: 17px;
    }
    .tab_nav_sec ul li a {
        font-size: 16px !important;
        padding: 14px 27px;
        margin: 0 6px;
    }
    .design_services_sec .center_head_content h3 {
        font-size: 33px;
    }
    .services_box_sec {
        min-height: 310px;
        padding: 40px 15px 40px 20px;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 12px;
        padding-left: 3px;
        font-weight: 500;
    }
    .faq_sec_main .card-body {
        font-size: 14px;
        line-height: 25px;
    }
    .submenu-services p a:before {
        top: 24px;
    }
    .web_btn ul li a {
        padding: 15px 20px;
        font-size: 13px;
    }
    .packages_sec_main .tab_nav_sec ul li a {
        font-size: 14px !important;
        padding: 12px 18px;
    }
    .packages_sec_main .tab-content.pt-5 {
        padding: 0 !important;
    }
    .packages_cardBody p {
        font-size: 16px;
    }
    .process_content_sec h3 {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 26px 8px !important;
    }
    .cta_content_sec h3 {
        font-size: 19px;
        line-height: 27px;
    }
    .cta_content_sec p {
        font-size: 16px;
        line-height: 27px;
    }
    .banner_content_sec h3 {
        font-size: 45px;
        line-height: 54px;
        left: 100px;
    }
    .container {
        max-width: 890px;
    }
    .packages_sec_main .tab_nav_sec ul li a {
        font-size: 15px !important;
        padding: 16px 24px;
        margin-bottom: 20px;
    }
    .overlay_text {
        padding: 20px;
    }
    .padding_70 {
        padding: 50px 0;
    }
    .footer_heading h4 {
        font-size: 14px;
    }
    .footer_menu ul li a {
        font-size: 12px;
    }
    footer {
        padding: 10px 0;
    }
    .center_head_content span:before {
        width: 219px;
    }
    .industries_sec_main li.col-sm-2.p-0 {
        max-width: 33%;
        flex: 33%;
    }
    .product_detail_sec .container {
        max-width: 860px;
    }
    .pkg_detail_sec {
        min-height: 380px;
    }
    .pkg_list_detail ul {
        height: 370px;
    }
}
@media (max-width: 768px) {
    .mobile-nav-btn {
        top: 0;
    }
    .banner__hme__sec h1,
    .pkg_list_detail h4 {
        font-size: 22px;
    }
    .banner__hme__sec p {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
        margin: 0 auto;
    }
    .about_img.animate-float-y,
    .circle_img_contact,
    .contact_bg_hme,
    .cta_img_Sec,
    .main_menu_sec,
    .promote_img_Sec,
    .top-left-social {
        display: none;
    }
    .container {
        max-width: 670px;
    }
    .order_heading h3 {
        font-size: 37px;
    }
    .banner_Sec_main .carousel-caption .col-sm-7 {
        max-width: 80%;
        flex: 80%;
    }
    .hero-border-bottom,
    .hero-border-top {
        width: 55%;
    }
    .banner_content_sec h3 {
        font-size: 40px;
        line-height: 47px;
        left: 70px;
    }
    .about_us_sec .col-sm-9.offset-sm-3 {
        margin: 0 !important;
        max-width: 100%;
        flex: 100%;
    }
    .about_content h2 {
        right: 0;
    }
    .CTA_sec_tab .col-sm-6,
    .about_us_sec .col-sm-6,
    .design_services_sec .col-sm-10.center-col,
    .faq_sec_main .col-sm-7,
    .packages_sec_main .col-sm-10.center-col,
    .portfolio_sec_main .col-sm-10.center-col,
    .promote_sec_main .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }
    .cta_content_sec h3 {
        font-size: 33px;
        line-height: 42px;
    }
    .cta_content_sec p {
        font-size: 23px;
        line-height: 39px;
    }
    .tab_nav_sec ul li a {
        font-size: 15px !important;
        padding: 11px 19px;
        margin: 0 6px;
    }
    .portfolio_boxes a figure {
        margin-bottom: 0 !important;
        height: 260px;
    }
    .portfolio_sec_main .col-sm-3 {
        max-width: 33%;
        flex: 33%;
    }
    .counter {
        font-size: 34px;
        margin: 0;
    }
    span.count_text {
        font-size: 13px;
        font-weight: 700;
    }
    .web_content_Sec h2 {
        font-size: 28px;
        display: inline-block;
    }
    .web_content_Sec h2 span:before {
        width: 249px;
    }
    section.promote_sec_main.padding_70 {
        padding: 50px 0 70px;
    }
    .web_content_Sec p {
        font-size: 18px;
        line-height: 35px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .review_content h5 {
        font-size: 19px;
        line-height: 25px;
    }
    .pkg_detail_sec h3,
    .review_content p {
        font-size: 16px;
    }
    .contact_sechme .col-sm-7.pr-5 {
        max-width: 100%;
        flex: 100%;
        padding-right: 20px !important;
    }
    .bg_contact {
        padding: 40px 20px 30px;
    }
    .footer_content p {
        font-size: 13px;
        width: 60%;
    }
    .copyright_text p {
        font-size: 12px;
    }
    .about_content p {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    ul.about_ul li {
        font-size: 17px;
        padding-bottom: 10px;
    }
    .center_head_content p {
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 14px;
        padding-left: 8px;
        font-weight: 500;
    }
    .industries_sec_main .pt-5 {
        padding: 10px 0 !important;
    }
    .mobile-nav {
        position: fixed;
        width: 50%;
    }
    .app-container {
        display: block;
    }
    .logo_Sec_main {
        padding: 20px 0;
        width: 100%;
    }
    section.getstartsec .row .col-sm-4,
    section.getstartsec .row .col-sm-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .design_services_sec .col-sm-4 {
        max-width: 50%;
        flex: 50%;
    }
    .review_sec_main .container {
        max-width: 720px;
    }
    img.banner_img {
        height: 590px;
    }
    video.banner_video {
        width: 100%;
        height: 590px;
        object-fit: cover;
    }
    .services_box_sec {
        min-height: 280px;
        padding: 40px 15px 40px 20px;
    }
    .pkg_list_detail {
        margin: 0 10px 0 30px;
    }
    .product_detail_sec .container {
        max-width: 690px;
    }
    .pkg_detail_sec {
        min-height: 320px;
        padding: 30px 15px;
    }
    .btn_packages_sec a {
        font-size: 14px;
        padding: 9px 20px;
    }
    .pkg_detail_sec h5 {
        font-size: 27px;
    }
}
@media (max-width: 576px) {
    .banner__hme__sec p,
    .portfolio__new__box img {
        width: 100%;
        margin: 0 auto;
    }
    .counters ul li,
    .order_sec_main .intl-tel-input.separate-dial-code {
        margin-bottom: 20px;
    }
    .mobile-nav-btn {
        top: -16px;
        right: 10px;
        position: absolute;
        bottom: auto;
    }
    .mobile-nav-btn.active {
        right: 2%;
        z-index: 999999999;
        top: -16px;
    }
    .logo_tab_platform h5 {
        display: inline-block;
        font-size: 10px;
    }
    header.stickyheader {
        position: relative;
    }
    .banner__hme__sec h1 {
        font-size: 18px;
        padding-bottom: 8px;
    }
    .banner__hme__sec p {
        font-size: 15px;
        line-height: 24px;
    }
    .portfolio__list__web h3 {
        font-size: 18px;
    }
    .portfolio__list__web,
    section.services_sec_main.padding_70 {
        padding-top: 0;
    }
    .portfolio__list__web ul li {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .innerport .tab_nav_sec ul li a {
        padding: 9px 7px;
        font-size: 10px !important;
        font-weight: 600;
    }
    .term_content_Sec h3 {
        font-size: 28px;
    }
    .contact_detail_sec ul li {
        margin-left: 0;
        margin-right: 0;
    }
    .bottom_number {
        display: block;
        z-index: 99;
    }
    .term_content_Sec p {
        font-size: 16px;
        line-height: 28px;
    }
    img.banner_img.order_img_ban {
        height: 220px;
    }
    .order_heading h3 {
        font-size: 25px;
    }
    .term_content_Sec ul li {
        font-size: 16px;
        color: var(--white);
        padding-bottom: 10px;
    }
    header.stickyheader .logo_Sec_main {
        padding: 20px 10px;
    }
    .container {
        max-width: 540px;
    }
    header {
        background: #fff;
    }
    .banner_Sec_main .carousel-caption .col-sm-7,
    .bg_contact.row .col-sm-6,
    .counter_sec_main .col-sm-10.center-col,
    .services_sec_main .col-sm-10.center-col {
        max-width: 100%;
        flex: 100%;
    }
    .hero-border-bottom,
    .hero-border-top {
        width: 59%;
    }
    .banner_content_sec h3 {
        font-size: 32px;
        line-height: 44px;
        left: 0;
        width: 90%;
    }
    .banner_content_sec h3 br {
        display: none;
    }
    .web_btn ul li a {
        padding: 17px 23px;
        font-size: 16px;
    }
    .center_head_content h3 {
        font-size: 30px;
    }
    .center_head_content p {
        font-size: 14px;
        line-height: 27px;
        font-weight: 400;
    }
    .cta_content_sec h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .cta_content_sec p {
        font-size: 20px;
        line-height: 31px;
    }
    .about_content h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .mobile-nav nav li a {
        font-weight: 400;
        padding: 12px 16px;
        font-size: 14px;
    }
    .mobile-nav-btn span {
        top: 27px;
    }
    .about_content p {
        font-size: 14px;
        line-height: 28px;
    }
    ul.about_ul li {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .packages_sec_main .tab_nav_sec ul li a {
        font-size: 13px !important;
        padding: 12px 13px;
        margin-bottom: 20px;
    }
    .tab_nav_sec ul li a {
        font-size: 14px !important;
        padding: 9px 14px;
        margin: 0 6px;
    }
    .overlay_text h4 {
        font-size: 17px;
        line-height: 20px;
    }
    .counters ul {
        width: 100%;
        justify-content: space-between;
        display: unset;
        flex-direction: column;
    }
    .counters ul li {
        width: 50%;
        float: left;
    }
    .web_content_Sec p {
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .industries_sec_main li.col-sm-2.p-0,
    footer .col-sm-4 {
        max-width: 50%;
        flex: 50%;
    }
    .review_content h5 {
        font-size: 17px;
        line-height: 21px;
    }
    .review_content p {
        font-size: 15px;
        line-height: 23px;
    }
    h6.review_name {
        font-size: 15px;
    }
    .review_qoute {
        width: 42px;
        height: 42px;
        padding: 10px;
        margin-bottom: 15px;
    }
    .bg_contact {
        padding: 40px 20px 30px;
        margin-bottom: 60px;
        margin-top: 0;
    }
    .circle_img_contact1 {
        position: absolute;
        bottom: 10px;
        left: -20px;
        z-index: -1;
    }
    .copy_right .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        text-align: center;
    }
    .term_links {
        text-align: center;
    }
    .product_detail_sec .col-sm-4 {
        max-width: 90%;
        flex: 90%;
        margin: 0 auto 40px;
    }
    .pkg_detail_sec {
        min-height: auto;
        padding: 40px 15px;
    }
    .pkg_detail_sec h3 {
        font-size: 20px;
    }
    .btn_packages_sec a {
        font-size: 18px;
        padding: 15px 40px;
    }
    .product_detail_sec .col-sm-8 {
        max-width: 100%;
        flex: 100%;
        margin-top: 20px;
    }
    body.packages_banner img.banner_img {
        height: 220px !important;
    }
    .product_detail_sec {
        padding: 40px 0;
    }
    .faq_sec_main {
        margin-bottom: 0;
    }
    .portfolio_boxes:hover a:after {
        left: 14%;
        width: 118px;
        font-size: 14px;
        height: 45px;
    }
    .services_box_sec {
        min-height: 350px;
        padding: 40px 15px 40px 20px;
    }
    .design_services_sec .center_head_content h3 {
        font-size: 26px;
    }
}
.custm-btn a.call-us:before,
section.banner_Sec_main.video__banner .btn-main a.call-us:before,
section.contact_sechme .contact-detail ul li a:before {
    content: "\f2a0";
    font-family: Fontawesome;
    font-weight: 400;
    height: 55px;
    width: 55px;
    transform: rotate(-45deg);
    left: 0;
}
@media (max-width: 450px) {
    .web_btn ul li a {
        padding: 14px 17px;
        font-size: 14px;
    }
    .banner_content_sec h3 {
        font-size: 26px;
        line-height: 34px;
        left: 10px;
        width: 95%;
    }
    .mobile-nav-btn span {
        top: 28px;
    }
    .about_content h2,
    .cta_content_sec h3 {
        font-size: 22px;
        line-height: 30px;
    }
    section.about_us_sec.padding_70 {
        padding-top: 0;
    }
    ul.about_ul li {
        font-size: 14px;
        padding-bottom: 0;
    }
    .cta_content_sec p {
        font-size: 18px;
        line-height: 28px;
    }
    .tab_nav_sec ul li a {
        font-size: 14px !important;
        padding: 9px 20px;
        margin: 0 6px;
    }
    .portfolio_sec_main .col-sm-3 {
        max-width: 50%;
        flex: 50%;
    }
    .bg_contact input,
    .portfolio_boxes,
    .services_box_main {
        margin-bottom: 20px;
    }
    .overlay_text h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .overlay_text p {
        font-size: 15px;
        line-height: 30px;
        font-weight: 400;
    }
    .industries_sec_main li.col-sm-2.p-0 {
        max-width: 50%;
        flex: 50%;
        padding: 0 10px !important;
    }
    .review_img_sec img {
        width: 180px;
        border-radius: 50%;
        height: 180px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    .review_content {
        text-align: center;
    }
    .review_qoute {
        margin: 0 auto 20px;
    }
    h6.review_name {
        padding: 0;
    }
    .circle_img_contact1,
    h6.review_name:before {
        display: none;
    }
    .bg_contact {
        margin: 0 20px 60px;
    }
    .footer_content p {
        font-size: 14px;
        width: 90%;
    }
    .bg_contact h3 {
        font-size: 17px;
    }
    .services_sec_main .col-sm-12.pt-5 {
        padding: 0 !important;
    }
    .logo_tab_platform {
        padding: 12px 6px 16px;
        margin: 0 10px 20px;
    }
    .mobile-nav {
        position: fixed;
        width: 60%;
    }
    .mobile-nav-btn .lines:before {
        font-size: 26px;
        padding: 10px 13px;
    }
    .industries_sec_main .logo_tab_platform h5 {
        font-size: 11px;
    }
    .design_services_sec .col-sm-4 {
        max-width: 100%;
        flex: 100%;
    }
    .packages_box_sec,
    .services_box_sec {
        min-height: auto;
    }
    .para_services_sec p {
        font-size: 16px;
        line-height: 28px;
    }
    .contact_sechme .form_submit {
        margin-top: 20px;
    }
    .faq_sec_main .center_head_content h3 {
        font-size: 23px;
        color: #000;
    }
    img.banner_img {
        height: 530px;
    }
    video.banner_video {
        width: 100%;
        height: 530px;
        object-fit: cover;
    }
    .design_services_sec .center_head_content h3 {
        font-size: 22px;
    }
}
@media (max-width: 390px) {
    .banner__hme__sec h1 {
        font-size: 19px;
        padding-bottom: 8px;
        line-height: 27px;
    }
    .banner__hme__sec p {
        font-size: 13px;
        line-height: 22px;
        width: 100%;
        margin: 0 auto;
        font-weight: 400;
    }
    .portfolio__new__box {
        padding-bottom: 30px;
    }
    .banner_content_sec h3 {
        line-height: 30px;
        left: 40px;
        width: 95%;
    }
    .web_btn ul li a {
        padding: 14px;
        font-size: 13px;
    }
    .logo_tab_platform h5 {
        display: inline-block;
        font-size: 10px;
    }
    .center_head_content h3 {
        font-size: 26px;
    }
    .center_head_content p {
        font-size: 13px;
        line-height: 25px;
        font-weight: 400;
    }
    .footer_content img {
        width: 100%;
    }
    .banner_content_sec h3 {
        font-size: 21px;
    }
    .cta_content_sec {
        padding: 30px 10px 40px;
    }
    .cta_content_sec h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .cta_content_sec p {
        font-size: 15px;
        line-height: 25px;
    }
    .industries_sec_main .logo_tab_platform h5,
    .mobile-nav nav li ul li a {
        font-size: 12px;
    }
    .mobile-nav nav li a {
        font-size: 13px;
    }
    .tab_nav_sec ul li a {
        font-size: 13px !important;
        padding: 9px 11px;
        margin: 0 6px;
    }
    .para_services_sec p {
        font-size: 14px;
        line-height: 25px;
    }
    .industries_sec_main li.col-sm-2.p-0 {
        max-width: 50%;
        flex: 50%;
        padding: 0 !important;
    }
    .review_img_sec img {
        width: 160px;
        border-radius: 50%;
        height: 160px;
    }
    .bg_contact {
        margin: 0;
        padding: 30px 15px 25px;
        border-radius: 10px;
    }
}
.main_menu_sec ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 25px !important;
}
.logo_Sec_main h2 {
    font-size: 26px;
    color: #d94f04;
    font-weight: 800;
    text-transform: uppercase;
}
section.banner_Sec_main.video__banner {
    top: -22px;
    position: relative;
    height: 100vh;
    background: url(../../assets/images/webBanner.jpg) top center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.banner_Sec_main.video__banner h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    padding-top: 100px;
}
section.banner_Sec_main.video__banner h1 {
    font-size: 64px;
    color: #fff;
}
section.banner_Sec_main.video__banner h1 span {
    background: linear-gradient(85deg, #fcb800 10%, rgb(240 74 56) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.banner_Sec_main.video__banner p {
    font-size: 18px;
    font-weight: 700;
    width: 58%;
    color: #fff;
}
section.banner_Sec_main.video__banner .btn-main {
    padding-top: 40px;
}
section.banner_Sec_main.video__banner .btn-main a.btn1_top {
    padding: 17px 50px;
    color: #000;
    background: #fcb800;
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 800;
}
section.banner_Sec_main.video__banner .btn-main a.call-us {
    display: inline-block;
    padding-left: 70px;
    font-size: 18px;
    font-weight: 800;
    margin-left: 20px;
    position: relative;
    transition: 0.5s;
    color: #fff;
    min-height: 77px;
    padding-top: 18px;
}
section.banner_Sec_main.video__banner .btn-main a.call-us span {
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    color: #f04a38;
    margin-bottom: 4px;
    display: none;
}
section.banner_Sec_main.video__banner .btn-main a.call-us:before {
    position: absolute;
    background: #f04a38;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    top: 0;
}
section.banner_Sec_main.video__banner .carousel-inner {
    overflow: visible;
}
.custm-btn a.call-us {
    border: none;
    padding: 0 0 0 70px;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    margin-left: 20px;
    position: relative;
    background: 0 0 !important;
    color: #000 !important;
}
.custm-btn a.call-us:before {
    position: absolute;
    background: #f04a38;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.custm-btn a.call-us span {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    color: #f04a38;
    margin-bottom: 8px;
}
.about_content ul,
section.promote_sec_main .custm-btn ul {
    display: flex;
    align-items: center;
}
.about_content .web_btn ul li a {
    background: #f04a38;
    border-color: #f04a38;
}
section.portfoliosec {
    background: url(../../assets/images/portBanner.jpg) 0 0 / cover;
    padding: 100px 0;
}
section.portfoliosec h2 {
    font-size: 62px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
section.portfoliosec p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}
section.portfoliosec .innercol h2 {
    text-align: left;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
section.portfoliosec .innercol p {
    font-size: 16px;
    text-align: left;
    margin: 0;
}
section.portfoliosec .cta-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    border-top: 1px solid #ffffff61;
}
section.portfoliosec .cta-main h3 {
    margin: 0 30px 0 0;
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
section.portfoliosec .cta-main a.btn1_top {
    padding: 17px 12px;
    color: #fff;
    background: #000;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 800;
}
.counter_sec_main .counters span.count_text {
    font-size: 18px;
    color: #fff;
    font-weight: 800;
    width: 90%;
    display: block;
    margin: auto;
    line-height: 1.4;
    transition: 0.3s ease-in-out !important;
}
.counter_sec_main .counters h3.counter {
    color: #fff;
    font-weight: 800;
    transition: 0.3s ease-in-out !important;
}
.counter_sec_main p {
    margin-bottom: 40px;
}
.counter_sec_main ..center_head_content h3 {
    padding-bottom: 40px;
}
section.promote_sec_main {
    background: #fdf2f1;
    padding: 100px 0;
}
.custm-btn a.btn1_top {
    padding: 17px 37px;
    color: #000;
    background: #fcb800;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    border-radius: 4px;
}
section.promote_sec_main p {
    font-weight: 700;
    padding: 0 0 27px;
}
section.getstartsec {
    background: url(../../assets/images/backg.png) center/cover;
    padding: 70px 0;
}
section.getstartsec h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 800;
    width: 83%;
    margin-bottom: 0;
}
section.getstartsec .row {
    align-items: center;
    width: 96%;
    margin-left: auto;
}
section.getstartsec .innercollbtn a.btn-black {
    padding: 17px 37px;
    color: #fff;
    background: #000;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 800;
}
section.review_sec_main .review_content {
    padding: 40px;
    background: #fdf2f1;
    border-radius: 5px;
    height: 100%;
    position: relative;
}
.review_box_sec .slick-slide .row {
    width: 95%;
    margin: auto;
}
section.review_sec_main ul.slick-dots {
    bottom: -60px;
}
section.review_sec_main ul.slick-dots li button:before {
    border: 1px solid #f04a38;
    border-radius: 50%;
    font-size: 0;
    background: #f04a38 !important;
}
section.review_sec_main ul.slick-dots li.slick-active button::before {
    background: #f04a38 !important;
}
section.contact_sechme .contact-detail {
    height: 100%;
    padding: 70px 60px;
    background: linear-gradient(85deg, rgb(255 175 16) 10%, rgb(237 109 29) 100%);
    border-radius: 5px;
    margin-right: 70px;
}
section.contact_sechme .contact-detail h2 {
    color: #000;
    font-size: 29px;
    margin-bottom: 20px;
}
section.contact_sechme .contact-detail p {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
}
section.contact_sechme .contact-detail ul li a span {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}
section.contact_sechme .contact-detail ul li a {
    border: none;
    padding: 0 0 0 70px;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    margin-left: 20px;
    position: relative;
    color: #000;
}
section.contact_sechme .contact-detail ul li a:before {
    position: absolute;
    background: #000;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
section.contact_sechme .contact-detail ul li:nth-child(2) a:before {
    content: "\f0e0";
    transform: none;
}
section.contact_sechme .contact-detail ul li:nth-child(3) a:before {
    content: "\f124";
    transform: none;
}
section.contact_sechme .contact-detail ul li {
    margin-bottom: 30px;
}
section.contact_sechme .workwithus h1 {
    font-size: 46px;
    margin-bottom: 40px;
}
section.contact_sechme .workwithus form.form .form-control {
    border: none;
    border-bottom: 1px solid #707070;
    border-radius: 0;
    height: 20px;
    margin-bottom: 40px;
    box-shadow: none;
    padding: 13px 0 20px;
    font-size: 16px;
    resize: none;
}
section.contact_sechme .workwithus form.form label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
section.contact_sechme .workwithus input[type="submit"] {
    padding: 15px 45px;
    color: #000;
    background: linear-gradient(85deg, #fcb800 10%, rgb(240 74 56) 100%);
    display: inline-block;
    font-size: 18px;
    border-radius: 4px;
    font-weight: 800;
    outline: 0 !important;
    box-shadow: none;
    cursor: pointer;
    transition: 0.5s;
    border-style: none;
    text-transform: uppercase;
}
.footer_heading h4 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}
footer .row .col-sm-3:nth-last-child(2) {
    padding-left: 70px;
}
footer .row .col-sm-5 {
    padding-left: 60px;
}
footer .emailmain .form-control {
    border: 1px solid #abababc7;
    background: 0 0;
    padding: 15px 30px;
    box-shadow: none;
    font-weight: 700;
    color: #ababab;
    height: 61px;
}
footer .emailmain .form-control::placeholder {
    color: #ababab;
}
footer .emailmain input[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 50px;
    font-size: 0;
    background-color: #d94f04;
    border: 1px solid #d94f04;
    border-radius: 5px;
    background-image: url(../../assets/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
footer .copyright_text p span {
    color: #ffffffab;
    font-weight: 800;
}
.copy_right .row {
    padding-top: 0;
    margin-top: 0;
    align-items: center;
}
section.breadcrumb {
    min-height: 460px;
    background: url(../../assets/images/breadimg.jpg) 0 0 / cover;
    margin-top: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
    background-position: center !important;
    padding: 60px 0;
}
section.breadcrumb:after {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000c9;
    top: 0;
    z-index: -1;
    background-position: center !important;
}
section.breadcrumb h2 {
    font-size: 50px;
    color: #fff;
    margin-top: 60px;
}
section.contact_sechme {
    padding-top: 80px;
}
header.stickyheader img {
    filter: none;
}
section.contact_sechme.padding_70 {
    padding-top: 140px;
}
.platform_logo_sec.portfolio-page {
    padding: 80px 0 0 !important;
}
section.portfoliosec.portfoliosecpage {
    background: #fff;
}
section.getstartsec .custm-btn a.call-us {
    background: #fff !important;
    padding: 18px 40px 25px 100px;
    border-radius: 10px;
}
section.getstartsec .custm-btn a.call-us:before {
    left: 30px;
}
section.portfoliosec .innercol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
@media screen and (max-width: 480px) {
    header {
        background: 0 0;
        box-shadow: none;
        padding: 20px 0 !important;
    }
    .counters ul li,
    .logo_Sec_main {
        width: 53%;
    }
    header .logo_Sec_main {
        padding: 0;
    }
    section.banner_Sec_main.video__banner h2 {
        padding-top: 40px;
        font-size: 25px;
        margin-bottom: 18px;
    }
    section.banner_Sec_main.video__banner h1 {
        line-height: 1.1;
        font-size: 36px;
        margin-top: 90px;
    }
    section.banner_Sec_main.video__banner p {
        width: 100%;
        font-size: 15px;
    }
    .custm-btn a.btn1_top,
    section.banner_Sec_main.video__banner .btn-main a.btn1_top {
        font-size: 14px;
        padding: 12px 18px;
    }
    .counter_sec_main .counters span.count_text,
    .custm-btn a.call-us span,
    section.banner_Sec_main.video__banner .btn-main a.call-us span,
    section.contact_sechme .contact-detail ul li a span,
    section.contact_sechme .workwithus form.form label,
    section.portfoliosec .innercol p {
        font-size: 14px;
    }
    .custm-btn a.call-us,
    section.banner_Sec_main.video__banner .btn-main a.call-us {
        font-size: 16px;
        padding-left: 50px;
        line-height: 1.1;
    }
    .custm-btn a.call-us:before,
    section.banner_Sec_main.video__banner .btn-main a.call-us:before {
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .about_content h2 {
        padding-bottom: 20px !important;
    }
    section.about_us_sec,
    section.portfoliosec.portfoliosecpage {
        padding-top: 20px !important;
    }
    .about_content p {
        width: 100%;
        font-size: 13px;
    }
    section.portfoliosec {
        padding: 40px 0 20px !important;
    }
    section.portfoliosec h2 {
        font-size: 30px;
    }
    section.portfoliosec p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    section.portfoliosec .innercol h2 {
        font-size: 18px;
    }
    .counter_sec_main .counters h3.counter {
        font-size: 25px;
        margin-bottom: -10px;
    }
    section.counter_sec_main .row.pt-3 {
        justify-content: center;
    }
    .counters ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: revert;
    }
    section.promote_sec_main {
        padding: 40px 0 !important;
    }
    section.promote_sec_main p {
        padding: 20px 0;
    }
    .web_content_Sec h2 {
        margin: 0;
    }
    section.getstartsec .row {
        width: 100% !important;
        margin: 0;
    }
    section.breadcrumb p,
    section.getstartsec h2 {
        width: 100%;
    }
    section.getstartsec .custm-btn a.call-us {
        margin: 20px 0 0;
    }
    section.getstartsec {
        padding: 50px 0;
    }
    section.review_sec_main .review_content {
        padding: 30px 20px !important;
    }
    section.review_sec_main .review_content p {
        font-size: 13px;
    }
    .review_sec_main {
        padding-bottom: 0 !important;
    }
    .review_sec_main .review_box_sec {
        padding-top: 10px !important;
    }
    .platform_logo_sec.portfolio-page,
    section.contact_sechme {
        padding-top: 30px !important;
    }
    section.contact_sechme .contact-detail {
        padding: 30px 20px 0 !important;
    }
    section.contact_sechme .contact-detail p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.contact_sechme .contact-detail ul li a {
        margin: 0;
        padding-left: 50px;
        font-size: 14px;
    }
    section.contact_sechme .contact-detail ul li a:before {
        width: 40px;
        height: 40px;
    }
    section.contact_sechme .workwithus {
        padding-top: 50px;
    }
    section.contact_sechme .workwithus h1 {
        font-size: 32px;
    }
    section.contact_sechme .workwithus form.form .form-control {
        height: 10px;
        padding: 14px 0;
        margin-bottom: 30px;
    }
    section.contact_sechme {
        padding-bottom: 40px;
    }
    .review_sec_main .review_qoute {
        margin-bottom: 10px;
    }
    .review_sec_main h6.review_name span {
        font-size: 15px;
    }
    section.contact_sechme .workwithus input[type="submit"] {
        font-size: 14px;
        padding: 10px 30px;
    }
    section.breadcrumb {
        min-height: 340px;
    }
    section.breadcrumb h2 {
        font-size: 35px;
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) and (min-width: 481px) {
    header {
        background: 0 0;
        box-shadow: none;
        padding: 0 !important;
    }
    section.banner_Sec_main.video__banner h2 {
        padding-top: 40px;
        font-size: 25px;
        margin-bottom: 18px;
    }
    section.banner_Sec_main.video__banner h1 {
        line-height: 1.1;
        font-size: 42px;
        margin-top: 90px;
    }
    section.banner_Sec_main.video__banner p {
        width: 100%;
        font-size: 16px;
    }
    section.banner_Sec_main.video__banner .btn-main a.btn1_top {
        font-size: 15px;
        padding: 12px 27px;
    }
    .custm-btn a.call-us span,
    section.banner_Sec_main.video__banner .btn-main a.call-us span,
    section.contact_sechme .workwithus form.form label,
    section.portfoliosec .innercol p {
        font-size: 14px;
    }
    .custm-btn a.call-us,
    section.banner_Sec_main.video__banner .btn-main a.call-us {
        font-size: 16px;
        padding-left: 50px;
        line-height: 1.1;
    }
    .custm-btn a.call-us:before,
    section.banner_Sec_main.video__banner .btn-main a.call-us:before {
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .about_content h2 {
        padding-bottom: 20px !important;
    }
    section.about_us_sec,
    section.portfoliosec.portfoliosecpage {
        padding-top: 20px !important;
    }
    .about_content p {
        width: 100%;
        font-size: 13px;
    }
    .custm-btn a.btn1_top {
        font-size: 14px;
        padding: 12px 18px;
    }
    section.portfoliosec {
        padding: 40px 0 20px !important;
    }
    section.portfoliosec h2 {
        font-size: 30px;
    }
    section.portfoliosec p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    section.portfoliosec .innercol h2 {
        font-size: 18px;
    }
    .counter_sec_main .counters span.count_text {
        font-size: 12px;
        width: 90%;
        display: inline-block;
    }
    .counter_sec_main .counters h3.counter {
        font-size: 25px;
        margin-bottom: -10px;
    }
    section.counter_sec_main .row.pt-3 {
        justify-content: center;
    }
    .counters ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: revert;
    }
    .counters ul li {
        width: 53%;
    }
    section.promote_sec_main {
        padding: 40px 0 !important;
    }
    section.promote_sec_main p {
        padding: 20px 0;
    }
    .web_content_Sec h2 {
        margin: 0;
    }
    section.getstartsec .row {
        width: 100% !important;
        margin: 0;
    }
    section.getstartsec h2 {
        width: 100%;
    }
    section.getstartsec .custm-btn a.call-us {
        margin: 20px 0 0;
    }
    section.getstartsec {
        padding: 50px 0;
    }
    section.review_sec_main .review_content {
        padding: 30px 20px !important;
    }
    section.contact_sechme .contact-detail ul li a span,
    section.review_sec_main .review_content p {
        font-size: 13px;
    }
    .review_sec_main {
        padding-bottom: 0 !important;
    }
    .review_sec_main .review_box_sec {
        padding-top: 10px !important;
    }
    section.contact_sechme .contact-detail {
        padding: 30px 20px 0 !important;
    }
    section.contact_sechme .contact-detail p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.contact_sechme .contact-detail ul li a {
        margin: 0;
        padding-left: 50px;
        font-size: 12px;
    }
    section.contact_sechme .contact-detail ul li a:before {
        width: 40px;
        height: 40px;
    }
    section.contact_sechme .workwithus {
        padding-top: 50px;
    }
    section.contact_sechme .workwithus h1 {
        font-size: 32px;
    }
    section.contact_sechme .workwithus form.form .form-control {
        height: 10px;
        padding: 14px 0;
        margin-bottom: 30px;
    }
    section.contact_sechme {
        padding-bottom: 40px;
        padding-top: 100px !important;
    }
    .review_sec_main .review_qoute {
        margin-bottom: 10px;
    }
    .review_sec_main h6.review_name span {
        font-size: 15px;
    }
    section.contact_sechme .workwithus input[type="submit"] {
        font-size: 14px;
        padding: 10px 30px;
    }
    section.breadcrumb {
        min-height: 270px;
    }
    section.breadcrumb h2 {
        font-size: 35px;
        margin-top: 40px;
    }
    .platform_logo_sec.portfolio-page {
        padding-top: 30px !important;
    }
    section.getstartsec .row .col-sm-4,
    section.getstartsec .row .col-sm-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mobile-nav-btn .lines:before {
        top: 14px !important;
        font-size: 22px;
        padding: 6px 10px;
    }
    .logo_Sec_main a {
        width: 41%;
    }
    .review_img_sec img {
        height: 300px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    section.protfolio-sec.prtflo .row .col-lg-3,
    section.protfolio-sec.prtflo .row .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    header {
        background: 0 0;
        box-shadow: none;
        padding: 10px 0 !important;
    }
    section.banner_Sec_main.video__banner h2 {
        padding-top: 40px;
        font-size: 25px;
        margin-bottom: 18px;
    }
    section.banner_Sec_main.video__banner h1 {
        line-height: 1.1;
        font-size: 42px;
        margin-top: 90px;
    }
    section.banner_Sec_main.video__banner p {
        width: 100%;
        font-size: 16px;
    }
    section.banner_Sec_main.video__banner .btn-main a.btn1_top {
        font-size: 15px;
        padding: 12px 27px;
    }
    .custm-btn a.call-us span,
    section.banner_Sec_main.video__banner .btn-main a.call-us span,
    section.contact_sechme .contact-detail ul li a span,
    section.contact_sechme .workwithus form.form label,
    section.portfoliosec .innercol p {
        font-size: 14px;
    }
    .custm-btn a.call-us,
    section.banner_Sec_main.video__banner .btn-main a.call-us {
        font-size: 16px;
        padding-left: 50px;
        line-height: 1.1;
    }
    .custm-btn a.call-us:before,
    section.banner_Sec_main.video__banner .btn-main a.call-us:before {
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .about_content h2 {
        padding-bottom: 20px !important;
        position: unset;
    }
    section.about_us_sec,
    section.portfoliosec.portfoliosecpage {
        padding-top: 20px !important;
    }
    .about_content p {
        width: 100%;
        font-size: 13px;
    }
    .custm-btn a.btn1_top {
        font-size: 14px;
        padding: 12px 18px;
    }
    section.portfoliosec {
        padding: 40px 0 50px !important;
    }
    section.portfoliosec h2 {
        font-size: 30px;
    }
    section.portfoliosec p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    section.portfoliosec .innercol h2 {
        font-size: 18px;
    }
    .counter_sec_main .counters span.count_text {
        font-size: 12px;
        width: 90%;
        display: inline-block;
    }
    .counter_sec_main .counters h3.counter {
        font-size: 25px;
        margin-bottom: -10px;
    }
    section.counter_sec_main .row.pt-3 {
        justify-content: center;
    }
    .counters ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: revert;
    }
    .counters ul li {
        width: 53%;
        padding: 40px 20px;
        min-height: 150px;
    }
    section.promote_sec_main {
        padding: 40px 0 !important;
    }
    section.promote_sec_main p {
        padding: 20px 0;
    }
    .web_content_Sec h2 {
        margin: 0;
    }
    section.getstartsec .row {
        width: 100% !important;
        margin: 0;
    }
    .logo_Sec_main a,
    section.getstartsec h2 {
        width: 100%;
    }
    section.getstartsec .custm-btn a.call-us {
        margin: 20px 0 0;
        font-size: 15px;
        padding: 20px 20px 20px 80px;
    }
    section.getstartsec {
        padding: 50px 0;
    }
    section.review_sec_main .review_content {
        padding: 30px 20px !important;
    }
    section.review_sec_main .review_content p {
        font-size: 16px;
    }
    .review_sec_main {
        padding-bottom: 0 !important;
    }
    .review_sec_main .review_box_sec {
        padding-top: 10px !important;
    }
    section.contact_sechme .contact-detail {
        padding: 30px 20px 0 !important;
        width: 100%;
    }
    section.contact_sechme .contact-detail p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.contact_sechme .contact-detail ul li a {
        margin: 0;
        padding-left: 50px;
        font-size: 12px;
    }
    section.contact_sechme .contact-detail ul li a:before {
        width: 40px;
        height: 40px;
        font-size: 19px;
    }
    section.contact_sechme .workwithus {
        padding-top: 0;
    }
    section.contact_sechme .workwithus h1 {
        font-size: 32px;
    }
    section.contact_sechme .workwithus form.form .form-control {
        height: 10px;
        padding: 14px 0;
        margin-bottom: 30px;
    }
    section.contact_sechme {
        padding-bottom: 40px;
        padding-top: 90px !important;
    }
    .review_sec_main .review_qoute {
        margin-bottom: 10px;
    }
    .review_sec_main h6.review_name span {
        font-size: 21px;
    }
    section.contact_sechme .workwithus input[type="submit"] {
        font-size: 14px;
        padding: 10px 30px;
    }
    section.breadcrumb {
        min-height: 270px;
    }
    section.breadcrumb h2 {
        font-size: 35px;
        margin-top: 40px;
    }
    .platform_logo_sec.portfolio-page {
        padding-top: 30px !important;
    }
    .mobile-nav-btn .lines:before {
        top: 14px !important;
        font-size: 22px;
        padding: 6px 10px;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
    header {
        background: 0 0;
        box-shadow: none;
        padding: 20px 0 !important;
    }
    section.banner_Sec_main.video__banner h2 {
        padding-top: 40px;
        font-size: 25px;
        margin-bottom: 18px;
    }
    section.banner_Sec_main.video__banner h1 {
        line-height: 1.1;
        font-size: 42px;
        margin-top: 90px;
    }
    section.banner_Sec_main.video__banner p {
        width: 100%;
        font-size: 16px;
    }
    section.banner_Sec_main.video__banner .btn-main a.btn1_top {
        font-size: 15px;
        padding: 12px 27px;
    }
    .custm-btn a.call-us span,
    section.banner_Sec_main.video__banner .btn-main a.call-us span,
    section.contact_sechme .contact-detail ul li a span,
    section.contact_sechme .workwithus form.form label,
    section.portfoliosec .innercol p {
        font-size: 14px;
    }
    .custm-btn a.call-us,
    section.banner_Sec_main.video__banner .btn-main a.call-us {
        font-size: 16px;
        padding-left: 50px;
        line-height: 1.1;
    }
    .custm-btn a.call-us:before,
    section.banner_Sec_main.video__banner .btn-main a.call-us:before {
        height: 40px;
        width: 40px;
        background-size: contain;
    }
    .about_content h2 {
        padding-bottom: 20px !important;
    }
    section.about_us_sec,
    section.portfoliosec.portfoliosecpage {
        padding-top: 20px !important;
    }
    .about_content p {
        width: 100%;
        font-size: 13px;
    }
    .custm-btn a.btn1_top {
        font-size: 14px;
        padding: 12px 18px;
    }
    section.portfoliosec {
        padding: 40px 0 20px !important;
    }
    section.portfoliosec h2 {
        font-size: 30px;
    }
    section.portfoliosec p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    section.portfoliosec .innercol h2 {
        font-size: 18px;
    }
    .counter_sec_main .counters span.count_text {
        font-size: 12px;
        width: 90%;
        display: inline-block;
    }
    .counter_sec_main .counters h3.counter {
        font-size: 25px;
        margin-bottom: -10px;
    }
    section.counter_sec_main .row.pt-3 {
        justify-content: center;
    }
    .counters ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: revert;
    }
    .counters ul li {
        width: 53%;
    }
    section.promote_sec_main {
        padding: 40px 0 !important;
    }
    section.promote_sec_main p {
        padding: 20px 0;
    }
    .web_content_Sec h2 {
        margin: 0;
    }
    section.getstartsec .row {
        width: 100% !important;
        margin: 0;
    }
    .logo_Sec_main a,
    section.getstartsec h2 {
        width: 100%;
    }
    section.getstartsec .custm-btn a.call-us {
        margin: 20px 0 0;
    }
    section.getstartsec {
        padding: 50px 0;
    }
    section.review_sec_main .review_content {
        padding: 30px 20px !important;
    }
    section.review_sec_main .review_content p {
        font-size: 13px;
    }
    .review_sec_main {
        padding-bottom: 0 !important;
    }
    .review_sec_main .review_box_sec {
        padding-top: 10px !important;
    }
    section.contact_sechme .contact-detail {
        padding: 30px 20px 0 !important;
    }
    section.contact_sechme .contact-detail p {
        width: 100%;
        font-size: 14px;
        margin-bottom: 30px;
    }
    section.contact_sechme .contact-detail ul li a {
        margin: 0;
        padding-left: 50px;
        font-size: 12px;
    }
    section.contact_sechme .contact-detail ul li a:before {
        width: 40px;
        height: 40px;
    }
    section.contact_sechme .workwithus {
        padding-top: 0;
    }
    section.contact_sechme .workwithus h1 {
        font-size: 32px;
    }
    section.contact_sechme .workwithus form.form .form-control {
        height: 10px;
        padding: 14px 0;
        margin-bottom: 30px;
    }
    section.contact_sechme {
        padding-bottom: 40px;
        padding-top: 80px !important;
    }
    .review_sec_main .review_qoute {
        margin-bottom: 10px;
    }
    .review_sec_main h6.review_name span {
        font-size: 15px;
    }
    section.contact_sechme .workwithus input[type="submit"] {
        font-size: 14px;
        padding: 10px 30px;
    }
    section.breadcrumb {
        min-height: 360px;
    }
    section.breadcrumb h2 {
        font-size: 35px;
        margin-top: 40px;
    }
    .platform_logo_sec.portfolio-page {
        padding-top: 30px !important;
    }
    .mobile-nav-btn .lines:before {
        top: 14px !important;
        font-size: 22px;
        padding: 6px 10px;
    }
    .logo_Sec_main {
        width: 80%;
    }
}
.app-container.active {
    left: 0 !important;
    top: -7px;
}
.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: 0 0;
    padding: 0;
}
.thanku-sec div h1 {
    color: #000;
    font-size: 52px;
    line-height: 1.2;
    padding-bottom: 15px;
}
.thanku-sec div p {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400 !important;
}
.thanku-sec div a {
    padding: 17px 48px;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid #d24d00;
    color: #fff !important;
    font-size: 18px !important;
    background: #d24d00;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    height: 57px;
    border-radius: 30px;
    display: inline-block;
    font-family: "Open Sans";
    font-weight: 600;
}
.thanku-sec div a:hover {
    border: 1px solid #41878c;
    background: #217571;
}
.thanku-sec {
    padding: 0;
    height: 75vh;
    display: flex;
    align-items: center;
}
.thanku-sec div h1 span {
    color: #d24d00;
}
.thankyou-page header {
    position: unset;
    background: #000;
}
.review_img_sec img {
    height: 72px;
    object-fit: cover;
    object-position: top;
    width: 72px;
    border-radius: 100%;
}
section.banner_Sec_main.video__banner .btn-main a.btn1_top:hover {
    background: #f04a38;
    color: #fff;
}
.custm-btn a.call-us:hover,
section.banner_Sec_main.video__banner .btn-main a.call-us:hover,
section.contact_sechme .contact-detail ul li a:hover {
    opacity: 0.8;
}
.custm-btn a.btn1_top:hover {
    background: #ce401a;
    color: #fff;
}
section.contact_sechme .workwithus input[type="submit"]:hover {
    background: linear-gradient(85deg, #f04a38 10%, #fcb800 100%);
    color: #fff;
}
.mobile-nav-btn.active {
    position: fixed;
}
@media screen and (max-width: 767px) {
    .review_img_sec img {
        height: 200px;
        width: 200px;
    }
    section.breadcrumb p {
        width: 100% !important;
    }
}
@media screen and (max-width: 767px) and (min-width: 575px) {
    .logo_Sec_main a {
        width: 100%;
    }
    section.contact_sechme .contact-detail p {
        width: 100%;
        font-size: 11px;
        margin-bottom: 30px;
    }
    section.contact_sechme .contact-detail h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 20px;
    }
    section.contact_sechme .contact-detail ul li a {
        margin: 0;
        padding-left: 50px;
        font-size: 12px;
        line-break: anywhere;
        line-height: 1.3;
    }
    section.contact_sechme .contact-detail ul li a span {
        font-size: 10px;
        line-height: 1;
    }
    section.contact_sechme .workwithus form.form label {
        font-size: 12px;
    }
}
section.breadcrumb p {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    width: 57%;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 input {
    padding-left: 20px;
}
.intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 72px;
}
section.about_us_sec {
    padding-bottom: 60px;
    padding-top: 60px;
}
.custom-tab-list {
    text-align: center;
    margin-bottom: 50px;
}
.custom-tab-list ul {
    font-size: 0;
    border: none;
    flex-wrap: wrap;
    justify-content: center;
}
.custom-tab-list .nav-tabs .nav-link:focus,
.custom-tab-list ul li a,
.custom-tab-list ul li a.active,
.nav-tabs .nav-link:hover {
    border: none;
}
.custom-tab-list ul li {
    display: inline-block;
    margin-right: 30px;
}
.custom-tab-list ul li a {
    color: #333;
    font-size: 16px;
    position: relative;
    padding: 5px 0;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
}
.custom-tab-list ul li a::before {
    content: "";
    width: 0;
    transition: 0.5s ease-in-out;
}
.custom-tab-list ul li.active a::before,
.custom-tab-list ul li:hover a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #ce401a;
    width: 100%;
}
.custom-tab-list ul li.active a,
.custom-tab-list ul li:hover a {
    color: #ce401a;
}
.portfolio {
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}
.portfolio-box ul {
    font-size: 0;
    text-align: center;
}
.portfolio-box ul li {
    display: inline-block;
    width: 24%;
    margin-bottom: 15px;
    margin-right: 15px;
}
.portfolio-box ul li .portfolio-item {
    -webkit-box-shadow: inset 0 0 17px 0 #000;
    -moz-box-shadow: inset 0 0 17px 0 #000;
    box-shadow: inset 0 0 17px 0 #000;
    position: relative;
}
.portfolio-box ul li .portfolio-item .hover-effect {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    opacity: 0;
    background-color: rgb(33 117 113 / 53%);
}
.portfolio-box ul li .portfolio-item .hover-effect a {
    color: var(--white);
    font-size: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.portfolio-box ul li:hover .hover-effect {
    opacity: 1;
    height: 100%;
    width: 100%;
}
.portfolio h3 {
    font-size: 62px;
    color: #000;
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}
.portfolio p {
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 60px;
}
section.portfoliosec .custm-btn a.btn1_top {
    background: #fff;
    color: #000;
}
section.portfoliosec .custm-btn a.btn1_top:hover {
    opacity: 0.6;
}
@media screen and (max-width: 1200px) {
    section.breadcrumb p {
        font-size: 16px;
    }
    .portfolio h3 {
        font-size: 41px;
    }
    .portfolio p {
        font-size: 16px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}
section.portfoliosec .innercol {
    height: 317px;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
    margin-bottom: 40px;
}
section.portfoliosec .innercol .ctn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(177deg, rgba(252, 0, 0, 0) 0, rgb(0 0 0 / 68%) 66%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    transition: 0.3s ease-in-out !important;
}
section.portfoliosec .innercol:hover .ctn {
    background: linear-gradient(177deg, rgba(252, 0, 0, 0) 0, rgb(0 0 0 / 88%) 66%);
}
.review_qoute img {
    filter: brightness(0);
}
.custom-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0;
}
.custom-tabs__item > :is(a, button) {
    color: #000;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: capitalize;
    background: 0 0;
    border: none;
    outline: 0;
    margin-right: 10px;
    transition: 0.3s;
    font-family: Poppins;
}
.custom-tabs__item > :is(a, button).active,
.custom-tabs__item > :is(a, button):hover {
    background: linear-gradient(85deg, #fcb800 10%, rgb(240 74 56) 100%);
    color: #ffff;
    display: block;
    margin-bottom: 10px;
}
.portfolio__img {
    width: 100%;
    height: 250px;
    border-radius: 0.75rem;
    cursor: pointer;
    overflow: hidden;
    margin: 1rem 0;
    position: relative;
    box-shadow: 0 0 20px 1px #00000020;
    display: inline-block;
}
.portfolio__img::after {
    content: "\f002";
    font-family: FontAwesome;
    background: #0000005f;
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.services--overlay::after,
.services__bg {
    opacity: 90%;
    width: 100%;
    position: absolute;
}
.portfolio__img:hover::after {
    opacity: 1;
    visibility: visible;
}
.portfolio__img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.5s ease-in-out;
}
.portfolio__img:hover img {
    transform: scale(1.5);
}
@media screen and (max-width: 767px) {
    section.banner_Sec_main.video__banner {
        height: auto;
        padding: 30px 0;
    }
    section.banner_Sec_main.video__banner h1 br {
        display: none;
    }
    .counters ul {
        display: block;
    }
    .counters ul li {
        width: 100% !important;
        max-width: 100%;
        margin: 0 0 15px;
    }
    section.contact_sechme .contact-detail {
        width: 100%;
    }
    section.contact_sechme .contact-detail h2 {
        font-size: 30px;
    }
    section.contact_sechme .contact-detail ul li a:before {
        font-size: 20px;
    }
    .custom-tabs__item > :is(a, button) {
        display: block;
    }
    .portfolio {
        padding-top: 30px;
    }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
    section.portfoliosec .col-md-4 {
        flex: 0 0 33.333%;
    }
    section.portfoliosec .innercol h2 {
        font-size: 14px !important;
    }
    section.portfoliosec .innercol .ctn {
        padding: 10px 20px !important;
    }
    section.portfoliosec .innercol {
        height: 210px;
        margin-bottom: 30px !important;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 0 12px !important;
    }
    .web_btn ul li a.btn1_top {
        font-size: 12px;
        padding: 10px 16px;
    }
    .logo_Sec_main {
        width: 71%;
    }
    header .web_btn {
        display: block;
    }
}
