.header-top {
    position: relative;
    display: block;
    padding: 10px 0;
    background: #030e27;
}
.header-top .outer-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-left{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
}
.welcome-text{
    position: relative;
    display: block;    
}
.welcome-text h6{
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}
.welcome-text h6 span:before{
    position: relative;
    top: 4px;
    display: inline-block;
    padding-right: 10px;
    font-size: 20px;
}
.welcome-text h6 b {
    font-weight: 500;
}

.header-top-middle{
    position: relative;   
}
.header-social-links{
    position: relative;
    display: block;
}
.header-social-links .social-links-style1 {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.header-social-links .social-links-style1 li{
    float: none;
    margin: 0;
    margin: 0 18px;
}
.header-social-links .social-links-style1 li a {
    color: #ffffff;
    font-size: 18px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.header-social-links .social-links-style1 li a span.fb:before {
    position: relative;
    left: 8px;
    top: -1px;
}

.header-top-right{
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;   
}
.header-menu {
    position: relative;
    display: block;
    float: right;
}
.header-menu ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-menu ul li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 11px;
    margin-right: 10px;
    color: #fff!important;
}
.header-menu ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.header-menu ul li:before {
    position: absolute;
    top: 9px;
    right: 0;
    bottom: 7px;
    width: 1px;
    background: rgba(255, 255, 255, 0.10);
    content: "";
}
.header-menu ul li:last-child:before{
    display: none;
}
.header-menu ul li a{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}



.header-upper {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 28px 0;
}
.header-upper .outer-box {
    position: relative;
    display: block;
}
.header-upper .outer-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header-upper-left {
    position: relative;
    display: block;
}
.header-upper-left .logo {
    position: relative;
    display: block;
    padding: 2px 0;
}
.header-upper-left .logo a{
    position: relative;
    display: inline-block; 
}
.header-upper-left .logo a img{
    width: auto;
}

.header-upper-right{
    position: relative;
    display: block;
}
.header-contact-info{
    position: relative;
    display: block;    
}
.header-contact-info ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.header-contact-info ul li{
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 75px;
}
.header-contact-info ul li:last-child{
    margin-right: 0;
}
.header-contact-info ul li .icon{
    width: 50px;
}
.header-contact-info ul li .icon span:before{
    position: relative;
    top: 3px;
    font-size: 30px;
    line-height: 30px;
}
.header-contact-info ul li .icon,
.header-contact-info ul li .title{
    display: table-cell;
    vertical-align: middle;
}
.header-contact-info ul li .title span{
    font-size: 14px;
    font-weight: 400;
}
.header-contact-info ul li .title h6{
    color: #2c2d3e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 1px 0 0;
}
.header-contact-info ul li .title h6 a{
    color: #2c2d3e;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.header-contact-info ul li .icon, 
.header-contact-info ul li .title {
    color: #ff4328;
}

.header-lawer {
    position: relative;
    display: block;
    background: transparent;
}
.header-lawer .outer-box {
    position: relative;
    display: block;
    background: #030e27;
}
.header-lawer-left{
    position: relative;
    display: block;    
}

@media only screen and (min-width:1025px){
	.header.header-lower-style-two {
		position: relative;
		background: transparent;
	}
	
	.header.header-lower-style-two .header-navigation.stricky-fixed {
		box-shadow: none;
	}

	.header.header-lower-style-two .thm-container {
		max-width: 1200px;
		padding: 0 15px;
	}

	.header.header-lower-style-two .outer-box {
		background: #030e27;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		transform: translateY(50%);
		margin-top: -30px;
	}

	.header.header-lower-style-two .header-navigation.stricky-fixed {
		background: transparent;
	}

	.header.header-lower-style-two .header-navigation.stricky-fixed .outer-box {
		transform: translateY(0);
		margin-top: 0;
	}

	.header.header-lower-style-two .header-navigation ul.navigation-box > li:before {
		display: none;
	}

	.header.header-lower-style-two .header-navigation ul.navigation-box > li {
		padding: 24px 0;
		margin-left: 30px;
	}

	.header.header-lower-style-two .header-navigation ul.navigation-box > li > a {
		color: #fff;
	}

	.header.header-lower-style-two .nav-right-side .thm-btn {
		border-radius: 0;
		padding: 24px 55px;
	}

	.header.header-lower-style-two .navbar-default .navbar-nav>.active>a, 
	.header.header-lower-style-two .navbar-default .navbar-nav>.active>a:focus, 
	.header.header-lower-style-two .navbar-default .navbar-nav>.active>a:hover {
		color: #ff4328;
		background: transparent;
	}
}

@media only screen and (max-width:1200px) {
	.header.header-lower-style-two .nav-right-side .thm-btn {
		display: none;
	}
	.header-lower-style-two .header-navigation ul.navigation-box {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.header.header-lower-style-two {
		background: #030e27;
	}

	.header.header-lower-style-two .navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.header.header-lower-style-two .navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.header-navigation.stricky-fixed {
		position: relative;
		animation: none;
		background: transparent;
		box-shadow: none;
	}
	.admin-bar .header-navigation.stricky-fixed {
		top: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.header-upper-left {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 600px) {
	.header-top .outer-box {
		justify-content: center;
		text-align: center;
	}

	.header-menu {
		float: none;
	}

	.header-menu ul li {
		float: none;
	}
}



@media only screen and (max-width:1600px) {
	.elementor-10 .elementor-element.elementor-element-aa19d6f > .elementor-widget-container {
		padding-right: 20px !important;
		padding-bottom: 100px !important;
	}
	.cta-style-two-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
}
@media only screen and (max-width:1200px) {
	.cta-style-two .image-block .content-block {
		top: 20px;
	}
	.header-contact-info ul {
		display: inline-block;
		padding: 0;
		text-align: left;
		overflow: visible;
		width: auto;
	}
	
	.header-contact-info {
		text-align: center;
	}
	
	.header-upper-right {
		width: 100%;
	}
	
	.header-contact-info ul li {
		margin-right: 35px;
		float: none;
	}
	
	.header-social-links .social-links-style1 {
		display: none;
	}
	
	.header-top .outer-box {
		justify-content: center;
		text-align: center;
	}
	
	.header-menu {
		float: none;
		text-align: center;
	}
	
	.header-menu ul li {
		float: none;
	}
	.slider-home-one .content h2 {
		font-size: 70px;
		line-height: 80px;
	}
	.call-to-action-one .inner-wrapper {
		background: #ff4328 !important;
	}
	.elementor-10 .elementor-element.elementor-element-9ca6c56:not(.elementor-motion-effects-element-type-background), 
	.elementor-10 .elementor-element.elementor-element-9ca6c56 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: transparent !important;
	}
}

@media only screen and (max-width:1024px) {
	.faq-content {
		padding-left:0;
		padding-bottom: 100px;
	}
	.sersice_col.single-what-we-do-one {
		width:100%;
	}
	.elementor-10 .elementor-element.elementor-element-83d9d72 > .elementor-widget-container {
		padding: 0 !important;
	}
	.kuk.welcome-section.sec-pad .img-box .welcome-img-box-two {
		position: relative;
		bottom: 0;
		right: 0;
	}
	.welcome-section {
		padding-bottom: 0;
	}
	.welcome-section .welcome-content {
		padding-bottom: 120px;
	}
	.elementor-10 .elementor-element.elementor-element-2da8af0 > .elementor-widget-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}	
	.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}	
	.about2.service-content {
		padding: 120px 15px;
	}
	.elementor-10 .elementor-element.elementor-element-330dd04 > .elementor-widget-container,
	.elementor-10 .elementor-element.elementor-element-17a99b5 {
		padding: 0 !important;
	}

	.elementor-element.elementor-element-0372996.elementor-widget.elementor-widget-image .elementor-image {
		text-align: left !important;
	}

	.elementor-10 .elementor-element.elementor-element-0372996 > .elementor-widget-container {
		margin: 0 15px !important;
	}
	.elementor-10 .elementor-element.elementor-element-aa19d6f > .elementor-widget-container {
		padding-right: 20px !important;
		padding-bottom: 100px !important;
	}
	
	.service-right-content .divider {
		display: none;
	}
	.elementor-widget-image .elementor-image img {
		width: 100% !important;
	}
	
	.banner-style-two .single-banner-carousel h2 {
		font-size: 60px;
		line-height: 70px;
	}

	.elementor-9 .elementor-element.elementor-element-e343e11 {
		display: none !important;
	}
	
	.welcome-section .welcome-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.elementor-element.elementor-element-2357875.elementor-widget.elementor-widget-image {
		display: none !important;
	}
	
	.elementor-9 .elementor-element.elementor-element-580810b4 .welcome-section {
		padding-top: 70px !important;
	}
	
	.welcome-section .welcome-content {
		margin-top: 0;
	}
	.service-right-content {
		padding-bottom:0;
	}
}


@media only screen and (max-width:991px) {
	.header-contact-info ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}


@media only screen and (max-width:767px) {
	
	.video-box .content {
		right: 0;
		width: 100%;
	}

	.video-box .content a.video-btn {
		position: relative;
		display: inline-block;
		top: 0;
		right: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		margin-top: 50px;
	}

	.design-guideline .guide-content ul.list-box {
		margin-bottom: 30px;
	}
	
	.elementor-10 .elementor-element.elementor-element-2d18c4b {padding-top: 70px !important;}

	.about2.service-content .btn-box a.thm-btn {
		margin-bottom: 20px;
	}

	.testi-carousel-wrapper .thm-container .single-testimonials .text-box {
		padding-bottom: 100px;
	}

	.testi-carousel-wrapper .thm-container .single-testimonials .text-box h3 {
		font-size: 20px;
		line-height: 30px;
		font-weight: 500;
	}
	.service-tab-box .tab-title li {
		width: 49%;
		margin-bottom: 5px;
	}
	.contact-form-content {
		padding: 30px;
	}
	.elementor-10 .elementor-element.elementor-element-4a1742a:not(.elementor-motion-effects-element-type-background), 
	.elementor-10 .elementor-element.elementor-element-4a1742a > .elementor-motion-effects-container > .elementor-motion-effects-layer {
		background: transparent !important;
	}
}

.cta-style-two .image-block img {
	width:100%;
}

.header-navigation ul.navigation-box > li > ul.submenu {
    border: 1px solid #d4d4d436;
}