@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;800&display=swap');

:root {

    --primaryColor: #013a9d;
    --light_white: #f7f7f7;
    --black: #000;
    --white: #fff;
    --pink: #013a9d;
    --blue: #013a9d;
    --light_blue: rgb(240, 238, 238);
    --gray: #6d6e70;
    --light_gray: #919396;
    --bg_color: #121212;
    --light_bg_color: #141414;
    --heading_color: #111;
    --heading-font-family: Poppins, sans-serif;
    --paragraph-font: Poppins, sans-serif;
}

img {
    pointer-events: none
}


/*BEGIN: GENERAL CSS*/

body {
    font-family: var(--paragraph-font);
    overflow-x: hidden;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    background: var(--whit);
}

body::-webkit-scrollbar {
    width: 20px;
    height: 10px;
}

body::-webkit-scrollbar-button:start:decrement,
body::-webkit-scrollbar-button:end:increment {
    display: none;
}

body::-webkit-scrollbar-track-piece {
    background-color: #f4f4ec;
    -webkit-border-radius: 0px;
    border-left: 1px solid #ccc;
}

body::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--pink);
}

::selection {
    color: var(--white);
    background: var(--pink);
}

a {
    text-decoration: none;
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-family);
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

ul {
    padding: 0;
    margin: 0;
}

.center-col {
    margin: 0 auto;
    display: table;
    float: none;
    padding: 0;
}

/*  */
/*  */


.reviews .slick-slider {
    z-index: 9;
}

.reviews .sin-testiImage img {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    -webkit-transition: all 1s;
    transition: all 1s;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin: 15px auto;
    width: 150px;
}

.reviews .sin-testiImage.slick-current img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 1s;
    transition: all 1s;
}

.reviews .reviews-slider {
    position: relative;
}

.reviews .reviews-slider .icon-angle-left,
.reviews .reviews-slider .icon-angle-right {
    position: absolute;
    top: 40%;
}

.reviews .reviews-slider .icon-angle-left:hover,
.reviews .reviews-slider .icon-angle-right:hover {
    background-color: #f92762;
    color: #fff;
}

.reviews .reviews-slider .icon-angle-left {
    left: 20px;
    z-index: 999;
}

.reviews .reviews-slider .icon-angle-right {
    right: 20px;
}

.reviews .reviews-text-slider {
    margin: auto;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 9;
}

.reviews .sin-testiText {
    outline: none;
    text-align: center;
}

.reviews .sin-testiText h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    padding-bottom: 20px;

}

/* .reviews .sin-testiText p {
    margin-top: 22px;
    color: #fff;
    line-height: 24px;
    font-family: MyriadPro-Regular;
} */

.reviews .grid-padding-x>.cell:nth-child(2) {
    position: relative;
}

.reviews .grid-padding-x>.cell:nth-child(2) .quotes {
    position: absolute;
    width: 100%;
}

.reviews .grid-padding-x>.cell:nth-child(2) .quotes::after,
.reviews .grid-padding-x>.cell:nth-child(2) .quotes::before {
    content: ',,';
    position: absolute;
    font-size: 56px;
    color: #ffff;
    font-family: 'Times New Roman',
        serif;
    font-weight: 700;
    line-height: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
    z-index: 999;
}

.reviews .grid-padding-x>.cell:nth-child(2) .quotes::before {
    top: 70px;
    left: -10px;
}

.reviews .grid-padding-x>.cell:nth-child(2) .quotes::after {
    top: 132px;
    right: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}



/*  */
/*  */
/*Top Bar Section Begin*/

.top_bar_sec {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    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 0px;
}

.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;
}

.top_bar_sec .row {
    align-items: center;
}

/*Top Bar Section End*/

/*Header Section Begin*/

header {
    padding: 0px 0;
    position: relative;
    z-index: 9999;
    position: absolute;
    width: 100%;
    background: transparent;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

header.stickyheader .main_menu_sec ul.navbar-nav li>a {
    color: var(--white);
}

header.stickyheader .web_btn ul li a {
    /* color: var( --white); */
}

header.stickyheader .web_btn ul li a img {
    filter: brightness(0) invert(0);
}

header.stickyheader .web_btn ul li a.btn1_top {

    color: var(--white);
}

header.stickyheader .web_btn ul li a.btn1_top img {
    filter: brightness(0) invert(1);
}

header.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
    top: 0;
    width: 100%;
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    /* background: #fff; */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0px 10px 23px #0000000d;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
    min-width: 16rem;
    border-radius: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.logo_Sec_main a {
    display: block;
}

/* rotate caret on hover */
.dropdown-menu>li>a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}


.main_menu_sec ul li a {
    font-size: 15px;
    padding: 27px 12px !important;
    color: var(--white);
}

.submenu-services p a {
    position: relative;
    transition: 0.5s ease-in-out;
}

.submenu-services p a:hover {
    color: #013a9d;
    margin-left: 15px;
}

.submenu-services p a:before {
    content: "\f0da";
    color: #013a9d;
    font-size: 20px;
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 26px;
}

.main_menu_sec {
    padding-top: 0;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

ul.dropdown-menu li a:hover,
ul.dropdown-menu li a:focus {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    color: var(--white) !important;
}

.main_menu_sec .navbar-collapse {
    justify-content: end;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    left: 100%;
    margin-top: 0;
}

ul.dropdown-menu li a {
    font-size: 16px;
    border-bottom: 1px solid rgb(204 204 204 / 32%);
    color: var(--black);
}

.logo_Sec_main img {
    width: 85%;
    position: relative;
    right: -25px;
}

.logo_Sec_main {
    display: inline-block;
    width: 265px;
    transition: .5s;
    /* background: #fff; */
    top: 0;
    position: relative;
    padding: 30px 10px;
}

header.stickyheader .logo_Sec_main {
    padding: 22px 10px;
}

header .container-fluid {

    margin: auto;
    padding: 0 75px;
}

header .row {
    align-items: center;
}

.main_menu_sec ul li a:hover {
    color: #77b8ff !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;
    display: flex;
    align-items: center;
    justify-content: center;
}

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 {
    content: '';
    position: absolute;
    border-right: 1px solid #ccc;
    width: 5px;
    height: 190px;
    right: 75px;
    top: -210px;
}

ul.breyer-social {
    position: relative;
}

ul.breyer-social:before {
    content: '';
    position: absolute;
    border-right: 1px solid #ccc;
    width: 5px;
    height: 190px;
    right: 75px;
    bottom: -210px;
}

.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
}

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 3px;
    border-color: #fff transparent transparent transparent;
    /* border-color: #013a9d transparent transparent transparent; */
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

.menu-item-has-children>.submenu {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    display: block;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    opacity: 0;
    top: 80%;
    left: 0%;
    width: 100%;
    margin-left: 0;
    background-color: #111111;
    padding-top: 0;
    border-radius: 5px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    -o-transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
    margin-top: 10px;
    padding-bottom: 10px;
}

.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, .65);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .65);
    border-radius: 5px;
}

.menu-item-has-children>.submenu:after {
    /* content: ''; */
    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 6px;
    border-color: transparent transparent rgba(35, 31, 32, .9) transparent;
}

.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:not(:last-child)>a {
    border-bottom: 1px solid #303030;
    margin: 20px 0;
}

.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;
}

.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;
    border-bottom: 1px solid #303030;
    margin: 20px 0;
}

.menu-item-has-children>.submenu>li>a.on_press,
html:not(.mobile):not(.tablet) .menu-item-has-children>.submenu>li>a:hover {
    /* color: #ff8901; */
}

.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: .4s;
    -o-transition-delay: .4s;
    transition-delay: .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: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.main_menu_sec ul {
    align-items: center;
}

header .web_btn ul li a {
    padding: 13px 17px;
    font-size: 14px;
    /* color: #fff; */
}

header .row {
    align-items: center;
}

header .web_btn {
    padding: 0;
}

header .web_btn ul li a img {
    filter: brightness(0) invert(0);
}

.mobile-nav {
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    top: 0;
    right: -80%;
    z-index: 12;
    background: var(--primary-color);
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    background: #013a9d;
}

.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 {
    height: 100%;
}

.mobile-nav nav li a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 15px 24px;
    border-top: 1px solid #d6d8db;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .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: 500;
    font-size: 14px;
    color: #000;
}

.app-container.active {
    left: -80%;
}

.app-container {
    position: relative;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: none;
}

.mobile-nav-btn {
    display: none;
    position: fixed;
    top: 4px;
    height: 30px;
    padding: 6px 7px;
    border-radius: 4px;
    right: 2%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    z-index: 14;
}

.mobile-nav-btn {
    display: block;
    z-index: 99960;
    top: -10px;
}

.mobile-nav-btn.active {
    right: 2%;
    z-index: 999999999;
    top: 15px;
}

.mobile-nav-btn span {
    display: none;
    height: 3px;
    width: 22px;
    background-color: var(--primary-color);
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    position: relative;
    top: 15px;
}

.lines:before,
.lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease;
}


.mobile-nav-btn .lines:before {
    top: 0;
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-size: 38px;
    color: #fff;
    position: absolute;
    right: 0;
    background: #013a9d;
    padding: 16px 15px;
    border-radius: 5px;
}

.mobile-nav-btn.active .lines:before {
    content: "\f00d";
    background: #000;
}

.mobile-nav.active {
    z-index: 9999999;
}

.mobile-nav.active {
    height: 100%;
    right: 0;
}

.mobile-nav ul {
    padding-top: 100px;
}

ul.firstlevel.unstyled {
    padding: 0;
}

/*Header Section End*/

/*Banner Section Begin*/

.banner_Sec_main .carousel-caption {
    left: 0;
    top: 60px;
    /* text-align: left; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    bottom: 0;
    padding: 0;
}

.logo_tab_platformWix {
    width: 100px !important;
    height: 60px !important;
}

@media (max-width:500px) {
    .logo_tab_platformWix {
        width: 60px !important;
        height: 35px !important;
    }
}

.banner_Sec_main .HeroBannerImgOverLay:before {
    background: none !important;
}

.banner_Sec_main .carousel-item:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
    top: 0;
}

.banner_content_sec h3 {
    font-size: 72px;
    color: var(--white);
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: left;
    left: 60px;
    /* position: relative; */
    padding-bottom: 10px;
}

.banner_content_sec p {
    font-size: 14px;
    color: var(--white);
    line-height: 20px;
    font-weight: 400;
    width: 80%;
}

.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; */
}

.banner_Sec_main .web_btn ul li a img {
    filter: brightness(0) invert(0);
}

.web_btn ul li a {
    background-color: var(--white);
    border: 2px solid var(--pink);
    border-radius: 10px;
    padding: 17px 45px;
    display: inline-block;
    /* text-align: left; */
    margin-bottom: 5px;
    font-size: 17px;
    color: #000;
}

.web_btn ul li a img {
    padding-right: 9px;
    width: auto !important;
    filter: brightness(0) invert(0);
}

.web_btn ul li a.btn1_top {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    /* background-color: #013a9d; */
    color: #fff;
    border: 2px solid var(--light_blue);
}

.web_btn ul li a.btn1_top img {
    filter: brightness(0) invert(1);
}

.web_btn ul li a:hover {
    background: #3c3c3c;
    color: var(--white) !important;
    transition: 0.5s ease-in-out;
    border-color: #3c3c3c;
}

.web_btn ul li a:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s ease-in-out;
}

.web_btn ul li a.btn1_top:hover {
    border: 2px solid #3c3c3c;
    background: #3c3c3c;
    color: #fff;
}

.web_btn ul li a.btn1_top:hover img {
    filter: brightness(1) invert(0);
}

.web_btn ul li {
    display: inline-block;
    /* padding: 0 0px 0px 10px; */
}

.web_btn {
    padding-top: 20px;
}

.banner_Sec_main .carousel-caption .row {
    align-items: center;
    justify-content: end;
}

.banner_Sec_main .carousel-item.active img {
    width: 100%;
}

.banner_right_img {
    text-align: center;
    padding-top: 70px;
}


/*Banner Section End*/


/*About Us Section Begin*/

.about_img img {
    width: 96%;
}

.about_us_sec .row {
    align-items: center;
}

.about_img.animate-float-y {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: -280px;
}

.about_us_sec {
    position: relative;
}

.about_content h2 {
    font-size: 52px;
    font-weight: 800;
    line-height: 61px;
    padding-bottom: 25px;
    color: var(--black);
    position: relative;
    z-index: 99;
    right: -70px;
}


ul.about_ul {
    padding-bottom: 20px;
    padding-left: 21px;
}

ul.about_ul li {
    font-size: 16px;
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
    padding-bottom: 5px;
    list-style: disc;
}

.about_content p {
    font-size: 16px;
    line-height: 29px;
    color: var(--black);
    font-weight: 400;
}

/*About Us Section End*/


/*PlatForm Logo Section Begin*/

.platform_logo_sec {
    background: var(--white);
    padding: 30px 0 10px;
    /* box-shadow: 0px 0px 20px rgb(0 0 0 / 8%); */
}

.logo_tab_platform {
    box-shadow: 0px 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: bold;
    color: #000;
    text-align: center;
}

.logo_tab_platform span img {
    width: 57px;
    height: 57px;
    display: inline-block;
}

.platform_logo_sec ul li {
    margin: 0;
}

/*PlatForm Logo Section Begin*/


/*Our Services Section Begin*/

.padding_70 {
    padding: 70px 0;
}

.center_head_content {
    text-align: center;
}

.center_head_content h3 {
    font-size: 70px;
    font-weight: bold;
    color: var(--black);
    /* margin-bottom: 20px; */
    font-weight: 900;
}

.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;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}

.services_box_main {
    position: relative;
    transition: 0.5s ease-in-out;
}

.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, #000000, 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);
    font-weight: revert;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
}

.overlay_text p {
    font-size: 17px;
    line-height: 28px;
    color: var(--white);
    font-weight: 200;
}

.services_sec_main .slick-list {
    overflow: unset;
}

.services_sec_main .slick-slide {
    margin: 0;
}

.services_box_main:hover {
    transform: scale(1.1);
}

.center_head_content span {
    position: relative;
}

.center_head_content span:before {
    content: '';
    background: url(../images/header-border.svg);
    width: 319px;
    height: 7px;
    position: absolute;
    bottom: -5px;
    right: -10px;
    background-size: cover;
}

.services_sec_main {
    overflow: hidden;
}

/*Our Services Section End*/


/*Our Packages Section Begin*/

.packages_sec_main .slick-next,
.packages_sec_main .slick-prev {
    border-radius: 5px;
    /* background: #013a9d; */
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    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 {
    margin: 0 auto;
    justify-content: center;
}

.tab_nav_sec ul li a {
    background: transparent;
    font-size: 16px;
    border: 1px solid rgb(255 255 255 / 11%) !important;
    padding: 12px 25px;
    border-radius: 10px !important;
    margin: 0 10px;
    background: var(--white);
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    color: var(--black);
}

.tab_nav_sec ul {
    border: 0;
}

.slick-slide {
    margin-right: 0;
}

.tab_nav_sec ul li {
    margin-bottom: 0 !important;
}

.tab_nav_sec ul li a.active,
.tab_nav_sec ul li a:hover {
    /* border: solid 1px var(--pink) !important; */
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    color: var(--light_white) !important;
}


.packages_box_sec {
    /* border: 1px solid var(--light_blue); */
    border-radius: 13px;
    background: var(--white);
    padding: 30px 20px 30px;
    margin-bottom: 40px;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 17%);
    transition: 0.2s ease-in-out;
    margin-top: 40px;
    margin-bottom: 60px;
}

.packages_Sec_main {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%)
}

.packages_box_sec h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 17px;
    font-weight: 900;
}

.packages_box_sec h5 {
    display: block;
    color: var(--primaryColor);
    font-weight: 900;
    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_heading_sec {
    text-align: center;
}

.packages_cardBody p {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    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: '';
    background: url(../images/packagesArrowImg/arrow_icon1.png);
    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: #013a9d;
    border-radius: 10px;
}

.btn_packages_sec a {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    /* background: var(--primaryColor); */
    border: solid 1px var(--light_blue);
    padding: 17px 40px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.btn_packages {
    padding-top: 20px;
}

.btn_packages_sec a:hover {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%)
}

.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: 900;
}


.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, .06);
}

.line_wrap:before {
    width: 1px;
    left: -1px;
    content: "";
    height: 100px;
    position: absolute;
    animation: scroll1 15s ease-out infinite;
    background-image: linear-gradient(0deg, #000000, transparent);
}

.line_item {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(23, 22, 26, .06);
}

.line_item:nth-child(odd):before {
    animation: scroll2 15s ease-out infinite;
    background-image: linear-gradient(0deg, transparent, #000000);
}

.line_item:before {
    width: 1px;
    right: -1px;
    content: "";
    height: 100px;
    position: absolute;
}

.line_item:nth-child(even):before {
    animation: scroll1 15s ease-out infinite;
    background-image: linear-gradient(0deg, #000000, transparent);
}

@keyframes scroll1 {
    0% {
        top: 0;
        opacity: 1
    }

    50% {
        top: 50%
    }

    100% {
        top: 100%;
        opacity: .5
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        bottom: 0
    }

    50% {
        bottom: 50%
    }

    100% {
        bottom: 100%;
        opacity: .5
    }
}

.packages_sec_main:before {
    content: '';
    background: url(../images/packages_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 70%;
    opacity: 0.7;
}

.packages_box_sec:hover {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    transform: scale(1.1);
}

.packages_box_sec:hover .packages_heading_sec h3,
.packages_box_sec:hover .packages_heading_sec h5,
.packages_box_sec:hover .packages_heading_sec h6 {
    color: var(--white);
}

.packages_box_sec:hover .packages_cardBody p {
    color: var(--white);
}

.packages_box_sec:hover .packages_cardBody ul li {
    color: var(--white);
}

.packages_box_sec:hover .packages_cardBody ul li before {
    filter: brightness(1) invert(0);
}

.packages_box_sec:hover .btn_packages_sec a {
    background: #3c3c3c;
}

.packages_box_sec:hover .chat_btn small {
    color: var(--white);
}

.packages_box_sec:hover .chat_btn a {
    color: var(--white);
}

.packages_box_sec:hover .packages_cardBody ul li:before {
    background: url(../images/packagesArrowImg/arrow_icon_hover.png);
    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_box_sec:hover .view_detail a {
    color: var(--white);
}

.packages_sec_main .tab-content>.tab-pane {
    display: block;
    height: 0px;
    /*overflow: hidden;*/
}

.packages_sec_main .tab-content>.active {
    height: auto;
}

/*Our Packages Section End*/


/*CTA Section Begin*/

.CTA_sec_tab {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    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: bold;
    color: var(--white);
    margin-bottom: 20px;
    text-transform: capitalize;
}

.cta_content_sec h3 span {
    font-weight: 300;
}

.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); */
}

.cta_content_sec .web_btn ul li a img {
    filter: brightness(0) invert(0) !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;
}

.CTA_sec_tab .row {
    align-items: center;
}

.cta_content_sec .web_btn ul li a.btn1_top {
    border-color: #3c3c3c;
    background: #3c3c3c;
}

.CTA_sec_tab:before {
    content: '';
    background: url(../images/cta_pattern.png);
    width: 1040px;
    position: absolute;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0px 200px;
}

.cta_content_sec:before {
    content: '';
    position: absolute;
    background: url(../images/shadow-cta.png);
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

.cta_content_sec .web_btn ul li a.btn1_top:hover {
    border-color: #fff;
    background: transparent;
    color: var(--white);
}

.cta_content_sec .web_btn ul li a:hover {
    background: #3c3c3c;
    border-color: #3c3c3c;
}

/*CTA Section End*/


/*Portfolio Section Begin*/
.portfolio_sec_main {
    background: var(--light_white);
}


.packages_sec_main:before {
    content: '';
    background: url(../images/packages_bg.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 70%;
    opacity: 0.7;
}

.portfolio_boxes {
    display: inline-block;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    border-radius: 0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.portfolio_boxes a {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: relative;
    display: inline-block;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border-radius: 0;
}

.portfolio_boxes a figure {
    margin-bottom: 0 !important;
    height: 450px;
}

.portfolio_boxes a figure img {
    width: 100%;
    position: relative;
    top: 0;
    transition: 2s all;
    /* border-radius: 30px; */
    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;
    margin-left: 0;
    margin-top: 0;
    color: #fff;
    font-size: 19px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    text-shadow: 0 0 10px rgb(0 0 0 / 25%);
    z-index: 99;
    /* background: var(--primaryColor); */
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto;
    font-family: var(--heading-font-family);
}

.portfolio_boxes a:hover img {
    top: -100%;
}


/*Portfolio Section End*/

/*Counter Section Begin*/

.counters {}

.counter {
    line-height: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 3.125rem;
    font-size: 55px;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: var(--primaryColor);
    justify-content: center;
}

.counter>span {
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 2s ease;
    transform: translateY(0);
    line-height: 1;
}

.counter>span span {
    flex: 0 0 100%;
    height: 100%;
}

.counter:nth-child(1)>span {
    transition-delay: 0s;
}

.counter:nth-child(2)>span {
    transition-delay: 0.375s;
}

.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;
    text-align: center;
}

.counters ul {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.counter_sec_main {
    background: url(../images/proudImg/proud_bg.jpg) var(--light_white);
    background-size: cover;
}

span.count_text {
    font-size: 20px;
    color: var(--black);
    font-weight: 500;
}

/*Counter Section End*/

/* Client review area Start */
.clientCardSection {
    /* margin: 50px 0px 0px; */
    padding: 100px 0px;
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);

    /* animation: clientCardSection-Animation 20s; */
    /* min-height: 100vh; */
}

/* 
@keyframes clientCardSection-Animation {
    0% {
        background: linear-gradient(to bottom, var(--primaryColor), #ff8c56);

    }

    25% {
        background: linear-gradient(135deg, #e04c07, #d35333d2);
    }

    50% {

        background: linear-gradient(to bottom, #ff8c56, #df5f23);

    }

    100% {

        background: linear-gradient(-135deg, #fc7638ce, #df5f23, #ff8b56c7);

    }

} */

.clientCard {
    /* width: 300px; */
    height: 300px;
    margin: 10px 0px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
    cursor: pointer;
}

.clientCard .face {
    position: absolute;
    color: #000;
    font-weight: 700;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.clientCard .face.front-face,
.clientCard .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clientCard .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.clientCard .face.front-face .name {
    letter-spacing: 2px;
    color: #fff;

}

.clientCard .face.front-face .designation {
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
    letter-spacing: 0px;
}

.clientCard:hover .face.front-face {
    transform: rotateY(180deg);
}

.clientCard .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

.clientCard .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}

.testimonial {
    color: #fff !important;
}

.clientCard .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}

.clientCard:hover .face.back-face {
    transform: rotateY(360deg);
}

/* Client Review Area End */

/*Promote Section Begin*/

.web_content_Sec h2 {
    font-size: 45px;
    font-weight: bold;
    color: var(--black);
    margin-bottom: 20px;
    position: relative;
}

.web_content_Sec p {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 20px;
    color: var(--black);
    font-weight: 300;
}

.promote_img_Sec {
    text-align: center;
}

.web_content_Sec h2 span:before {
    content: '';
    background: url(../images/header-border.svg);
    width: 319px;
    height: 7px;
    position: absolute;
    bottom: -5px;
    right: 10px;
    background-size: 100%;
    background-position: center center;
}

/*Promote Section End*/


/*Industrires Section Begin*/

.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;
    margin-bottom: 20px;
    height: 160px;
    background: var(--white);
    border: 1px solid var(--pink);
}

.industries_content h4 {
    font-size: 17px;
    font-weight: bold;
}

.industries_icon {
    margin-bottom: 20px;
}


.industries_sec_main {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    padding: 70px 0;
    background-size: cover;
    position: relative;
    /* background: url(../images/industriesIcon/industries-bg2.jpg); */
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 120%;
}

.industries_sec_main:before {
    content: '';
    /* background: url(../images/industriesIcon/industries-bg.jpg); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: contain;
}

.industries_sec_main .logo_tab_platform h5 {
    text-transform: capitalize;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    font-weight: 400;

}

.industries_sec_main .logo_tab_platform span {
    align-items: center;
    display: flex;
}

.industries_sec_main .logo_tab_platform:hover {
    background: #3c3c3c;
    transform: scale(1.1);
    cursor: pointer;
}

.industries_sec_main .logo_tab_platform {
    transition: 0.2s ease-in-out;
}

.industries_sec_main .logo_tab_platform:hover h5 {
    color: #fff;
}

.industries_sec_main .center_head_content h3 {
    color: #fff;
}

/*Industrires Section End*/

/*Review Section Begin*/

.review_sec_main .container {
    max-width: 1250px;
}


.review_img_sec {
    text-align: center;
}

.review_img_sec img {
    border-radius: 20px;
    width: auto;
    margin: 0 auto;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
}

.review_content h5 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 45px;
    color: var(--black);
}

.review_content p {
    font-size: 28px;
    line-height: 44px;
    font-weight: 200;
    color: var(--black);
}

.review_qoute {
    width: 62px;
    height: 62px;
    padding: 15px;
    background: var(--pink);
    border-radius: 50%;
    margin-bottom: 25px;
}


h6.review_name {
    font-size: 20px;
    color: var(--black);
    padding-left: 35px;
    position: relative;
    line-height: 1.55em;
}

h6.review_name:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    left: 0;
    top: 14px;
}

h6.review_name span {
    color: var(--pink);
    font-weight: 300;
}

.review_sec_main .slick-dots li button:before {
    font-size: 56px;
    color: #fff;
}

.review_box_sec .row {}

/*Review Section End*/

/*Contact Us Section Home*/

.contact_sechme {
    background: var(--whiye);
    position: relative;
    z-index: 1;
}

.bg_contact {
    background: var(--light_white);
    padding: 0px 0px 0 40px;
    border-radius: 20px;
    box-shadow: 0px 6px 14.25px 0.75px rgb(0 0 0 / 8%);
    align-items: center;
    justify-content: center;
    margin-bottom: 160px;
    margin-top: 110px;
}

.circle_img_contact1 img {
    filter: brightness(0) invert(1);
}

.bg_contact input {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 13px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.bg_contact select {
    width: 100%;
    height: 60px !important;
    padding: 0 20px;
    font-size: 13px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.intl-tel-input {
    width: 100%;
}

.form_submit input {
    width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 10px;
    font-size: 20px;
    text-transform: capitalize;
    /* background: var(--primaryColor); */
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    border: solid 1px var(--light_blue) !important;
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
}

.bg_contact h3 {
    font-size: 31px;
    font-weight: bold;
}

.bg_contact p {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 30px;
    font-weight: 300;
}

.bg_contact.row {}

.bg_contact.row .col-sm-7 {
    padding-right: 30px;
}

.contact_bg_hme img {
    display: inline-block;
    border-top-right-radius: 20px;
    width: 100%;
    border-bottom-right-radius: 20px;
}

.contact_bg_hme img {
    height: 610px;
    object-fit: cover;
}

.contact_bg_hme {
    position: relative;
}

.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% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.circle_img_contact1 {
    position: absolute;
    bottom: 80px;
    left: -60px;
    z-index: -1;
}


/*Contact Us Section Home*/


/*Footer Section Begin*/

footer {
    background: #111111;
    padding: 40px 0 10px;
    position: relative;
    background-size: cover;
}

footer .container-fluid {
    padding: 0 140px;
}

footer:before {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 72%);
    width: 100%;
    height: 100%;
    top: 0;
}

.footer_content img {
    width: auto;
}

.footer_logo {
    padding-bottom: 30px;
}

.footer_content p {
    font-size: 15px;
    line-height: 26px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 30px;
    width: 50%;
    margin: 0 auto 20px;
}

.footer_content img {
    width: auto;
    margin-bottom: 40px;
}

.footer_heading h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_menu ul li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 14px;
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

.footer_menu ul li a:hover {
    color: var(--light_blue);
}

.contact_detail_sec ul li a {
    font-size: 16px;
    padding-bottom: 40px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    line-height: 27px;
}

.footer_heading {
    padding-top: 20px;
}

.contact_detail_sec {
    text-align: center;
}

.contact_detail_sec ul li {
    position: relative;
    padding: 0 0px 0 40px;
    display: inline-block;
    margin-left: 50px;
    margin-right: 20px;
}

.contact_detail_sec ul li span {
    position: absolute;
    left: 0;
    font-size: 27px;
    color: #fff;
}

.copy_right {
    padding-top: 30px;
}

.copyright_text p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.term_links ul li {
    display: inline-block;
    position: relative;
}

.term_links ul li a {
    color: #fff;
    padding: 0 17px;
    font-size: 15px;
    font-weight: 300;
}

.term_links {
    text-align: right;
}

.term_links ul li:after {
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    width: 2px;
    height: 22px;
    right: 0;
}

.term_links ul li:nth-last-child(1):after {
    border: 0;
}

.footer_heading h4 a {
    color: #fff;
    border-bottom: 1px solid rgb(204 204 204 / 25%);
    padding-bottom: 13px;
    margin-bottom: 10px;
    display: block;
    font-weight: 500;
}

.footer_menu ul li a:before {
    content: "\f0da";
    color: #013a9d;
    font-size: 20px;
    margin-right: 10px;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -1px;
}

/*Footer Section End*/


/*Inner pages CSS Begin*/

/*web Design Page CSS Begin*/

.design_services_sec .center_head_content h3 {
    font-size: 55px;
}

.services_head_main {
    display: flex;
    justify-content: space-between;

    /* position: relative; */

    /* z-index: 1; */
    transition: all 0.3s linear;
    align-items: center;
}

.services_box_sec {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 40px 36px 40px 20px;
    border-radius: 5px;
    border: 1px solid rgb(0 0 0 / 17%);
    display: inline-block;
    overflow: hidden;
    position: relative;
    transition: .6s ease-in-out;
    margin-bottom: 30px;
    background: var(--white);
    cursor: pointer;

}

.services_head h3 {
    font-size: 24px;
    color: var(--primaryColor);
    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 {
    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 rgb(255 255 255 / 9%);
    border-radius: 50%;
    transform: scale(0.9);
    position: absolute;
    top: -66%;
    right: -33%;
    opacity: 0;
    visibility: hidden;
    /* z-index: -1; */
    transition: all 0.3s linear;
}

.services_box_sec:hover .shape-1 {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.services_box_sec:hover {
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%)
}

.services_icon img {
    filter: brightness(1) invert(0);
}

.services_box_sec:hover .services_head h3 {
    color: var(--white);
}

.services_box_sec:hover .para_services_sec p {
    color: var(--white);
}

.services_box_sec:hover .services_icon img {
    filter: brightness(0) invert(1);
}

.services_box_sec:hover .services_icon:before {
    filter: brightness(0) invert(1);
}

.design_services_sec {
    background: var(--white);
    background-size: 100%;
    /* background-position: top; */
    background-repeat: no-repeat;
}

.design_services_sec .slick-slide {
    margin: 0;
}

.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 section Begin*/

.process_sec_main {
    background: url(../images/OurIdeal-Img/OurIdeal_bg.jpg) var(--light_white);
    background-size: cover;
    /* background: var(--light_bg_color); */
}

.process_box_sec {
    text-align: center;
    padding: 30px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.process_box_sec:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.icon_process_icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto 30px;
}

.icon_process_icon:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/OurIdeal-Img/OurIdealProcessImh-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(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.process_content_sec h3 {
    font-size: 25px;
    font-weight: bold;
    color: var(--black);
}

.process_content_sec p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    color: var(--black);
}

.process_box_sec:before {
    position: absolute;
    content: '';
    right: -80px;
    top: 135px;
    width: 149px;
    height: 44px;
    /* background: url(../images/process-arrow.png) no-repeat; */
}

.process_box_sec.arrow_none:before {
    display: none;
}

/*FAQ Section Begin*/

.faq_sec_main {
    background: url(../images/FaqImg/faq-sec-main.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: 0% 120%;
}

.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: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    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: 300;
    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.mb-3:hover {
    /* background: #3c3c3c; */
}

.faq_sec_main .card-body {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 300;
}

.faq_sec_main .card-body ul li {
    list-style-type: disc;
}

.faq_sec_main .card-body ul {
    padding: 0 40px;
}

.faq_sec_main .card-body a {
    color: #fff;
    text-decoration: underline;
}

/*FAQ Section End*/

/*Process section End*/

/*web Design Page CSS End*/


/*Inner Pakacges Section Begin */

.inner_packages:before {
    background: transparent;
}

/*Inner Pakacges Section End */

/*Package section Begin*/

.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);
    margin-bottom: 10px;
}

.pkg_detail_sec span.line_through {
    margin-bottom: 10px;
}

.pkg_detail_sec span.h5 {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 48px;
    color: var(--light_blue);
    font-weight: 700;
}

.pkg_detail_sec span.h5 sup {
    right: -8px;
}

.pkg_detail_sec .btn_pkg {
    padding-top: 10px;
}

.product_detail_sec {
    padding: 130px 0;
    background: transparent;
    position: relative;
    z-index: 1;
}

.pkg_detail_sec:before {
    content: '';
    border: 3px solid var(--light_blue);
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    right: -20px;
    bottom: -20px;
}

.pkg_detail_sec:after {
    content: '';
    background: #3c3c3c;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    z-index: -1;
    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: bold;
    font-size: 32px;
    color: var(--light_blue);
}

.pkg_list_detail ul li:before {
    content: '';
    background: url(../images/bannerImg/arrow_icon.png);
    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-weight: 700;
    font-size: 35px;
    margin-bottom: 5px;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light_blue);
    margin-bottom: 20px;
}

/*Package section End*/

/*Inner pages CSS End*/


.slick-slider {
    user-select: unset;
}

.port-logo .portfolio_boxes a figure {
    height: auto;
}

.combo_packages_sec {
    background: var(--white);
}

.combo_packages_sec:before {
    background: none;
}

.inner_industries .industries_sec_main {
    background: transparent;
}

.inner_industries .industries_sec_main .center_head_content h3 {
    color: var(--black);
}

.inner_review {
    background: transparent;
    padding-bottom: 30px;
    margin-bottom: 0;
}

/*Order Page Begin*/

.order_heading h3 {
    font-size: 50px;
    margin-bottom: 30px;
    color: #000;
}

.order_sec_main input {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 0 20px;
}

.order_sec_main select {
    width: 100%;
    height: 70px !important;
    border-radius: 0;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.order_sec_main textarea {
    height: 200px;
    border-radius: 0;
    border: 1px solid #ccc;
    padding: 20px 20px;
    font-size: 16px;
}

.order_submit input {
    width: auto;
    padding: 20px 60px;
    height: auto !important;
    border-radius: 10px;
    font-size: 20px;
    text-transform: capitalize;
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    color: #fff;
    border: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.order_submit {
    padding-top: 40px;
}

.order_submit input:hover {
    background: #3c3c3c;
}

/*Order Page End*/

/*Thank You Page Begin*/

.main-thankyou {
    text-align: center;
}

.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;
    background: var(--pink);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.main-thankyou a:hover {
    background: var(--pink);
}

/*Thank You Page End*/

.term_content_Sec h3 {
    color: var(--black);
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 0px;
}

.term_content_Sec p {
    font-size: 19px;
    line-height: 35px;
    color: var(--black);
    font-weight: 300;
}

.term_content_Sec {
    padding-bottom: 30px;
}

.term_content_Sec ul li {
    font-size: 19px;
    color: var(--black);
    padding-bottom: 15px;
    font-weight: 300;
    list-style-type: disc;
    line-height: initial;
}

.term_content_Sec ul li ul li a,
.term_content_Sec ul li a {
    color: #ff8901;
    text-decoration: underline;
    font-weight: bold;
}

.term_content_Sec ul {
    padding: 0 40px;
}

.term_content_Sec p a {
    color: #ff8901;
    text-decoration: underline;
    font-weight: bold;
}

.bottom_number {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%) !important;
    /* background: #ff8901; */
    padding: 20px 0;
    text-align: center;
}

.number_contact a {
    color: #000;
    font-size: 22px;
}

/* form start */

.formContainer {
    box-shadow: 0 3px 10px rgba(151, 149, 149, 0.7);
    /* background: rgba(41, 42, 43, 0.7); */
    /* background-image: url("./img/form-bg.png"); */
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    max-width: 900px !important;
    margin: 0 auto;
    padding: 0 3rem 30px !important;
    margin-top: 50px;
    margin-bottom: 50px;
}



/* FORM ELEMENTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form h1 {
    /*   margin-bottom: 1rem; */
    padding-top: 50px;
    font-weight: 700;
    color: #013a9d;
    text-align: center;
}

.my-form h5 {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
    align-items: center;
}

.formPara {
    margin-bottom: 1.5rem;
    color: rgb(104, 103, 103);
    text-align: center;
}

.my-form li,
.my-form .grid>*:not(:last-child) {
    margin-bottom: 1rem;
}

.my-form select,
.my-form input,
.my-form textarea {
    width: 100%;
    line-height: 1.5;
    padding: 10px 10px;
    border: 1px solid #013a9d;
    color: #000;
    /* background: var(--bgFormEls); */
    border-radius: 10px;
    transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
        transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form button {
    width: 100%;
    line-height: 1.5;
    margin-top: 30px;
    padding: 10px 10px;
    border: 1px solid rgba(221, 221, 221, 0.315);
    color: #fff;
    /* background: var(--bgFormEls); */
    background: linear-gradient(90deg, rgba(211, 84, 51, 1) 0%, rgba(255, 153, 48, 1) 50%, rgba(211, 84, 51, 1) 100%);
    border-radius: 10px;
    transition: background-color 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25),
        transform 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}



.my-form textarea {
    height: 170px;
}

.my-form ::placeholder {
    color: inherit;
    /*Fix opacity issue on Firefox*/
    opacity: 1;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus,
.my-form button:enabled:hover,
.my-form button:focus,
.my-form input[type="checkbox"]:focus+label {
    background: rgba(255, 255, 255, 0.877);
    color: #000;
}

.my-form select:focus,
.my-form input:focus,
.my-form textarea:focus {
    transform: scale(1.02);
    color: #000;
}

.my-form *:required,
.my-form select {
    background-repeat: no-repeat;
    background-position: center right 12px;
    background-size: 15px 15px;
}

.my-form *:required {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg);
}

.my-form select {
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/down.svg);
}

.my-form *:disabled {
    cursor: default;
    filter: blur(2px);
}


/* FORM BTNS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form .required-msg {
    display: none;
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/asterisk.svg) no-repeat center left / 15px 15px;
    padding-left: 20px;
}

.my-form .btn-grid {
    position: relative;
    overflow: hidden;
    transition: filter 0.2s;
}

.my-form button {
    font-weight: bold;
}

.my-form button>* {
    display: inline-block;
    width: 100%;
    transition: transform 0.4s ease-in-out;
}

.my-form button .back {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-110%, -50%);
}

.my-form button:enabled:hover .back,
.my-form button:focus .back {
    transform: translate(-50%, -50%);
}

.my-form button:enabled:hover .front,
.my-form button:focus .front {
    transform: translateX(110%);
}


/* CUSTOM CHECKBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-form input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

.my-form input[type="checkbox"]+label {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    transition: background 0.3s cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

.my-form input[type="checkbox"]+label::before,
.my-form input[type="checkbox"]+label::after {
    content: '';
    position: absolute;
}

.my-form input[type="checkbox"]+label::before {
    left: 0;
    top: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid var(--white);
}

.my-form input[type="checkbox"]:checked+label::before {
    background: var(--red);
}

.my-form input[type="checkbox"]:checked+label::after {
    left: 7px;
    top: 7px;
    width: 6px;
    height: 14px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    transform: rotate(45deg);
}


/* MQ ––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 600px) {
    .my-form .grid {
        display: grid;
        grid-gap: 1rem;
    }

    .my-form .grid-2 {
        grid-template-columns: 1fr 1fr;
    }

    .my-form .grid-3 {
        grid-template-columns: auto auto auto;
        align-items: center;
    }

    .my-form .grid>*:not(:last-child) {
        margin-bottom: 0;
    }

    .my-form .required-msg {
        display: block;
    }
}

@media screen and (min-width: 541px) {
    .my-form input[type="checkbox"]+label::before {
        top: 50%;
        transform: translateY(-50%);
    }

    .my-form input[type="checkbox"]:checked+label::after {
        top: 3px;
    }
}

/* form End */
/*Resposnive Begin*/

@media (max-width: 1600px) {

    header .container-fluid {
        padding: 0 65px;
    }

    .header .web_btn ul li {
        padding: 0 0px 0px 5px;
    }

    header .web_btn ul li a {
        padding: 10px 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 {
        font-size: 15px;
    }

    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 0;
    }

    .review_content h5 {
        font-size: 30px;
    }

    .review_content p {
        font-size: 26px;
        line-height: 40px;
    }

    h6.review_name {
        font-size: 18px;
    }

    .footer_menu ul li a {
        font-size: 15px;
    }

    .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) {

    .main_menu_sec ul li a {
        font-size: 12px;
        padding: 26px 10px !important;
        color: var(--white);
    }

    .menu-item-has-children>.submenu>li {
        width: 32%;
    }

    .container {
        max-width: 1140px;
    }


    header .web_btn ul li a {
        padding: 8px 7px;
        font-size: 10px;
    }

    .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;
    }

    .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 h3 {
        font-size: 35px;
    }

    .cta_content_sec {
        padding: 45px 30px 40px;
    }

    .about_content h2 {
        right: -60px;
    }

    .menu-item-has-children>.submenu>li {
        padding: 0 15px;
    }

    .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-top,
    .hero-border-bottom {
        width: 56%;
    }

    .hero-border-bottom {
        margin-bottom: 10px;
    }

    .logo_tab_platform {
        padding: 20px 20px 20px 7px;
        margin-left: 10px;
        margin-bottom: 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;
    }

    .about_content h2 {
        right: -60px;
        width: 90%;
        padding-bottom: 0;
    }

    .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: 300;
    }

    .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;
    }

    .bg_contact {}

    .menu-item-has-children>.submenu>li {
        width: 32%;
    }

    .submenu-services p a {
        font-size: 12px !important;
    }

    .menu-item-has-children>.submenu>li:not(:last-child)>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>a {
        margin: 0 0 10px 0;
        padding-bottom: 10px !important;
    }

    .menu-item-has-children>.submenu>li:not(:last-child)>a {
        margin: 0 0 10px 0;
        padding-bottom: 10px !important;
    }

    .about_content h2 {
        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;
    }

    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 26px 7px !important;
    }

    header .web_btn ul li a {
        padding: 7px 7px;
        font-size: 10px;
    }

    header .web_btn ul li a img {
        filter: brightness(0) invert(0);
        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: 0px 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 {
        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;
    }

    .CTA_sec_tab .container-fluid {
        padding: 0 0 0 10px;
    }

    .cta_content_sec {
        padding: 50px 30px 50px;
    }

    .center_head_content h3 {
        font-size: 45px;
    }

    .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: 0px 0px 0 30px;
    }

    .footer_content p {
        font-size: 13px;
        width: 40%;
    }

    .contact_detail_sec ul li a {
        font-size: 14px;
    }

    .term_links ul li a {
        font-size: 14px;
    }

    .review_content p {
        font-size: 20px;
    }

    .counter {
        font-size: 45px;
        margin: 0 0 10px 0;
    }

    span.count_text {
        font-size: 16px;
    }

    .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-top,
    .hero-border-bottom {
        width: 62%;
    }

    .design_services_sec .center_head_content h3 {
        font-size: 40px;
    }

    .packages_box_sec {
        min-height: 650px;
    }

    .process_content_sec h3 {
        font-size: 20px;
    }

    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 6px;
    }

    .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: 0px 0px 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;
    }

    .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, #000000, transparent 130%);
    }

    .overlay_text p {
        font-size: 13px;
        line-height: 23px;
        font-weight: 400;
    }

    .overlay_text p {
        font-weight: 400;
    }

    .overlay_text p {
        font-size: 13px;
        line-height: 23px;
        font-weight: 400;
    }

    span.count_text {
        font-size: 14px;
        font-weight: bold;
    }

    .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;
    }

    .footer_menu 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;
    }

    .term_links ul li a {
        font-size: 13px;
    }

    .copyright_text p {
        font-size: 13px;
    }

}

@media (max-width: 992px) {
    .main_menu_sec ul li a {
        font-size: 13px;
        padding: 26px 8px !important;
    }

    .app-container {
        display: block;
    }

    .main_menu_sec {
        display: none;
    }

    .portfolio_boxes:hover a:after {
        left: 15%;
        width: 118px;
        font-size: 14px;
        height: 45px;
    }

    .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: 20px 0 10px;
    }

    .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: 0px;
    }

    .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-top,
    .hero-border-bottom {
        width: 65%;
    }

    .banner_content_sec h3 {
        font-size: 40px;
        line-height: 47px;
        left: 110px;
    }

    .about_img.animate-float-y {
        display: none;
    }

    .about_us_sec .col-sm-9.offset-sm-3 {
        margin: 0 !important;
        max-width: 100%;
        flex: 100%;
    }

    .about_content h2 {
        right: 0;
    }

    .about_us_sec .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .packages_sec_main .col-sm-10.center-col {
        max-width: 100%;
        flex: 100%;
    }

    .cta_img_Sec {
        display: none;
    }

    .CTA_sec_tab .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: 200px;
    }

    .portfolio_sec_main .col-sm-3 {
        max-width: 33%;
        flex: 33%;
    }

    .counter {
        font-size: 34px;
        margin: 0 0 0px 0;
    }

    span.count_text {
        font-size: 13px;
        font-weight: bold;
    }

    .web_content_Sec h2 {
        font-size: 28px;
        display: inline-block;
    }

    .web_content_Sec h2 span:before {
        width: 249px;
    }

    .promote_img_Sec {
        display: none;
    }

    section.promote_sec_main.padding_70 {
        padding: 50px 0 70px;
    }

    .promote_sec_main .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .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;
    }

    .review_content p {
        font-size: 16px;
    }

    .contact_bg_hme {
        display: none;
    }

    .contact_sechme .col-sm-7.pr-5 {
        max-width: 100%;
        flex: 100%;
        padding-right: 20px !important;
    }

    .bg_contact {
        padding: 40px 20px 30px 20px;
    }

    .review_sec_main {}

    .circle_img_contact {
        display: none;
    }

    .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;
    }

    .portfolio_sec_main .col-sm-10.center-col {
        max-width: 100%;
        flex: 100%;
    }

    .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%;
    }


    .logo_Sec_main {
        padding: 20px 10px;
    }

    .design_services_sec .col-sm-4 {
        max-width: 50%;
        flex: 50%;
    }

    .review_sec_main .container {
        max-width: 720px;
    }

    .faq_sec_main .col-sm-7 {
        max-width: 100%;
        flex: 100%;
    }

    img.banner_img {
        height: 590px;
    }

    .design_services_sec .col-sm-10.center-col {
        max-width: 100%;
        flex: 100%;
    }

    .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;
    }

    .pkg_detail_sec h3 {
        font-size: 16px;
    }

    .btn_packages_sec a {
        font-size: 14px;
        padding: 9px 20px;
    }

    .pkg_detail_sec h5 {
        font-size: 27px;
    }

    .pkg_list_detail h4 {
        font-size: 22px;
    }


}

@media (max-width: 576px) {

    .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; */
        background: linear-gradient(to top right, #0c254f 57%, #0066cc 100%);
    }

    .banner_Sec_main .carousel-caption .col-sm-7 {
        max-width: 100%;
        flex: 100%;
    }

    .hero-border-top,
    .hero-border-bottom {
        width: 59%;
    }

    .banner_content_sec h3 {
        font-size: 32px;
        line-height: 44px;
        left: 0px;
        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: 300;
        padding: 12px 16px;
        font-size: 14px;
    }

    .mobile-nav-btn span {
        top: 10px;
    }

    .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;
    }

    section.services_sec_main.padding_70 {
        padding-top: 0;
    }

    .overlay_text h4 {
        font-size: 17px;
        line-height: 20px;
    }

    .counter_sec_main .col-sm-10.center-col {
        max-width: 100%;
        flex: 100%;
    }

    .counters ul {
        width: 100%;
        justify-content: space-between;
        display: unset;
        flex-direction: column;
    }

    .counters ul li {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    .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 {
        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 20px;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .bg_contact.row .col-sm-6 {
        max-width: 100%;
        flex: 100%;
    }

    .circle_img_contact1 {
        position: absolute;
        bottom: 10px;
        left: -20px;
        z-index: -1;
    }

    footer .col-sm-4 {
        max-width: 50%;
        flex: 50%;
    }

    .copy_right .col-sm-6 {
        max-width: 100%;
        flex: 100%;
        text-align: center;
    }

    .term_links {
        text-align: center;
    }

    .services_sec_main .col-sm-10.center-col {
        max-width: 100%;
        flex: 100%;
    }

    .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: 15%;
        width: 100px;
        font-size: 12px;
        height: 40px;
    }

    .services_box_sec {
        min-height: 350px;
        padding: 40px 15px 40px 20px;
    }

    .design_services_sec .center_head_content h3 {
        font-size: 26px;
    }

    .order_sec_main .intl-tel-input.separate-dial-code {
        margin-bottom: 20px;
    }

}

@media (max-width: 450px) {

    .web_btn ul li a {
        padding: 14px 17px;
        font-size: 14px;
    }

    .footer_content img {
        width: 100% !important;
    }

    .banner_content_sec h3 {
        font-size: 30px;
        line-height: 34px;
        left: 10px;
        width: 95%;
    }

    .mobile-nav-btn span {
        top: 17px;
    }

    .about_content h2 {
        font-size: 22px;
        line-height: 30px;
    }

    section.about_us_sec.padding_70 {
        padding-top: 0;
    }

    ul.about_ul li {
        font-size: 14px;
        padding-bottom: 0px;
    }

    .cta_content_sec h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .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%;
    }

    .portfolio_boxes {
        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: 0px 10px !important;
    }

    .logo_tab_platform {
        padding: 12px 6px 16px 6px;
        margin: 0 0 20px;
    }

    .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;
    }

    h6.review_name:before {
        display: none;
    }

    .bg_contact {
        margin: 60px 20px;
    }

    .circle_img_contact1 {
        display: none;
    }

    .footer_content p {
        /* font-size: 14px; */
        line-height: 20px;
        width: 90%;
    }


    .bg_contact h3 {
        font-size: 17px;
    }

    .services_box_main {
        margin-bottom: 20px;
    }

    .services_sec_main .col-sm-12.pt-5 {
        padding: 0 !important;
    }

    .logo_tab_platform {
        padding: 10px 0px 10px 5px;
        margin: 0 5px 20px;
    }

    .logo_tab_platform span img {
        width: 32px;
        height: 32px;

    }

    .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%;
    }

    .services_box_sec {
        min-height: auto;
    }

    .para_services_sec p {
        font-size: 16px;
        line-height: 28px;
    }

    .bg_contact input {
        margin-bottom: 20px;
    }

    .contact_sechme .form_submit {
        margin-top: 20px;
    }

    .faq_sec_main .center_head_content h3 {
        font-size: 23px;
        color: #000;
    }

    img.banner_img {
        height: 530px;
    }

    .design_services_sec .center_head_content h3 {
        font-size: 22px;
    }

    .packages_box_sec {
        min-height: auto;
    }

}

@media (max-width: 390px) {
    .banner_content_sec h3 {
        font-size: 25px;
        line-height: 30px;
        left: 10px;
        width: 95%;
    }

    .portfolio_boxes:hover a:after {
        left: 20%;
        width: 80px;
        font-size: 10px;
        height: 30px;
    }

    .web_btn ul li a {
        padding: 14px 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%;
    }


    .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;
    }

    .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: 0px 0px !important;
    }

    .industries_sec_main .logo_tab_platform h5 {
        font-size: 10px;
    }

    .review_img_sec img {
        width: 160px;
        border-radius: 50%;
        height: 160px;
    }

    .bg_contact {
        /* margin: 0 20px 60px; */
        padding: 30px 15px 25px 15px;
        border-radius: 10px;
        /* margin: 0; */
    }

    .footer_logo img {
        width: 50%;
    }



}

/*Resposnive End*/