/***
Theme Name: Digital Solutions Builder theme
Theme URI:Digital Solution Pvt
Author: Ktech Solutions
Author URI: http://ktechsol.com*
Description: Custom theme
Version: 1.0
Text Domain: kts_theme
**/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "Fira Sans", Sans-serif;
}

/*-------THEME-Container tempeorary css-------------------------------------------------------------------*/
.container {
    padding: 0 15px !important;
}

/*-------THEME-Container----------*/
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

/*-------THEME-BASICS----------*/

.row {
    margin-right: 0;
    margin-left: 0;
}

/*--------------------------------------All font Sizes-------------------------------------*/

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-33 {
    font-size: 33px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-52 {
    font-size: 52px;
}

.font-size-59 {
    font-size: 59px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-70 {
    font-size: 70px;
}

.font-size-100 {
    font-size: 100px;
}

/*--------------------------------------All font Families-------------------------------------*/
@font-face {
    font-family: 'Adobe Garamon';
    src: url('fonts/grampod.woff') format('woff');
}

.font-Montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

.font-Oswald {
    font-family: 'Oswald', sans-serif;
}

.font-Adobe-Garamon {
    font-family: 'Adobe Garamon', sans-serif !important;
}

/*--------------------------------------All font weights-------------------------------------*/
.font-medium {
    font-weight: 500;
}

.font-Sbold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-Ebold {
    font-weight: 800;
}

.font-Blk-bold {
    font-weight: 900;
}

.line-height0 {
    line-height: 0;
}

/*--------------------------------------All Colors-------------------------------------*/

/*-----------------Font Colours-----------------*/
.font-theme-dark {
    color: #000000;
}

/*-----------------Background Colours-----------------*/
.theme-black-bg {
    background-color: #000000;
}

/*--------------------------------------All THEME-Buttons and bars contents-------------------------------------*/
.theme-blue-button {
    padding: 25px 2px;
    background-color: #799DCF;
    color: #fff;
    border-radius: 33px;
    font-size: 16px;
    width: auto;
    cursor: pointer;
    display: block;
    line-height: 0;
    font-family: 'Quicksand', sans-serif;
    border: 1px solid #fff;
    transition-duration: 700ms;
}

.cursor-pointer {
    cursor: pointer;
}

.hr-div {
    max-width: 233px;
    padding-top: 1px;
}

.star-ratiings .checked {
    color: #fff;
}

.top-social .button-apply {
    padding: 10px 26px;
    border: 2px solid #fff;
    width: 100%;
    max-width: 178px;
    border-radius: 10px;
    transform: scale(0.9);
    transition-duration: 600ms;
}

/*--------------------------------------Theme Resetting -------------------------------------*/
body .container {
    padding: 0;
}

.alignself {
    align-self: center;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.m-0 {
    margin: 0;
}

.item:focus, .item:hover {
    outline: none !important;
}

.gform_body ul li.gfield.gfield_error input, .gform_body ul li.gfield.gfield_error textarea {
    border: 1px solid #ff0000 !important;
}

.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c !important;
}

.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit !important;
}

.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px !important;
    border: 0px !important;
    padding-bottom: 0 !important;
}

ul#menu {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3f4551;
    border-radius: 10px;
}

a, a:hover {
    text-decoration: none !important;
}

p {
    margin-top: 0;
    margin-bottom: .9rem;
}

img {
    height: auto;
    max-width: 100%
}

a:focus, input:focus, button:focus, select:focus, textarea:focus {
    outline: 0 !important
}

input[type="checkbox"], input[type="radio"] {
    width: auto !Important
}

.searchform {
    position: relative
}

.searchform input {
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 14px 20px;
    width: 100%;
}

.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 24px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.not-found {
    margin: 100px 0;
}

.not-found p {
    margin-bottom: 30px;
}

.nav-bar {
    float: right;
    width: auto;
}

.main-navigation {
    clear: both;
    position: relative;
}

ul.nav-menu, div.nav-menu > ul {
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    margin: 0px 51px 0 0;
    position: relative;
}

.nav-menu li a {
    color: #000000;
    display: block;
    line-height: 1;
    padding: 44px 0 44px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Quicksand', sans-serif;
}

.nav-menu li:hover > a, .nav-menu li a:hover, .nav-menu li:focus > a, .nav-menu li a:focus {
    background-color: transparent;
    color: #2F91B3;
}

.nav-menu .sub-menu, .nav-menu .children {
    background-color: #e35a28;
    border: 0px;
    border-top: 0;
    padding: 0;
    position: absolute;
    left: -2px;
    z-index: 99999;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul, .nav-menu .children ul {
    border-left: 0;
    left: 100%;
    top: 0;
}

ul.nav-menu ul a, .nav-menu ul ul a {
    color: #ffffff;
    margin: 0;
    width: 200px;
}

ul.nav-menu ul a:hover, .nav-menu ul ul a:hover, ul.nav-menu ul a:focus, .nav-menu ul ul a:focus {
    background-color: #db572f;
}

ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul, ul.nav-menu .focus > ul, .nav-menu .focus > ul {
    clip: inherit;
    overflow: inherit;
    height: inherit;
    width: inherit;
}

.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
    color: #2F91B3;
}

.closebtn, .openmenu, .menuToggle, .mobilesubmenu {
    display: none;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*--------------------------------------Slick Slider CSS contents-------------------------------------*/
.slick-list.draggable {
    padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*--------------------------------------Slick slider end contents-------------------------------------*/
.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
    display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a, .sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.ui-datepicker table {
    width: 100%;
}

.ui-datepicker-header {
    background: url('../img/dark_leather.png') repeat 0 0 #000;
    color: #e0e0e0;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
    text-shadow: 1px -1px 0px #000;
    filter: dropshadow(color=#000, offx=1, offy=-1);
    line-height: 30px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('images/arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    background-image: linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    text-transform: uppercase;
    font-size: 6pt;
    padding: 5px 0;
    color: #666666;
    text-align: center;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
    padding: 0;
    background-color: #ffffff;
    border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
    border-right: 0px;
}

.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
    border-bottom: 0px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
    background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
    background: linear-gradient(top, #ededed 0%, #dedede 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
    -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
    box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}

.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
    background: #6eafbf;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
    color: #e0e0e0;
    text-shadow: 0px 1px 0px #4d7a85;
    filter: dropshadow(color=#4d7a85, offx=0, offy=1);
    border: 1px solid #55838f;
    position: relative;
    margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4;
    color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
    width: 29px;
    margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
    width: 29px;
    margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.container::after, .blogdetail::after, .fw-container::after, .entry-content::after {
    content: '';
    clear: both;
    display: block;
}

.blogdetail {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/*--------------------------------------All Hoover Animations contents-------------------------------------*/


/*--------------------------------------All KeyFrames and static  Animations contents-------------------------------------*/

/*--------------------------------------Section header and one top -------------------------------------*/


/*--------------------------------------EXpert-slider -------------------------------------*/


/*--------------------------------------Contact Form7  css -------------------------------------*/

.form-control {
    max-width: 270px;
    display: block !important;
    width: 100% !important;
    padding: 20px 0 !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #E7A951 !important;
    background-color: transparent;
    border: 0;
    background-clip: padding-box !important;
    border-bottom: 2px solid #ced4da !important;
    border-radius: 0 !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

#wrapper-contact-us .wpcf7-form-control.wpcf7-textarea {
    max-width: 95%;
    margin-bottom: 50px;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-form.init p {
    margin-top: 0;
    margin-bottom: 0;
}

.form-control:focus {
    color: #E7A951 !important;
    background-color: transparent;
    border-color: #E7A951 !important;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25) !important;
}

.col-sm-12.col-md-8.background-form-sec .wpcf7-form-control.wpcf7-textarea.form-control {
    height: 100%;
    max-height: 140px;
    display: block;
}

#wpcf7-f117-o1 .col-12.col-sm-12.col-lg-6 {
    padding: 0 15px;
}

#wpcf7-f117-o1 .col-12.col-sm-12.col-lg-8.col-xl-6 {
    padding: 0 15px;
}

#wpcf7-f117-o1 .col-12.col-sm-12.col-lg-8.col-xl-6 .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 100%;
    max-height: 140px;
    margin-bottom: 20px;
}

.form-button {
    width: 100%;
    text-align: center !important;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff !important;
    border-style: solid !important;
    border-width:2px 2px 2px 2px !important;
    border-radius: 30px !important;
    padding: 15px 26px 15px 26px !important;
    background-color: #FF554400;
    border: transparent;
    transition-duration: 1.4s;
    position: relative;
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #2F91B3;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative; 
}
/*--------------------------------------Contact page form -------------------------------------*/
#form-shortcode-wiget .form-control::placeholder {
	color: #111;
	opacity: 1;
}
#wrapper-contact-us-page {
	max-width: 695px;
}
#form-shortcode-wiget .form-control {
	max-width: 696px;
	background-color: #fff;
	padding: 20px !important;
	border: 1px solid #CED4DA;
	border-radius: 10px !important;
}
#form-shortcode-wiget .wpcf7-list-item {
	display: block !important;
}

#form-shortcode-wiget .form-button {
	color: #111 !important;
}
#form-shortcode-wiget * {
	font-family: "Fira Sans", Sans-serif;
	font-weight: 300;
	line-height: 1.7em;
}
#form-shortcode-wiget .checkbox:active {
	border: 1px solid #000;
}
#form-shortcode-wiget .wpcf7-list-item label {
	background-color: #FFFFFF;
	cursor: pointer;
	width: 100%;
	position: relative;
    padding: 20px !important;
	border: 1px solid #CED4DA;
 	border-bottom-color: rgb(206, 212, 218);
  	border-bottom-style: solid;
  	border-bottom-width: 1px;
	border-radius: 10px !important;
    z-index: 20;
}

.wpcf7-list-item input[type="radio"], .wpcf7-list-item input[type="checkbox"] {
	cursor: pointer;
	position: absolute;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.contact-title-chekboxes input[type="radio"]:checked + label::before, input[type="radio"]:checked + span::before, input[type="checkbox"]:checked + label::before, input[type="checkbox"]:checked + span::before {
	box-shadow: inset 0 0 0 1px currentColor, inset 0 0 0 3px #fff, inset 0 0 0 7px currentColor;
	color: #FF7423;
	opacity: 1;
	content: "";
    background-color: #E7A951;
}
.contact-title-chekboxes input[type="radio"] + label::before, input[type="radio"] + span::before, input[type="checkbox"] + label::before, input[type="checkbox"] + span::before {
    position: absolute;
	opacity: 1;
	box-shadow: none !important;
	content: "";
	right: 0;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 10px;
    z-index: -5;

}

#wrapper-contact-us-page .wpcf7-list-item {
	margin: 0;
}
#form-shortcode-wiget .service-chekbox .wpcf7-list-item label {
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}
.service-chekbox input[type="checkbox"] + span::before{
   	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important; 
}
.img-thumbnail-contact img {
	max-height: 200px;
	width: 100%;
	object-fit: cover;
}
/*--------------------------------------Button of form-------------------------------------*/
#button-3 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.button {
	display: inline-flex;
	height: 60px;
	width: 218px;
	border: 2px solid #E7A951;
	margin: 20px 20px 20px 20px;
	color: #111;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.5px;
	align-items: center;
	justify-content: center;
	border-radius: 30px !important;
	font-size: 19px;
	font-weight: 300;
}
#button-3 {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
#button-3:hover a {
	color: #fff;
}
#form-shortcode-wiget .form-button:hover {
	color: #111 !important;
}
#circle {
	width: 0%;
	height: 0%;
	opacity: 0;
	line-height: 40px;
	border-radius: 50%;
	background: #141414;
	position: absolute;
	transition: all .5s ease-Out;
	top: 20px;
	left: 70px;
}
#button-3 a {
	position: relative;
	transition: all .45s ease-Out;
	color: #111;
	text-decoration: none;
	letter-spacing: 1px;
}
#button-3 .form-button:hover {
	color: #fff !important;
}
#button-3:hover #circle {
	width: 200%;
	height: 500%;
	opacity: 1;
	top: -70px;
	left: -70px;
}

/* header-menu */
#dwt-header.menu-scroll {
	position: fixed;
	background-color: #fff;
	border-bottom: solid 1px #EEEEEE;
}
#dwt-header.menu-scroll #top-links-wrapper {
	display: none;
}
#dwt-header.menu-scroll #menu-content-row {
	align-items: center;
}
#dwt-header.menu-scroll #logo-wrapper-desktop .attachment-full.size-full {
	max-width: 80px;
	padding: 10px 0;
	filter: none;
}
#dwt-header.menu-scroll #bottom-menu-row {
	height: 100%;
}
#dwt-header.menu-scroll #logo-wrapper-desktop {
	background-color: transparent;
}
#dwt-header.menu-scroll #bottom-menu-row .elementor-3129 .elementor-element.elementor-element-c21567c > .elementor-widget-container {
	padding: 20px 15px 20px 15px;
}
#dwt-header.menu-scroll #logo-wrapper-desktop {
	background-color: transparent;
	align-items: center;
}
#dwt-header.menu-scroll #links-row-header {
	height: 100%;
	align-items: center;
}
/*--------------------------------------Footer Section -------------------------------------*/


/*--------------------------------------Media Quries Section -------------------------------------*/

/*--------------------------------------Menu Responsive Quries Section -------------------------------------*/
@media ( max-width: 1920px ) {
    #menuToggle {
        display: flex;
        align-items: center;
        position: absolute;
        bottom: 25%;
        left: 0;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
        transform: translateY(-50%);
        height: 35px;
        cursor: pointer;
        transition-duration: 1500ms !important;
    }

    #menuToggle.open {
        top: 25%;
        transition-duration: 1500ms !important;
    }

    #menuToggle.open span {
        background-color: transparent;
    }

    #menuToggle.open .font-Oswald {
        color: transparent !important;
    }

    #menuToggle.open::after {
        content: 'X Close';
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        position: absolute;
    }

    #menuToggle input {
        width: 32px !important;
        height: 31px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0px;
    }

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 9px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
    }

    #menuToggle span:first-child {
        transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }

    #menuToggle input:checked ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }

    ul.nav-menu li ul.sub-menu, ul.nav-menu li:hover ul.sub-menu {
        display: none !IMportant
    }

    ul.nav-menu li.open ul.sub-menu, ul.nav-menu li.open:hover ul.sub-menu {
        display: block !important
    }

    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }

    .mobilesubmenu.open {
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }

    ul.sub-menu {
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }

    .site-logo {
        float: left;
    }

    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }

    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }

    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }

    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }

    ul.sub-menu li {
        display: block;
    }

    ul.sub-menu, .open-submenu {
        transition: all 1s;
    }

    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }

    .nav-bar.open {
        left: 0;
    }

    .nav-menu li a {
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }

    ul.sub-menu li:last-child {
        border: 0px !Important;
    }

    ul.sub-menu li a {
        color: #ffffff !Important;
        font-weight: 600;
    }

    ul.sub-menu li {
        margin: 0px
    }

    ul.sub-menu li:last-child a {
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }

    .nav-menu li:last-child {
        border: 0px !Important;
    }

    .nav-menu li:last-child a, .nav-menu .sub-menu, .nav-menu .children {
        left: 0;
        width: 100% !important;
    }

    .nav-bar {
        background-color: #050606FA;
        height: 100%;
        position: fixed;
        top: 0;
        left: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 25%;
        text-align: left;
        z-index: 999;
    }

    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .font-size-60 {
        font-size: 37px;
    }
}
.dark-menu .elementor-item {
	color: #333333 !important;
}
.dark-menu .elementor-item:hover {
	color:#F23801 !important;
}

.dark-menu .premium-button {
	background-color: #333333 !important;
}
.dark-menu .premium-button {
	background-color: #333333 !important;
}
.dark-menu .premium-button:hover {
	background-color: #fff !important;
}
.dark-menu .elementor-item.elementor-item-active {
	color: #FE5C36!important;
}

/* Tabs Css */
.tab-trigger-item {
	border-bottom: #0F3B8D36 2px solid;
}
.tab-trigger-item.active-tab {
	border-bottom: #0F3B8D 2px solid;
}
.accordion-icon.show {
	display: block !important;
}

.beco-about-tabs-setting .ekit-wid-con .bullet-list li::before{content: "\e87f";
    margin-right:10px;
	font-family: elementskit !important;
font-weight: 900;
  font-size: 16px;
  display: inline-block;
  position: absolute;
  left:5px;
color: #333333;
 }
.beco-about-tabs-setting .beco-button-text::after {
	content: "\e9c5";
	margin-left: 10px;
	font-weight: 900;
	font-size: 16px;
	display: inline-block;
	color: #FE5C36;
	font-family: elementskit !important;
}

#contact-us-form .elementor-field-group.elementor-field-type-submit .elementor-button {
	width: 100% !important;
	max-width: 100% !important;
}

/*--------------------------------------Menu Responsive Quries Section -------------------------------------*/
@media ( max-width: 1895px ) {

}

@media (max-width: 1600px) {
}

@media (max-width: 1536px) {
}

@media (max-width: 1440px) {
}

@media ( max-width: 1366px ) {

}

@media (max-width: 1308px) {

}

@media (max-width: 1280px) {


}

@media (max-width: 1199px) {
    .loop-item-wrapper-grid {
        max-width: 23% !important;

    }
}

@media (max-width: 1112px) {
}

@media ( max-width: 1100px ) {
    .font-size-33 {
        font-size: 28px;
    }


}

@media (max-width: 1024px) {
    #menu-colmn-hamburg {
        position: absolute;
        top: 33px;
        max-width: 324px;
        width: 100%;
        right: 0;
    }

    .loop-item-wrapper-grid {
        max-width: 30% !important;
    }


}

@media ( max-width: 992px ) {
    .font-size-70 {
        font-size: 44px;
    }

    .font-size-60 {
        font-size: 50px;
    }

    .font-size-28 {
        font-size: 18px;
    }

    .font-size-33 {
        font-size: 24px;
    }

    .font-size-34 {
        font-size: 27px;
    }

    .font-size-30 {
        font-size: 20px;
    }
}

@media ( max-width: 980px ) {
    .jet-arrow.slick-arrow {
        max-width: 28px;
        height: 28px;
    }

    .jet-arrow {
        font-size: 16px;
    }
	.dark-icon-dwt-services .elementor-icon-box-icon {
	height: 30px;
	margin-top: 10px;
}
		.light-icon-dwt-services .elementor-icon-box-icon {
	height: 30px;
	margin-top: 10px;
}
}

@media ( max-width: 767px ) {
    .font-size-70 {
        font-size: 43px;
    }

    .font-size-60 {
        font-size: 42px;
    }

    .font-size-34 {
        font-size: 23px;
    }

    .font-size-24 {
        font-size: 20px;
    }

    .loop-item-wrapper-grid {
        max-width: 30% !important;
        margin-right: 10px;
    }

}

@media ( max-width: 667px ) {
    .font-size-33 {
        font-size: 20px;
    }

    .font-size-18 {
        font-size: 15px;
    }

    .font-size-70 {
        font-size: 45px;
    }

    .font-size-60 {
        font-size: 40px;
    }

    .font-size-20 {
        font-size: 15px;
    }

    .font-size-24 {
        font-size: 18px;
    }

    .nav-bar {
        width: 80%;
    }

    .loop-item-wrapper-grid {
        max-width: 31% !important;
    }

}

@media (max-width: 576px) {
    .font-size-70 {
        font-size: 33px;
    }

    .font-size-60 {
        font-size: 30px;
    }

    .font-size-34 {
        font-size: 20px;
    }

    .font-size-24 {
        font-size: 17px;
    }

    #slider-expert-container .elementor-post.elementor-grid-item.ecs-post-loop.expert.type-expert.status-publish.format-standard.has-post-thumbnail.hentry {
        max-width: 100%;
    }

    .jet-arrow.slick-arrow {
        max-width: 20px;
        height: 20px;
    }

    .jet-arrow {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .loop-item-wrapper-grid {
        max-width: 47% !important;
    }
}

@media (max-width: 420px) {
    .font-size-70 {
        font-size: 30px;
    }

    .font-size-60 {
        font-size: 24px;
    }

    .font-size-20 {
        font-size: 13px;
    }

    .font-size-16 {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
	
}
	
	
	
	
/* 	I am giving shortcode css heer */
