/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prata&display=swap');

@charset "UTF-8";

/*
Theme Name: ibex
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Spacer...............Specific styles for the spacer block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */


* {
    box-sizing: border-box;
}
:focus, .form-control:focus {
    outline: none !important;
    box-shadow: none;
    border-color: inherit;
}
textarea.form-control {
    resize: none;
    overflow: hidden;
}
figure{
    margin-bottom: 0;
}
html,
body {
    width: 100%;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}
body {
    background: #fff;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
img {
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a,
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6
 {
    margin: 0px 0 20px;
    padding: 0px;
    font-family: 'Prata', serif !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #01a4ec;
}
h1{
   font-size: 42px;
   line-height: 42px;
   text-transform: uppercase;
}
h2{
   font-size: 42px;
   line-height: 42px;
}
h3{
   font-size: 32px;
   line-height: 32px;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
    font-family: 'Roboto Regular';
}
p:last-child {
    margin-bottom: 0;
}
ul {
    padding: 0px 0 20px 0;
    margin: 0px;
}
ol {
    padding-left: 0;
    padding-bottom: 20px;
    margin: 0;
    counter-reset: listitem;
}
ol li {
    list-style: none;
    position: relative;
}
ol li::before {
    counter-increment: listitem;
    content: counters(listitem, '.')'.';
    color: #050940;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    margin-left: -25px;
}
li {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    display: block;
    position: relative;
    padding-left: 25px;
    font-family: 'Roboto Regular';
}
ul li::before {
    content: "";
    background: #000;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    position: absolute;
    margin-left: -25px;
    top: 9px;
}
li a {
    color: #01a4ec;
}
li a:hover {
    color: #1A1A1A;
}
a {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    color: #03b1e7;
}
a:hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    color: #1A1A1A;
}
button {
    padding: 0;
    background-color: transparent;
    border: none;
}
.btn-blue, .btn-light, .btn-white {
    color: #fff;
    border-radius: 0;
    min-width: 261px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 21px;
    border: none;
    cursor: pointer;
    font-family: 'Roboto Light';
    padding: 5px 20px;
    transition: all 0.4s ease-in-out;
}
.btn-blue:hover, .btn-light:hover, .btn-white:hover {
    background: #050940;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.btn-blue{
   background: #050940;
}
.btn-light{
   background: #9dafb3;
}
.btn-white{
   background: #fff;
   color: #050940;
}
.btn-blue:hover{
    background: #9dafb3;
}
.long-arrow{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.long-arrow:after {
    content: '';
    position: absolute;
    right: -45px;
    top: 0;
    bottom: 0;
    background-image: url(assets/images/long-arrow-right.svg);
    width: 36px;
    height: 9px;
    margin: auto;
    background-repeat: no-repeat;
    transition: 1s;
}


.nav-overlay {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(157, 175, 179, 0.75);
    z-index: 2;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    opacity: 0;
    visibility: hidden;
}
.mobile-menu .nav-overlay {
    visibility: visible;
    opacity: 1;
}
body.mobile-menu{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
}
/** ================== // HEADER CSS START // ================== **/
body{ padding-top: 101px;}
.header {
    padding: 24px 0;
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 999;
    transition: all 0.4s ease-in-out;
    top: 0;
}
.header.sticky{
    position: fixed;
    transition: all 0.rs ease-in-out;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background-color: rgba(255,255,255,0.9);
}
.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    flex-wrap: wrap;
    position: relative;
}
.logo{
    width: 165px;
}
.header-right {
    width: calc(100% - 165px);
    display: flex;
    flex-wrap: wrap;
    padding-right: 80px;
}

.header-contact-info {
    display: flex;
    padding-left: 51px;
    margin-right: auto;
}
.header-contact-info p a {
    color: #050940;
    margin-left: 15px;
    font-weight: bold;
    font-family: 'Roboto Bold';
    font-size: 16px;
    letter-spacing: 2px;
    padding-top: 2px;
    text-decoration: none;
}
.header-contact-info p a:hover {
    color: #9dafb3;
}
.header-contact-info p {
    margin-bottom: 0;
    margin-right: 39px;
    display: flex;
    align-items: center;
}
.header-contact-info p:last-child {
    margin-right: 0;
}

.header-btn {
    margin-right: 0;
    margin-left: auto;
}
.header-btn a {
    margin-right: 13px;
    min-width: 208px;
}
.header-btn a:last-child {
    margin-right: 0;
}



/**=================== // MENU CSS START // ================== **/
/************ // MOBILE MENU CSS START HERE // ***********************/

.menu-bar {
    width: 34px;
    height: 30px;
    position: absolute;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    display: block;
    right: 24px;
    top:11px;
    z-index: 1111;
}
.menu-bar span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: #050940;
}
.menu-bar span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
    background: #050940;
}
.menu-bar span:nth-child(odd) {
    left: 0px;
    border-radius: 9px 0 0 9px;
}
.menu-bar span:nth-child(1),
.menu-bar span:nth-child(2) {
    top: 0px;
}
.menu-bar span:nth-child(3),
.menu-bar span:nth-child(4) {
    top: 10px;
}
.menu-bar span:nth-child(4){
    display: none;
}
.menu-bar span:nth-child(5),
.menu-bar span:nth-child(6) {
    top: 21px;
}
.menu-bar span:nth-child(3) {
    width: 26px;
}
.menu-bar span:nth-child(5) {
    width: 18px;
}
.menu-bar span:nth-child(6){
    display: none;
}
.mobile-menu .menu-bar span:nth-child(1), .mobile-menu .menu-bar span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background:#050940;
    display: block;
}
.mobile-menu .menu-bar span:nth-child(2),
.mobile-menu .menu-bar span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background:#050940;
}
.mobile-menu .menu-bar span:nth-child(1) {
    left: 3px;
    top: 7px;
}
.mobile-menu .menu-bar span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
}
.mobile-menu .menu-bar span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.mobile-menu .menu-bar span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.mobile-menu .menu-bar span:nth-child(5) {
    left: 3px;
}
.mobile-menu .menu-bar span:nth-child(6) {
    left: calc(50% - 5px);
}
.mobile-menu .menu-bar span:nth-child(6),
.mobile-menu .menu-bar span:nth-child(5) {
    top: 16px;
    width: 50%;
}
.mobile-menu .menu-bar {
    background: none;
    position: fixed;
    top: 33px;
}
.navigation {
    background: #fff;
    position: fixed;
    top: 0;
    padding-top: 0px;
    right: -150%;
    width: 400px;
    height: 100%;
    z-index: 99;
    transition: 0.7s;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    margin: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}
body.mobile-menu .navigation {
    display: block;
    right: 0;
}
.nav-manu {
    flex-wrap: wrap;
}
.navigation ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.navigation ul li {
    margin-right: 0;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Roboto Light';
    font-weight: 300;
}
.navigation ul > li::before {
    display: none;
}
.navigation .menu-item-has-children > a::before {
    display: none;
}
.navigation .menu-item-has-children::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: auto;
    width: 50px !important;
    height: 48px;
    transform: none;
    transition: 0.4s;
    border-bottom: none;
    border-left: none;
    border-top: none;
    margin-top: 0;
    opacity: 1;
    right: 0;
    text-align: center;
    padding: 15px 0;
    font-size: 22px;
    cursor: pointer;
    display: inherit;
    background: center;
    margin: 0;
}
.navigation .menu-item-has-children:hover::after {
    color: #fff;
}
.nav-manu ul li.current-menu-item:after {
    color: #fff;
}

.navigation ul li.menu-item-has-children {
    padding-right: 0;
}
.navigation ul li.current-menu-item > a {
    background: #d22630;
    color: #fff;
}
.navigation ul li{ font-size: 20px;}
.navigation ul ul li{ font-size: 18px;}
.navigation ul li a {
    display: block;
    padding: 15px 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Roboto Medium';
    text-decoration: none;
}
.navigation ul li a {
    border-bottom: 1px solid #d1d1d1;
}
.navigation ul li a:hover {
    color: #ffffff;
}
.navigation ul li:hover > a {
    color: #ffffff;
    background: #9dafb3;
}
.navigation .moblelogo {
    display: block;
    padding: 25px 20px 25px;
    border-bottom: 0px solid #d1d1d1;
}
.menu-item-has-children::before {
    display: none;
}
.navigation .moblelogo img {
    max-width: 140px;
}
.navigation ul > li > a::after {
    display: none;
}
.navigation ul li ul.sub-menu {
    display: none;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    border: none;
}
.nav-manu ul li.mega-full-menu ul.sub-menu li {
    padding: 0;
}

.nav-manu ul li.mega-full-menu ul.sub-menu li a {
    padding: 12px 20px;
    border-bottom: 1px solid #d1d1d1;
}
.navigation ul li ul.sub-menu.in {
    position: static;
    max-width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
}
.navigation ul li ul.sub-menu li {
    width: 100% !important;
    padding: 0;
    border-bottom: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}
.navigation ul li ul.sub-menu li:hover {
    background-color: inherit;
}
.navigation ul li ul.sub-menu li.current-menu-item {
    background-color: inherit;
}
.navigation ul li ul.sub-menu li.current-menu-item a {
    color: #2e9cca;
}
.navigation ul li ul.sub-menu li a {
    padding: 12px 30px 12px 40px;
    font-weight: 500;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -ms-transform: skewX(0deg);
}
.navigation ul li ul.sub-menu li::before {
    left: 33px;
}
.navigation ul li ul.sub-menu li a:hover {
    color: #fff;
}
.navigation ul li ul.sub-menu ul.sub-menu {
    width: 100%;
    padding: 0;
    border: none;
}
.navigation ul li ul.sub-menu ul.sub-menu li a {
    padding-left: 70px;
}
.navigation ul li ul.sub-menu ul.sub-menu li::before {
    left: 53px;
}
.navigation ul li.our-menu-item a {
    color: #000;
}
.navigation ul li ul.sub-menu ul.sub-menu li ul.sub-menu li a {
    padding-left: 40px;
}

.nav-manu ul li.mega-full-menu ul.sub-menu {
    min-width: 100%;
    padding: 0;
    display: none;
}
.nav-manu ul li.mega-full-menu ul.sub-menu.in {
    display: block;
}
.navigation ul > li > ul.sub-menu::before {
    display: none;
}
.nav-manu ul li:after {
    display: none;
}
/**=================== // MENU CSS END // ================== **/


/** ================== // HEADER CSS END // ================== **/


/** ================== // BANNER CSS CSS START // ================== **/

.home-banner-section {
    height: 704px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #10131B;
    overflow: hidden;
}
.home-banner-section div {
    height: 100%;
}
.home-banner-bg {
    height: 100%;
    width: 100%;
    background-color: #101010;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(0deg, rgba(9, 24, 7, 0.52), rgba(9, 24, 7, 0.52));
}
.slider-item {
    width: 100%;
}
.slider-content-absolute {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform: initial;
    left: auto;
    right: 0;
    overflow: hidden;
    height: 100% !important;
    width: 100%;
}
.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-btn a{
    margin-right: 19px;
}
.banner-btn a:hover {
    background: #fff;
    color: #050940;
}
.banner-btn .btn-white:hover {
    background: #050940;
    color: #fff;
}
.banner-content {
    max-width: 607px;
    height: auto !important;
    margin-left: 80px;
    margin-top: 145px;
}
.banner-content h1 {
    margin: 0 auto 30px;
    color: #fff;
    position: relative;
    letter-spacing: 0;
}
.banner-content h2 {
    font-size: 30px;
    color: #fff;
    line-height: 32px;
}
.banner-content p {
    color: #FFFFFF;
    font-weight: 300;
}
.banner-content p a {
    color: #fff;
    text-decoration: underline;
}
.banner-content p a:hover {
    color: #fff;
    text-decoration: none;
}
.banner-content p a:hover{
    text-decoration: none;
}

.banner-content li {
    color: #fff;
    font-weight: 300;
}
.banner-content li a {
    color: #fff;
    text-decoration: underline;
}
.banner-content li a:hover {
    color: #fff;
    text-decoration: none;
}
.banner-content ul li::before {
    background: #fff;
}
.banner-content ol li::before {
    color: #fff;
}
.banner-btn {
    display: flex;
    align-items: baseline;
    padding-top: 60px;
}
.banner-btn a {
    margin-right: 38px;
}
.banner-btn a:last-child {
    margin-right: 0px;
}
.videofullwidth {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(0deg, rgba(9, 24, 7, 0.52), rgba(9, 24, 7, 0.52));
}
.videofullwidth video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    opacity: 0.52;
}
.home-slider-item.slick-slider {
    width: 100%;
}
.home-slider-item .slick-list {
    width: 100%;
}
.home-slider-item .slider-item {
    position: relative;
    background: #101010;
}
.home-slider-item .slick-track {
    width: 100%;
}
.home-slider-item .slick-prev {
    background: url(assets/images/slider-arrow-white.png);
    left: -100%;
    transition: 1s;
}
.home-slider-item .slick-next {
    background: url(assets/images/slider-arrow-white.png);
    right: -100%;
    transition: 1s;
}
.home-banner-section:hover .home-slider-item .slick-prev {
    left: 30px;
}
.home-banner-section:hover .home-slider-item .slick-next {
    right: 30px;
}
.overlay-none::after {
    display: none !important;
}
.home-slider-item ul.slick-dots {
    bottom: 111px;
}
.home-slider-item .slick-dots li button {
    height: 6px;
    width: 336px;
    background: #ffffff;
    border-radius: 0;
    border: none;
}
.home-slider-item .slick-dots li.slick-active button {
    background:#9DAFB3;
}
.home-slider-item .slick-dots li.slick-active:after{
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-color: #0000 transparent #9dafb3 transparent;
    border-width: 8px;
    width: 11px;
}

.home-slider-item .slick-dots li {
    margin: 0 15px 0px;
}
.home-slider-item .slick-dots li::before{
    display: none;
}
/** ================== // BANNER CSS END // ================== **/

/** ================== // COUNTER CSS START // ================== **/
.counter-wrapper {
    max-width: 1065px;
    margin: -86px auto 0;
    text-align: center;
    background: #fff;
    padding: 36px 0;
    position: relative;
}
.counter-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.counter-box {
    width: 31.5%;
}
.counter-box:nth-child(2) {
    width: 34%;
    border-left: 1px solid#ebebeb;
    border-right: 1px solid#ebebeb;
}
.title-number {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.title-number span {
    color: #050940;
    line-height: 57px;
    font-size: 42px;
    font-family: 'Prata';
}
.counter-section h2 {
    color: #9DAFB3;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
    font-family: 'Roboto Regular';
    margin: 0 0 15px;
}
.counter-box .count-number {
    color: #050940;
    font-size: 42px;
    line-height: 57px;
    margin: 15px 0 2px;
    font-family: 'Prata';
}
.counter-box p {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
/** ================== // COUNTER CSS END // ================== **/

/** ================== // BUSINESS SECTION CSS START // ================== **/
.business-wrapper-outer {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    justify-content: center;
    margin: 0 -12px;
}

.business-wrapper-col-6 {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 12px 25px;
}
.business-wrapper-col-6:nth-child(even) .business-right-content {
    background: #050940;
}
 .businessleft-img {
    width: 250px;
    position: relative;
    overflow: hidden;
}
.businessleft-img img {
    height: 100%;
    object-fit: cover;
    transition: 1s;
}
.businessleft-img a {
    display: block;
    overflow: hidden;
    height: 100%;
}
.business-wrapper-col-6:hover .businessleft-img img {
    transform: scale(1.1);
}
 .business-right-content {
    width: calc(100% - 250px);
    padding: 30px 26px;
    background: #9dafb3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.business-right-content h3 {
    margin-bottom: 15px;
    color: #fff;
}
.business-wrapper-col-6:hover .business-right-content h3 {
    color: #050940;
}
.business-right-content h3 a{
    color: #fff;
}
 .business-right-content p {
    color: #fff;
}
 .business-right-content p a{
    color: #fff;
    text-decoration: underline;
}
 .business-right-content p a:hover{
    text-decoration: none;
    color: #fff;
}
.business-right-content .long-arrow {
    position: relative;
    top: 5px;
    color: #fff;
}
.long-arrow:hover{
    color: #fff;
}
.long-arrow:hover::after{
    right: -55px;
}
.business-align-center li {
    color: #fff;
}

.business-align-center li a{
    color: #fff;
    text-decoration: underline;
}
.business-align-center li a:hover{
    color: #fff;
    text-decoration: none;
}
.business-align-center ul li::before {
    background: #fff;
}
.business-align-center ol li::before {
    color: #fff;
}
/** ================== // BUSINESS SECTION CSS END // ================== **/

/** ================== // TESTIMONIAL SECTION CSS START // ================== **/
.testimonial-section {
    text-align: center;
    padding: 30px 0 110px;
    overflow: hidden;
    position: relative;
    display: flex;
}
.testimonial-section h6 {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 38px;
}
.testimonial-item{
    padding: 0 10px;
}
.testimonial-wrapper p {
    color: #050940;
    font-weight: 400;
}
.testimonial-item p a {
    color: #050940;
    font-weight: 400;
}
.testimonial-item p a{
    color: #050940;
    text-decoration: underline;
}
.testimonial-item li {
    color: #050940;
    font-weight: 400;
}
.testimonial-item li a{
    color: #050940;
    text-decoration: underline;
}
.testimonial-item li a:hover{
    color: #050940;
    text-decoration: none;
}
.testimonial-wrapper .slick-dots li button:before {
    display: none !important;
}
.testimonial-wrapper .slick-dots li button {
    content: "";
    position: absolute;
    width: 74px;
    height: 6px;
    background: #050940;
    border: none;
    border-radius: 0;
}
.testimonial-wrapper .slick-dots li.slick-active button {
    background: #9DAFB3;
}
.testimonial-wrapper .slick-dots li {
    margin: 0 40px 0px;
}
.testimonial-wrapper .slick-slider:after {
    content: '';
    position: absolute;
    left: 64px;
    top: -23px;
    background-image: url(assets/images/quote-left.svg);
    width: 50px;
    height: 44px;
    margin: auto;
    background-repeat: no-repeat;
}
.testimonial-wrapper .slick-slider:before {
    content: '';
    position: absolute;
    right: 62px;
    bottom: -35px;
    background-image: url(assets/images/quote-right.svg);
    width: 52px;
    height: 44px;
    margin: auto;
    background-repeat: no-repeat;
}
.testimonial-wrapper .slick-list{
    max-width: 930px;
    margin: 0 auto;
}
.testimonial-wrapper .slick-dots {
    bottom: -65px;
    left: -38px;
}
/** ================== // TESTIMONIAL SECTION CSS END // ================== **/

/** ================== //  WHY CHOOSE SECTION START // ================== **/
.Why-choose-section{
    position: relative;
}
.Why-choose-section:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(assets/images/why-choose-banner.jpg);
    width: 100%;
    height: 525px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.Why-choose-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    padding: 35px 88px;
    margin-top: 46px;
}
.Why-choose-left {
    width: 230px;
    color: #050940;
    padding-top: 30px;
}
.Why-choose-right {
    width: calc(100% - 230px);
}
.Why-choose-right {
    width: calc(100% - 230px);
    padding-left: 60px;
}
.Why-choose-inner{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
     position: relative;
}
.Why-choose-tab {
    width: 156px;
}
.Why-choose-inner .tab-content {
    width: calc(100% - 156px);
    padding-left: 0;
    padding-top: 30px;
}


.Why-choose-right h3 {
    font-size: 26px;
    color: #050940;
}
.Why-choose-right p {
    color: #000;
}
.Why-choose-inner.active p {
    display: block;
}

.tab-btn {
    width: 156px;
    padding: 10px 0 0;
}
.tabing-icon {
    width: 80px;
    height: 80px;
    background-color: #050940;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.nav-pills .nav-link.active {
    background-color: inherit;
    background-image: url(assets/images/tabing-img.jpg);
    width: 156px;
    height: 156px;
}



.Why-choose-inner:last-child::after{ display: none;}
.Why-choose-inner{ opacity: 0;}


.Why-choose-inner:after {
    content: '';
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: #050940;
}

.Why-choose-inner:after{
    background: url('assets/images/line-img.png') repeat-y center
}
.Why-choose-inner:last-child::after{ display: none;}

/** ================== //  WHY CHOOSE SECTION END // ================== **/

/** ================== //  TIMETINE SECTION START // ================== **/
.timeline-outer {
    display: flex;
    flex-wrap: wrap;
    background: #050940;
    align-items: center;
    justify-content: space-between;
    padding: 27px 30px 26px 21px;
}
.timeline-box-left {
    width: 590px;
}
.timeline-box-right {
    width: 491px;
}
.timeline-box {
    display: flex;
    align-items: center;
}
.timeline-box-left figure {
    width: 151px;
}
.timeline-content {
    width: calc(100% - 151px);
    padding-left: 35px;
}
.timeline-content p {
    color: #fff;
}
.timeline-content h3 {
    margin-bottom: 13px;
    color: #fff;
}
.timeline-box-right .timeline-box {
    background: #9DAFB3;
    padding: 43px;
}
.timeline-box-right form {
    width: 100%;
}
.timeline-box .medium{
    margin: 0 0 12px !important;
}
.medium {
    color: #050940 !important;
    padding: 10px 25px !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    height: 44px !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius:0 !important;
}
.medium::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #050940 !important;
}
.medium::-moz-placeholder { /* Firefox 19+ */
  color: #050940 !important;
}
.medium:-ms-input-placeholder { /* IE 10+ */
  color: #050940 !important;
}
.medium:-moz-placeholder { /* Firefox 18- */
  color: #050940 !important;
}
.timeline-box-right form .btn-blue {
    min-width: 100%;
}
.timeline-box-right form button.btn-blue:hover {
    background: #fff;
    color: #050940;
}

.timeline-content li{
    color: #fff;
}
.timeline-content li a{
    color: #fff;
    text-decoration: underline;
}
.timeline-content li a:hover{
    color: #fff;
    text-decoration: none;
}
.timeline-content p a{
    color: #fff;
    text-decoration: underline;
}
.timeline-content p a:hover{
    color: #fff;
    text-decoration: none;
}
p a{
    color: #000;
    text-decoration: underline;
}
p a:hover{
    color: #000;
    text-decoration: none;
}
li a{
    color: #000;
    text-decoration: underline;
}
li a:hover{
    color: #000;
    text-decoration: none;
}
.timeline-content ul li::before{
    background: #fff;
    }
.timeline-content ol li::before{
    color: #fff;
    }
.timeline-section {
    padding: 50px 0;
}
/** ================== //  TIMETINE SECTION END // ================== **/

/** ================== //  BROERAGE SERVICES SECTION START // ================== **/
.brokerage-services-section {
    padding: 50px 0 80px;
}
.brokerage-services-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.brokerage-services-left {
    width: 432px;
}
.brokerage-services-right {
    width: calc(100% - 432px);
    padding-left: 63px;
    padding-top: 6px;
}
.brokerage-services-box h3 {
    color: #050940;
    line-height: 53px;
    margin-bottom: 37px;
}
.brokerage-services-box p {
    color: #000;
}
.brokerage-services-left .img1 {
    margin-left: auto;
    position: relative;
    z-index: 1;
}
.brokerage-services-left .img2 {
    margin-top: -65.3%;
}
.brokerage-services-left figure {
    width: 314px;
    overflow: hidden;
}
.brokerage-services-left figure img{
    transition: 1s
}
.brokerage-services-left figure img:hover{
    transform: scale(1.1);
}
/** ================== //  BROERAGE SERVICES SECTION END // ================== **/

/** ================== // CONTACT SECTION CSS START // ================== **/
.home-contact-section {
    padding: 69px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-contact-section .container {
    max-width: 1065px;
}
.contact-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.contact-content {
    width: 486px;
    margin-top: -13px;
}
.contact-content .contact-box h2 {
    text-transform: uppercase;
    line-height: 48px;
    margin-bottom: 48px;
    color: #fff;
}
.contact-form-right {
    width: 491px;
}
.form-gform-wrapper {
    background: #9DAFB3;
    padding: 74px 43px 55px;
}
.form-gform-wrapper .gfield {
    margin-bottom: 12px;
}

textarea.medium {
    height: 115px !important;
}
.form-gform-wrapper .gform_footer {
    text-align: center;
    padding-top: 12px;
}
.form-gform-wrapper .gform_footer .btn-blue{
    transition: all 0.4s ease-in-out;
}
.form-gform-wrapper .gform_footer .btn-blue:hover {
    background: #fff;
    color: #050940;
    transition: all 0.4s ease-in-out;
}
/** ================== // CONTACT SECTION CSS END // ================== **/
.slick-dots li::before{
    display: none;
}

.testimonial-wrapper::after, .testimonial-wrapper::before {
    content: "";
    width: 50px;
    height: 44px;
    background: url('assets/images/quote-left.svg') no-repeat;
    background-size: 100% !important;
    position: absolute;
    left: 64px;
    top: -22px;
}

.testimonial-wrapper::after {
    background: url('assets/images/quote-right.svg') no-repeat;
    top: auto;
    bottom: -36px;
    left: auto;
    right: 64px;
}

.contact-content p {
    color: #fff;
}
.contact-content p a{
    color: #fff;
    text-decoration: underline;
}
.contact-content p a:hover{
    color: #fff;
    text-decoration: none;
}
.contact-content li{
    color: #fff;
}
.contact-content li a{
    color: #fff;
    text-decoration: underline;
}
.contact-content li a:hover{
    color: #fff;
    text-decoration: none;
}

.contact-content ul li::before{
    background: #fff;
}
.contact-content ol li::before{
    color: #fff;
}


/* HOME LOGO SECTION START */
.home-log-section{
    margin: 0;
    padding: 62px 0 40px;
}
/* HOME LOGO SECTION END */


/* HOME BLOG SECTION START */
.home-blog-section{
    margin: 0;
    padding: 40px 0 50px;
}


.ibex-logo-client{
    margin: 0;
    padding: 0;
}

.ibex-logo-client p{
    font-size: 13px;
    color: #9DAFB3;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-align: center;
}

.ibex-logo-client .slide {
    width: 330px;
    text-align: center;
}
.ibex-logo-client .slide.slider-small {
    width: 230px;
}

.blog-warpper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -14px;
    justify-content: center;
}

.blog-heading{
    width: 100%;
    margin: 0 0 42px;
    padding: 0 14px;
    text-align: center;
}

.blog-heading h4 {
    color: #050940;
    font-size: 32px;
    margin: 0 0 25px;
    padding: 0;
}

.blog-post-col-4{
    width: 33.333%;
    padding: 0 14px 28px;
}

.blog-post-info{
    margin: 0;
    padding: 0;
    transition: 1s;
}
.blog-post-info:hover{

}

.blog-img{
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.blog-img img{
    width: 100%;
    transition: 1s;
}
.blog-post-info:hover .blog-img img{
    transform: scale(1.1);
}

.blog-content {
    background: #9DAFB3;
    padding: 36px 5px 32px 30px;
}

.blog-content h5{
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    margin: 0px 0 16px;
}
.blog-content h5 a{
    color: #fff;
}
.blog-content h5 a:hover{
    color: #050940;
}
.blog-content p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    font-family: 'Roboto Light';
    padding-right: 24px;
}
.blog-content li{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Roboto Light';
}
.blog-content li a{
    color: #fff;
}
.blog-content p a{
    color: #fff;
}

.blog-content ul li::before{
    background: #fff;
}
.blog-content ol li::before{
    color: #fff;
}
.reading-button {
    text-align: center;
    width: 100%;
    padding-top: 16px;
}
/* HOME BLOG SECTION END */


/* FOOTER CSS START */
.footer{
    margin: 0;
    padding: 45px 0;
    background: #050940;
}

.footer-warp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-left-col-7{
    width: calc(100% - 360px);
    display: flex;
    flex-wrap: wrap;
}

.footer-logo{
    margin: 0 0 40px;
    padding: 0;
}

.address-mail-footer{
    margin: 0;
    padding: 0;
}
.address-mail-footer p, .address-mail-footer a{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.address-mail-footer a:hover{
    color: #9DAFB3;
}
.address-mail-footer p{
    padding-left: 54px;
    position: relative;
    margin-bottom: 25px;
    font-family: 'Roboto Light';
    font-weight: 300;
}
.address-mail-footer p img{
    position: absolute;
    left: 5px;
    top: 2px;
}

.footer-logo-address {
    width: 50%;
    padding-left: 32px;
}

.footer-menu{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.footer-menu h6{
    margin: 0;
    padding: 30px 0 42px;
    color: #9DAFB3;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Roboto Bold';
    font-weight: bold;
    width: 100%;
}

.footer-menu ul{
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    margin: 0 0 23px;
    padding: 0;
    font-family: 'Roboto Light';
    font-weight: 300;
    font-size: 16px;
}

.footer-menu ul li::before{
    display: none;
}

.footer-menu ul li a{
    color: #fff;
    text-decoration: none;
}
.footer-menu ul li a:hover{
    color: #9DAFB3;
}

.footer-left-col-5{
    width: 360px;
}

.footer-newsletter-form{
    background: #9DAFB3;
    border: 1px #979797 solid;
    padding: 25px 25px 41px;
}

.footer-newsletter-form form{
    position: relative;
}

.footer-newsletter-form p{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
}

.gform_button.button{
    color: #fff;
    border-radius: 0;
    min-width: 261px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 16px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 21px;
    border: none;
    cursor: pointer;
    font-family: 'Roboto Light';
    background: #050940;
}
.gform_button.button:hover{
    color: #050940;
    background: #fff;
}

.footer-newsletter-form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
}
.footer-newsletter-form .gform_footer .gform_button.button{
    min-width: 100%;
    font-size: 0;
    background: #050940 url('assets/images/long-arrow-right.svg') no-repeat center;
    border: 1px #050940 solid;
}
.footer-newsletter-form .gform_footer .gform_button.button:hover{
    background-color:#9dafb3;
    border: 1px #fff solid;
}
.footer-newsletter-form .medium {
    padding-right: 70px !important;
    min-height: 44px;
}
.ibex-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 74px;
}
.ibex-social a {
    margin-right: 48px;
    display: flex;
    align-items: center;
    position: relative;
}
.ibex-social a:last-child{
    margin-right: 0;
}

.hover-icon{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.ibex-social a:hover img{
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.ibex-social a:hover img.hover-icon{
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.mobile-show-tag{
    display: none;
}

.mobil-footer-show{
    display: none;
}
/* FOOTER CSS END */

.ibex-logo-client .slideshow.js-slideshow .flickity-viewport{
    height: 103px !important;
}
.accordion {
  overflow: hidden;
}

.accordion [role="region"] {
    display: none;
}
.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
    display: none !important;
}


/* Closing Page CSS */
.inner-banner{ width: 100%; position: relative; background-repeat: no-repeat; background-size: cover; background-position:center; padding: 70px 0 150px; color: #fff; min-height: 370px; display: flex; align-items: center;}
.inner-banner h1{ font-size: 32px; line-height: 1.2;}
.inner-banner p{ font-size: 16px; line-height: 30px; max-width: 560px; color: #fff;}
.inner-banner::after{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 30%;background-image: url(assets/images/hero-shape.png); background-size: 100%;  background-repeat: repeat-x; background-position: bottom;}

.closing-bg{ width: 100%; background: url(assets/images/closing-bg.jpg); padding: 30px 0 0; background-repeat: repeat; margin-bottom: 40px;}
.lt-closing-section{ width: 100%; text-align: center; background-color: #fff; padding: 50px 45px 0;}
.lt-closing-section h3{ color: #050940; line-height: 1.2;}
.lt-closing-section p{ font-size: 16px; color: #000000; line-height: 30px;}
.closing-row{ width: 100%; padding: 5px 0 10px;}
.closing-row .item{ width: 100%; padding: 0 15px;}
.closing-row .item img{ display: block; width: 100%;}

.team-section{ padding: 80px 0 10px;}
.seaction-head{ text-align: center; max-width: 840px; margin: 0 auto; padding-bottom: 50px;}
.seaction-head h2{ color: #050940; line-height: 1.2;}
.seaction-head p{ font-size: 16px; color: #000000; line-height: 30px;}
.team-row{ width: calc(100% + 60px); margin-left: -30px; display: flex; flex-wrap: wrap; row-gap: 35px;}
.team-row .column{ width: 25%; padding: 0 30px;}
.team-row .thumb{ overflow: hidden; width: 100%;}

.team-row img{ width: 100%; display: block; transition: 1s all ease-in-out;}
.team-row .column:hover .thumb img{transform: scale(1.1);}
.team-row h4{ font-size: 22px; line-height: 1.2; color: #050940; margin:15px 0 0;}
.team-row h6{ font-size: 14px; line-height: 1.2; color: #000; margin: 7px 0 15px;  font-family: 'Roboto Bold';}

.team-row .meta{width: 100%; display: flex; justify-content: space-between; align-items: center;}
.team-row .socialList{ display: flex; align-items: center;}
.team-row .socialList img{ max-height: 22px;}
.team-row .socialList a{ margin-left: 15px;}
.team-row .socialList a:hover{ opacity: 0.8;}
.team-row .readmore{ display: inline-block; text-transform: uppercase;   font-family: 'Roboto Bold'; font-size: 12px; color: #050940; text-decoration: underline;}
.team-row .readmore:hover{ color: #9dafb3;}
.timeline-content h4{  color: #fff;}
.section2 .timeline-content {width: calc(100% - 60px);}
.timeline-content  .ibex-social{justify-content: initial;margin-top: 50px;}

.letstalk{ width: 100%; text-align: center; padding: 50px; margin-top: 50px; color: #fff; background-color: #050940;}
.letstalk p{ color: #fff;}
.letstalk ul{ display: flex; justify-content: center; padding: 0;}
.letstalk ul li{ margin: 0 10px;list-style: none; padding: 0;}
.letstalk ul li::before, .afterbanner ul li:before{ display: none;}
.letstalk ul li a{ text-decoration: none; letter-spacing: 1px;font-family: 'Roboto Regular';}
.letstalk ul li a.btn-white:hover{ background-color: #9dafb3;}
.letstalk ul li a.btn-light:hover{ background-color: #fff; color: #050940;}





.afterbanner{ background-color: #fff; text-align: center; padding: 37px 0 0;margin-top: -64px; z-index: 1; position: relative;}
.afterbanner h6{ text-transform: uppercase; color: #9DAFB3; font-size: 13px; letter-spacing: 1px;font-family: 'Roboto Regular';}
.afterbanner ul{ display: flex; /*justify-content: center;*/ margin-top: 30px; padding: 0;}
.afterbanner ul li{ padding: 21px 52px; border-right: 1px solid rgba(157,175,179,0.22); list-style: none;}
.afterbanner ul li:last-child{ border: 0;}
.afterbanner ul li a{text-decoration: none; letter-spacing: 1px;font-family: 'Roboto Regular';}

.content-section{ display: flex; padding: 50px 0; justify-content: space-between; align-items: center;}
.content-section .text-column{ padding:0 70px; width: 55%;}
.content-section h2{ color: #050940; padding-bottom: 10px; font-size: 32px; line-height: 1.2;}
.content-section p{ font-size: 16px; line-height: 28px;}

.content-section img.mobile_image{ display: none;}


.ct-form{ background-color: #9DAFB3; padding: 65px 90px 40px; position: relative; z-index: 1; margin-top: -72px; margin-bottom: 58px;}
.ct-form .form-group{ width: 100%; display: flex;}
.ct-form .form-group ul{ width: 50%;padding-left: 0; padding-right: 35px; padding-bottom: 0;}
.ct-form .form-group ul:last-child{ padding-left: 35px; padding-right: 0; border-left: 1px solid rgba(255,255,255,0.22); }
.ct-form .form-group ul li{ padding: 0; margin-bottom: 12px;}
.ct-form .form-group ul li:last-child{ margin-bottom: 0;}
.ct-form .form-group ul li::before{ display: none;}


.ct-form .field{ width: 100%; height: 44px; background-color: #fff; padding: 15px; font-size: 16px; color: #050940; border: 0;font-family: 'Roboto Regular'; background-repeat: no-repeat; background-position: calc(100% - 15px) 50%;}
.ct-form textarea.field{ height: 210px; resize: none;}
.ct-form .formAction{ text-align: center; margin-top: 30px;}
.ct-form .formAction .btn-blue:hover{ background-color: #fff; color: #000;}
.ct-form .formAction .btn-blue{font-family: 'Roboto Regular';}

.ct-form .form-group ul li.user .field{ background-image: url(assets/images/single-user.svg);}
.ct-form .form-group ul li.eml .field{ background-image: url(assets/images/email-icon.svg);}
.ct-form .form-group ul li.phn .field{ background-image: url(assets/images/phone-icon.svg);}
.ct-form .form-group ul li.cmpny .field{ background-image: url(assets/images/building-office-circle.svg);}

.letstalk h3{ padding-bottom: 10px;}
.closing-row .slick-dots{ position: static!important; margin: 10px 0 20px;}
.closing-row  .slick-dots li {margin: 0 5px 0px;}
.closing-row  .slick-dots li.slick-active button {border: 2px solid #050940; background-color: #050940;}
.for_mobile{ display: none;}

.blank-space{ text-align: center}
.blank-space .container-sm{ margin-top: -64px; min-height: 64px; background-color: #fff;display: block; z-index: 1;position: relative;}
.blank-space p{ padding: 30px 70px;}

/* Closing Page CSS */


/* Closing Deals Page CSS */

.alldeals{ width: 100%; display: flex; flex-wrap: wrap; margin: 0 0 40px; justify-content: space-between;}
.alldeals .item{ width: calc(50% - 13px); margin-top: 20px; padding: 20px; background-color: #9DAFB3; color: #fff; display: flex; justify-content: space-between;}
.alldeals .thumb{ max-width: 148px; margin-right: 52px; overflow: hidden;}
.alldeals .thumb img{transition: ease-in .8s;}
.alldeals .thumb img:hover {transform: scale(1.1);}
.alldeals .text{ width: calc(100% - 200px); padding-top: 15px;}
.alldeals h4{ font-size: 22px; line-height: 30px; color: #fff; margin: 0 0 10px;}
.alldeals h4 a{color: #fff;}
.alldeals p{ font-size: 16px; line-height: 24px; color: #fff;}
.alldeals .readmore{ display: inline-block;}
.alldeals .readmore a{ display: flex;text-transform: uppercase; letter-spacing: 1.5px; font-size: 13px; line-height: 15px; color: #fff;}
.alldeals .readmore a::after{ content: ''; display: inline-block; background: url(assets/images/arw-right.svg) no-repeat center right; margin-left: 10px; width: 35px; height: 15px; transition: all 1s ease-in-out;}
.alldeals .readmore a:hover::after{ transition: all 1s ease-in-out; transform: translateX(10px);}

.pageNav{ width: 100%; display: flex; justify-content: space-between; margin: 10px 0 40px;}
.pagination{ display: flex; align-items: center;}
.pagination ul{ display: flex; align-items: center;padding: 0;}
.pagination ul li{ margin: 0 0 0 30px; list-style: none; padding: 0;  color: #000; font-size: 18px;}
.pagination ul li::before{ display: none;}
.pagination label{ font-size: 18px; line-height: 30px; color: #9DAFB3; padding-right: 20px; margin: 0; }
.pagination ul li a{ width: 44px; height: 44px; display: flex; justify-content: center; align-items: center; color: #000; text-decoration: none;}
.pagination ul li:not(.active) a:hover{ color: #9DAFB3;}
.pagination ul li.active a{ background-color: #9DAFB3; color: #fff;}

.pagebtn{ display: flex;}
.pagebtn a{ display: block; width: 75px; height: 44px; background-color: #050940; background-repeat: no-repeat; background-position: center; margin-left: 15px;}
.pagebtn a.prev{ background-image: url(assets/images/arw-left.svg);}
.pagebtn a.next{ background-image: url(assets/images/arw-right.svg);}
.pagebtn a:hover{ background-color: #9DAFB3;}

.inner-banner h1{ margin-top: 0!important;}

.history-page .brokerage-services-right{padding-right: 45px;}

/* Closing Deals Page CSS */



/* Blog Page CSS */
.blank-space h3{ font-size: 22px; line-height: 30px; color: #050940; margin:0 0 8px!important; padding:35px 0 0;}
.blank-space h3 + p{ padding-top: 0; font-size: 16px; line-height: 30px;}


.mainblog{ padding: 32px 0 3px;}
.mainblog .container{ display: flex; justify-content: space-between;}
.mainblog .pageNav{ padding-top: 27px;}
.mainblog .blogwrap{ width: 903px;}
.mainblog .sidebar{ width: 288px; background-color: #F1F1F1; padding: 20px 17px; height: 100%;    margin-left: 20px;}
.mainblog .sidebar .widget{ width: 100%; margin-bottom: 30px;}
.mainblog .sidebar .widget h4{ font-size: 18px; line-height: 20px; text-transform: uppercase; color: #9DAFB3; font-family: 'Roboto Regular'; font-weight: 400; margin: 0 0 42px; }
.mainblog .blog-content h5{ font-size: 18px; line-height: 22px; font-weight: 500; font-family: 'Roboto Medium'; min-height: 66px;}

.mainblog .blog-post-col-4 {padding: 0 10px 20px;}
.mainblog .blog-content {padding: 32px 15px 42px 23px;}


.searchbar{ width: 100%; position: relative;}
.searchbar .field{ width: 100%; background-color: #fff; height: 44px; padding: 0 55px 0 22px; font-size: 16px; color: #050940; border: 0;}
.searchbar .field::-moz-placeholder{color: #050940;}
.searchbar .field::-webkit-input-placeholder{color: #050940;}
.searchbar .srch{ position: absolute; top: 0; right: 0; width: 44px; height: 44px; background-color: #050940; padding: 0; border: 0; cursor: pointer; transition: all 0.3s ease-in-out;}
.searchbar .srch:hover{ background-color: #9DAFB3; transition: all 0.3s ease-in-out;}
.searchbar .srch img{ display: block; max-width: 16px; margin: 0 auto;}


.categorylist ul{ margin: 0; padding: 0;}
.categorylist ul li{ width: 100%; display: block; list-style: none; font-size: 14px; line-height: 22px; color: #000; padding: 0; margin-bottom: 22px;}
.categorylist ul li:last-child{ margin-bottom: 0;}
.categorylist ul li::before{ display: none;}
.categorylist ul li a{ display: inline-block; text-decoration: none; color: #000; padding-left: 22px;}
.categorylist ul li a:before{ content: ''; position: absolute; top: 6px; left: 0; width: 12px; height: 12px; background: url(assets/images/ct-arw.png) no-repeat; background-size: 100%;}
.categorylist ul li a:hover{ transform: translateX(5px); color: #9DAFB3;}



.latestBLogs{ width: 100%;}

.blogslider{ padding-right: 6px; margin-top: 4px;}
.blogslider .blog-content h5{ font-size: 18px; line-height: 22px; font-weight: 500; font-family: 'Roboto Medium'; min-height: 66px;}
.blogslider .blog-content {padding: 32px 15px 42px 23px; background-color: #050940;}
.blogslider .blog-content h5 a:hover{ color: #9DAFB3;}
.blogslider .blog-post-col-4 {padding: 0 10px 28px; width: 100%;}

.blogslider .slick-dots{ width: calc(100% - 20px); margin-left: 0; display: flex; justify-content: center; position: static; top: 0;  border-bottom: 1px solid #F1F1F1; padding-bottom: 25px;}
.blogslider .slick-dots li{ margin: 0 3px;}
.blogslider .slick-dots button{ width: 75px; height: 6px; background-color: #050940; font-size: 0px; border: 0; border-radius: 0;}
.blogslider .slick-dots li.slick-active button, .blogslider .slick-dots li:hover button, .blogslider .slick-dots li button:hover{ background:#9DAFB3!important; border-color: #9DAFB3;}
.blogslider .slick-dots li button::before{ display: none;}

/* Blog Page CSS */




/* business description page css start */
.business-desc .business-desc-in{padding: 57px 68px; background-color: #fff; margin-top: -51px; position: relative;}
.business-desc h3{color: #050940;margin-bottom: 30px;}
.business-desc p span{color: #9dafb3;}
.business-desc p{margin-bottom: 55px;}
.business-desc-tbl .table td {border: 0; padding: 12px 0; padding: 0 0 35px 0; font-size: 18px;}
.business-desc .desc p{margin-bottom: 0px; font-size: 14px;line-height: 1.2; font-weight: 500;}

/* similar listing */
.heading-typ1{color: #050940;line-height: 1.2;}
.similar-li{padding: 50px 0px;}


/* buy a business page */
.blank-space h4{font-size: 13px; font-weight: 400; text-transform: uppercase; color: #9dafb3; padding-top: 30px;}
.req-btns-sec{max-width: 900px; margin: auto; padding-bottom: 30px;}
.req-btns-sec .btn-blue{max-width: 290px;display: block; margin: auto; padding: 12px 20px;}
.req-btns-sec .req-btn{padding: 20px 0px;}
.req-btns-sec .row > div{border-right: 1px solid #eaeeef;}
.req-btns-sec .row > div:last-child {border: 0;}

.listing-nav .sort{display: flex;}
.listing-nav .sort p{font-size: 16px; display: inline-block;margin-right: 20px; margin-bottom: 0px; line-height: 1.5;}
.listing-nav .sort ul li{line-height: 1;list-style: none; display: inline-block; border-right: 1px solid #050940; color: #9dafb3; padding: 0px 10px; font-weight: 500;font-size: 16px;}
.listing-nav .sort ul li:last-child{color: #050940; border: 0px;}
.listing-nav .sort ul li::before, .listing-nav .list-nav ul li::before{display: none;}
.listing-nav .sort ul{padding: 0;}

.listing-nav .list-nav ul{padding: 0px;}
.listing-nav .list-nav > ul > li{list-style: none;padding: 0px; margin-left: 70px;}
.listing-nav .list-nav ul li a{text-decoration: none; color: #9dafb3; font-weight: 500; font-size: 16px;}
.listing-nav .list-nav ul li a i{color: #000;}

.listing-nav{display: flex; align-items: center;}
.dropdown-btn{position: relative;}
.dropdown-btn a i {margin-left: 5px; font-weight: 700;}
.drop-menu{transform: scaleY(0); transition: .5s; transform-origin: top; position: absolute; top: 30px; z-index: 11; background: #fff; opacity: 0; transform-origin: top;width: 100%;}

.dropdown-btn:hover .drop-menu{transform: scaleY(1.0); opacity: 1;}

.listing-nav .list-nav ul li {
    padding: 0px;
}
.listing-nav .drop-menu li a {
    display: block;
    padding: 5px 20px;
    font-size: 14px !important;
}
.listing-nav .drop-menu li a:hover {
    background: #9dafb3;
    color: #fff;
}.footer .gform_wrapper.gravity-theme .gform_footer {
    margin: 0px;
    padding: 0px;
}
.footer .gform_wrapper.gravity-theme .gform_footer input {
    margin-bottom: 0px;
    min-height: 42px;
}
@media(max-width:640px){
    .footer .gform_wrapper.gravity-theme .gform_footer input {
        margin-bottom: 0px;
        margin-top: 1px;
        line-height: 0;
        min-height: 38px;
    }
}
/* error 404 page css */
.error{padding: 100px 0px; text-align: center;}
.error h2{font-size: 140px; font-weight: 700; color: #050940; margin-bottom: 40px; line-height: 1;}
.error .heading-typ1{margin-bottom: 40px;}
/* error 404 page css */
.btn-light {
    background: #9dafb3 !important;
    color: #fff !important;
}
.btn-blue:hover, .btn-light:hover, .btn-white:hover {
    text-decoration: none;
}

.pagination ul li.active a {
    background-color: #9DAFB3;
    color: #fff;
}


.d-block .listing-nav .list-nav ul li select{
    font-size: 15px!important;
    height: 44px;
    padding: 0px 40px 0px 15px !important;
    background-position: 248px 16px!important;
    width: 277px!important;
    border: 1px solid #9DAFB3!important;
    color: #757575!important;
}

.d-block .listing-nav .list-nav ul li #keyword{
    font-size: 15px!important;
    height: 44px;
    padding: 0px 40px 0px 15px !important;
    background-position: 248px 16px!important;
    width: 277px!important;
    border: 1px solid #9DAFB3!important;
    color: #757575!important;
}

.d-block .listing-nav .list-nav ul li .range-slider{
    font-size: 22px!important;
}


/* dhruv css */

.afterbanner .single-main-hd{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 50px!important;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2!important;
}

.blank-space .afterbanner .busdesc h3{
        line-height: 30px;
    color: #050940;
    margin: 0 0 8px!important;
    padding: 20px 0px 20px 0px!important;
    font-size: 32px!important;
    text-align: left;
    font-weight: 700;
    padding-bottom: 16px;
}

.paoc-popup-mheading{
    color: #050940!important;
    font-family: 'Prata', serif !important;
    text-align: center;
}

.paoc-close-popup.paoc-popup-close{
    background-color: #050940!important;
}

.paoc-popup-inr-wrap .paoc-popup-margin form .ginput_container_textarea textarea{
    height: 150px!important;
}

.paoc-popup-inr form#gform_9 input.gform_button:hover{
    background-color: #9dafb3!important;
    color: #fff!important;
}

.paoc-popup-inr form#gform_9 input#input_9_8, .paoc-popup-inr form#gform_9 input#input_9_9{
    text-transform: capitalize;

}

.paoc-popup-inr form#gform_9 input{
    height: 44px;
    padding: 15px 40px 15px 15px !important;
    font-size: 15px;
    border: 1px solid #e2e2e2;
}

.paoc-popup-inr form#gform_9 textarea{
    border: 1px solid #e2e2e2;
}

.paoc-popup-inr form#gform_9 input:focus{
    border: 1px solid #000!important;
}


.paoc-popup-inr form#gform_9 input#gform_submit_button_9{
    padding: unset!important;
    font-size: unset;
}



.gform_wrapper.gravity-theme .gform_footer{
    justify-content: center;
}


.blank-space .flisitng h3:before{
    content: "";
    position: absolute;
    left: 0px;
    width: 40%;
    height: 100px;
    border-top: 1px solid #ccc;
    top: 48px;
    bottom: 0px;
}



.blank-space .flisitng{
    position: relative!important;
}



.blank-space .flisitng h3:after{
    content: "";
    position: absolute;
    width: 40%;
    height: 100px;
    border-top: 1px solid #ccc;
    top: 48px;
    bottom: 0px;
    right: 0px;
}

.single-properties .es-top-arrow{
    display: none;
}


.page-template-search-properties .es-wrap.ibex form{
    opacity: 0;
}

/* dhurv form css 22/22*/

.page-template-search-properties .blank-space.blog-dtl-top .afterbanner .sec-heading h3{
    margin-bottom: 30px!important;
    font-size: 32px!important;
}

.page-template-buy-business .buy-busi-items .es-search__wrapper form{
    display: block!important;
}

.page-template-buy-business .buy-busi-items .es-search__wrapper form input, .page-template-buy-business .buy-busi-items .es-search__wrapper form .select2-selection, .page-template-search-properties .blank-space.blog-dtl-top form input, .page-template-search-properties .blank-space.blog-dtl-top form .select2-selection{
    height: 44px!important;
    padding: 15px 40px 15px 15px!important;
    font-size: 15px!important;
}


.page-template-buy-business .buy-busi-items .es-search__wrapper form .select2-selection, .page-template-search-properties .blank-space.blog-dtl-top form .select2-selection{
    padding: 7px 40px 15px 15px !important;
    height: 40px!important;
}



.page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__field{
    display: inline-block!important;
    width: 33%!important;
}

.page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__buttons{
    display: inline-flex!important;
    width: 33.1%!important;
}

.page-template-search-properties .blank-space.blog-dtl-top form{
    display: block!important;
}

.page-template-search-properties .blank-space.blog-dtl-top form .es-search__field{
    display: inline-block!important;
    width: 33%!important;
    text-align: left;
}

.page-template-search-properties .blank-space.blog-dtl-top form .es-search__buttons{
    display: inline-flex!important;
    width: 33%!important;
}


.page-template-search-properties .blank-space.blog-dtl-top form .es-search__buttons input, .page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__buttons input{
    height: 44px!important;
    padding: unset!important;
    font-size: 15px!important;
}



.page-template-search-properties .blank-space.blog-dtl-top form .es-search__field .select2 .select2-selection__arrow b, .page-template-search-properties .buy-busi-items form .select2 .select2-selection__arrow b{
    top: 10px!important;
    margin: auto!important;
    left: 0px;
}

.es-search__field .selection ul.select2-selection__rendered li input{
    background-image: unset!important;
}

.es-search__field .selection ul.select2-selection__rendered li input.select2-search__field{
    display: none!important;
}


.mainblog.buy-busi-items .container .es-wrap.ibex form .select2.select2-container{
    font-size: 15px!important;
    height: 44px;
    padding: 7px 40px 0px 15px !important;
    background-position: 248px 16px!important;
    width: 277px!important;
    border: 1px solid #9DAFB3!important;
    color: #757575!important;
    margin: 30px 0px 20px 0px;
}

.mainblog.buy-busi-items .container .es-wrap.ibex form .select2.select2-container .select2-selection__arrow{
    top: 7px!important;
}

.award-banner-section {
    margin: 15px 0px;
    margin-bottom: 50px;
}

.award-banner-section .slick-dots {
    bottom: -20px;
}

.award-banner-section .slick-prev,
.award-banner-section .slick-next {
    background: #050940;
    display: block !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    width: 42px;
    height: 55px;
    margin: 5px;
}


.award-banner-section .slick-prev:hover,
.award-banner-section .slick-next:hover {
    background: #9DAFB3;
}

.award-banner-section .slick-prev::before,
.award-banner-section .slick-next::before {
    display: block;
    font-size: 39px;
    font-weight: bold;
}

.award-banner-section .slick-prev::before {
    content: '<';
}
.award-banner-section .slick-next::before {
    content: '>';
}

.award-banner-section .slick-prev {
    left: 0px;
}
.award-banner-section .slick-next {
    right: 0px;
}

.award-slider-item .slick-slide {
    margin: 20px;
}

.award-slider-item .slick-slide,
.award-slider-item .slick-slide div,
.award-slider-item .slick-slide img {
    /* height: 285px; */
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}

/* dhruv css end 22/22*/
@media(max-width: 667px){
    .blank-space .afterbanner .busdesc h3{
        text-align: center;
        font-size: 21px!important;
    }

    .afterbanner .single-main-hd{
        display: block;
        padding-bottom: 20px!important;
    }


    .page-template-search-properties .afterbanner .container{
            padding: 0px!important;
    }

    .page-template-search-properties .afterbanner .container .col-12{
        padding: 0px!important;
    }

/*     .page-template-search-properties .blank-space.blog-dtl-top form .es-search__field{
        width: 100%!important;
    } */

}



@media(max-width: 845px){

    .blank-space .flisitng h3:before{
    width: 35%;
}


    .blank-space .flisitng h3:after{
    width: 35%;
}

}


@media(max-width: 1024px){

    .page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__field{
            width: 49%!important;
    }
    .page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__buttons{
        width: 50.1%!important;
    }

    .page-template-search-properties .blank-space.blog-dtl-top form .es-search__buttons{
        width: 50%!important;
    }

    .page-template-search-properties .blank-space.blog-dtl-top form .es-search__field{
        width: 49%!important;
    }
}



@media(max-width: 414px){

    .blank-space .flisitng h3:before{
    width: 23%;
}


    .blank-space .flisitng h3:after{
    width: 23%;
}

    .page-template-search-properties .blank-space.blog-dtl-top form .es-search__buttons{
        flex-direction: column;
    }

    .page-template-search-properties .blank-space.blog-dtl-top form .es-search__buttons .es-button__wrap{
        margin: 5px 0px;
    }

    .page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__field{
        width: 100%!important;
    }

    .page-template-buy-business .buy-busi-items .es-search__wrapper form .es-search__buttons{
        width: 100%!important;
    }

    .page-template-search-properties .blank-space.blog-dtl-top form .es-search__field{
        width: 100%!important;
    }

    .page-template-search-properties .blank-space.blog-dtl-top form .es-search__buttons{
        width: 100%!important;
    }

}



@media(max-width: 390px){

    .blank-space .flisitng h3:before{
    width: 19%;
}


    .blank-space .flisitng h3:after{
    width: 19%;
}

}

.page-template-search-properties .es-wrap.ibex form{display:none!important;}

/**/

.la-hero {
    padding: 110px 0;
    position: relative;
}

.la-hero::after {
    background: linear-gradient(90deg, rgba(19,32,51,1) 0%, rgba(19,32,51,0) 100%);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.la-hero__bg {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.la-hero .container {
    position: relative;
    z-index: 3;
}

.la-hero__box {
    max-width: 845px;
}

.la-hero__eyebrow {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 20px;
}

.la-hero__heading {
    color: #fff;
    font-size: 50px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.la-hero__text {
    margin-bottom: 24px;
    max-width: 720px;
}

.la-hero__text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.la-hero__text p:last-child {
    margin-bottom: 0;
}

.la-hero__button {
    display: flex;
    margin-top: 32px;
}

.la-hero__button a, .la-hero__button button {
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 16px 32px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .la-hero {
        padding: 60px 0;
    }
    .la-hero__heading {
        font-size: 40px;
        letter-spacing: 0;
    }
    .la-hero__text p {
        font-size: 16px;
    }
}

/**/

.la-hero__modal {
    padding: 0 !important;
}

.la-hero__modal.fancybox__content .f-button.is-close-btn {
    opacity: 1;
    right: 10px;
    top: 10px;
}

.la-hero__modal .ct-form {
    margin: 0;
}

.la-hero__modal .ct-form .gform_heading {
}

.la-hero__modal .ct-form .gform_heading .gform_title {
}

.la-hero__modal .ct-form form {
}

.la-hero__modal .ct-form .gform_body {
}

.la-hero__modal .ct-form .gform_footer {
}

.la-hero__modal .ct-form .gform_footer input[type="submit"] {
}

/**/

.la-ci {
    padding: 75px 0;
}

.la-ci__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.la-ci__image {
    flex: 0 0 50%;
}

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

.la-ci__content {
    display: flex;
    flex: 0 0 50%;
    padding-left: 140px;
}

.la-ci__box {
    max-width: 472px;
}

.la-ci__heading {
    color: #050940;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.la-ci__text {
}

.la-ci__text p {
    color: #050940;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.la-ci__text p:last-child {
    margin-bottom: 0;
}

.la-ci__text ul {
    margin-bottom: 20px;
    padding: 0;
}

.la-ci__text ul li {
    color: #050940;
    font-size: 18px;
    line-height: 1.5;
    padding-left: 20px;
}

.la-ci__text ul li::before {
    height: 4px;
    left: 5px;
    margin: 0;
    top: 0.6em;
    width: 4px;
}

.la-ci__button {
    display: flex;
    margin-top: 32px;
}

.la-ci__button a {
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 16px 32px;
    text-transform: uppercase;
}

@media (max-width: 1439px) {
    .la-ci__content {
        padding-left: 100px;
    }
    .la-ci__box {
        max-width: 475px;
    }
}

@media (max-width: 1279px) {
    .la-ci__content {
        padding-right: 50px;
    }
}

@media (max-width: 1024px) {
    .la-ci__row {
        display: block;
        margin: 0 auto;
        max-width: 600px;
        padding: 0 30px;
        width: 100%;
    }
    .la-ci__image {
        margin-bottom: 40px;
    }
    .la-ci__content {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .la-ci {
        padding: 60px 0;
    }
    .la-ci__row {
        padding: 0 20px;
    }
    .la-ci__heading {
        font-size: 30px;
        letter-spacing: 0;
    }
    .la-ci__box {
        max-width: 100%;
    }
    .la-ci__text ul li {
        font-size: 16px;
    }
    .la-ci__text p {
        font-size: 16px;
    }
}

/**/

.la-cta {
    padding: 125px 0;
    position: relative;
}

.la-cta::after {
    background-color: #132033;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.la-cta__bg {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.la-cta .container {
    position: relative;
    z-index: 3;
}

.la-cta__box {
    display: block;
    margin: 0 auto;
    max-width: 720px;
    width: 100%;
}

.la-cta__heading {
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}

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

.la-cta__text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.la-cta__text p:last-child {
    margin-bottom: 0;
}

.la-cta__buttons {
    display: flex;
    gap: 22px;
    justify-content: center;
    margin-top: 60px;
}

.la-cta__button {
}

.la-cta__button a {
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 16px 32px;
    text-transform: uppercase;
    width: 100%;
}

@media (max-width: 768px) {
    .la-cta {
        padding: 60px 0;
    }
    .la-cta__heading {
        font-size: 30px;
        letter-spacing: 0;
    }
    .la-cta__heading br {
        display: none;
    }
    .la-cta__text p {
        font-size: 16px;
    }
    .la-cta__buttons {
        margin-top: 40px;
    }
}

@media (max-width: 480px) {
    .la-cta__buttons {
        flex-direction: column;
        gap: 20px;
        margin: 40px auto 0;
        max-width: 300px;
        width: 100%;
    }
}

/**/

.nheader {
    background-color: #fff;
    left: 0;
    padding: 30px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.nheader__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.nheader__logo {
    display: block;
    max-width: 160px;
    position: relative;
    width: 100%;
}

.nheader__logo a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nheader__logo img {
    display: block;
}

/**/

.nfooter {
    background-color: #050940;
    padding: 35px 0;
}

.nfooter__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.nfooter__copy {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.nfooter__menu {
}

.nfooter__menu ul {
    display: flex;
    gap: 40px;
    padding: 0;
}

.nfooter__menu ul li {
    padding: 0;
}

.nfooter__menu ul li::before {
    display: none;
}

.nfooter__menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.25;
    text-decoration: none;
}

@media (max-width: 768px) {
    .nfooter__row {
        display: block;
    }
    .nfooter__copy {
        margin-bottom: 30px;
        text-align: center;
    }
    .nfooter__menu ul {
        flex-direction: column;
        gap: 10px;
    }
    .nfooter__menu ul li {
        display: flex;
        justify-content: center;
    }
    .nfooter__menu ul li a {
        font-size: 14px;
    }
}

/**/

.gbanner {
    padding: 40px 0;
}

.gbanner__box {
    align-items: center;
    background-color: #9dafb3;
    display: flex;
    margin: 0 auto;
    max-width: 728px;
    padding: 30px;
    width: 100%;
}

.gbanner__image {
    flex: 0 0 160px;
    padding-right: 25px;
}

.gbanner__image img {
    display: block;
}

.gbanner__content {
}

.gbanner__heading {
    color: #fff;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 0;
}

.gbanner__text {
}

.gbanner__text p {
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 20px;
}

.gbanner__text p:last-child {
    margin-bottom: 0;
}

.gbanner__button {
    flex: 1;
    padding-left: 25px;
}

.gbanner__button a {
    letter-spacing: 0;
    line-height: 1;
    min-height: 0;
    min-width: 0;
    padding: 10px 30px;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
}

.gbanner__button a:hover {
    background-color: #000;
}

@media (max-width: 768px) {
    .gbanner__box {
        display: block;
        padding: 20px;
    }
    .gbanner__image {
        display: none;
    }
    .gbanner__content {
        text-align: center;
    }
    .gbanner__heading {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .gbanner__text p {
        font-size: 18px;
    }
    .gbanner__button {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .page-template-page-landing .affils img{
        margin-top:25px;
    }
    .page-template-page-landing .news .reading-button{
        margin-top:10px;
    }
    .page-template-page-landing .faq .q {
        max-width: 250px;
        display: inline-block;
     vertical-align: middle;
      padding-left: 10px;
    }
    .floated-desktop{
        float:none !important;
    }
    .page-template-page-landing .Why-choose-section .left-content,.mobile-why-choose .Why-choose-inner{
        min-height:39em !important;
    }
    .mobile-why-choose h3{
        margin-bottom:0;
    }
    .page-template-page-landing .ibex-logo-client .slideshow.js-slideshow .flickity-viewport{
        height:95px !important;
    }
}
.page-template-page-landing    .gform_wrapper.gravity-theme .gfield textarea.large{
        height:100px !important;
    }
    .landing-contact-bottom .form-gform-wrapper{
        margin-bottom:-0.5em !important;
    }

.page-template-page-landing .la-faq {
    background: #F2F1F6;
    opacity: 1;
}
.page-template-page-landing .gform_heading{
    display:none;
}
.floated-desktop{
    float:right;
}
@media only screen and (min-width:1200px){
.headline{
    font-size:46px !important;
}
.specialmargin{
    margin-top:-3.5em;
}
}
/*Landing page customizations*/
.page-template-page-landing .la-hero__heading,.page-template-page-landing .la-cta__heading{
    text-transform:none;
}
.page-template-page-landing .la-cta__heading{
    text-transform: none;
    font-size: 30px;
    color: #060940;
}
.page-template-page-landing  .la-hero__box{
    max-width:500px;
}
.page-template-page-landing  .la-hero__button .btn-white{
    border-radius: 20px;
    background: #9CAFB3;
    color: #FFF;
}
.page-template-page-landing .la-cta{
    padding-top:75px;
}
.page-template-page-landing .la-cta::after{
        background: #F2F1F6;
            opacity:1;
}
.page-template-page-landing  .la-cta__box{
    max-width:100%;
    color: #060940;

}
.headline{
    font-size:55px;
    margin-bottom:0;
}
.headline-sub,
.headline{
    text-align:left;
  color: #060940 !important;
}
.headline .fa-circle{
    color:rgba(6, 9, 64, 0.1);
    font-size: 1.7em;
    display: inline;
    margin-right: -70px;
    vertical-align: middle;
}
.calign{
    align-items:center;
}
.page-template-page-landing .howibex:after{
    background:#FFF;
}
.page-template-page-landing .howibex .la-cta__text p{
    color:#060940;
            max-width: 800px;
    margin: 0 auto;
    padding-top:20px;

}
.howibex .la-cta__heading{
        max-width: 500px;
    margin: 0 auto;
}
.page-template-page-landing .Why-choose-section .left-content{
    margin-top:28em;
    text-align:right;
}
.emptygap{
    min-height:350px;
}
.page-template-page-landing .Why-choose-section .Why-choose-inner .tab-content{
    text-align:left;
}
.page-template-page-landing .la-cta__heading sub{
    display:block;
    line-height:2.5em;
    font-size:16px;
    text-transform:uppercase;
}
.ourservices .la-cta__heading, .faq .la-cta__heading{
    font-size:50px;
}
.buybusiness h4,.sellbusiness h4{
    color:#FFF;
    font-size:40px;
}
.buybusiness,.sellbusiness{
    text-align:left;
}
.buybusiness{
    background:#060940;
}
.sellbusiness{
    background:#9CAFB3;
}
.ourservices .icon-buy,.ourservices .icon-sell{
        position: absolute;
    right: 4em;
    top: 19em;
}
.icon-buy img, .icon-sell img{
    height:100px;
}
.landing-contact-section{
    background:#060940;
}
.landing-contact-section h3{
    color:#fff;
}
.landing-contact-section .name_first input{
        background: url(/wp-content/uploads/2023/10/icn-first-name.png) no-repeat 10px center #FFF;
    background-size: 10px;

}

.landing-contact-section .name_last input{
        background: url(/wp-content/uploads/2023/10/icn-last-name.png) no-repeat 10px center #FFF;
    background-size: 10px;

}
.landing-contact-section .ginput_container_phone input{
        background: url(/wp-content/uploads/2023/10/icn-phone.png) no-repeat 10px center #FFF;
    background-size: 10px;
}

.landing-contact-section .ginput_container_email input{
        background: url(/wp-content/uploads/2023/10/icn-email.png) no-repeat 10px center #FFF;
    background-size: 10px;
}
.landing-contact-section .company input{
        background: url(/wp-content/uploads/2023/10/icn-company.png) no-repeat 10px center #FFF;
    background-size: 10px;
}

.landing-contact-section .message textarea{
        background: url(/wp-content/uploads/2023/10/icn-message.png) no-repeat 10px 18px #FFF;
    background-size: 10px;
}
.landing-contact-section .form-gform-wrapper{
    background:#FFF;
}
.landing-contact-section .form-gform-wrapper input,.landing-contact-section .form-gform-wrapper textarea{
    border:1px solid #9CAFB3 !important;
    min-height:50px;
}
.landing-contact-section .form-gform-wrapper .gform_button {
background: #9CAFB3;
    border-radius: 20px !important;
    max-width: 300px !important;
}
.landing-contact-section .contact-form-right h3{
    font-size:50px;
    text-align:left;
    line-height:1em;
}
.landing-contact-section .contact-form-right p{
    text-align:left;
}
.landing-contact-section .contact-box{
    margin-bottom:-16em;
    box-shadow: 0px 2px 7px #000;
}
.page-template-page-landing .landing-contact::after{
    background:#060940;
}
.page-template-page-landing .affils{
    padding-top:125px;
}
.affils p{
    color:#060940;
}
.page-template-page-landing .affils:after, .page-template-page-landing .news:after{
    background:#ffffff;
}
.testimonial-slideshow .item-content-wrapper{
    background:transparent !important;
}
.testimonial-slideshow  .item-content{
    font-style:normal !important;
    text-align:left !important;
}
.tss-carousel .swiper-arrow{
    border-radius:100% !important;
}
.page-template-page-landing .reviews .cta-btn,
.page-template-page-landing .news .cta-btn
{
    background: #9CAFB3;
    border-radius: 20px !important;
    max-width: 300px !important;
    color:#FFF;
    padding:15px 20px;
    text-transform:uppercase;
}
.page-template-page-landing .news .blog-content{
    text-align:left;
    background:#FFF;
    color:#060940;
    padding-left:0;
}
.page-template-page-landing .news .blog-content p,.page-template-page-landing .news .blog-content a{
        color:#060940;

}
.page-template-page-landing .news .blog-content .long-arrow{
    font-weight:bold;
    text-transform:none;
}
.page-template-page-landing .news .social a{
    border-radius:100%
}
.page-template-page-landing .news .social .fb{
  border:1px solid #3B5998;
    color:#3B5998;
}
.page-template-page-landing .news .social .tw{
  border:1px solid #00ACEE;
    color:#00ACEE;
}
.page-template-page-landing .news .social .email{
  border:1px solid #041C2C;
    color:#041C2C;
}
.page-template-page-landing  .faq p{
    color:#060940;
}
.page-template-page-landing  .faq .fa-question-circle-o{
        background:#F2F1F6;
        border-radius:100%;
}
.page-template-page-landing  .faq .collapse_box .accordion  > .card .btn{
    font-size:22px;
    padding-top:20px;
    padding-bottom:20px;
}
p.bordered{
    border-top: 2px solid;
  padding-top: 20px !important;
}
.page-template-page-landing .landing-contact-bottom:after,.page-template-page-landing .landing-contact-bottom .la-cta__box,.page-template-page-landing .landing-contact-bottom .landing-contact-section{
    background:#FFF !important;
}
.landing-contact-bottom .landing-contact-section h3,.landing-contact-bottom .landing-contact-section p{
    color:#060940;
    text-align:left;
}
.landing-contact-bottom,.landing-contact-bottom .landing-contact-section{
    padding-top:0;
    padding-bottom:0;
}
.landing-contact-bottom input[type="text"],.landing-contact-bottom input[type="tel"],.landing-contact-bottom input[type="email"],.landing-contact-bottom textarea{
    padding-left:30px !important;
}
.landing-contact-bottom .form-gform-wrapper{
    margin-bottom:-3em;
    box-shadow: 0px 2px 7px #000;
}
    .mobile-why-choose{
        display:none;
    }

.breadcrumbs{
    list-style-type:none;
    border-top:1px solid #9dafb3;
    padding-top:15px;
    padding-left:7em;
}
.breadcrumbs li{
    display:inline-block;
    padding-left:10px;
}
.breadcrumbs li a{
    text-decoration:none;
    color:#9dafb3;
}
.breadcrumbs li::after {
    content: "»";
      color:#9dafb3;
      margin-left:10px;
}
.breadcrumbs li.last::after{
    content:"";
}
.breadcrumbs li.last{
    color:#060940;
    font-weight:bold;
}
.breadcrumbs li::before{
    background:none;
    width:0px;
}
@media only screen and (max-width:768px){
.page-template-page-landing .la-hero__heading {
    font-size:34px;
    text-align:center;
}
    .page-template-page-landing  .la-hero__bg{
display: block;
    object-fit: contain;
    bottom: 0;
    top: 34%;
    background: #000;
    }
    .page-template-page-landing .la-hero{
        background:#000;
    }
    .page-template-page-landing  .la-hero__text{
        text-align:center;
    }
    .page-template-page-landing .la-hero__button .btn-white{
        padding:16px;
    }
    .ourresults img{
            padding: 25px;
    border-radius: 100%;
    background: rgba(6, 9, 64, 0.1);
    }
     .ourresults .headline{
        font-size:30px;
    }
    .ourresults .la-cta__heading{
        font-size:20px;
    }
    .ourresults .la-cta__text p {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
  }
    .page-template-page-landing .la-cta__heading{
        font-size:29px;
    }
.ourservices .icon-buy, .ourservices .icon-sell {
    position: absolute;
    right: 3em;
    top: 11em;
}
    .buybusiness h4, .sellbusiness h4{
        font-size:28px;
    }
    .desktop-why-choose{
        display:none;
    }
    .mobile-why-choose{
        display:block;
    }
.page-template-page-landing .Why-choose-section .left-content:after {
    background: url(/wp-content/themes/ibex/assets/images/line-img.png) repeat-y center;
    content: "";
    display: block;
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
}
.page-template-page-landing .Why-choose-section .left-content {
    min-height: 37em;
    text-align: left;
      margin-top:0;
}
    .mobile-why-choose .Why-choose-outer{
        padding-right:0;
    }
    .ourservices .buybusiness{
        margin-bottom:2em;
    }
    .landing-contact-section .contact-form-right h3{
    font-size: 32px;
    text-align: center;
    }
    .landing-contact-section .contact-form-right p,
    .affils h3,
    .affils p,
    .landing-contact-bottom .landing-contact-section h3,
    .landing-contact-bottom .landing-contact-section p{
        text-align:center;
    }
    .page-template-page-landing .affils{
        padding-top:12em;
    }
    .news .col-12{
box-shadow: 0px 0px 5px #000;
    margin-bottom: 20px;
    }
    .page-template-page-landing .reviews .cta-btn{
    display:block;
  margin:0 auto;
    }
    .breadcrumbs{
        padding-left:0;
    }
}


/*End landing page customizations*/

.archive .mainblog .pagination{
	flex-direction:row;
	margin-bottom:10px;
	margin-left:10px;
}
.archive .mainblog .pagination .nav-links{
	display:flex;
	flex-direction:row;
	border:none;
}
.archive .mainblog .pagination .next,
.archive .mainblog .pagination .prev
{
	min-width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    border: 0;
    margin-left: 30px;
background-color: #050940;
    background-repeat: no-repeat;
    background-position: center;
    width:75px;
}
.archive .mainblog .pagination .current{
	color:#FFF !important;
}
.archive .mainblog .pagination:before{
    font-size: 18px;
    line-height: 30px;
    color: #9DAFB3;
    padding-right: 20px;
    margin: 0;
    content: 'Page:';
    display:inline-block;
}