/*
Theme Name: Concept theme
Theme URI: https://conceptmarketing.com.au
Author: Concept Marketing
Author URI: https://conceptmarketing.com.au
Description: Just a starter theme for Concept theme
Version: 1.01
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: clean, starter, Concept theme
*/
html {
	scroll-behavior: smooth;
  }
ul#menu-primary li a span {
    font-weight: 400;
    font-size: 20px;
    white-space: normal;
}
ul.dropdown-menu li a span {
    font-size: 16px !important;
}
  #myheader.sticky {
    position: fixed;
    top: 0;
    z-index: 9999;  
    width: 100%;
    box-shadow: 10px 10px 10px #0000001A;
    background: #fff;
}
.trusted-content {
    color: #fff;
}
.herocontant p{
color:#000;
}
.rightcontant p strong {
    font-weight: 500 !important;
}
.footertitle p {
    color: #fff;
}
.gform_wrapper .validation_message {
border:none !important;
padding:0px  !important;
margin:0px !important;
font-size: 14px !important;
    font-weight: 400 !important;
background:none !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px 0px 0px 0px !important;
}
.gform_validation_errors{
	border:none;
}
.gform_wrapper.gravity-theme .gform_validation_errors:focus {
    outline:none !important;
   
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px !important;
    font-weight: 400 !important;
}
img.video-playicon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px !important;
	    height: auto !important;
    transform: translate(-50%, -50%);
}
.video-player {
    position: relative;
}
.casestudy img {
/*
    width: 100%;
    height: 350px;
    object-fit: cover;
*/
}
.pattern-pro {
  background-image: url(./assets/images/project-pattern.png) !important;
    background-size: cover;
    background-position: center;
}
.video-player img {
    width: 100%;
    max-width: 100%;
}
.single-feature img {
    width: 100%;
     max-width: 100%;
}
.single-mainhed h2 {
    color: #2A3155;

}
.single-content p strong {
    font-weight: 500;
}
div#faqexample .accordion-item:first-child button{
padding-top:0px !important;
}
div#faqexample .accordion-item:last-child button{
 border-bottom: 0px !important;
}
div#faqexample button {
    color: #219ECC;
    font-size: 26px;
    background: none !important;
    font-weight: 500;
    line-height: 30px;
    box-shadow: none !important;
    border-top: 0px !important;
    border-radius: 0px !IMPORTANT;
    padding-left: 0 !important;
    padding-right: 0 !important;
    
}
div#faqexample .accordion-button::after {
    content: '\f068';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: auto;
    transform: none !important;
    background-image: none !important;
    font-style: normal;
    text-decoration: none;
}
div#faqexample .accordion-button.collapsed::after {
    content: '\2b' !important;
}
div#faqexample .accordion-item {
    border: none;
	    background: none;
}
div#faqexample .accordion-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px !IMPORTANT;
}
div#faqexample button.collapsed {
    border-bottom: 1px solid #D8D8D8 !important;
    padding-top: 25px;
    padding-bottom: 25px;
}
div#faqexample div.collapse.show .accordion-body{
border-bottom: 1px solid #D8D8D8 !important;
}
.copyrighttext p a {
    text-decoration:none;
    color: #fff;
}
.blog .form-prosection{
display:none;
}
.contactheading {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 36px;
}
.specheading{
text-align: center;
    padding-bottom: 36px;
}
a.showSingle img {
    width: 175px;
}
.download-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 50px 50px;
}
.down-item{
background: #FBFBFB 0% 0% no-repeat padding-box;
box-shadow: 10px 10px 10px #0000001A;
}
.download-pd {
    padding: 0px 30px 30px;
    text-align: center;
    background-image: url(./assets/images/project-pattern.png) !important;
    background-size: cover;
    background-position: center;
}
.download-pd h3 {
    color: #219ECC;
 line-height:34px;
    font-size: 32px;
    font-weight:500;
    
}
.default-main h2 {
    font-size: 46px;
    line-height: 50px;
    color:#2A3155;
}
.headingbox a {
    text-decoration:none;
    color: #FFFFFF;
  
}
.trusted-content.partner.herocontant a:hover {
 background: #2A3155;
    border: 1px solid #2a3155;
}
@media (min-width: 1300px) {

}


@media (min-width: 992px) {
	#menu-topnav .dropdown-item{
		padding: 5px 15px !important;
	}	
	
	
a.dropdown-toggle.topnavcaret {
    display: none;
}

	div#navbarCollapse ul li:hover > ul {
		visibility: visible;
		display: block;
		overflow: visible;
	}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 999999999;
	background: #219ecc;
	border: none;
	min-width: 230px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
/*
	left: auto;
    right: 0;
*/
		
}
	
	
/*
	.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 50px;
    z-index: 999999999;
	background: #219ecc;
	border: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	left: auto;
    right: 0;
		
}
*/
	
.navbar-nav .menu-item	a{
		padding: 25px 0px;
	}
.dropdown-menu .menu-item a{
   padding: 5px 15px 5px 15px;
/*	padding: 5px 40px 5px 15px !important;*/
	font-size: 16px;
	font-weight: 300;
	}
	
.dropdown-menu .menu-item .dropdown-toggle{
		 padding: 5px 25px 5px 15px !important;
	}	
	
.dropdown-menu .menu-item a:hover{
background: #2A3155;
	}

.dropdown-menu .menu-item a span{
  color: #fff;
	}
div#navbarCollapse ul.dropdown-menu > li > ul {
    position: absolute;
/*    left: 100% !important;*/
    top: 0px;
    border-top: 0px; 
}
div#navbarCollapse ul.dropdown-menu > li > ul {
    position: absolute;
    top: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
	left: 100% !important;
	 width: 100%;
      right: auto;
}
/*
ul#menu-primary ul.dropdown-menu .dropdown-toggle::after {
    transform: rotate(270deg);
    right: 5px;
    position: absolute;
    top: 17px;
    z-index: 99;
	color: #fff;
}
*/
ul#menu-primary ul.dropdown-menu .dropdown-toggle::after {
    transform: rotate(270deg);
    right: auto;
    position: absolute;
    top: 17px;
    z-index: 99;
    color: #fff;
     right: 5px;
}
}
.about-navy {
    background: #2A3155;
}
.aboutheding{
    max-width: 1220px;
    margin: 0 auto;
    text-align: center;
}
.about-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin: 25px 0px;
}
div#validation_message_3_2 {
    display: none;
}
