/*
Theme Name: Optimuse Starter - the7
Author: Optimuse
Author URI: https://optimuse.co
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.02
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7

v 1.03
	Removed Core Header sizes from CSS moved into the theme settings itself to get proper responsive control

*/


/* INDEX                                */

/*

1.0 COLORS and Variables
2.0 Mobile headings



*/

/*  1.0 COLORS and Variables  */

html{
font-size: 18px; /* Sets the base font size to 16px */
}

:root {
	--active-bg: rgb(244, 245, 247);
	--light-grey: #f4f5f7;
  --orange: #dc633f;
	--white: #fff;
	--purple: #774492;
	--orange-hover: #BF4E22;
	--ctl-btn-default-bg: #DC633F;
	--ctl-btn-default-color: #fff;
	--white: #fff;
	--ctl-cta-link-color-primary: #DC633F;
	--ctl-cta-link-color-secondary: #804296;
	--btn-pad-y: 15px;
	--btn-pad-x: 35px;
	--ctl-btn-default-hover-bg: #BF4E22;
	--body: #86868b;
	--black: #1e1e1e;
    --mobile-breakpoint: 768px; /*mobile phone breakpoint */
}

body, p {
	line-height: 1.5;
}

body, p, div, section {
	font-weight: 500;
}

body:not(.elementor-editor-active) p,
body:not(.elementor-editor-active) h1,
body:not(.elementor-editor-active) h2,
body:not(.elementor-editor-active) h3,
body:not(.elementor-editor-active) h4,
body:not(.elementor-editor-active) h5,
body:not(.elementor-editor-active) h6,
body:not(.elementor-editor-active) div,
body:not(.elementor-editor-active) section,
body:not(.elementor-editor-active) span,
body:not(.elementor-editor-active) a {
	font-family: Inter, sans-serif !important;
}

#wpadminbar .ab-icon:before {
	font-family: dashicons !important;
}

/*
h1 {
    font-size: 3.5rem ;
    font-weight: 600 ;
    line-height: 1.28 ;
}

h2 {
   font-size: 2.5rem ;
   font-weight: 600 ;
   line-height: 1.2 ;  
}

*/

h3 {
    font-size: 1.5rem ;
    font-weight: 600 ;
    line-height: 1.33 ;
}
.h3-lg h3 {
	font-size: 2rem;
}

.fz-small {
    font-size: 0.875rem;
}

/*  END 1.0 COLORS and Variables */

/*  START  2.0 Mobile FONTS */

//** @media (max-width: var(--mobile-breakpoint)) { **//

/* @media screen and (max-width: 768px) {
  
  h1 { font-size: 3.0 rem ;}
  h2 { font-size: 1.5 rem ;}
  h3 { font-size: 1.25 rem ;}
  h4 { font-size: 1.25 rem ;}
  h5 { font-size: 1.25 rem ;}
}
*/

/*  END  2.0 Mobile FONTS */

/** HOMEPAGE: Fancy Text **/
body .elementor .elementor-element.text-h1 .eael-fancy-text-strings {
    font-size: 3.5rem;
	  line-height: 1;
}


.header-button a.ubermenu-target {
	padding: 0;
}

.header-button a .menu-text:hover {background-color: #BF4E22;}
.menu-text {font-weight: 500 !important;}


/** MAIN NAV **/
.masthead:not(.side-header).full-height .main-nav {
	align-items: center;
}


/** UBER MENU **/
.ubermenu.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	padding-left: 15px;
	padding-right: 15px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	right: 0;
}


/** Make Uber Menu Full Width **/
@media screen and (min-width: 960px) {
	.nav-header-full-width,
.nav-header-full-width .elementor-container,
.nav-header-full-width > .elementor-container > .col-header-nav-holder,
.nav-header-full-width > .elementor-container > .col-header-nav-holder > .elementor-widget-wrap,
.nav-header-full-width > .elementor-container > .col-header-nav-holder > .elementor-widget-wrap > .elementor-widget-ubermenu,
.nav-header-full-width > .elementor-container > .col-header-nav-holder > .elementor-widget-wrap > .elementor-widget-ubermenu .ubermenu-main {
    position: static;
}
}

/* Set Submenu To be Flex **/
.nav-header-full-width > .elementor-container > .col-header-nav-holder > .elementor-widget-wrap > .elementor-widget-ubermenu .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu {
    display: flex;
    background: linear-gradient(to right, var(--active-bg) 50%, #fff 50%);
}

/** Sub Menu Tabs **/
.nav-header-full-width > .elementor-container > .col-header-nav-holder > .elementor-widget-wrap > .elementor-widget-ubermenu .ubermenu-main .ubermenu-item-level-0 > .ubermenu-submenu > .ubermenu-tabs {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

/** Menu Container **/
.ubermenu.ubermenu-main {
	display: flex !important;
	justify-content: flex-end;
}

/** Header Button **/
@media screen and (min-width: 960px) {
	.header-button.ubermenu-item {
    margin-left: 25px;
}
}

@media screen and (max-width: 959px) {
	.ubermenu.ubermenu-main {
		position: absolute;
		background: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		justify-content: center;
	}
	.ubermenu.ubermenu-main > ul {
		flex-basis: 98%;
	}
	
	.ubermenu.ubermenu-main .header-button {
		padding-left: 20px;
	}
}

/** Level-0 Menu item Link **/
.ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target,
.ubermenu-skin-white .ubermenu-item-level-0:active > .ubermenu-target {
	background-color: transparent;
}

.ubermenu-skin-white .ubermenu-item-level-0:hover > .ubermenu-target, .ubermenu-skin-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target {
	background: transparent;
}


/** Ubermenu **/
.ubermenu .ubermenu-target-text {
	font-weight: 500;
}
/** Menu li **/
.ubermenu-tab-content-panel > li:not(.full-width):hover {
	background-color: var(--active-bg);
}

/** Tab Group **/
.ubermenu-skin-white .ubermenu-tabs-group {
	background-color: var(--active-bg);
}

/** Tab Content **/
.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel {
    display: flex !important;
    padding-left: 30px;
    padding-right: 30px;
	  flex-wrap: wrap;
		padding-top: 10px;
}

.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel.ubermenu-submenu-id-291 {
	align-items: flex-start;
}

/** Panel Link Items **/
.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel > li:not(.full-width) {
	flex-basis: 33.33333%;
	max-width: 33.3333%;
	flex-grow: 1;
}

.ubermenu .ubermenu-tab.ubermenu-active.two-column-content > .ubermenu-tab-content-panel > li:not(.full-width) {
	flex-basis: 50%;
	max-width: 50%;
}

/** Tab content "Custom Content" **/
.ubermenu .ubermenu-tab .ubermenu-tab-content-panel .ubermenu-custom-content {
    padding-left: 20px;
    padding-right: 20px;
	  font-size: .875rem;
	  color: var(--body);
	  line-height: 1.5rem;
}

/** Panel content menu text **/
.ubermenu-tab-content-panel span.ubermenu-target-title.ubermenu-target-text {
    font-size: 16px;
    font-weight: 600;
	  line-height: 1.5rem;
}


/** Sub menu item **/
.ubermenu-submenu .ubermenu-item-header > .ubermenu-target {
    display: flex;
    gap: 10px;
	  padding-top: 12px;
	  padding-bottom: 0;
		align-items: flex-start;
}

/** Bottom Item (Full Width) **/
.ubermenu .ubermenu-tab.ubermenu-active > .ubermenu-tab-content-panel > li.full-width {
    flex-basis: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/** Menu Btton (Get Started) **/
.header-button a.ubermenu-target {
	padding: 0;
}

/** Mega Menu Content Container **/
@media screen and (min-width: 961px) {
		.ubermenu-item-level-0 .ubermenu-submenu-type-mega.ubermenu-submenu-drop {
			margin-top: 31px !important;
			border-left: 0;
			border-right: 0;
	}
	
}

/** Ubermenu Toggle Button **/
button.ubermenu-responsive-toggle-align-full {
	width: auto;
	margin-left: auto;
}


/** Submenu container border **/
.ubermenu-item.ubermenu-tabs {
  background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #804296, #dc6335) border-box;
  border-top: 5px solid transparent;
    min-height: 300px;
}

/** Full width item **/
.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header.full-width > .ubermenu-target {
    background-color: var(--light-grey);
    border-radius: .5rem;
    margin-top: 2rem;
    padding: 1rem;
	  display: flex;
	  align-items: center;
}

/** Full Width Item color **/
.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header.full-width > .ubermenu-target {
  color: var(--orange);
}

/** Full Width Item Icon Settings **/
.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header.full-width > .ubermenu-target::after {
  content: '\f0352';
  font-family: 'icomoon-the7-font';
  transition: margin 0.2s ease-in-out;
	font-size: 1rem;
	line-height: 1.5rem;
}

/** Full Width Item Icon Hover **/
.ubermenu-skin-white .ubermenu-submenu .ubermenu-item-header.full-width > .ubermenu-target:hover::after {
  margin-left: 5px;
}

.icons-right.elementor-element .elementor-widget-container .elementor-icon-list-items {
	justify-content: flex-end;
}

/** TOPBAR **/
.topbar-nav {
	z-index: 99999;
}
.topbar-nav .ubermenu-submenu {
    min-width: 12rem;
    border-radius: 0.5rem;
}

.topbar-nav a:hover {
	opacity: 0.85;
}

/** Topbar Level-0 Menu Items */
.topbar-nav .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (min-width: 311px) and (max-width: 400px) {
    .icons-right.elementor-element .elementor-widget-container .elementor-icon-list-items {
        justify-content: flex-start;
			row-gap: 10px;
    }

    .icons-right.elementor-element .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item {
        flex-basis: 50%;
        max-width: 50%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 310px) {
    .icons-right.elementor-element .elementor-widget-container .elementor-icon-list-items {
        flex-direction: column;
    }

    .icons-right.elementor-element .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item {
        flex-basis: 100%;
        max-width: 100%;
        justify-content: flex-start;
    }

    .icons-right.elementor-element .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item a {
        justify-content: flex-start;
    }

}


@media screen and (max-width: 960px) {
	.mob-pos-absolute {
		position: absolute;
	}
	
	.mob-full-width.important {
		width: 100% !important;
	}
	
	.mob-items-center > .elementor-container {
    align-items: center;
}
}

/** Hamburger Menu Toggle **/
.ubermenu-skin-white.ubermenu-responsive-toggle {
    border: none;
    font-size: 20px;
    padding: 5px;
}

/** GRAVITY FORM SUBMIT BUTTON **/
body .gform_wrapper .gform_footer input[type="submit"] {
    width: auto !important;
    background: var(--orange);
    color: var(--white) !important;
    text-align: center;
    border-radius: 100rem !important;
    align-self: flex-start;
    padding: .75rem 2rem !important;
    font-weight: 500 !important;
    transition: background-color .25s;
}

#gform_next_button_4_62 {
	background: #F26522 !important;
	color: #fff;
	border-radius: 100px;
	padding: 15px 40px;
}

body .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: var(--orange-hover) !important;
}


/** MENU ICON **/
.ubermenu .ubermenu-item-layout-image_above>.ubermenu-image {
    width: 20px;
    height: 20px;
}

/** EAEL TABS **/
/** Same Height For title **/
.same-height-title.elementor-widget.elementor-widget-eael-adv-tabs .eael-tabs-nav > ul {
    align-items: normal;
}


.eael-tabs-content .elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: flex-start !important;
    align-content: flex-start !important;
}

/** Tab Image **/
body .eael-tabs-content .elementor-section .elementor-column.image-column-full-size > .elementor-widget-wrap {
    align-items: stretch !important;
    align-content: stretch !important;
}

body .elementor-widget-eael-adv-tabs .eael-tabs-content .elementor-section .elementor-column.image-column-full-size > .elementor-widget-wrap > .elementor-widget-image {
    display: flex;
}


/** CUSTOM BUTTONS **/
body .ctl-btn-default a,
body .ctl-btn-default .gform_footer input[type="submit"] {
	background: #F26522;
	background: var(--ctl-btn-default-bg) !important;
	color: var(--ctl-btn-default-color) !important;
	padding: var(--btn-pad-y) var(--btn-pad-x) !important;
	border-radius: 100px !important;
	transition: .5s;
	
	font-family: var(--the7-base-font-family);
	
	font-size: 1rem;
	font-weight: 500;
}

body .ctl-btn-default a:hover,
body .ctl-btn-default .gform_footer input[type="submit"]:hover {
	background: var(--ctl-btn-default-hover-bg) !important;
}




.ubermenu-main .ubermenu-nav .ubermenu-item.ubermenu-item-level-0.ctl-btn-default > .ubermenu-target {
	font-weight: 500;
}



/** CTL WHITE BUTTON **/
body .ctl-btn-white a,
body .ctl-btn-white .gform_footer input[type="submit"] {
	background: var(--white) !important;
	
	color: var(--ctl-btn-default-bg) !important;
	padding: var(--btn-pad-y) var(--btn-pad-x) !important;
	border-radius: 100px !important;
	transition: .5s;
	
	font-family: var(--the7-base-font-family);
	font-size: 1rem;
	font-weight: 500;
}

body .ctl-btn-white a:hover,
body .ctl-btn-white .gform_footer input[type="submit"]:hover {
	background: var(--ctl-btn-default-bg) !important;
	color: var(--white) !important;
}





/** CTA LINKS (See based) **/
body .ctl-cta-link-default a {
	color: #DC6336;
	color: var(--ctl-cta-link-color-primary) !important;
	transition: all .3s;
}

body .ctl-cta-link-default a:hover {
	color: #804296;
	color: var(--ctl-cta-link-color-secondary) !important;
}


body .ctl-cta-link-default a .elementor-button-icon {
	transition: all .3s;
}
body .ctl-cta-link-default a:hover .elementor-button-icon {
	margin-left: 10px !important;
}


/** NEW HOVERBOX SECTION **/
.hover-image-container {
	padding: 0 30px;
}

@media screen and (max-width: 991px) {
	.hover-image-container {
		min-height: 500px;
	}
	.hover-image-container.tab-order-1 {
		order: -1;
		margin-bottom: 1.5rem;
	}
}
.hover-image-container > .elementor-widget-wrap {
    background-image: url("https://ctl-global-solutions.local/wp-content/uploads/2023/12/Warehouse-Shipping.webp");
    border-radius: 15px;
    transition: all 0.5s;
	background-size: cover;
	background-position: center center;
}

.hover-box.hovered > .elementor-element-populated {
	background-color: #F4F5F7;
}

/* Hoverbox title **/
.h3-md h3 {
	font-size: 1.125rem !important;
}

/** Solutions Big Card - HOME PAGE **/
.solutions_big-card > .elementor-element-populated {
    background-image: url("https://ctl-global-solutions.local/wp-content/uploads/2024/01/Solutions-Arrows.svg"),linear-gradient(45deg,var(--purple),#be8cd9) !important;
    background-position: 100% 250%,0 0;
    background-repeat: no-repeat,repeat;
    background-size: 18rem,auto;
}

@media screen and (max-width: 991px) {
	.solutions_big-card > .elementor-element-populated {
		background-image:linear-gradient(45deg,var(--purple),#be8cd9) !important;
		background-size: cover;
	}
}

/** HEADER PATTERN **/
/** Pattern One **/
.section_header_pattern_one::before, 
.section_header_pattern_one::after {
    content: '';
    width: 190px;
    background-repeat: no-repeat;
    position: absolute;
}

.section_header_pattern_one::before {
    background: url("https://ctl-global-solutions.local/wp-content/uploads/2024/01/6510b85de169918e59a0876b_Arrow-8.svg");
    background-size: 100% 100%;
    top: -55%;
    height: 24rem;
    left: 0;
}

.section_header_pattern_one::after {
    background: url("https://ctl-global-solutions.local/wp-content/uploads/2024/01/6510b85d13fa682d4ed11608_Arrow-7.svg");
    bottom: -20%;
    height: 24rem;
    right: -5%;
    background-size: cover;
}

/** ABOUT PAGE **/
.page-id-33 .section_header_pattern_one::before {
	top: -50%;
}


@media screen and (min-width: 481px) and (max-width: 767px) {
	.column-success-steps > .elementor-widget-wrap > .elementor-section > .elementor-container {
    flex-wrap: nowrap;
    column-gap: 2.5rem;
}

.column-success-steps > .elementor-widget-wrap > .elementor-section > .elementor-container > .elementor-column:first-of-type {
    width: auto;
}
}

@media screen and (max-width: 767px) {
	.d-sm-h1-md h1 {
		font-size: 2.5rem !important;
	}
}

/** Pattern Two **/
.section_header_pattern_two::before, 
.section_header_pattern_two::after {
    height: 11rem;
    content: '';
    width: 190px;
    background-repeat: no-repeat;
    position: absolute;
}

.section_header_pattern_two::before {
    background: url("https://ctl-global-solutions.local/wp-content/uploads/2024/01/Arrow-6.svg");
    background-size: 100% 100%;
    top: auto;
    bottom: -10%;
    left: -5%;
    right: auto;
}

.section_header_pattern_two::after {
    background: url("https://ctl-global-solutions.local/wp-content/uploads/2024/01/Arrow-5.svg");
    background-size: cover;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -9%;
}

.section_header_pattern_one > .elementor-container,
.section_header_pattern_two > .elementor-container {
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.section_header_pattern_one::before, 
.section_header_pattern_one::after,
	.section_header_pattern_two::before, 
.section_header_pattern_two::after
	{
		display: none;
	}
}


/** List Items **/
.has-gradient-check-mark .elementor-icon-list-icon svg {
	background-image: url("https://ctl-global-solutions.local/wp-content/uploads/2024/01/list-check.svg");
	background-repeat: no-repeat;
}

.special-list ul.elementor-icon-list-items {
	display: grid;
	grid-row-gap: 1.5rem;
}

/** FONT **/
.the7-box-wrapper h2.box-heading {
	font: var(--the7-h2-font);
}

/** Image Box **/
.text-center .the7-image-box-wrapper .box-content {
    align-items: center !important;
}

.text-center .the7-image-box-wrapper .box-content .box-heading {
    text-align: center;
}

/** CUSTOM LOGO ANIMATION **/
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 7.5rem));
    }
}

.custom-image-carousel .swiper .elementor-image-carousel {
    animation: scroll 30s linear infinite;
	width: auto !important;
	column-gap: 7.5rem;
}

.custom-image-carousel .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
	max-height: 100px;
}


.custom-image-carousel .swiper .elementor-image-carousel .swiper-slide {
    margin-right: 0 !important;
    width: auto !important;
}


/** CUSTOM EAEL TAB **/
.custom-tab-content .eael-tabs-content {
    border-radius: 16px 16px 16px 16px;
    background: #f4f5f7;
    border: 1px solid #e6e6e6;
    margin-top: 40px;
}

.custom-tab-content .eael-tabs-content .eael-tab-content-item.active {
	padding: 0;
}

/** Set Image Height Within Tab Content **/
.image-full-cover .elementor-widget.elementor-widget-image {
    height: 100%;
    display: flex;
    align-items: stretch;
}

.image-full-cover .elementor-widget.elementor-widget-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/** Image Style **/
.image-style img {
    width: 100%;
    min-height: 25rem;
    object-fit: cover;
    border-radius: .5rem !important;
    box-shadow: 0 4px 2rem rgba(119,68,146,.1);
}

/** Upload Button **/
div.gfield--type-fileupload .ginput_container .gform_button_select_files {
    border: 1px solid var(--body);
    color: var(--black);
    border-radius: .25rem;
    padding: 1rem 1.5rem;
    background: #fafafa;
}

/** Upload Button Icon **/
div.gfield--type-fileupload .ginput_container .gform_button_select_files::before {
    content: "\f382";
    width: 24px;
    height: 24px;
    font-weight: 900;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
}


/** HOMEPAGE BANNER LOTTIES **/
/** Left Top **/
.lottie-arrow-one {
    position: absolute;
    width: 30rem !important;
    top: 10rem;
    bottom: 5%;
    left: -5%;
    right: 5%;
}

/** Right Top **/
.lottie-arrow-two {
    width: 30rem !important;
    position: absolute;
	  top: 0;
    bottom: auto;
    left: auto;
    right: 5%;
}

/** Right Bottom **/
.lottie-arrow-three {
	width: 30rem !important;
	bottom: -3%;
	position: absolute;
	left: auto;
	right: 7.5%;
	margin-bottom: 0!important;
}

/** Left Bottom **/
.lottie-arrow-four {
	  position: absolute;
    width: 30rem !important;
    bottom: -2rem;
	  left: 7.5%;
    right: auto;
		margin-bottom: 0!important;
}

/** HOMEPAGE Counter **/
body .elementor-counter .elementor-counter-number-prefix {
    display: none;
}

body .elementor-counter .elementor-counter-title {
	text-align: left;
}


@media screen and (max-width: 991px) {
	.tab-order-0 {
		order: -1;
	}
}
@media screen and (max-width: 480px) {
	/** INDUSTRIES PAGE **/
    body .elementor .elementor-element.industries-grid .dt-css-grid {
        grid-template-columns: 1fr;
    }
}

/** FOOTER **/
@media screen and (max-width: 767px) {
	/** FOOTER LINKS **/
.elementor-section.section-footer-links p,
.elementor-section.section-footer-links h4,
.elementor-section.section-footer-links .elementor-widget-image,
.elementor-section.section-footer-links .elementor-social-icons-wrapper {
    text-align: left;
}
	
}

@media screen and (min-width: 601px) and (max-width: 767px) {
	.section-footer-links > .elementor-container {
		display: grid;
		grid-row-gap: 3rem;
		grid-template-columns: 1fr 1fr;
	}
}