/*
Theme Name: Delaware Child
Theme URI: http://steelthemes.com/delaware
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Consulting, Business, Finance, Accounting WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: delaware
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: delaware
*/
body {
	color: #464a4f;
}
.exo-menu {
	width: 100%;
	float: left;
	list-style: none;
	position: relative;
	background: #23364B;
	padding: 0;
	margin: 0;
}
.exo-menu > li {	display: inline-block;float:left;}
.exo-menu > li > a{
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px #365670 dotted;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover{
	background:#009FE1;
	color:#fff;
}
.exo-menu i {
  float: left;
  font-size: 18px;
  margin-right: 6px;
  line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left{position:relative;}
li.drop-down:before {
  content: "\f103";
  color: #fff;
  font-family: FontAwesome;
  font-style: normal;
  display: inline;
  position: absolute;
  right: 6px;
  top: 20px;
  font-size: 14px;
}
li.drop-down>ul{
	left: 0px;
	min-width: 230px;

}
.drop-down-ul{display:none;}
.flyout-right>ul,
.flyout-left>ul{
  top: 0;
  min-width: 230px;
  display: none;
  border-left: 1px solid #365670;
  }

li.drop-down>ul>li>a,
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #365670;
	border-bottom: 1px dotted #547787;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul>li>a ,
.flyout-left ul>li>a {
	border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;

}
h4.row.mega-title {
  color:#eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
 }
.flyout-mega ul > li > a {
  font-size: 90%;
  line-height: 25px;
  color: #fff;
  font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus{
  text-decoration: none;
  background-color: transparent !important;
  color: #ccc !important
}
/*mega menu*/

.mega-menu {
  left: 0;
  right: 0;
  padding: 15px;
  display:none;
  padding-top: 0;
  min-height: 100%;

}
h4.row.mega-title {
  color: #eee;
  margin-top: 0px;
  font-size: 14px;
  padding-left: 15px;
  padding-bottom: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #547787;
  padding-top: 15px;
  background-color: #365670
  }
.mega-menu ul li a {
	line-height: 25px;
	font-size: 13px;
	display: block;
	color: #FFF;
}
ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
	padding-bottom: 12px;
	line-height: 8px;
	list-style: none;
	margin: 0;
}

ul.description li span {
	color: #ccc;
	font-size: 13px;
}
a.view-more{
  border-radius: 1px;
  margin-top:15px;
  background-color: #009FE1;
  padding: 2px 10px !important;
  line-height: 21px !important;
  display: inline-block !important;
}
a.view-more:hover{
	color:#fff;
	background:#0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog{
	left:0;
	display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Blog .blog-title{
	color:#fff;
	font-size:15px;
	text-transform:uppercase;

}
.Blog .blog-des{
	color:#ccc;
	font-size:90%;
	margin-top:15px;
}
.Blog a.view-more{
	margin-top:0px;
}
/*Images*/
.Images{
	left:0;
   width:100%;
	 display:none;
	color:#fefefe;
	padding-top:15px;
	background:#547787;
	padding-bottom:15px;
}
.Images h4 {
  font-size: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a ,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu{
	background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap{
	display:block;
}





.mega-menu {
	z-index: 99999;
}
.exo-menu > li > a {
	padding-left: 23px;
	padding-right: 23px;
	font-size: 15px;
	font-weight: 300;
}
.exo-menu > li {
	position: static;
	margin: 0;
}
.mega-menu-wrap ul {
	padding: 0;
}


/*responsive*/
 @media (min-width:767px){
	.exo-menu > li > a{
	display:block;
	padding: 20px 22px;
 }
.mega-menu, .flyout-mega-wrap, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:absolute;
}
 .flyout-right>ul{
	left: 100%;
	}
	.flyout-left>ul{
	right: 100%;
}
 }
@media (max-width:767px){

	.exo-menu {
		min-height: 58px;
		background-color: #23364B;
		width: 100%;
	}
	
	.exo-menu > li > a{
		width:100% ;
	    display:none ;
	
	}
	.exo-menu > li{
		width:100%;
	}
	.display.exo-menu > li > a{
	  display:block ;
	  	padding: 20px 22px;
	}
	
.mega-menu, .Images, .Blog,.flyout-right>ul,
.flyout-left>ul, li.drop-down>ul{
		position:relative;
}

}
a.toggle-menu{
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}
/*end from free-css*/










/*New Custom Styles - Harsha*/
.site-contact {
	padding: 0;
}
.delaware-about-type-1 .delaware-button {
	margin-top: 15px;
}
.delaware-about p {
	margin-bottom: 25px;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	width: 50%;
	float: left;
	margin-right: 0 !important;
	border: 0 !important;
}
.vc_tta.vc_tta-style-modern .vc_tta-tab > a {
	border-width: 0 !important;
}
.vc_tta.vc_general .vc_tta-tab > a {
	font-size: 20px;
	font-weight: 600;
}

.country-tab.vc_tta-tabs .vc_tta-panel-body .vc_row:first-child  {
	border-top: 0;
}
.country-tab.vc_tta-tabs .vc_tta-panel-body .vc_row  {
	border-top: 1px solid #f2f2f2;
}

/*.country-tab .vc_tta-tab > a:first-child > .vc_tta-title-text::before {
    content:"";
    background: url('http://amkglobalgroup.com/wp-content/uploads/2021/04/uk-flag.png') left center no-repeat;
	  vertical-align: middle;
	  background-size: 16px auto;
	  padding-left: 20px;
}*/
body.page-template-template-video-testimonials .btn-testi {
	display: none;
}
body.page-template-template-video-testimonials .dl_testi .box-testi {
	padding: 35px 20px 0 20px;
}
.footer-widgets .footer-sidebar .widget_dl-custom-menu .widget-title {
	margin-bottom: 30px;
}
footer a {
	color: #FFF;
}
footer .detail.links a {
	margin: 5px 0 10px 0;
	float: left;
	display: block;
}
footer .widget {
	margin-bottom: 20px;
}
.widget_media_image img {
	width: 100%;
}
.service-sidebar .widget .menu li a {
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
}

.service-sidebar .widget.widget_nav_menu {
	padding: 25px !important;
}
.service-sidebar .widget ul li ul {
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
}
.service-sidebar .widget ul li ul a {
	text-transform: capitalize !important;
}
.service-sidebar .widget .menu li {
	padding: 15px 0;
	border-bottom: 2px solid #e1e8f4;
	margin: 0;
}

.service-sidebar .widget ul li ul.sub-menu li {
	border-bottom: 0;
	padding: 0 0 0px 0;
	margin: 0 0 5px 0;
}



.service-sidebar .widget .menu .sub-menu li::after {
	top: 0;
}
#menu-services-menu > .menu-item {
	display: none;
}
#menu-services-menu > .menu-item.current-menu-ancestor, #menu-services-menu > .menu-item.current-menu-item{
	display: block;
}
.service-sidebar .delaware-social-links-widget a, body.page-template-template-forms .page-side-bar .delaware-social-links-widget a{
	background: #2f3c73;
	margin: 0 5px 0 0;
	padding: 10px 15px;
}
.topbar {
	background-color: #23364B;
	color: #FFF;
}
.exo-menu > li > a {
	color: #FFF;
}
.topbar .widget_categories ul li a, .topbar .widget_archive ul li a, .topbar .widget_pages ul li a, .topbar .widget_meta ul li a, .topbar .widget_nav_menu ul li a, .topbar .widget_dl-custom-menu ul li a {
	color: #FFF;
}
.footer-widgets {
	color: #FFF;
}
.site-footer .footer-wrapper {
	background-color: #23364B !important;
}
.fa {
	color: #FFF;
}
h4 span {
	color: #007bff;
}
/*.delaware-button a {
	background-color: #23364B !important;
	color: #FFF !important;
}*/
.cta-wrapper .dl-button a {
	background-color: #007bff !important;
	color: #FFF !important;
}
.delaware-section-title .delaware-button .btn span {
	font-size: 14px;
	color: #FFF;
}
.footer-widgets .newsletter-style-2 .mc4wp-form-fields input[type="email"], .footer-widgets .mc4wp-form-fields input[type="email"], .footer-widgets .footer-sidebar article, .footer-widgets .footer-sidebar .wpcf7-form input[type="text"], .footer-widgets .footer-sidebar .wpcf7-form input[type="email"], .footer-widgets .footer-sidebar .wpcf7-form select, .footer-widgets .footer-sidebar .wpcf7-form textarea, .footer-widgets.widget-title-style .footer-sidebar .widget-title {
	border-color: #ccc;
}
.topbar i, .topbar a {
	color: #FFF;
}
#scroll-top .fa {
	color: #121221;
}
.header-v1 .site-menu {
	background-color: #23364B;
	border-top: 0;
}
.awsm-filter-btn {
	font-size: 16px !important;
}
.topbar i, .topbar a, .topbar .textwidget.custom-html-widget, .flaticon-sign::before, footer a {
	font-size: 14px !important;
}
.topbar a:hover, .topbar i:hover, footer a:hover footer .fa:hover{
	color: #007bff !important;
}
.footer-widgets .footer-widget-contact h5 {
	font-size: 14px;
}
.widget-newsletter.newsletter-style-1 {
	font-size: 14px;
}
.site-footer .footer-copyright {
	background-color: #f7faff;
	font-size: 14px;
}
.footer-widgets .footer-sidebar .widget-title {
	font-size: 16px;
}
.mc4wp-form-fields::after {
	background-color: #82b922;
}
body.page-template-template-forms .page-side-bar .widget  {
	border: 4px solid #e1e8f4;
	padding: 25px;
	float: left;
	width: 100%;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.24);
}
body.page-template-template-forms .page-side-bar .widget_nav_menu {
	display: none;
}

div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #23364B;
	/*border: 0;*/
	border-style: solid 1px;
  border-color: #fff;
	color: #FFF;
	font-size: 15px;
	padding: 0px 55px;
	text-transform: uppercase;
}

.homepage-1-testimonial .delaware-section-title .delaware-button .btn {
	background-color: #23364B;
}
.delaware-counter .counter-value .after {
	color: #23364B;
}
.breadcrumbs .fa.fa-angle-right {
	color: #000;
}
body.page-id-1744 .contact-box-content {
	width: 100%;
}
body.page-id-1744 .dl-contact-form-7.form-light {
	display: none;
}
body.page-id-1744 .dl-contact-box .contact-box-form {
	display: none;
}
.cap-heading {
	text-transform: uppercase;
}
.job-box-detail {
	background-color: #23364B;
}
.site-contact .dl-btn-secondary {
	background-color: #009FE1;
	color: #FFF;
	border: 0;
}
.site-contact .dl-btn-secondary:hover {
	background-color: #23364B;
	color: #FFF;
}
.delaware-about-type-1 .delaware-button a.bt-1 {
	color: #FFF;
	background-color: #23364B;
	border: 0;
}
.delaware-about-type-1 .delaware-button a.bt-1:hover {
	color: #FFF;
	background-color: #009FE1;
}
.vc_tta-accordion h4 span {
	color: #222 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
	color: #121212;
}
div.wpforms-container-full .wpforms-form .wpforms-field-description, div.wpforms-container-full .wpforms-form .wpforms-field-limit-text {
	color: #121212;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
	color: #121212;
}
div.wpforms-container-full .wpforms-form .wpforms-field-sublabel {
	color: #121212;
}
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color: #23364B !important;
	/*border: 0 !important;*/
	color: #FFF !important;
	font-size: 15px !important;
	padding: 0px 35px !important;
	text-transform: uppercase !important;
}
body.page-id-1744 .extra-ct-box li:nth-child(2) .delaware-button {
	float: left;
	margin: -13px 0 0 25px;
}
body.page-id-1744 .extra-ct-box li:nth-child(2) span {
	display: none;
}

.testimonial-btn .delaware-button {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
}
.testimonial-btn .delaware-button .btn::before {
	content: '';
	position: absolute;
	left: -100%;
	float: left;
	width: 100%;
	height: 100%;
	top: 0;
	transition: 0.7s;
	background-color: #123b6d;
	z-index: 9;
}
.testimonial-btn .delaware-button .btn .svg-icon {
	float: left;
	font-size: 30px;
	width: auto;
	color: #fff;
	z-index: 99;
	position: relative;
}
.testimonial-btn .delaware-button .btn p {
	float: left;
	width: auto;
	margin-left: 10px;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	z-index: 99;
	position: relative;
	margin-bottom: 0;
}
.testimonial-btn .delaware-button a {
	background-color: #23364b;
	color: #FFF !important;
	padding: 10px;
}

.modal-style.style-1 figcaption {
	position: relative;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	padding: 20px;
	background: none;
	color: #111;
	opacity: 1;
	-ms-transform: unset !important;
	transform: unset !important;
	-webkit-transform: unset !important;
	-moz-transform: unset !important;
	width: 100%;
}
.modal-style.style-1 figcaption h3 {
	color: #111;
}

.header-link-buttons {
	float: left;
	padding: 15px;
}
.header-link-buttons:hover {
	background-color: #009FE1;
	color: #FFF;
	border-radius: 30px;
}
.header-link-buttons:hover h5, span svg-icon{
	color: #FFF;
}
.header-link-buttons:hover span.svg-icon{
	color: #FFF;
}

.core-values .value-item {
	text-transform: uppercase;
}

.awsm-personal-info span {
	font-size: .815em;
	font-weight: 700;
}
.awsm-grid-wrapper .awsm-grid h3 {
	font-size: .815em;
	font-weight: 300;
}



.awsm-grid figure img {
	position: unset;
}

.awsm-grid figure::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(35, 54, 75, 0.6);
  opacity: 0;
  transition: .5s ease;
}

.awsm-grid figure:hover::before {
  opacity: 1;
}


.awsm-grid figure:hover .awsm-personal-info span, .awsm-grid figure:hover .awsm-personal-info h3  {
	color: #FFF;
}

#spu-3183 {
	z-index: 9999999;
}



a.download-profile {
	background-color: #009FE1;
	padding: 10px 15px;
}
a.download-profile:hover {
	background-color: #227497;
	color:#FFF;
}
a.download-profile .fa {
	padding-right: 10px;
}
.backtotop {
	bottom: 105px;
	right: 25px;
}
.topbar-mobile .widget_custom_html {
	margin: 0 auto;
}
.mobile-contact-btn {
	background: transparent;
	margin: 10px 0 0 0;
}
.mobile-contact-btn:hover {
	background: #FFF;
	color: #23364B !important;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab > a {
	background-color: #DEDEDE !important;
}
.vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active > a {
	background-color: #f8f8f8 !important;
}

body.page-id-2970 .awsm-grid-wrapper .grid-5-col > .awsm-grid-card {
	padding: 0 5px !important;
}
body.page-id-2970 .drawer-style.style-1 figcaption {
	position: relative;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: unset;
	color: #121212;
	opacity: 1;
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
body.page-id-2970 .drawer-style.style-1 figcaption h3 {
	color: #121212;
}

.header-main .site-extra-text {
	padding: 20px 0 0 20%;
}


@media (max-width: 767px) {
.logo {
	width: 30%;
}
.delaware-off-canvas-panel.menu-sidebar ul.menu li a {
	font-size: 20px;
}
.delaware-off-canvas-panel.menu-sidebar ul.menu li .ul.sub-menu li a {
	font-size: 18px;
}
	.content-area.service-content {
	padding: 0 20px;
}

}



@media (max-width: 767px) {
.delaware-off-canvas-panel.menu-sidebar ul.menu .sub-menu li a {
	font-size: 18px;
}
}

col-flex-lg-10 hidden-md hidden-xs hidden-sm {
	float: right;
	align-content: right;
}

div.site-extra-text {
	float: right;
	align-content: right;
}

/* ---------------------------------------------------------------------------------------------------------*/
form {
    max-width: 1000px;
    width: 100%;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(35, 54, 75, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 40px auto;
}

form:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(35, 54, 75, 0.15);
}

.column {
    flex: 1;
    min-width: 300px;
}

.form-group {
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: #23364b;
    transition: color 0.3s ease;
    font-size: 15px;
}

select, input[type="radio"] {
    width: 100%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    background-color: #f8fafc;
    color: #23364b;
    font-size: 15px;
    transition: all 0.3s ease;
}

select:focus, input[type="radio"]:focus {
    outline: none;
    border-color: #23364b;
    box-shadow: 0 0 0 4px rgba(35, 54, 75, 0.2);
}

select:hover, input[type="radio"]:hover {
    border-color: #23364b;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #23364b;
    border-radius: 50%;
    outline: none;
    margin-right: 8px;
    margin-top: 0px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}

input[type="radio"]:checked {
    background-color: #23364b;
}

input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
}

input[type="radio"]:checked::before {
    transform: translate(-50%, -50%) scale(1);
}

input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 15px;
}

output {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    color: #23364b;
}

button {
    background-color: #23364b;
    color: white;
    padding: 0px 30px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    width: 100%;
    margin-top: 35px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

button:hover {
    background-color: #2c4660;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(35, 54, 75, 0.4);
}

button:active {
    transform: translateY(-1px);
}

#calculateButton {
    flex-basis: 100%;
}

@media (max-width: 768px) {
    form {
        padding: 30px;
    }

    .column {
        flex-basis: 100%;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.form-group {
    animation: fadeIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    opacity: 0;
}

.form-group:nth-child(1) { animation-delay: 0.1s; }
.form-group:nth-child(2) { animation-delay: 0.2s; }
.form-group:nth-child(3) { animation-delay: 0.3s; }
.form-group:nth-child(4) { animation-delay: 0.4s; }
.form-group:nth-child(5) { animation-delay: 0.5s; }
