/*
Theme Name: NexGen Solutions
Version: 1.0
Tags: orange, blue, google fonts, theme options, custom header, responsive
The CSS, XHTML and design is released under GPL
*/

:root{
	--primary-color: #162953;
	--secondary-color: #FF6703;
}
html{scroll-behavior: smooth; scroll-padding-top: 90px;}
body{font: normal 17px/1.5 'Poppins'; color: #474A4C; font-weight: 400; overflow-x: hidden; position: relative;} 
img{max-width: 100%; height: auto;}
a{text-decoration: none; color: var(--secondary-color);}
a:hover,a:focus{text-decoration: none;}
a,.btn{outline: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
.ul-none,.site-footer ul,.fnav ul,.cinfo ul{list-style: none; margin: 0; padding: 0;}

/*Format*/
h1,h2,h3,h4,h5,
.h1,.h2,.h3,.h4,.h5{margin-bottom: 20px; font-weight: 700;}
h1,.h1{font-size: 45px;}
h2,.h2{font-size: 40px;}
h3,.h3{font-size: 33px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 18px;}
p,ul{margin-bottom: 25px;}
strong{font-weight: 600;}
.bg-cover{background: center center no-repeat; background-size: cover;}
.social-media a{display: inline-flex; align-items: center; justify-content: center; vertical-align: top; border: 1px solid #fff; width: 55px; height: 55px; border-radius: 50px; margin: 0 10px 10px 0;}
.social-media a:hover{transform: scale(1.08);}
.social-media a:last-child{margin-right: 0;}
.has-separator{position: relative; padding-top: 20px;}
.has-separator::after{content: ''; position: absolute; height: 4px; width: 45px; background-color: var(--secondary-color); left: 0; top: 0;}
.has-separator.text-center::after{left: calc(50% - 22px);}

/*Buttons*/
.btn{padding: 12px 30px; border: 0; font-size: 17px; font-weight: 500; text-transform: uppercase; border-radius: 50px; position: relative; overflow: hidden;}
.btn.btn-primary{color: #fff; border: 1px solid var(--primary-color); box-shadow: inset 0 0 0 50px  var(--primary-color);}
.btn.btn-primary:hover,.btn.btn-primary:focus,.btn.btn-primary:active{background-color: transparent; color: var(--primary-color); box-shadow: inset 0 0 0 0  var(--primary-color);}
.btn.btn-secondary{color: #fff; border: 1px solid var(--secondary-color); box-shadow: inset 0 0 0 50px  var(--secondary-color);}
.btn.btn-secondary:hover,.btn.btn-secondary:focus,.btn.btn-primary:active{background-color: transparent; color:  var(--secondary-color); box-shadow: inset 0 0 0 0  var(--secondary-color);}
.btn.btn-white-outline{color: #fff; border: 1px solid #ffff; box-shadow: inset 0 0 0 0px #fff;}
.btn.btn-white-outline:hover,.btn.btn-white-outline:focus,.btn.btn-white-outline:active{background-color: transparent; color: #000; box-shadow: inset 0 0 0 50px #fff;}

/*Section*/
.section{padding-top: 120px !important; padding-bottom: 120px !important;}
.md-section{padding-top: 90px !important; padding-bottom: 90px !important;}
.sm-section{padding-top: 70px !important; padding-bottom: 70px !important;}

/*Header*/
.site-header{position: sticky; top: 0; width: 100%; padding-top: 15px; padding-bottom: 15px; transition: .3s ease; z-index: 999; background-color: #fff; box-shadow: 0 0 6px rgba(0,0,0,.2);}
.site-header .navbar-brand img{max-width: 170px;}
.site-header .navbar-expand-lg .navbar-nav{margin-right: 20px;}
.site-header .navbar-expand-lg .navbar-nav .nav-link{padding: 6px 16px; font-weight: 500; text-align: center; color: var(--primary-color); font-size: 17px; text-transform: uppercase;}
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover,
.site-header .navbar-expand-lg .navbar-nav li.menu-item-object-page.current-menu-item .nav-link{color: var(--secondary-color);}

/*DropDown*/
@media only screen and (min-width : 990px) {
	.navbar-nav > li > .dropdown-menu{display: block; padding: 0; transition: ease-out 0.30s; margin-top: 10px; opacity: 0; visibility: hidden; background-color: #fff;  right: 0; width: 220px; border: 0;}
	.dropdown:hover .dropdown-menu{margin-top: 0; opacity: 1; visibility: visible;}
}
.navbar-nav .dropdown-menu{box-shadow: 0px 0px 40px 0px #0B111814; padding: 0;}
.navbar-nav .dropdown-menu li:not(:last-child){border-bottom: 1px solid #EAEAEA;}
.navbar-nav .dropdown-menu .dropdown-item{padding: 10px 15px; border-radius: 0; white-space: normal; font-size: 16px; font-weight: 300;}
.navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-nav .dropdown-menu .menu-item-object-page.current-menu-item > a{background-color: transparent; color: var(--secondary-color);}

/*Mobile Menu*/
.navbar-toggler.navBtn{border: 0; box-shadow: none;}
.sidenav-wrap{width: 0; transition: .3s ease; position: absolute; left: 0; top: 0; height: 100%; z-index: 44444; opacity: 0; color: #000;}
.sidenav-wrap .menu-backdrop{position: absolute; right: 0; top: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.5);}
.sidenav{height: 100%; width: 350px; position: fixed; z-index: 9999; top: 0; right: -370px; opacity: 0; background-color: #fff; overflow-x: hidden; transition: 0.5s; box-shadow: 0 0 20px rgba(0,0,0,.1);}
.sidenav .closebtn{position: absolute; z-index: 44; width: 30px; text-align: center; top: 0; right: 18px; font-size: 36px; line-height: normal; color: #000;}
.the_menu{padding: 30px; font-size: 17px;}
.the_menu h4.hd{font-size: 18px; margin-bottom: 30px; letter-spacing: 3px;}
.the_menu .navbar-nav li{margin-bottom: 15px; border-bottom: 1px solid #A8A8A861;}
.the_menu .navbar-nav li > a{padding: 0 0 12px; display: block; width: 100%; color: #000 !important; font-weight: 300; font-size: 18px;}
.the_menu .navbar-nav li > a:hover,
.the_menu .navbar-nav li.menu-item-object-page.current-menu-item > a.nav-link{color: var(--secondary-color) !important;}
.the_menu .navbar-nav li .dropdown-menu li{margin-bottom: 0;}
.the_menu .navbar-nav li .dropdown-menu li:last-child{border-bottom: 0;}
/*Show*/
.sidenav-wrap.show{width: 100%; opacity: 1;}
.sidenav-wrap.show .sidenav{right: 0; opacity: 1;}

/*Footer*/
.footer{background-color: #091530; font-size: 15px;}
footer,
footer a{color: #fff;}
footer a:not(.btn):hover{opacity: .7}
.site-footer h4{font-size: 20px; text-transform: uppercase; color: #fff; position: relative;}
.site-footer h4::before{width: 40px; height: 1px; content: ''; background-color: var(--secondary-color); display: block; margin-bottom: 15px;}
.site-footer ul{margin-bottom: 35px;}
.site-footer ul li{margin-bottom: 8px;}
.site-footer .social-media{margin-top: 20px;}
.site-footer .btn{padding: 10px 25px;}

.mfooter{background-color: #091530; font-size: 15px; border-top: 1px solid #222C45;}

.icon-card{border-radius: 25px; padding: 40px;}
.logos-grid > .wpb_column > .vc_column-inner > .wpb_wrapper{max-width: 1150px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 30px;}
.logos-grid .wpb_single_image img{max-width: 160px; max-height: 65px; object-fit: contain;}

.page-title{background-color: var(--secondary-color); color: #fff; padding: 35px 0;}
.page-title .rank-math-breadcrumb{font-size: 15px;}
.page-title .rank-math-breadcrumb p{margin-bottom: 0;}
.page-title .rank-math-breadcrumb a{color: #fff; text-decoration: underline;}

/*Responsive*/
@media(max-width: 991px){
  .section{padding-top: 90px !important; padding-bottom: 90px !important;}
  .md-section{padding-top: 60px !important; padding-bottom: 60px !important;} 
  .sm-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  
  h1,.h1{font-size: 40px;}
  h2,.h2{font-size: 35px;}
  h3,.h3{font-size: 28px;}
  h4,.h4{font-size: 22px;}
  h5,.h5{font-size: 18px;}

  .site-header{padding-top: 8px; padding-bottom: 8px;}
  .site-header .navbar-brand img{max-width: 150px;}

  .top-mobile-ph{display: block;}

}
@media(max-width: 768px){
  .section{padding-top: 60px !important; padding-bottom: 60px !important;}
  .md-section{padding-top: 40px !important; padding-bottom: 40px !important;}
  .sm-section{padding-top: 30px !important; padding-bottom: 30px !important;}
  
  h1,.h1{font-size: 35px;}
  h2,.h2{font-size: 28px;}
  h3,.h3{font-size: 24px;}
  h4,.h4{font-size: 21px;}
  h5,.h5{font-size: 18px;}

  .site-header .navbar-brand img{max-width: 120px;}  

  .site-footer h4{font-size: 18px;}
  .social-media a{width: 45px; height: 45px;}

}

.admin-bar .site-header{top: 32px;}
@media(max-width: 600px){
	html #wpadminbar{
		top: -46px;
	}
	.admin-bar .site-header{top: 0;}
}