/* Sibcra Pro*/


@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
	font-family: 'Barlow', sans-serif;
*/

@import url('font-awesome.css');
@import url('swiper-bundle.css');
@import url('animate.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Barlow', sans-serif;
	font-size:16px;
	color:#131313;
	line-height:1.40em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#002663;
	transition:all 0.3s ease;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

strong{
	font-weight: 700;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Barlow', Arial, sans-serif;
	font-weight:400;
	margin:0 0 20px;
	background:none;
	line-height:1.25em;
}

input,button,select,textarea{
	font-family: 'Barlow', Arial, sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.40em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1440px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1080px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Barlow', sans-serif;
	font-size: 16px;
	padding: 8px 30px;
	line-height: 24px;
	text-align: center;
	background: none;
	border: 1px solid #ffffff;
	text-transform: none;
	letter-spacing: 0.0em;
	border-radius: 21px;
	overflow: hidden;
	transition:all 0.5s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-one span i{
	position: relative;
	top: -1px;
	vertical-align: middle;
	font-size: 22px;
	display: inline-block;
	padding-left: 8px;
}

.btn-style-one:hover{
	color: #ffffff;
	background: #002663;
	border-color: #ffffff;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #131313;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	padding: 8px 30px;
	line-height: 24px;
	text-align: center;
	background: #ffffff;
	border: 2px solid #ffffff;
	text-transform: none;
	letter-spacing: 0.0em;
	border-radius: 22px;
	overflow: hidden;
	transition:all 0.5s ease;
}

.btn-style-two span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-two span i{
	position: relative;
	top: -1px;
	vertical-align: middle;
	font-size: 22px;
	display: inline-block;
	padding-left: 8px;
}

.btn-style-two:hover{
	color: #ffffff;
	background: #002663;
	border-color: #ffffff;
}

.btn-style-three{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #ffffff;
	font-weight: 500;
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	padding: 8px 30px;
	line-height: 24px;
	text-align: center;
	background: #002663;
	border: 2px solid #002663;
	text-transform: none;
	letter-spacing: 0.0em;
	border-radius: 22px;
	overflow: hidden;
	transition:all 0.5s ease;
}

.btn-style-three span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-three span i{
	position: relative;
	top: -1px;
	vertical-align: middle;
	font-size: 22px;
	display: inline-block;
	padding-left: 8px;
}

.btn-style-three:hover{
	color: #002663;
	background: none;
	border-color: #002663;
}


.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#122E3A;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

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

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

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#414042 !important;	
}

.preloader{ 
	position:fixed; 
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-image:url(../images/icons/preloader.svg);
	display: none;
}

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

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:50px;
	height:50px;
	color:#982F30;
	font-size:18px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#ffffff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
	display:none;
	visibility: hidden;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	background: #982F30;
	color:#ffffff;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
	border-collapse: collapse;
	width: 100%;
	margin-bottom:20px;
	border: 1px solid #010101;
	font-family: 'Barlow', Arial, sans-serif;
	border-top: none;
}

table tr td{
	border: none;
	border-bottom: 1px solid #010101;
	border-right: 1px solid #010101;
	padding: 10px 15px;
	line-height: 1.5em;
	text-align: center;
	font-size: 18px;
}

table tr td:last-child{
	border-right: none;
}

table tr:last-child td{
	border-bottom: none;
}

table tr:hover{background-color: #dddddd;}

table th{
	border: none;
	border-right: 1px solid #010101;
	padding: 12px 15px;
	text-align: center;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	background-color: #ed7d31;
	color: #ffffff;
}

table th:last-child{
	border-right: none;
}

table tr td.scope,
table tr th.scope{
	width: 33.333%;
}


ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

h1{
	font-size: 48px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 16px;
}


/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:30px;
}

form .row .form-group{
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height:20px;
	margin-bottom: 10px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .alt-icon{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 20px;
	color: #122E3A;
	text-align: center;
	font-size: 16px;
	pointer-events: none;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#ffffff;
	line-height:24px;
	padding:10px 25px;
	height:46px;
	font-size:14px;
	font-weight: 400;
	background-color:#ffffff;
	font-family: 'Barlow', sans-serif;
	margin:0px;
	border-radius: 23px;
	border:1px solid rgba(0, 0, 0, 0.20);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 46px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select.styled{
	background-image: none;
}

form select option{
	text-indent: 30px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color:#002663;
	background-color: #ffffff;
}

form textarea{
	height:140px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form input::placeholder,
form textarea::placeholder{
	color:#4d4d4c;
}

form .radio-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 280px;
	margin-right: 10px;
}

form .radio-block input{
	position: absolute;
	left: 0;
	top: 5px;
	padding: 0;
	cursor: pointer;
}

form .radio-block label{
	position: relative;
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	cursor: pointer;
}

form .check-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}

form .check-block input{
	position: absolute;
	left: 0;
	top: 6px;
	padding: 0;
	cursor: pointer;
}

form .check-block label{
	position: relative;
	display: block;
	padding-left: 20px;
	line-height: 24px;
	font-size: 15px;
	font-weight: 400;
	color: #5b5b5b;
	text-transform: capitalize;
	cursor: pointer;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
  width:100%;
  font-size:14px;
  font-weight: 400;
  height:46px;
  padding:10px 25px;
  line-height:24px;
  font-family: 'Barlow', sans-serif;
  color:#ffffff;
  border-radius:20px;
  background-color:#ffffff;
  border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
  background:none;
  position:relative;
  top:6px;
  right: 0px;
  width: 22px;
  text-indent:0px;
  color:#999999;
}

.form-group .ui-button .ui-icon:before{
  font-family: 'Font Awesome 6 Pro';
  content: "\f107";
  position:absolute;
  right:0px;
  top:0px !important;
  width:24px;
  height:20px;
  display:block;
  color:#010101;
  line-height:20px;
  font-size:16px;
  font-weight:700;
  text-align:center;
  transition: all 300ms linear;
  z-index:5;
}

.form-group .ui-selectmenu-button-open .ui-icon:before{
  transform: rotate(180deg);
}

.ui-selectmenu-menu{
  min-width: 150px;
  max-height: 200px;
  overflow-y: auto;
}

.ui-selectmenu-menu .ui-widget.ui-widget-content{
  border:1px solid #a0a0a0;
  font-family: 'Barlow', sans-serif;
  border-radius: 20px;
  padding: 10px 0;
}

.ui-menu .ui-menu-item{
  font-size:16px;
  border-bottom:1px solid rgba(0, 0, 0, 0.0);
}

.ui-menu .ui-menu-item:last-child{
  border:none;
}

.ui-menu .ui-menu-item-wrapper{
  position:relative;
  display:block;
  padding:3px 28px !important;
  background: #ffffff;
  color: #ffffff;
  font-size:14px;
  line-height:24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active,
.ui-state-active, .ui-widget-content .ui-state-active{
  background: #ffffff;
  color: #000000;
  font-weight: 400;
  border: none;
  border-bottom-color:rgba(0, 0, 0, 0.0);
  margin: 0;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0;
	top:0;
	width:100%;
	min-height: 120px;
	padding:0px 0px;
	background:none;
	transition: all 300ms linear;
	z-index:999;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .header-upper{
	position:fixed;
	left: 0;
	top: 0;
	padding:0px 0px;
	width:100%;
	background: #002663;
	border-bottom: 0px solid rgba(0, 0, 0, 0.0);
	transition: all 300ms linear;
}

.fixed-header .header-upper{
	border-bottom-color: rgba(255, 255, 255, 0.25);
	border-width: 1px;
}

.main-header .main-box{
	position:relative;
	background: none;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:15px 0;
	transition:all 300ms ease;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
	float: left;
}

.main-header .main-box .logo-box .logo img{
	position: relative;
	left: 0;
	top: 0;
	max-width: none;
	height: 90px;
	transition: all 300ms ease;
}

.fixed-header .main-box .logo-box .logo img{
	height: 60px;
}

.main-header .navbar-toggler{
	position:relative;
	float:right;
	padding:0px 0px;
	margin-top: 20px;
	margin-left:25px;
	display: none;	
}

.main-header .navbar-toggler button{
	position:relative;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	text-align: center;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .navbar-toggler img{
	width: 28px;
}

.main-header .search-box{
	position:relative;
	float: left;
	padding: 40px 0;
	margin-left: 50px;
	transition: all 300ms ease;
	z-index:3;
}

.fixed-header .search-box{
	padding: 25px 0;
}

.main-header .search-box .search-btn{
	position:relative;
	display: block;
	font-size: 20px;
	color: #ffffff;
	line-height: 40px;
	cursor: pointer;
	transition: all 300ms ease;
	z-index:3;
}

.main-header .link-box{
	position:relative;
	float: left;
	line-height: 30px;
	padding: 42px 0;
	margin-left: 70px;
	transition: all 300ms ease;
	z-index:10;
}

.fixed-header .link-box{
	padding: 27px 0;
}

.main-header .link-box a{
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 18px;
	padding: 2px 20px 2px 35px;
	transition: all 300ms ease;
}

.main-header .link-box a:hover{
	background: #ffffff;
	color: #002663;
}

.main-header .link-box a .icon{
	position: absolute;
	left: -28px;
	top: -7px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #ffffff;
	border-radius: 50%;
	transition: all 300ms ease;
}

.main-header .links-box a img{
	max-height: 32px;
}

.main-header .links-box a:hover{
	opacity: 0.50;
}

.main-header .upper-right{
	position:relative;
	float: right;
	z-index:5;
}

.main-header .nav-box{
	position:relative;
	float: left;
	padding: 0 0;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
	display:block;
	padding: 0 0;
	transition:all 300ms ease;
}

.fixed-header .nav-outer{
	padding: 0 0;
}

.main-menu{
	position:relative;
	display:block;
}

.main-menu .navbar-collapse{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}

.main-menu .navigation{
	position:relative;
	z-index: 1;
}

.main-menu .navigation > li{
	position:relative;
	display: block;
	float: left;
	padding:0 0px;
	margin-right: 40px;
	text-align:left;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:18px;
	color:#ffffff;
	padding:45px 0;
	font-weight:400;
	line-height:30px;
	letter-spacing: 0.0em;
	text-transform: capitalize;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fixed-header .main-menu .navigation > li > a{
	padding-top: 30px;
	padding-bottom: 30px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #ffffff;
	background: none;
	opacity:1;
}

.main-menu .navigation > li.dropdown > a{
	padding-right: 18px;
}

.main-menu .navigation > li.dropdown > a:after{
	content: "\f063";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
	line-height: 30px;
	font-size: 10px;
}

.main-menu .navigation > li > a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	border-bottom: 2px solid #ffffff;
	transform: scaleX(0);
	transition: all 200ms linear;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	transform: scale(0.0);
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0px;
	top:100%;
	margin-top: 0;
	width:240px;
	padding:20px 25px;
	z-index:100;
	opacity: 1;
	display: none;
	text-align:left;
	background:#e8e9ed;
	border: none;
	border-top: 3px solid #002663;
	box-shadow:2px 2px 15px 1px rgba(0,0,0,0.07),-2px 0px 15px 1px rgba(0,0,0,0.07);
	border-radius:0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding:0px 0px;
	margin-bottom: 12px;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:0 0;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	color:#131313;
	letter-spacing: 0.0em;
	text-decoration: none;
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
	color: #002663;
}

.main-menu .navigation > li > ul.mega-menu{
	width: 650px;
	background: #e8e9ed;
	padding: 20px 0 40px;
	border: none;
	box-shadow: none;
}

.main-menu .mega-menu .mm-inner,
.main-menu .mega-menu .mm-content{
	position: relative;
}

.main-menu .mega-menu .parent-col{
	position: relative;
}

.main-menu .mega-menu .parent-col ul li{
	position: relative;
	margin-bottom: 0;
}

.main-menu .mega-menu .parent-col ul li a{
	position: relative;
	display: block;
	line-height: 30px;
	padding: 6px 20px 6px 56px;
	color: #131313;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 22px;
}

.main-menu .mega-menu .parent-col ul li .count{
	position: absolute;
	left: 24px;
	top: 6px;
	line-height: 30px;
	font-size: 14px;
	color: #002663;
}

.main-menu .mega-menu .parent-col ul li:hover .count,
.main-menu .mega-menu .parent-col ul li.active .count{
	color: rgba(255, 255, 255, 0.70);
}

.main-menu .mega-menu .child-col .expert-data{
	position: relative;
	display: none;
}

.main-menu .mega-menu .child-col .expert-data.active{
	display: block;
}

.main-menu .mega-menu .child-col ul li{
	position: relative;
	margin-bottom: 0;
}

.main-menu .mega-menu .child-col ul li a{
	position: relative;
	display: block;
	line-height: 30px;
	padding: 6px 20px 6px 50px;
	color: #131313;
	font-weight: 600;
	text-transform: capitalize;
	border-radius: 22px;
}

.main-menu .mega-menu .child-col ul li a:after{
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	font-size: 10px;
	transition: all 100ms ease;
	opacity: 0;
	visibility: hidden;
}

.main-menu .mega-menu .child-col ul li:hover > a:after{
	opacity: 1;
	visibility: visible;
}

.main-menu .mega-menu .parent-col ul li:hover > a,
.main-menu .mega-menu .child-col ul li:hover > a,
.main-menu .mega-menu .parent-col ul li.active > a,
.main-menu .mega-menu .child-col ul li.active > a{
	color: #ffffff;
	background: #002663;
}

.main-menu .navigation > li > ul.mega-menu:before{
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 1500px;
	height: 100%;
	background: #e8e9ed;
}

.main-menu .navigation > li > ul.mega-menu:after{
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	width: 1500px;
	height: 100%;
	background: #e8e9ed;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left: 100%;
	top:-2px;
	width:220px;
	padding:0 0;
	z-index:100;
	opacity: 1;
	display: none;
	text-align:left;
	background:#3f4245;
	border: 1px solid rgba(0,0,0,0.0);
	border-top: 3px solid #002663;
	box-shadow:2px 2px 15px 1px rgba(0,0,0,0.07),-2px 0px 15px 1px rgba(0,0,0,0.07);
	border-radius:0;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding:0px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 15px 10px 20px;
	font-size:14px;
	line-height:20px;
	font-weight:500;
	color:#ffffff;
	letter-spacing: 0.0em;
	text-decoration: none;
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li.current > a{
	color:#010101;
	background: #ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	right: 20px;
	top: 10px;
	line-height: 20px;
	font-size: 10px;
}

.main-menu .navigation > li:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > ul{
	visibility:visible;
	opacity:1;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .search-bar{
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .main-header .search-bar{
	opacity: 1;
	visibility: visible;
	top: 130px;
}

.page-scrolled.visible-search .main-header .search-bar{
	top: 110px;
}

.main-header .search-bar .inner-box{
	position: relative;
	display: block;
	float: right;
	width: 540px;
	max-width: 100%;
	padding: 20px 30px;
	background: #ffffff;
	border-radius: 10px;
}

.main-header .search-bar .form-box{
	position: relative;
	padding: 0 40px 0 40px;
}

.main-header .search-bar .s-icon{
	position: absolute;
	left: 0;
	top: 1px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #101010;
	z-index: 1;
}

.main-header .search-bar .s-close-btn{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	color: #101010;
	cursor: pointer;
	z-index: 1;
}

.main-header .search-bar .s-close-btn svg{
	width: 20px;
	height: 20px;
	stroke-width: 1.25px;
}

.main-header .search-bar .form-group{
	margin: 0;
}

.main-header .search-bar form input{
	width: 100%;
	height: 40px;
	line-height: 24px;
	padding: 8px 0;
	background: none;
	border: none;
	color: #131313;
	font-size: 18px;
	box-shadow: none;
}


.main-header .search-bar form input::placeholder,
.main-header .search-bar form textarea::placeholder{
	color:#101010;
}

.search-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .search-backdrop{
    opacity: 1;
    visibility: visible;
}

body.visible-search{
	overflow-y: hidden;
}



/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
	overflow: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: #272626;
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 0.86;
    visibility: visible;
}

.hidden-bar{
	position: fixed;
	top: 0;
	left: -400px;
	width: 300px;
	max-width: 100%;
	height: 100%;
	background: none;
	color: #282526;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
	list-style-type:none;
	margin:0px;
}

.hidden-bar.visible-sidebar{
	left:0px;	
}

.hidden-bar .hidden-bar-closer{
	position: absolute;
	top: 15px;
	right: 15px;
	background: rgba(0,0,0,0.0);
	color: #ffffff;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	line-height: 24px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #122E3A;
}

.hidden-bar .hidden-bar-closer:hover .btn{
	color: #ffffff;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	display: block;
	margin: 0 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	padding: 0 0;
	line-height: 24px;
}

.hidden-bar .nav-front{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffffff;
	padding-top: 80px;
	padding-bottom: 100px;
}

.hidden-bar .nav-front .nav-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 20px;
	background: #002663;
}

.hidden-bar .nav-header .logo{
	position: relative;
}

.hidden-bar .nav-header img{
	display:inline-block;
	height: 60px;
}

.hidden-bar .nav-footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #002663;
	padding: 27px 20px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
}

.hidden-bar .nav-footer .theme-btn{
	font-size: 18px;
}

.hidden-bar .nav-footer .phone{
	position: relative;
	font-weight: 600;
	line-height: 30px;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.hidden-bar .nav-footer .phone .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.hidden-bar .nav-footer .phone a{
	color: #ffffff;
}

.hidden-bar .nav-footer .links-box{
	position: relative;
}

.hidden-bar .nav-footer .links-box .link{
	
}

.hidden-bar .nav-footer .links-box a{
	display: block;
}

.hidden-bar .nav-menu{
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 100px;
	right: 0;
	background-color: transparent;
	padding: 20px 20px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	letter-spacing:0px;
	overflow-y: auto;
}

.hidden-bar .nav-menu .menu ul li{
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.hidden-bar .nav-menu .menu ul li:last-child{
	border-bottom: none;
}

.hidden-bar .nav-menu .menu ul li ul{
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.hidden-bar .nav-menu .menu ul li a{
	position: relative;
	background: transparent;
	color: #272626;
	display: block;
	font-weight: 400;
	font-size:16px;
	line-height: 24px;
	text-transform: capitalize;
	padding: 12px 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .nav-menu ul li:hover > a,
.hidden-bar .nav-menu ul > li.current > a,
.hidden-bar .nav-menu ul > li > ul > li.current > a,
.hidden-bar .nav-menu ul > li > a.current,
.hidden-bar .other-links ul li:hover > a,
.hidden-bar .other-links ul li.current > a{
	color: #002663;
}

.hidden-bar .nav-menu ul > li.current > a,
.hidden-bar .nav-menu ul > li > ul > li.current > a,
.hidden-bar .nav-menu ul > li > a.current,
.hidden-bar .other-links ul li.current > a{
	font-weight: 700;
}

.hidden-bar .other-links{
	background-color: transparent;
	padding: 20px 0;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
}

.hidden-bar .other-links ul li{
	position: relative;
	margin-bottom: 15px;
}

.hidden-bar .other-links ul li a{
	position: relative;
	background: transparent;
	color: #272626;
	display: block;
	font-weight: 400;
	font-size:16px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .nav-menu .menu ul li a .btn.expander{
	background: none;
	color: #272626;
	border: 1px solid rgba(0,0,0,0.0);
	padding: 0 0;
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 0px;
	position: absolute;
	top: 10px;
	right: 0;
	outline: none;
	box-shadow: 0 0 !important;
}

.hidden-bar .nav-menu ul li ul li a{
	padding-left: 20px !important;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	margin:0px 0px;
}

.banner-section ul,
.banner-section ul li{
	list-style: none;
	margin: 0;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;
	z-index: 0;
}

.banner-section .slide-item{
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .swiper-slide-active .image-layer{
	transition: all 7000ms ease;
	-moz-transition: all 7000ms ease;
	-webkit-transition: all 7000ms ease;
	-ms-transition: all 7000ms ease;
	-o-transition: all 7000ms ease;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), #002663);
	background: -ms-linear-gradient(top, rgba(0,0,0,0), #002663);
	background: -moz-linear-gradient(top, rgba(0,0,0,0), #002663);
}

.banner-section .content-box{
	position:relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: bottom;
	height: 400px;
	min-height: calc(100vh - 120px);
	padding: 100px 0px;
	z-index: 10;
}

.banner-section .content-box .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

.banner-section .content-box .inner{
	position:relative;
	display: block;
	max-width: 1040px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(70px);
	-ms-transform: translateY(70px);
}

.banner-section .swiper-slide-active .content-box .inner{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-ms-transform: translateY(0px);
	transition: all 1000ms ease 700ms;
	-ms-transition: all 1000ms ease 700ms;
}

.banner-section .content-box h2{
	font-weight:700;
	color: #ffffff;
	line-height:1.25em;
	margin:0px 0px;
}

.banner-section .content-box .link-box{
	position: relative;
	padding-top: 30px;
}

.banner-section .content-box .text{
	color: #ffffff;
	padding-top: 15px;
	margin: 0 auto;
	font-size:24px;
	font-weight:400;
	line-height:1.50em;
}

.banner-section .swiper-pagination{

}

.banner-section .swiper-pagination .swiper-pagination-bullet{
	background: rgba(255, 255, 255, 1) !important;
}

.banner-section .swiper-pagination .swiper-pagination-bullet-active{
	background: #002663;
}

.banner-section .swiper-button-prev,
.banner-section .swiper-button-next{
	opacity: 0.40;
	color: #ffffff;
	display: none;
	transition: all 500ms ease;
}

.banner-section .swiper-button-prev:hover,
.banner-section .swiper-button-next:hover{
	opacity: 1;
}


/*** 

====================================================================
	Expertise Section
====================================================================

***/

.expertise-section{
	position:relative;
	background: #002663;
	padding: 140px 0 110px;
}

.expertise-section .bg-logo{
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	max-width: 70%;
}

.expertise-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.expertise-section .up-content{
	position: relative;
	color: #ffffff;
	margin-bottom: 50px;
	z-index: 2;
}

.expertise-section .up-content h4,
.expertise-section .up-content h5{
	margin-bottom: 25px;
	font-weight: 600;
	text-transform: uppercase;
}

.expertise-section .up-content h3{
	text-transform: capitalize;
	margin-bottom: 0;
	font-weight: 500;
}

.expertise-section .up-content .text p:last-child{
	margin-bottom: 0;
}

.expertise-section .up-content .text-col,
.expertise-section .up-content .image-col{
	margin-bottom: 30px;
}

.expertise-section .up-content .image-col img{
	width: 100%;
}

.expertise-section .up-content .text-col .inner{
	padding-right: 20px;
	padding-left: 0;
}

.expertise-section .up-content .text{
	font-size: 20px;
}

.expertise-section .up-content .text-col strong{
	font-weight: 700;
}

.expertise-section .upper-text{
	position: relative;
	max-width: 980px;
	font-size: 24px;
	line-height: 1.4em;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 70px;
}

.expertise-section .upper-title{
	position: relative;
	text-align: center;
	color: #ffffff;
	margin-bottom: 50px;
}

.expertise-section .upper-title h1{
	font-weight: 700;
	text-transform: capitalize;
}

.expertise-section .upper-title h2{
	font-weight: 500;
	margin-bottom: 0px;
}

.expertise-section .title{
	position: relative;
	text-align: center;
	margin: 0 auto 50px;
}

.expertise-section .title h2{
	color: #ffffff;
	margin-bottom: 0;
}

.expertise-section .row{
	margin: 0 -20px;
}

.expert-block{
	position: relative;
	margin-bottom: 30px;
}

.expertise-section .expert-block{
	position: relative;
	padding: 0 20px;
}

.expert-block .inner-box{
	position: relative;
	display: block;
	border: 2px solid #ffffff;
	min-height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.expert-block .image-box{
	position: relative;
	display: block;
	background: #131313;
	border-radius: 20px;
}

.expert-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
	transition: all 1500ms ease;
}

.present-section .image-box:hover .image img{
	opacity: 0.12;
}

.expert-block .hvr-box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top: 52px;
	background:url(../images/background/bg-curve.png) center top no-repeat;
	margin-bottom: 95px;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.expert-block:hover .hvr-box{
	transform: translateY(0);
	margin-bottom: 0;
}

.expert-block .hvr-inner{
	position: relative;
	background: #ffffff;
	text-align: center;
	padding-bottom: 20px;
	z-index: 1;
}

.expert-block .hvr-box .icon-box{
	position: absolute;
	left: 50%;
	top: -80px;
	margin-left: -32px;
	width: 64px;
	height: 64px;
	line-height: 60px;
	text-align: center;
	border: 2px solid #ffffff;
	background: #002663;
	border-radius: 50%;
}

.expert-block .hvr-box .icon-box img{
	max-height: 40px;
}

.expert-block .hvr-box h5{
	margin: 3px 0;
	color: #002663;
	transition: all 500ms ease;
}

.expert-block:hover .hvr-box h5{
	margin: 3px 0 12px;
}

.expert-block .hvr-box h5 span{
	position: relative;
	display: inline-block;
	background: #ffffff;
	padding: 7px 25px;
	line-height: 24px;
	border-radius: 20px;
	transition: all 500ms ease;
}

.expert-block:hover .hvr-box h5 span{
	background: #002663;
	color: #ffffff;
}

.expert-block .hvr-box ul{
	margin: 0 0;
}

.expert-block .hvr-box ul li{
	list-style: none;
	line-height: 24px;
	color: #002663;
}

.expert-block .hvr-box ul li a{
	position: relative;
	color: #002663;
	text-decoration: underline;
}

.expert-block .hvr-box ul li a:hover{
	text-decoration: none;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	background: #ffffff;
	padding: 170px 0 100px;
}

.services-section .bg-logo{
	position: absolute;
	left: 0;
	top: 150px;
	width: 100%;
	max-width: 70%;
}

.services-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.services-section .text-col{
	position: relative;
	margin-bottom: 50px;
}

.services-section .text-col .inner{
	position: relative;
	display: block;
	padding-top: 110px;
	max-width: 420px;
}

.services-section .text-col h2{
	color: #131313;
	margin-bottom: 20px;
}

.services-section .text-col h3{
	color: #002663;
	margin-bottom: 50px;
}

.services-section .text-col .text{
	position: relative;
	font-size: 18px;
}

.services-section .text-col .link-box{
	position: relative;
	padding-top: 30px;
}

.services-section .images-col{
	position: relative;
	margin-bottom: 20px;
}

.services-section .images-col .inner{
	position: relative;
	display: block;
	padding-left: 20px;
}

.services-section .image-block{
	position: relative;
	margin-bottom: 34px;
}

.services-section .image-block .inner-box{
	position: relative;
	display: block;
}

.services-section .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.services-section .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
}

.services-section .image-block .svc-title{
	position: absolute;
	left: 0;
	top: -17px;
	width: 100%;
	text-align: center;
	z-index: 1;
}

.services-section .image-block .svc-title span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	padding: 5px 20px;
	color: #ffffff;
	background: #002663;
	border-radius: 17px;
}

.services-section .image-block .svc-title a{
	color: #ffffff;
}

/*** 

====================================================================
	Partners Section
====================================================================

***/

.partners-section{
	position:relative;
	padding: 100px 0 150px;
	background: #ffffff;
}

.partners-section.alternate{
	padding: 110px 0 80px;
}

.partners-section .title{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.partners-section .title h2{
	margin-bottom: 0;
}

.partner-block{
	position: relative;
	margin-bottom: 30px;
}

.partners-section .row{
	margin: 0 -12px;
}

.partners-section .partner-block{
	padding: 0 12px;
	-ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
}

.partner-block .inner-box{
	position: relative;
	display: block;
	padding: 0 20px;
	line-height: 140px;
	text-align: center;
	height: 140px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	border-radius: 30px;
	transition: all 500ms ease;
}

.partner-block .inner-box:hover{
	border-color: #002663;
}

.partner-block .image{
	position: relative;
	display: block;
}

.partner-block .image img{
	position: relative;
	max-height: 100px;
	transition: all 500ms ease;
}

.partner-block .inner-box:hover .image img{
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	background: #282827;
	color: #ffffff;
	overflow: hidden;
}

.main-footer .bg-logo{
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	max-width: 50%;
	z-index: 1;
}

.main-footer .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 120px 0 0;
    z-index: 10;
}

.main-footer .inner-container{
	position: relative;
	padding-left: 360px;
	min-height: 230px;
}

.main-footer .inner-container .logo-box{
	position: absolute;
	left: 0;
	top: -15px;
}

.main-footer .inner-container .logo-box img{
	max-height: 195px;
}

.main-footer .about-info{
	position: relative;
	left: 0;
	top: 0;
	max-width: 310px;
}

.main-footer .about-info .text{
	position: relative;
	font-weight: 400;
	line-height: 22px;
	font-size: 15px;
}

.main-footer .upper-section h6{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}

.main-footer .footer-column{
	position: relative;
	margin-bottom: 30px;
}

.main-footer .links{
	position: relative;
}

.main-footer .links li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
}

.main-footer .links li:last-child{
	margin-bottom: 0;
}

.main-footer .links li a{
	position: relative;
	color: #ffffff;
}

.main-footer .links li a:hover{
	text-decoration: underline;
}

.main-footer .info{
	position: relative;
}

.main-footer .info li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}

.main-footer .info li:last-child{
	margin-bottom: 0;
}

.main-footer .info li a{
	position: relative;
	color: #ffffff;
}

.main-footer .info li a:hover{
	text-decoration: underline;
}

.main-footer .newsletter{
	position: relative;
	padding-left: 20px;
}

.main-footer .newsletter-form{
	position: relative;
}

.main-footer .newsletter-form .text{
	position: relative;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
}

.main-footer .newsletter-form .form-group{
	position: relative;
	max-width: 380px;
	margin-bottom: 20px;
}

.newsletter-form form .form-group .alt-icon{
	right: auto;
	left: 20px;
	font-size: 16px;
}

.newsletter-form form input{
	padding-left: 56px;
	background: #ffffff;
	font-size: 16px;
	line-height: 20px;
	height: 44px;
	border-color: #ffffff;
	border-radius: 22px;
	color: #222222;
}

.text-right{
	text-align: right;
}

.newsletter-form form .theme-btn{
	position: relative;
	font-weight: 600;
	line-height: 24px;
	padding: 4px 32px;
	font-size: 14px;
	text-transform: uppercase;
	border-width: 2px;
	border-radius: 22px;
}

.newsletter-form form ::-webkit-input-placeholder{color: #555555;}

.newsletter-form form ::-moz-input-placeholder{color: #555555; }

.newsletter-form form ::-ms-input-placeholder{color: #555555;}

.main-footer .social{
	position: relative;
	padding-top: 20px;
}

.main-footer .social li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.main-footer .social li a{
	position: relative;
	display: block;
	line-height: 26px;
	text-align: center;
	width: 30px;
	height: 30px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	transition: all 500ms linear;
}

.main-footer .social li a:before{
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background: rgba(0, 0, 0, 0.0);
	border-radius: 50%;
	transition: all 500ms linear;
}

.main-footer .social li a i{
	position: relative;
	line-height: 28px;
	font-size: 14px;
	z-index: 1;
}

.main-footer .social li:hover a{
	background: rgba(0, 0, 0, 0.0);
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.0);
	transform: rotate(360deg);
}

.main-footer .social li.facebook:hover a:before{
	background: #3b5998;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.twitter:hover a:before{
	background: #1da1f2;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.linkedin:hover a:before{
	background: #0a66c2;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.instagram:hover a:before{
	background: #c32aa3;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.youtube:hover a:before{
	background: #ff0000;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .footer-bottom{
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .inner{
	position: relative;
	padding: 15px 0 200px;
	z-index: 5;
}

.main-footer .footer-bottom .footer-links{
	position: relative;
	line-height: 20px;
}

.main-footer .footer-bottom .footer-links li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}

.main-footer .footer-bottom .footer-links li a{
	position: relative;
	display: block;
	color: #ffffff;
}

.main-footer .footer-bottom .copyright{
	position: relative;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
}

.main-footer .footer-bottom .copyright a{
	color: #ffffff;
}

.main-footer .footer-bottom .copyright a:hover,
.main-footer .footer-bottom .footer-links li a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Inner Banner Section
====================================================================

***/

.inner-banner-section{
	position: relative;
	margin:0px 0px;
}

.inner-banner-section ul,
.inner-banner-section ul li{
	list-style: none;
	margin: 0;
}

.inner-banner-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner-banner-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), #002663);
	background: -ms-linear-gradient(top, rgba(0,0,0,0), #002663);
	background: -moz-linear-gradient(top, rgba(0,0,0,0), #002663);
}

.inner-banner-section .content-box{
	position:relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
	vertical-align: bottom;
	height: 500px;
	padding: 100px 0px;
	z-index: 10;
}

.inner-banner-section .content-box .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

.inner-banner-section .content-box .inner{
	position:relative;
	display: block;
}

.inner-banner-section .content-box h1{
	font-weight:400;
	color: #ffffff;
	line-height:1.20em;
	text-transform: uppercase;
	margin:0px 0px;
}

/*** 

====================================================================
	OD Section
====================================================================

***/

.od-section{
	position:relative;
	background: #002663;
	color: #ffffff;
	padding: 70px 0 90px;
	overflow: hidden;
}

.od-section.alt-padding{
	padding-bottom: 140px;
}

.od-section.coming-soon{
	padding: 250px 0;
}

.od-section.coming-soon .content{
	position: relative;
	text-align: center;
	font-size: 24px;
}

.od-section .bg-logo{
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	max-width: 50%;
}

.od-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.od-section .title-col{
	position: relative;
	margin-bottom: 30px;
}

.od-section .title-col h3{
	margin-bottom: 0;
}

.od-section .title-col .text{
	position: relative;
	font-size: 30px;
	line-height: 1.30em;
}

.od-section .title-col .text p:last-child{
	margin-bottom: 0;
}

.od-section .text-col{
	position: relative;
	margin-bottom: 30px;
}

.od-section .text-col strong{
	font-weight: 700;
}

.od-section .text-col .inner{
	position: relative;
	padding-left: 70px;
}

.od-section .text-col .inner.no-pad-left{
	padding-left: 0;
}

.od-section .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.35em;
}

.od-section .text-col .text p:last-child{
	margin-bottom: 0;
}

.od-section .text-col ul{
	margin-left: 30px;
	max-width: 700px;
}

.od-section .text-col ul li{
	list-style-type: square;
	margin-bottom: 20px;
}

.od-section .text-col ul.alt-style{
	margin-bottom: 0;
}

.od-section .text-col ul.alt-style li{
	padding-left: 5px;
}

.od-section .text-col ul.alt-style li::marker{
	color: #0d3e8b;
	font-size: 30px;
}

.od-section .text-col ul li:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding-bottom: 120px;
}

.team-section .upper-content{
	position: relative;
	margin-bottom: 60px;
	z-index: 2;
}

.team-section .lower-content{
	position: relative;
	z-index: 2;
}

.team-section .lower-content h3{
	margin-bottom: 35px;
	text-transform: uppercase;
}

.team-section .lower-content .row{
	margin: 0 -20px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.team-section .team-block{
	position: relative;
	padding: 0 20px;
}

.team-block .inner-box{
	position: relative;
	display: block;
	border: 2px solid #ffffff;
	min-height: 100%;
	border-radius: 20px;
	overflow: hidden;
}

.team-block .image-box{
	position: relative;
	display: block;
	background: #131313;
	border-radius: 20px;
}

.team-block .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.30);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), #002663);
	background: -ms-linear-gradient(top, rgba(0,0,0,0), #002663);
	background: -moz-linear-gradient(top, rgba(0,0,0,0), #002663);
	z-index: 1;
}

.team-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
	transition: all 1500ms ease;
}

.team-block .overlink{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.team-block .cap-box{
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	padding: 0 0 65px;
	transition: all 500ms ease;
	z-index: 2;
}

.team-block .inner-box:hover .cap-box{
	transform: translateY(0px);
}

.team-block .cap-box .arrow{
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 30px;
	transition: all 500ms ease;
}

.team-block .inner-box:hover .cap-box .arrow{
	bottom: 0px;
	line-height: 40px;
}

.team-block .cap-box .arrow:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -80px;
	top: 0;
	width: 160px;
	height: 160px;
	background: #ffffff;
	border-radius: 50%;
}

.team-block .cap-box .arrow .icon{
	position: relative;
	display: block;
	font-size: 30px;
	color: #002663;
}

.team-block .cap-box .social-links{
	position: absolute;
	bottom: -50px;
	width: 100%;
	padding: 10px 10px;
	background: #ffffff;
	text-align: center;
	z-index: 5;
}

.default-social ul,
.default-social ul li{
	list-style-type: none;
	margin: 0 0;
}

.default-social .social{
	position: relative;
}

.default-social .social li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.team-block .default-social .social li{
	margin: 0 5px;
}

.default-social .social li a{
	position: relative;
	display: block;
	line-height: 26px;
	text-align: center;
	width: 30px;
	height: 30px;
	color: #282827;
	border: 2px solid #282827;
	border-radius: 50%;
	transition: all 500ms linear;
}

.default-social .social li a:before{
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background: rgba(0, 0, 0, 0.0);
	border-radius: 50%;
	transition: all 500ms linear;
}

.default-social .social li a i{
	position: relative;
	line-height: 28px;
	font-size: 14px;
	z-index: 1;
}

.default-social .social li:hover a{
	background: rgba(0, 0, 0, 0.0);
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.0);
	transform: rotate(360deg);
}

.default-social .social li.facebook:hover a:before{
	background: #3b5998;
	transform: rotate(135deg);
	border-radius: 5px;
}

.default-social .social li.twitter:hover a:before{
	background: #1da1f2;
	transform: rotate(135deg);
	border-radius: 5px;
}

.default-social .social li.linkedin:hover a:before{
	background: #0a66c2;
	transform: rotate(135deg);
	border-radius: 5px;
}

.default-social .social li.instagram:hover a:before{
	background: #c32aa3;
	transform: rotate(135deg);
	border-radius: 5px;
}

.default-social .social li.youtube:hover a:before{
	background: #ff0000;
	transform: rotate(135deg);
	border-radius: 5px;
}

.team-block .cap-box .cap-inner{
	position: relative;
	display: block;
	padding: 0 20px;
	text-align: center;
}

.team-block .cap-box h5{
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 10px;
}

.team-block .cap-box .designation{
	text-transform: capitalize;
	font-size: 18px;
}

.team-section .mid-content{
	position: relative;
	padding-top: 80px;
	z-index: 2;
}

.team-section .mid-content h4,
.team-section .mid-content h5{
	margin-bottom: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.team-section .mid-content h3{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 500;
}

.team-section .mid-content .text p:last-child{
	margin-bottom: 0;
}

.team-section .mid-content .row{

}

.team-section .mid-content .text-col,
.team-section .mid-content .image-col{
	margin-bottom: 30px;
}

.team-section .mid-content .image-col img{
	width: 100%;
}

.team-section .mid-content .text-col .inner{
	padding-right: 20px;
	padding-left: 0;
	padding-top: 30px;
}

.team-section .mid-content .text-col .text{
	font-size: 20px;
}

.team-section .mid-content .text-col strong{
	font-weight: 700;
}

/*** 

====================================================================
	Why Us Section
====================================================================

***/

.why-us-section{
	position:relative;
	background: #ffffff;
	padding: 100px 0 80px;
	overflow: hidden;
}

.why-us-section .bg-logo{
	position: absolute;
	left: -160px;
	top: 30px;
	width: 100%;
	max-width: 60%;
}

.why-us-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.why-us-section .title{
	position: relative;
	margin-bottom: 50px;
}

.why-us-section .title h3{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 0;
}

.why-us-section .title .text{
	position: relative;
	font-size: 24px;
	padding-top: 15px;
}

.why-us-section .title-col{
	position: relative;
	margin-bottom: 30px;
}

.why-us-section .title-col h4{
	font-weight: 600;
	margin-bottom: 0;
}

.why-us-section .title-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.30em;
}

.why-us-section .title-col .text p:last-child{
	margin-bottom: 0;
}

.why-us-section .text-col{
	position: relative;
	margin-bottom: 30px;
}

.why-us-section .text-col .inner{
	position: relative;
}

.why-us-section .text-col .inner .text-col .inner{
	padding-left: 0;
}

.why-us-section .text-col h4{
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.why-us-section .text-col .text{
	position: relative;
	font-size: 20px;
	line-height: 1.35em;
}

.why-us-section .text-col strong{
	font-weight: 700;
	padding-bottom: 5px;
}

.why-us-section .text-col .text p:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
	Featured Section
====================================================================

***/

.featured-section{
	position:relative;
	background: #ffffff;
	padding: 150px 0 110px;
	overflow: hidden;
}

.featured-section .bg-logo{
	position: absolute;
	left: -160px;
	top: 30px;
	width: 100%;
	max-width: 70%;
}

.featured-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.featured-section .title{
	position: relative;
	margin-bottom: 20px;
}

.featured-section .title h3{
	text-transform: uppercase;
	margin-bottom: 0;
}

.featured-section .image-col{
	position: relative;
	order: 0;
	margin-bottom: 30px;
}

.featured-section .image-col .image{
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.0);
	overflow: hidden;
	border-radius: 30px;
}

.featured-section .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
}

.featured-section .text-col{
	position: relative;
	order: 12;
	margin-bottom: 30px;
}

.featured-section .text-col .inner{
	position: relative;
	padding-top: 30px;
	padding-left: 35px;
	max-width: 550px;
}

.featured-section .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.35em;
}

.featured-section .text-col .text p:last-child{
	margin-bottom: 0;
}

/*** 

====================================================================
	Mission Vision Section
====================================================================

***/

.vmv-section{
	position: relative;
	background: #282827;
	color: #ffffff;
	padding: 80px 0 100px;
}

.vmv-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: right center;
}

.vmv-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.vmv-section .upper-content{
	position: relative;
	margin-bottom: 80px;
}

.vmv-section h2{
	position: relative;
	text-transform: capitalize;
	margin-bottom: 40px;
}

.vmv-section h3{
	position: relative;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.vmv-section .text{
	line-height: 1.30em;
}

.vmv-section .text p:last-child{
	margin-bottom: 0;
}

.vmv-section .upper-content h3{
	font-weight: 600;
}

.vmv-section .upper-content .text{
	font-size: 30px;
}

.vmv-section .lower-content .text{
	font-size: 24px;
}

.vmv-section .lower-content ul{
	margin-left: 40px;
}

.vmv-section .lower-content ul li{
	margin-bottom: 5px;
}

.vmv-section .lower-content ul li:last-child{
	margin-bottom: 0;
}

.vmv-section .lower-content .row{
	margin: 0 -30px;
}

.vmv-section .lower-content .text-col{
	padding: 0 30px;
	margin-bottom: 30px;
}

.vmv-section .lower-content .inner{
	position: relative;
	max-width: 600px;
}

.vmv-section .lower-content .b-text{
	padding-top: 30px;
}

.vmv-section .lower-content .b-text h3{
	text-transform: none;
	font-weight: 500;
}

/*** 

====================================================================
	Mission Section
====================================================================

***/

.mission-section{
	position:relative;
	padding: 0 0;
	background: #ffffff;
	overflow: hidden;
}

.mission-section .outer-container{
	position: relative;
}

.mission-section .row{
	margin: 0 0;
}

.mission-section .image-col,
.mission-section .text-col{
	padding: 0 0;
}

.mission-section .image-col .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mission-section .image-col .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
	opacity: 1;
}

.mission-section .image-col .inner{
	position: relative;
	min-height: 100%;
}

.mission-section .image-col .image{
	position: relative;
	display: none;
}

.mission-section .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
}

.mission-section .text-col .inner{
	position: relative;
	display: block;
}

.mission-section .text-col .content{
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 720px;
	padding: 200px 80px 180px 20px;
}

.mission-section .text-col h2{
	position: relative;
	font-weight: 600;
	color: #002663;
	margin-bottom: 30px;
}

.mission-section .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
}

.mission-section .text-col .link-box{
	position: relative;
	padding-top: 10px;
}

/*** 

====================================================================
	Mission Vision Section
====================================================================

***/

.exp-section{
	position: relative;
	background: #002663;
	color: #ffffff;
	padding: 80px 0 80px;
}

.exp-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: right center;
}

.exp-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.exp-section .content{
	position: relative;
}

.exp-section h2{
	position: relative;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.exp-section h3{
	position: relative;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	margin-bottom: 50px;
}

.exp-section h4{
	position: relative;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.exp-section .exp-block ul{
	margin-left: 40px;
}

.exp-section .exp-block ul li{
	margin-bottom: 5px;
}

.exp-section .exp-block ul li:last-child{
	margin-bottom: 0;
}

.exp-section .content .row{
	margin: 0 -20px;
}

.exp-section .content .exp-block{
	padding: 0 20px;
	margin-bottom: 30px;
}

.exp-section .exp-block .inner{
	position: relative;
}

.exp-section .exp-block .image{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.exp-section .exp-block .image img{
	display: block;
	width: 100%;
}

.exp-section .exp-block .lower{
	position: relative;
	padding-left: 20px;
}

.exp-section .exp-block .text{
	position: relative;
	font-size: 24px;
	line-height: 1.40em;
}

.exp-section .exp-block .text p:last-child{
	margin-bottom: 0;
}


/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	padding: 50px 0 40px;
	background: #ffffff;
	text-align: center;
}

.cta-section .auto-container{
	max-width: 750px;
}

.cta-section .text{
	font-size: 30px;
	line-height: 1.25em;
}

.cta-section .email{
	position: relative;
	padding-top: 30px;
	font-size: 30px;
	line-height: 1.3em;
}

.cta-section .email a{
	color: #282827;
}

.cta-section .email a:hover{
	text-decoration: underline;
	color: #002663;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 70px 0 90px;
	background: #ffffff;
}

.contact-section .bg-logo{
	position: absolute;
	left: 0px;
	top: -130px;
	width: 100%;
	max-width: 70%;
}

.contact-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.contact-section .auto-container{
	position: relative;
	max-width: 1000px;
}

.contact-section .info-col,
.contact-section .form-col{
	margin-bottom: 30px;
}

.contact-section .info-col .inner{
	position: relative;
	display: block;
}

.contact-section .info-col h3{
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contact-section .info-block{
	position: relative;
	margin-bottom: 50px;
}

.contact-section .info-block:last-child{
	margin-bottom: 0;
}

.contact-section .info{
    position: relative;
}

.contact-section .info-block ul{
	margin: 0 0;
}

.contact-section .info li{
    position: relative;
    list-style: none;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #282827;
    padding: 3px 0;
    padding-left: 45px;
    margin-bottom: 5px;
}

.contact-section .info li.address{
	padding: 0;
	line-height: 24px;
  margin-bottom: 12px;
}

.contact-section .info li a{
    color: #282827;
}

.contact-section .info li a:hover{
	text-decoration: underline;
}

.contact-section .info li .icon{
    position: absolute;
		display: inline-block;
		left: 0;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    width: 30px;
		font-size: 16px;
		color: #002663;
	}

.contact-section .info li .icon img{
	max-height: 24px;
}

.contact-section .form-col .inner{
	position: relative;
	display: block;
	padding-left: 20px;
}

.contact-section .form-box{
	position: relative;
}

.contact-section .form-box .form-group{
	margin-bottom: 15px;
}

.contact-section .form-box .form-group:last-child{
	margin-bottom: 0;
}

.contact-section form input,
.contact-section form select,
.contact-section form textarea{
	color: #131313;
	border: 1px solid rgba(0, 0, 0, 0.30);
}

.contact-section form select option{
	color: #131313;
}

.contact-section form textarea{
	height: 220px;
	padding-top: 15px;
}

.contact-section form textarea:focus{
	border-color:#005baa;
}

.contact-section form button{
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 7px 30px;
}

/*** 

====================================================================
	Secondary Nav
====================================================================

***/

.secondary-nav{
	position: relative;
	height: 52px;
	z-index: 5;
}

.secondary-nav ul{
	position: absolute;
	left: 0;
	top: -52px;
	width: 100%;
	text-align: center;
	margin: 0 0;
}

.secondary-nav ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
}

.secondary-nav ul li a{
	position: relative;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 30px;
	padding: 14px 25px 8px;
	min-width: 170px;
	background: #ffffff;
	color: #002663;
	border-radius: 10px 10px 0 0;
}

.secondary-nav ul li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 46px;
	width: 100%;
	height: 56px;
	background:url(../images/background/bg-curve-3.png) center top no-repeat;
	transition: all 500ms ease;
	opacity: 0;
}

.secondary-nav ul li a:after{
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	top: 76px;
	left: 50%;
	margin-left: -30px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	background: #ffffff;
	color: #002663;
	border-radius: 50%;
	font-size: 24px;
	transition: all 500ms ease;
	opacity: 0;
}

.secondary-nav ul li.current a{
	background: #242423;
	color: #ffffff;
	min-width: 300px;
	font-weight: 600;
}

.secondary-nav ul li.current a:before,
.secondary-nav ul li.current a:after{
	opacity: 1;
}

/*** 

====================================================================
	Testing Evaluation
====================================================================

***/

.testing-evaluation{
	position: relative;
	padding-bottom: 80px;
}

.testing-evaluation.inst-devices,
.testing-evaluation.rd-svcs{
	padding: 0 0;
}

.inst-devices .id-block{
	position: relative;
	padding: 100px 0 70px;
}

.inst-devices .id-block .upper-text{
	position: relative;
	margin-bottom: 50px;
}

.inst-devices .id-block .upper-text{
	position: relative;
	margin-bottom: 60px;
}

.inst-devices .id-block .upper-text h3{
	color: #002663;
	text-transform: capitalize;
	margin-bottom: 25px;
}

.inst-devices .id-block .upper-text strong{
	color: #002663;
}

.inst-devices .id-block .upper-text .text{
	position: relative;
	font-size: 20px;
}

.inst-devices .id-block .images{
	position: relative;
	padding: 0 0;
}

.testing-evaluation .main-image{
	position: relative;
	padding: 80px 0;
}

.testing-evaluation .main-image .image-box{
	position: relative;
	text-align: center;
}

.testing-evaluation .more-images{
	position: relative;
}

.testing-evaluation .more-images.pad-top{
	padding-top: 80px;
}

.testing-evaluation .more-images h3{
	text-transform: uppercase;
	margin-bottom: 40px;
}

.testing-evaluation .more-images .row{
	margin: 0 -10px;
}

 .testing-evaluation .more-images .image-block{
 		margin-bottom: 20px;
    padding: 0 10px;
 }

 .testing-evaluation .more-images .image-block .image{
  	position: relative;
  	display: block;
  	border: 1px solid rgba(0, 0, 0, 0.10);
  	overflow: hidden;
  	border-radius: 30px;
  }

  .testing-evaluation .more-images .h1 .image{
  	display: block;
  	height: 350px;
  }

  .testing-evaluation .more-images .h2 .image{
  	display: block;
  	height: 550px;
  }

  .testing-evaluation .more-images .fh .image{
  	height: auto;
  }

  .testing-evaluation .more-images .fw{
  	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

 .testing-evaluation .more-images .w-30{
 		-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
 }

 .testing-evaluation .more-images .w-33{
 		-ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
 }

 .testing-evaluation .more-images .w-40{
 		-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
 }

 .testing-evaluation .more-images .w-60{
 		-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
 }

.testing-evaluation .more-images .image .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.testing-evaluation .more-images .image img{
 		display: none;
 		width: 100%;
 		border-radius: 30px;
}

 .testing-evaluation .more-images .fw .image img{
 	display: block;
 }

.testing-evaluation .more-images .image .overlink{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

/*** 

====================================================================
	Page Info
====================================================================

***/

.page-info{
	position:relative;
	padding: 10px 0px 80px;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.page-info .bread-crumb{
	position: relative;;
}

.page-info ul,
.page-info ul li{
	list-style: none;
	margin: 0;
}

.page-info .bread-crumb ul li{
	position: relative;
	display: block;
	float: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #4b4b4b;
	margin-right: 30px;
}

.page-info .bread-crumb ul li:last-child{
	margin-right: 0;
}

.page-info .bread-crumb ul li:before{
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: -30px;
	top: 1px;
	font-size: 10px;
	color: #4b4b4b;
	font-weight: 400;
	width: 30px;
	height: 24px;
	line-height: 24px;
	text-align: center;
}

.page-info .bread-crumb ul li:last-child:before{
	display: none;
}

.page-info .bread-crumb ul li a{
	position: relative;
	line-height: 24px;
	color: #4b4b4b;
}

.page-info .bread-crumb ul li a:hover{
	text-decoration: underline;
}

.page-info .bread-crumb ul li a:hover,
.page-info .bread-crumb ul li.active{
	color: #002663;
}

/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	background: #ffffff;
	padding: 120px 0 40px;
	overflow: hidden;
}

.products-section .product-block{
	position: relative;
	margin-bottom: 80px;
}

.products-section .product-block:last-child{
	margin-bottom: 40px;
}

.products-section .product-block h2,
.products-section .product-block h3{
	font-size: 36px;
	margin-bottom: 40px;
}

.products-section .product-block .image-col{
	position: relative;
	order: 0;
	margin-bottom: 30px;
}

.products-section .product-block.alternate .image-col{
	order: 12;
}

.products-section .product-block.alternate .text-col{
	order: 0;
}

.products-section .product-block .image-col .image{
	position: relative;
	text-align: center;
}

.products-section .product-block .image-col .image img{
	position: relative;
}

.products-section .product-block .text-col{
	position: relative;
	order: 12;
	margin-bottom: 30px;
}

.products-section .product-block .text-col .inner{
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
	max-width: 780px;
}

.products-section .product-block.alternate .text-col .inner{
	padding-left: 0;
	padding-right: 30px;
}

.products-section .product-block .text-col .inner.no-pad-top{
	padding-top: 0;
}

.products-section .product-block .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.35em;
}

.products-section .product-block .text-col .text.alt-font{
	font-size: 20px;
}

.products-section .product-block .text-col .text p:last-child{
	margin-bottom: 0;
}

.products-section .product-block .images-row{
	position: relative;
	padding-top: 50px;
}

.products-section .product-block .image-block{
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.products-section .product-block .image-block img{
	width: 100%;
}

/*** 

====================================================================
	Training
====================================================================

***/

.training-topics{
	position: relative;
}

.training-topics-1{
	position:relative;
	background: #ffffff;
	padding: 120px 0 90px;
	overflow: hidden;
}

.training-topics-1 .auto-container{
	max-width: 1240px;
}

.training-topics-1 .title{
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.training-topics-1 .title h2{
	font-size: 36px;
	color: #002663;
	text-transform: uppercase;
	margin-bottom: 0;
}

.training-topics-1 .bg-logo{
	position: absolute;
	left: 0;
	top: 240px;
	width: 100%;
	max-width: 70%;
}

.training-topics-1 .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.training-topics-1.bg-grey .bg-logo img{
	opacity: 1;
}

.training-topics-1 .text-col{
	position: relative;
	margin-bottom: 50px;
}

.training-topics-1 .text-col .inner{
	position: relative;
	display: block;
	padding-top: 270px;
	max-width: 420px;
}

.training-topics-1.full-text .text-col .inner{
	max-width: none;
	padding-top: 0;
}

.training-topics-1 .text-col .inner.no-pad-top{
	padding-top: 0;
}

.training-topics-1.alternate .text-col .inner{
	max-width: none;
	padding-right: 20px;
}

.training-topics-1 .text-col h3{
	text-transform: uppercase;
	color: #002663;
	margin-bottom: 45px;
}

.training-topics-1 .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.3em;
}

.training-topics-1 .text-col ul{
	margin-left: 30px;
}

.training-topics-1 .text-col ul li{
	list-style-type: square;
	margin-bottom: 20px;
}

.training-topics-1 .text-col ul li:last-child{
	margin-bottom: 0;
}

.training-topics-1 .text-col ul li::marker{
	color: #002663;
}

.training-topics-1 .text-col .link-box{
	position: relative;
	padding-top: 30px;
}

.training-topics-1 .images-col{
	position: relative;
	margin-bottom: 20px;
}

.training-topics-1 .images-col .inner{
	position: relative;
	display: block;
	padding-left: 30px;
}

.training-topics-1 .images-col .row{
	margin: 0 -10px;
}

.training-topics-1 .images-col .image-col{
	padding: 0 10px;
}

.training-topics-1 .images-col .image-col:nth-child(1){
	padding-top: 80px;
}

.training-topics-1 .image-block{
	position: relative;
	margin-bottom: 20px;
}

.training-topics-1 .image-block .inner-box{
	position: relative;
	display: block;
}

.training-topics-1 .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.training-topics-1 .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
}

.training-topics-2{
	position:relative;
	background: #282828;
	color: #ffffff;
	padding: 240px 0 180px;
	overflow: hidden;
}

.training-topics-2.alt-pad-bot{
	padding-bottom: 80px;
}

.training-topics-2 .auto-container{
	max-width: 1240px;
}

.training-topics-2 .bg-logo{
	position: absolute;
	right: 40px;
	top: 70px;
	width: 100%;
	max-width: 65%;
	text-align: right;
}

.training-topics-2 .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.training-topics-2 .text-col{
	position: relative;
	order: 12;
	margin-bottom: 50px;
}

.training-topics-2 .text-col .inner{
	position: relative;
	display: block;
	padding-top: 50px;
	max-width: 420px;
}

.training-topics-2 .text-col .inner.no-pad-top{
	padding-top: 0;
}

.training-topics-2 .text-col h3{
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 45px;
}

.training-topics-2 .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.3em;
}

.training-topics-2 .text-col ul{
	margin-left: 30px;
}

.training-topics-2 .text-col ul li{
	list-style-type: square;
	margin-bottom: 20px;
}

.training-topics-2 .text-col ul li:last-child{
	margin-bottom: 0;
}

.training-topics-2 .text-col .link-box{
	position: relative;
	padding-top: 30px;
}

.training-topics-2 .images-col{
	position: relative;
	order: 0;
	margin-bottom: 20px;
}

.training-topics-2 .images-col .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.training-topics-2 .images-col .row{
	margin: 0 -10px;
}

.training-topics-2 .images-col .image-col{
	padding: 0 10px;
}

.training-topics-2 .images-col .image-col:nth-child(2){
	padding-top: 40px;
}

.training-topics-2 .image-block{
	position: relative;
	margin-bottom: 20px;
}

.training-topics-2 .image-block .inner-box{
	position: relative;
	display: block;
}

.training-topics-2 .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.training-topics-2 .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
}

.training-topics-3{
	position:relative;
	background: #ffffff;
	padding: 350px 0 320px;
	overflow: hidden;
}

.training-topics-3.alt-pad{
	padding: 180px 0 130px;
}

.training-topics-3 .auto-container{
	max-width: 1240px;
}

.training-topics-3 .bg-logo{
	position: absolute;
	left: 0;
	top: 70px;
	width: 100%;
	max-width: 70%;
}

.training-topics-3 .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.training-topics-3 .text-col{
	position: relative;
	margin-bottom: 50px;
}

.training-topics-3 .text-col .inner{
	position: relative;
	display: block;
	padding-top: 50px;
	max-width: 420px;
}

.training-topics-3 .text-col .inner.no-pad-top{
	padding-top: 0;
}

.training-topics-3 .text-col h3{
	text-transform: uppercase;
	color: #002663;
	margin-bottom: 45px;
}

.training-topics-3 .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.3em;
}

.training-topics-3 .text-col ul{
	margin-left: 30px;
}

.training-topics-3 .text-col ul li{
	list-style-type: square;
	margin-bottom: 20px;
}

.training-topics-3 .text-col ul li:last-child{
	margin-bottom: 0;
}

.training-topics-3 .text-col ul li::marker{
	color: #002663;
}

.training-topics-3 .text-col .link-box{
	position: relative;
	padding-top: 30px;
}

.training-topics-3 .images-col{
	position: relative;
	margin-bottom: 20px;
}

.training-topics-3 .images-col .inner{
	position: relative;
	display: block;
	padding-left: 30px;
}

.training-topics-3 .images-col .row{
	margin: 0 -10px;
}

.training-topics-3 .images-col .image-col{
	padding: 0 10px;
}

.training-topics-3 .images-col .image-col:nth-child(2){
	padding-top: 80px;
}

.training-topics-3 .image-block{
	position: relative;
	margin-bottom: 20px;
}

.training-topics-3 .image-block .inner-box{
	position: relative;
	display: block;
}

.training-topics-3 .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.training-topics-3 .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
}

.training-topics-4{
	position:relative;
	background: #282828;
	color: #ffffff;
	padding: 170px 0 170px;
	overflow: hidden;
}

.training-topics-4 .auto-container{
	max-width: 1240px;
}

.training-topics-4 .bg-logo{
	position: absolute;
	right: 40px;
	top: 50px;
	width: 100%;
	max-width: 65%;
	text-align: right;
}

.training-topics-4 .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.training-topics-4 .text-col{
	position: relative;
	order: 12;
	margin-bottom: 50px;
}

.training-topics-4 .text-col .inner{
	position: relative;
	display: block;
	padding-top: 180px;
	max-width: 420px;
}

.training-topics-4 .text-col h3{
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 60px;
}

.training-topics-4 .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.3em;
}

.training-topics-4 .text-col ul{
	margin-left: 30px;
}

.training-topics-4 .text-col ul li{
	list-style-type: square;
	margin-bottom: 20px;
}

.training-topics-4 .text-col ul li:last-child{
	margin-bottom: 0;
}

.training-topics-4 .text-col .link-box{
	position: relative;
	padding-top: 30px;
}

.training-topics-4 .images-col{
	position: relative;
	order: 0;
	margin-bottom: 20px;
}

.training-topics-4 .images-col .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.training-topics-4 .images-col .row{
	margin: 0 -10px;
}

.training-topics-4 .images-col .image-col{
	padding: 0 10px;
}

.training-topics-4 .images-col .image-col:nth-child(2){
	padding-top: 80px;
}

.training-topics-4 .image-block{
	position: relative;
	margin-bottom: 20px;
}

.training-topics-4 .image-block .inner-box{
	position: relative;
	display: block;
}

.training-topics-4 .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.training-topics-4 .image-block .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
}

.no-max-wid{
	max-width: none !important;
}

/*** 

====================================================================
	Technology Products Section
====================================================================

***/

.tech-products{
	position:relative;
	background: #ffffff;
	padding: 120px 0 30px;
	overflow: hidden;
}

.tech-products .bg-logo{
	position: absolute;
	left: -160px;
	top: 30px;
	width: 100%;
	max-width: 70%;
}

.tech-products .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.tech-products .prod-block{
	position: relative;
	margin-bottom: 80px;
}

.tech-products .prod-block .inner{
	position: relative;
}

.tech-products .prod-block .title{
	position: relative;
	margin-bottom: 70px;
}

.tech-products .prod-block .title h3{
	color: #ffffff;
	margin-bottom: 0;
}

.tech-products .prod-block .title h3 span{
	position: relative;
	display: inline-block;
	padding: 10px 40px;
	line-height: 1.5em;
	background: #002663;
	border-radius: 30px;
}

.tech-products .prod-block .image-block{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.tech-products .prod-block .image-block .image{
	position: relative;
	display: table;
	width: 100%;
	min-height: 100%;
	vertical-align: middle;
}

.tech-products .prod-block .image-block .image span{
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.tech-products .prod-block .image-block .image img{
	position: relative;
	vertical-align: middle;
}


/*** 

====================================================================
	Consultancy Training Section
====================================================================

***/

.consult-training{
	position:relative;
	background: #ffffff;
	padding: 10px 0 0;
}

.consult-training .upper-image{
	position: relative;
	padding-top: 50px;
	margin-bottom: 70px;
}

.consult-training .up-title{
	position: relative;
	max-width: 920px;
	text-align: center;
	margin: 0 auto 50px;
}

.consult-training .upper-image .row{
	margin: 0 -5px;
}

.consult-training .upper-image .image-col{
	padding: 0 5px;
	margin-bottom: 10px;
}

.consult-training .upper-image .image{
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.0);
	overflow: hidden;
	border-radius: 30px;
}

.consult-training .upper-image .image img{
	display: block;
	width: 100%;
}

.consult-training .title{
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.consult-training .title h3{
	font-size: 36px;
	text-transform: uppercase;
	color: #002663;
	margin-bottom: 0;
}

.consult-training .benefits{
	position: relative;
}

.consult-training .benefits .ben-inner{
	position: relative;
	display: block;
	padding: 0 50px;
}

.consult-training .benefits .ben-inner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 80px;
	bottom: 338px;
	left: 0;
	right: 0;
	border: 4px solid #c8c8c8;
	border-radius: 220px;
}

.consult-training .benefits .ben-inner:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 220px;
	height: 100%;
	background: #ffffff;
}

.consult-training .benefits .ben-block{
	position: relative;
	margin-bottom: 200px;
	z-index: 1;
}

.consult-training .benefits .ben-block .inner{
	position: relative;
	text-align: center;
	min-height: 100%;
}

.consult-training .benefits .ben-block .image{
	position: relative;
	width: 164px;
	height: 164px;
	line-height: 156px;
	margin: 0 auto 30px;
	background: #002663;
	border: 4px solid #002663;
	color: #ffffff;
	border-radius: 50%;
	transition: all 500ms ease;
}

.consult-training .benefits .ben-block .inner:hover .image{
	background: #ffffff;
}

.consult-training .benefits .ben-block .inner:hover .image img{
	-webkit-filter: invert(0.75);
	-ms-filter: invert(0.75);
	-moz-filter: invert(0.75);
	transform: scale(0.75) rotate(360deg);
}

.consult-training .benefits .ben-block .image img{
	max-height: 110px;
	transition: all 300ms ease;
}

.consult-training .benefits .ben-block h4{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0;
}

/*** 

====================================================================
	Consulting Services Section
====================================================================

***/

.consult-svcs{
	position:relative;
	background: #002663;
	color: #ffffff;
	padding: 100px 0 150px;
	overflow: hidden;
}

.consult-svcs .content{
	position: relative;
}

.consult-svcs .bg-logo{
	position: absolute;
	left: 0;
	bottom: -80%;
	width: 100%;
	max-width: 850px;
}

.consult-svcs .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.consult-svcs .content h3{
	text-align: center;
	margin-bottom: 50px;
}

.consult-svcs .content .text{
	position: relative;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 1.30em;
}

.consult-svcs .content .text p:last-child{
	margin-bottom: 0;
}

.consult-svcs .process{
	position: relative;
}

.consult-svcs .process .process-block{
	position: relative;
	flex: 0 0 auto;
  width: 20%;
  margin-bottom: 85px;
}

.consult-svcs .process .process-block.last{
  width: 100%;
  margin-bottom: 50px;
}

.consult-svcs .process .process-block .inner{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	min-height: 120px;
	border: 5px solid #ffffff;
	border-radius: 55px;
}

.consult-svcs .process .process-block.last .inner{
	padding: 45px 0;
	max-width: 500px;
	margin: 0 auto;
}

.consult-svcs .process .process-block .inner:after{
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -27px;
	border: 55px solid rgba(0, 0, 0, 0.0);
	border-left: 100px solid #ffffff;
}

.consult-svcs .process .process-block:nth-child(5) .inner:after{
	display: none;
}

.consult-svcs .process .process-block:last-child .inner:after{
	content: '';
	position: absolute;
	top: -90px;
	left: 50%;
	margin-left: -40px;
	border: 40px solid rgba(0, 0, 0, 0.0);
	border-top: 80px solid #ffffff;
}

.consult-svcs .process .process-block .inner .bb{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 0 25px 0 50px;
}

.consult-svcs .process .process-block:first-child .inner .bb{
	padding-left: 20px;
}

.consult-svcs .process .process-block.last .inner .bb{
	padding-left: 25px;
	padding-right: 25px;
}

.consult-svcs .process .process-block .inner .bi{
	position: relative;
	font-size: 24px;
	line-height: 1.4em;
}

/*** 

====================================================================
	Consultancy Test Platforms
====================================================================

***/

.consult-test-platform{
	position:relative;
	background: #ffffff;
	padding: 100px 0 120px;
	overflow: hidden;
}

.consult-test-platform .bg-logo{
	position: absolute;
	left: -150px;
	top: 30px;
	width: 100%;
	max-width: 60%;
}

.consult-test-platform .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.consult-test-platform .auto-container{
	max-width: 1240px;
}

.consult-test-platform .title{
	position: relative;
	text-align: center;
	margin-bottom: 80px;
}

.consult-test-platform .title h3{
	text-transform: capitalize;
	margin-bottom: 0;
}

.consult-test-platform .title h3 span{
	position: relative;
	display: inline-block;
	padding: 20px 60px 40px;
	line-height: 40px;
	background: #002663;
	color: #ffffff;
	border-radius: 50px;
}

.consult-test-platform .title .arrow{
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 100%;
	margin-top: -25px;
	width: 84px;
	height: 84px;
	line-height: 84px;
	background: #ffffff;
	display: inline-block;
	font-size: 30px;
	background: #ffffff;
	color: #002663;
	border-radius: 50%;
	z-index: 1;
}

.consult-test-platform .image-col{
	position: relative;
	order: 0;
	margin-bottom: 5px;
}

.consult-test-platform .image-col .image{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 25px;
}

.consult-test-platform .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 30px;
}

.consult-test-platform .image-col:nth-child(2){
	margin-top: 150px;
}

/*** 

====================================================================
	Consultancy Test Evaluation
====================================================================

***/

.consult-test-eval{
	position:relative;
	background: #ffffff;
	padding: 20px 0 100px;
	overflow: hidden;
}

.consult-test-eval .bg-logo{
	position: absolute;
	left: -150px;
	top: 30px;
	width: 100%;
	max-width: 60%;
}

.consult-test-eval .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.consult-test-eval .upper-content{
	position: relative;
}

.consult-test-eval .upper-block{
	position: relative;
}

.consult-test-eval .upper-block.style-two{
	max-width: 720px;
	margin: 0 auto 30px;
}

.consult-test-eval .upper-block .text-col,
.consult-test-eval .upper-block .image-col{
	position: relative;
	margin-bottom: 20px;
}

.consult-test-eval .upper-block.alt .image-col{
	order: 12;
}

.consult-test-eval .upper-block.alt .text-col{
	order: 0;
}

.consult-test-eval .upper-block .image{
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.0);
	overflow: hidden;
	border-radius: 30px;
}

.consult-test-eval .upper-block .image img{
	display: block;
	width: 100%;
}

.consult-test-eval .upper-block .text-col .inner{
	display: table;
	width: 100%;
	min-height: 100%;
	vertical-align: middle;
	text-align: center;
}

.consult-test-eval .upper-block .text-col .content{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.consult-test-eval .upper-block .text-col h3{
	text-transform: capitalize;
	color: #002663;
	margin-bottom: 0;
}

.consult-test-eval .lower-content{
	position: relative;
	padding: 100px 0 0;
}

.consult-test-eval .lower-content .content-box{
	position: relative;
	max-width: 950px;
	margin: 0 auto;
}

.consult-test-eval .lower-content .title{
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}

.consult-test-eval .lower-content .title h3{
	text-transform: capitalize;
	margin-bottom: 0;
}

.consult-test-eval .lower-content .title h3 span{
	position: relative;
	display: inline-block;
	padding: 20px 40px 40px;
	line-height: 40px;
	background: #002663;
	color: #ffffff;
	border-radius: 50px;
}

.consult-test-eval .lower-content .title .arrow{
	position: absolute;
	left: 50%;
	margin-left: -42px;
	top: 100%;
	margin-top: -25px;
	width: 84px;
	height: 84px;
	line-height: 84px;
	background: #ffffff;
	display: inline-block;
	font-size: 30px;
	background: #ffffff;
	color: #002663;
	border-radius: 50%;
	z-index: 1;
}

.consult-test-eval .lower-content .ppe-col{
	position: relative;
}

.consult-test-eval .lower-content .ppe-col:nth-child(2){
	padding-right: 50px;
}

.consult-test-eval .ppe-block{
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 50px;
}

.consult-test-eval .ppe-block .image{
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 30px;
}

.consult-test-eval .ppe-block .image img,
.consult-test-eval .lower-content .upper-block .image img{
	border-radius: 30px;
}

.consult-test-eval .ppe-block h3{
	text-transform: capitalize;
	color: #002663;
	margin-bottom: 0;
}

/*** 

====================================================================
	Integrations Section
====================================================================

***/

.integration-section{
	position: relative;
	padding: 80px 0 30px;
}

.integration-section .main-image{
	position: relative;
	padding: 0 0;
	margin-bottom: 80px;
}

.integration-section .main-image .image-box{
	position: relative;
	text-align: center;
}

.integration-section .text-block{
	position: relative;
	margin-bottom: 30px;
}

.integration-section .text-block .image-col{
	position: relative;
	margin-bottom: 30px;
}

.integration-section .text-block .full-image{
	position: relative;
	padding-top: 50px;
}

.integration-section .text-block.alt{
	padding-bottom: 30px;
}

.integration-section .text-block .full-image img{
	width: 100%;
	min-height: 150px;
}

.integration-section .text-block .text-col{
	position: relative;
	margin-bottom: 30px;
}

.integration-section .text-block .text-col .inner{
	position: relative;
	padding-left: 20px;
}

.integration-section .text-block .text{
	font-size: 24px;
	line-height: 1.4em;
}

.integration-section .text-block h3{
	font-weight: 600;
	color: #002663;
	margin-bottom: 25px;
}

.integration-section .text-block .text p:last-child{
	margin-bottom: 0;
}

.integration-section .gallery{
	position: relative;
	margin-bottom: 50px;
}

.integration-section .gallery.pad-top{
	padding-top: 80px;
}

.integration-section .gallery h3{
	text-transform: uppercase;
	margin-bottom: 40px;
}

.integration-section .gallery .row{
	margin: 0 -15px;
}

.integration-section .gallery .image-block{
 		margin-bottom: 30px;
    padding: 0 15px;
 }

.integration-section .gallery .image-block .image{
  	position: relative;
  	display: block;
  }

.integration-section .gallery .image{
		position: relative;
  	display: block;
  	border: 1px solid rgba(0, 0, 0, 0.15);
  	border-radius: 30px;
}

.integration-section .gallery .image img{
 		display: block;
 		width: 100%;
 		border-radius: 30px;
 }

.integration-section .gallery .image .overlink{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

/*** 

====================================================================
	Default Content Section
====================================================================

***/

.def-cont-section{
	position: relative;
	padding: 100px 0 90px;
}

.def-cont-section.home-page{
	padding: 0 0;
}

.crad-to-grave{
	position: relative;
	margin-bottom: 70px;
}

.crad-to-grave.alternate{
	margin-bottom: 0;
}

.crad-to-grave .cg-block{
	position: relative;
	margin-bottom: 30px;
}

.crad-to-grave .cg-block .inner{
	position: relative;
	display: block;
}

.crad-to-grave .cg-block .count{
	position: absolute;
	left: 36%;
	top: -75px;
	display: block;
	font-size: 64px;
	color: #c9c9c9;
	font-weight: 700;
	line-height: 1em;
	z-index: 3;
}

.crad-to-grave .cg-block:nth-child(1) .count{
	top: 10px;
	left: 20%;
}

.crad-to-grave .cg-block:nth-child(2){
	margin-top: 160px;
}

.crad-to-grave .cg-block:nth-child(3){
	margin-top: 320px;
}

.crad-to-grave .cg-block:nth-child(4){
	margin-top: 480px;
}

.crad-to-grave .cg-block .image{
	position: relative;
	padding-right: 20px;
	margin-bottom: 30px;
}

.crad-to-grave .cg-block .image img{
	position: relative;
	z-index: 1;
}

.crad-to-grave .cg-block .image .line{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.crad-to-grave .cg-block .image .line:before{
	content: '';
	position: absolute;
	left: 100%;
	margin-left: -44px;
	top: 50%;
	width: 40px;
	border-top: 12px solid #002663;
	border-right: 12px solid #002663;
	height: 120px;
	z-index: 2;
}

.crad-to-grave .cg-block .image .line:after{
	content: '';
	position: absolute;
	left: -40px;
	top: 0;
	height: 100px;
	border-left: 12px solid #002663;
	border-bottom: 12px solid #002663;
	width: 50px;
	z-index: 2;
}

.crad-to-grave .cg-block .image:before{
	content: "\f0da";
	font-family: 'Font Awesome 6 Pro';
	position: absolute;
	font-weight: 700;
	font-size: 42px;
	top: 85px;
	color: #002663;
	left: 2px;
	z-index: 3;
}

.crad-to-grave .cg-block:first-child .image:before,
.crad-to-grave .cg-block:first-child .image .line:after,
.crad-to-grave .cg-block:last-child .image .line:before{
	display: none;
}

.crad-to-grave .cg-block h5{
	position: relative;
	display: inline-block;
	color: #ffffff;
	font-weight: 500;
	text-transform: capitalize;
	background: #002663;
	line-height: 30px;
	padding: 8px 30px;
	margin-bottom: 22px;
	border-radius: 24px;
}

.crad-to-grave .cg-block .text{
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
}

.crad-to-grave .cg-block .text p:last-child,
.crad-to-grave .cg-block .text ul:last-child{
	margin-bottom: 0;
}

.crad-to-grave .cg-block .text ul{
	margin-left: 40px;
}

.crad-to-grave .cg-block .text ul li{
	list-style-type: square;
	margin-bottom: 5px;
}

.crad-to-grave .cg-block .text ul li:last-child{
	margin-bottom: 0;
}

.crad-to-grave .cg-block .text ul li::marker{
	font-size: 24px;
	color: #002663;
}

.def-cont-section .main-image{
	position: relative;
	margin-bottom: 70px;
}

.def-cont-section .text-content h3,
.def-cont-section .image-gallery h3,
.def-cont-section .crad-to-grave h3{
	color: #002663;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.def-cont-section .crad-to-grave h3{
	margin-bottom: 70px;
}

.def-cont-section .text-content{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.def-cont-section .text-content .text{
	font-size: 20px;
	line-height: 1.40em;
}

.def-cont-section .image-gallery{
	position: relative;
}

.def-cont-section .image-gallery .image-block{
	position: relative;
	margin-bottom: 30px;
}

.def-cont-section .image-block .image{
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.0);
	overflow: hidden;
	border-radius: 30px;
}

 .def-cont-section .image-block .image img{
 		display: block;
 		width: 100%;
 }

.cbrne-lab-process{
	position: relative;
}

.cbrne-lab-process .title-text{
	 	position: relative;
	 	max-width: 700px;
	 	margin: 0 auto;
	 	margin-bottom: 70px;
	 	font-size: 24px;
	 	color: #002663;
	 	text-align: center;
}

.cbrne-lab-process .process-inner{
	position: relative;
	display: block;
	padding-left: 200px;
}

.cbrne-lab-process .process{
	position: relative;
	float: left;
	width: 130px;
	margin-left: -200px;
}

.cbrne-lab-process .process .pr-block{
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}

.cbrne-lab-process .process .pr-block:last-child{
	margin-bottom: 0;
}

.cbrne-lab-process .process .pr-block .inner{
	position: relative;
	text-align: center;
	width: 130px;
	height: 130px;
	line-height: 116px;
	margin: 0 auto;
	background: #002663;
	border: 2px solid #002663;
	color: #ffffff;
	border-radius: 50%;
	transition: all 500ms ease;
}

.cbrne-lab-process .process .pr-block .inner:after{
	content: "\f063";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	left: 0%;
	margin-top: 0;
	top: 100%;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #002663;
	font-size: 24px;
}

.cbrne-lab-process .process .pr-block:last-child .inner:after{
	display: none;
}

.cbrne-lab-process .process .pr-block .inner h4{
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 130px;
	padding: 10px 10px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.cbrne-lab-process .process .pr-block .inner h4 span{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.cbrne-lab-process .process-inner .right-image{
	position: relative;
	float: left;
	padding-top: 120px;
	width: 100%;
	text-align: center;
}

.cbrne-lab-process .process-inner .right-image img{
	width: 100%;
	max-width: 95%;
}

.full-image{
	position: relative;
	text-align: center;
}

.full-image img{
	width: 100%;
}

.def-cont-section.qms{
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.def-cont-section .logo-gallery{
	position: relative;
	text-align: center;
}

.def-cont-section .logo-gallery ul{
	margin: 0 0;
}

.def-cont-section .logo-gallery ul li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	margin: 0 30px 30px;
}

.def-cont-section .logo-gallery ul li img{
	max-height: 140px;
}

/*** 

====================================================================
	BG Grey Section
====================================================================

***/

.bg-grey{
	background: #e5e5e5;
}

.bg-light-grey{
	background: #f0f0f0;
}

.bg-grey-section{
	position: relative;
	background: #e5e5e5;
	padding: 100px 0 60px;
}

.bg-grey-section .title-col{
	bg-grey-section: relative;
	margin-bottom: 30px;
}

.bg-grey-section .title-col h3{
	margin-bottom: 0;
}

.bg-grey-section .title-col .text{
	position: relative;
	font-size: 30px;
	line-height: 1.30em;
}

.bg-grey-section .title-col .text p:last-child{
	margin-bottom: 0;
}

.bg-grey-section .text-col{
	position: relative;
	margin-bottom: 30px;
}

.bg-grey-section .text-col .inner{
	position: relative;
	padding-left: 70px;
}

.bg-grey-section .text-col .text{
	position: relative;
	font-size: 24px;
	line-height: 1.35em;
}

.bg-grey-section .text-col .text p:last-child{
	margin-bottom: 0;
}

.bg-grey-section .text-col ul{
	margin-left: 30px;
	max-width: 750px;
}

.bg-grey-section .text-col ul li{
	list-style-type: square;
	margin-bottom: 15px;
}

.bg-grey-section .text-col ul li:last-child{
	margin-bottom: 0;
}

.rd-test-plat-process{
	position: relative;
	padding: 100px 0 70px;
}

.rd-test-plat-process .title-text{
	 	position: relative;
	 	max-width: 700px;
	 	margin: 0 auto;
	 	margin-bottom: 70px;
	 	font-size: 24px;
	 	color: #002663;
	 	text-align: center;
}

.rd-test-plat-process .process-inner{
	position: relative;
	display: block;
}

.rd-test-plat-process h4{
	color: #002663;
	font-weight: 600;
	margin-bottom: 25px;
}

.rd-test-plat-process .text strong{
	color: #002663;
}

.rd-test-plat-process .text{
	position: relative;
	font-size: 20px;
	padding-bottom: 20px;
}

.rd-test-plat-process .process-block{
	position: relative;
	-ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
	margin-bottom: 50px;
	z-index: 1;
}

.rd-test-plat-process .process-block .inner{
	position: relative;
	text-align: center;
	width: 180px;
	height: 180px;
	line-height: 156px;
	margin: 0 auto;
	background: #002663;
	border: 2px solid #002663;
	color: #ffffff;
	border-radius: 50%;
	transition: all 500ms ease;
}

.rd-test-plat-process .process-block .inner:after{
	content: "\f061";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	left: 100%;
	margin-left: 22%;
	width: 30px;
	top: 50%;
	width: 30px;
	text-align: center;
	margin-top: -15px;
	line-height: 30px;
	color: #002663;
	font-size: 24px;
}

.rd-test-plat-process .process-block:last-child .inner:after{
	display: none;
}

.rd-test-plat-process .process-block .inner h4{
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 180px;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

.rd-test-plat-process .process-block .inner h4 span{
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

/*** 

====================================================================
	Terms & Conditions
====================================================================

***/

.term-cond-sec{
	position:relative;
	padding: 0 0;
}

.term-cond-sec .contents-table{
	position:relative;
	background: #ffffff;
	padding: 100px 0 90px;
	overflow: hidden;
}

.term-cond-sec .contents-table .c-block{
	position: relative;
}

.term-cond-sec .contents-table ul{
	margin: 0;
	padding: 0;
}

.term-cond-sec .contents-table ul li{
	position: relative;
	list-style-type: none;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.term-cond-sec .contents-table ul li a{
	position: relative;
}

.term-cond-sec .contents-table ul li a:hover{
	text-decoration: underline;
}

.term-cond-sec .bg-logo{
	position: absolute;
	left: -100px;
	top: 50px;
	width: 100%;
	max-width: 50%;
}

.term-cond-sec .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.term-cond-sec .title{
	position: relative;
	margin-bottom: 30px;
}

.term-cond-sec .title h2,
.term-cond-sec .title h3{
	color: #002663;
	text-transform: uppercase;
	margin-bottom: 0;
}

.term-cond-sec .tcs{
	position:relative;
}

.term-cond-sec .tcs .tc-block{
	position:relative;
	font-size: 18px;
	padding: 70px 0 50px;
	overflow: hidden;
}

.term-cond-sec .tcs .tc-block strong{
	font-weight: 700;
}

.term-cond-sec .tcs .tc-block ul,
.term-cond-sec .tcs .tc-block ol{
		margin-left: 25px;
		padding-left: 20px;
}

.term-cond-sec .tcs .tc-block ul li,
.term-cond-sec .tcs .tc-block ol li{
	position: relative;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.term-cond-sec .tcs .tc-block ol li ul{
	padding-top: 15px;
}

.term-cond-sec .tcs .tc-block ol li ul li{
	list-style-type: disc;
}

.term-cond-sec .tcs .tc-block ul.un-styled li,
.term-cond-sec .tcs .tc-block ol.un-styled li{
	list-style-type: none;
}

.term-cond-sec .tcs .tc-block ul li a{
	position: relative;
}

.term-cond-sec .tcs .tc-block ul li a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
  Popup Style
====================================================================

***/

.team-popup.modal .modal-dialog{
  max-width: 750px;
}

.team-popup.modal .modal-content{
  background: #ffffff;
  color: #414042;
  border: none;
  border-radius: 30px;
}

.team-popup .modal-body{
  padding: 0 0;
  border: none;
}

.team-popup .modal-header{

}

.modal-backdrop.show{
	background: rgba(39, 38, 38, 0.65) !important;
	opacity: 1;
}

.team-popup .close{
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  color: #272626;
  background: no-repeat;
  opacity: 1;
  z-index: 10;
}

.team-popup .pop-inner-box{
	position: relative;
	padding: 50px 40px 20px 40px;
	overflow: hidden;
}

.team-popup .image-col{
	position: relative;
	margin-bottom: 30px;
}

.team-popup .image-col .image{
	position: relative;
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, 0.20);
	border-radius: 20px;
}

.team-popup .image-col .image img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 18px;
}

.team-popup .text-col{
	position: relative;
	margin-bottom: 10px;
}

.team-popup .text-col .inner{
	position: relative;
}

.team-popup .info{
	position: relative;
	margin-bottom: 20px;
}

.team-popup .info h4{
	position: relative;
	font-weight: 700;
	margin-bottom: 0;
}

.team-popup .info .designation{
	position: relative;
	font-weight: 400;
	font-size: 16px;
}

.team-popup .text-col .text{
	position: relative;
	font-size: 16px;
}

/*** 

====================================================================
	Insights Section
====================================================================

***/

.insights-section{
	position: relative;
	padding: 120px 0 100px;
	background: #ffffff;
}

.insights-section .bg-logo{
	position: absolute;
	left: 0;
	top: 30px;
	width: 100%;
	max-width: 50%;
}

.insights-section .bg-logo img{
	max-width: 100%;
	opacity: 0.52;
}

.insights-section .title-box{
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.insights-section .title-box h2{
	font-weight: 600;
	text-transform: uppercase;
	color: #002663;
	margin-bottom: 0;
}

.insight-posts{
	position: relative;
}

.insight-posts .row{
	margin: 0 -20px;
}

.insight-posts .insight-block{
	position: relative;
	padding: 0 20px;
	margin-bottom: 40px;
}

.insight-posts .insight-block ul{
	margin-left: 40px;
}

.insight-posts .insight-block ul li{
	margin-bottom: 5px;
}

.insight-posts .insight-block ul li:last-child{
	margin-bottom: 0;
}

.insight-posts .insight-block .inner-box{
	position: relative;
	padding: 10px 10px;
	background: #fefefe;
	min-height: 100%;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	border-radius: 20px;
}

.insight-posts .insight-block .image{
	position: relative;
	display: block;
	border-radius: 20px;
}

.insight-posts .insight-block .image img{
	display: block;
	width: 100%;
	border-radius: 20px;
}

.insight-posts .insight-block .lower{
	position: relative;
	padding: 30px 20px 20px 20px;
}

.insight-posts .insight-block .info{
	position: relative;
	font-size: 16px;
	line-height: 1.50em;
	margin-bottom: 20px;
}

.insight-posts .insight-block .info .author,
.insight-posts .insight-block .info .date{
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.insight-posts .insight-block .info .date{
	position: relative;
}

.insight-posts .insight-block h4{
	position: relative;
	font-weight: 600;
	margin-bottom: 30px;
}

.insight-posts .insight-block h4 a{
	color:#002663;
}

.insight-posts .insight-block .text{
	position: relative;
	font-size: 24px;
	line-height: 1.40em;
}

.insight-posts .insight-block .text p:last-child{
	margin-bottom: 0;
}


/*** 

====================================================================
	Sidbar Page
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding: 100px 0px 70px;
}

.sidebar-page-container .auto-container{

}

.no-pad-top{
	padding-top: 0 !important;
}

.no-pad-bot{
	padding-bottom: 0 !important;
}

.no-mar-top{
	margin-top: 0 !important;
}

.no-mar-bot{
	margin-bottom: 0 !important;
}

.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .content-side .content-inner{
	position: relative;
}

.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .sidebar-side .sidebar-inner{
	position: relative;
	margin-left: 20px;
}

.sidebar-page-container .post-detail{
	position: relative;
}

.sidebar-page-container .post-detail .image-box{
	position: relative;
	display: block;
	background: #010101;
	border-radius: 20px;
	margin-bottom: 35px;
}

.sidebar-page-container .post-detail .image-box img{
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
	border-radius: 20px;
}

.sidebar-page-container .post-detail .post-info{
	position: relative;
	padding: 0 0 0 0;
	margin-bottom: 25px;
}

.sidebar-page-container .post-detail h2,
.sidebar-page-container .post-detail h3,
.sidebar-page-container .post-detail h4,
.sidebar-page-container .post-detail h5{
	color: #002663;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 30px;
}

.sidebar-page-container.explore-page h2,
.sidebar-page-container.explore-page h3,
.sidebar-page-container.explore-page h4,
.sidebar-page-container.explore-page h5{
	
}

.sidebar-page-container .post-detail .post-info h2,
.sidebar-page-container .post-detail .post-info h3{
	margin-bottom: 20px;
}

.sidebar-page-container .post-detail .post-info h4 a{
	color: #222222;
}

.sidebar-page-container .post-detail .post-info .info{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin: 0 0;
	color: #131313;
}

.sidebar-page-container .post-detail .post-info .info li{
	position: relative;
	float: left;
	font-weight: 500;
	line-height: 24px;
	list-style: none;
	margin-right: 50px;
}

.sidebar-page-container .post-detail .post-info .info li:last-child{
	margin-right: 0;
}

.sidebar-page-container .post-detail .post-info .info li .icon{
	font-size: 20px;
	color: #002663;
	padding-right: 10px;
}

.sidebar-page-container .post-detail .post-content{
	position: relative;
	font-size: 18px;
}

.sidebar-page-container .post-detail .post-content strong{
	font-weight: 700;
}

.sidebar-page-container .post-detail .post-content a{
	text-decoration: underline;
}

.sidebar-page-container .post-detail .image-row{
	position: relative;
}

.sidebar-page-container .post-detail .image-row .image-block{
	position: relative;
	margin-bottom: 30px;
}

.sidebar-page-container .post-detail .image-row .image-block img{
	position: relative;
	display: block;
	width: 100%;
	border-radius: 20px;
}

.sidebar-page-container .recent-posts{
	position: relative;
	padding: 40px 30px;
	background: #eaeaea;
	border-radius: 20px;
}

.sidebar-page-container .sb-title{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.sidebar-page-container .sb-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	border-bottom: 2px solid #002663;
}

.sidebar-page-container .sb-title h4{
	text-transform: capitalize;
	font-weight: 600;
	color: #002663;
	margin-bottom: 0;
}

.recent-posts .news-post{
	position: relative;
	margin-bottom: 30px;
}

.recent-posts .news-post:last-child{
	margin-bottom: 0;
}

.recent-posts .news-post .inner-box{
	position: relative;
	padding-left: 180px;
	min-height: 106px;
}

.recent-posts .news-post .image-box{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 160px;
	border-radius: 10px;
}

.recent-posts .news-post .image-box img{
	position: relative;
	display: block;
	width: 100%;
	transition: all 500ms ease;
	border-radius: 10px;
}

.recent-posts .news-post .lower-box{
	position: relative;
	padding: 0 0 0;
}

.recent-posts .news-post .lower-box h5{
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
}

.recent-posts .news-post .lower-box h5 a{
	color: #222222;
}

.recent-posts .news-post .lower-box h5 a:hover{
	text-decoration: underline;
}

.recent-posts .news-post .lower-box .info{
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #002663;
	margin: 0 0 8px;
	color: #868383;
}

.recent-posts .news-post .lower-box .info li{
	position: relative;
	float: left;
	line-height: 24px;
	color: #002663;
	list-style: none;
	margin-right: 50px;
}

.recent-posts .news-post .lower-box .info li:last-child{
	margin-right: 0;
}

.recent-posts .news-post .lower-box .info li .icon{
	font-size: 18px;
	padding-right: 10px;
}
