:root{
	--color-theme: #b81d18;	
	--color-theme2:#004687;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	font-size: 16px;
    line-height: 1.6;
    color: #252525;
    -webkit-font-smoothing: antialiased;
}
p{
    letter-spacing: 0.5px;
}
.bg-theme{
	background-color: var(--color-theme);
}
.bg-theme2{
	background-color: var(--color-theme2);
}

.text-theme{
	color: var(--color-theme);
}
.text-theme2{
	color: var(--color-theme2);
}
.btn-theme{
	background-color: var(--color-theme);
	border: 1px solid var(--color-theme);
	color: var(--bs-white);
}
.btn-theme:hover, .btn-theme:focus{
	background-color: var(--bs-gray-900);
	border: 1px solid var(--bs-gray-900);
	color: var(--bs-white);
	transform: .2s all;
}
.theme-divider{
	height: 3px;
	width: 100px;
	background-color: var(--color-theme);
	border-radius: 25px;
}
.border-theme{
	border-color: var(--color-theme)!important;
}
.border-theme2{
    border-color: var(--color-theme2)!important;
}
.navbar-brand img{
	height: 70px;
}
header .navbar-nav .nav-item .nav-link{
	color: #333;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.country_dropdown li a img{
    width: 25px;
}
.how-it-works .step-img{
    width: 100px;
    height: 100px;
    background-color: var(--color-theme);
    border-radius: 50%;
    padding: 13px 10px;
    border: 5px solid #9E9E9E;
}
.how-it-works .step h3{
    font-size: 17px;
}
.how-it-works .step{
    width: 20%;
}
.key-services .nav-tabs .nav-link{
 background-color: var(--color-theme2);
 color: var(--bs-white);
}
.key-services .nav-tabs .nav-link:hover, .key-services .nav-tabs .nav-link.active{
 background-color: var(--bs-white);
 color: var(--color-theme2);
 border-bottom: 2px solid var(--color-theme2);
}
/* mega menu css*/
.megamenu-dropdown:hover .mega-menu {
  display: block;
}
.mega-menu{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 83%;
  left: 0;
  right: 0;
  min-width: 1170px;
  margin: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;

}
.mega-menu .nav-pills{
     flex-direction: column;
}
.mega-menu .tab-pane ul li a{
  color: var(--bs-dark);
  text-decoration: none;
  font-size: 13px;
  line-height: 27px;
}
.mega-menu .nav-link{
    font-weight: 500;
    text-align: left;
    padding: 5px 15px;
    border-bottom: 1px solid #f4f4f4!important;
    transition: all 0.3s;
    background: #dddddddd;
    border-radius: 0px;
}
.mega-menu .nav-pills .nav-item{
    position: relative;
}
.mega-menu .nav-pills .nav-link:after{
 content: "\f105";
 font: normal normal normal 14px/1 FontAwesome;
 font-size: inherit;
 text-rendering: auto;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 position: absolute;
 right: 10px;
 top: 10px;
}
.mega-menu .nav-link.active{
    background-color: var(--color-theme);
    color: var(--bs-white)!important;
}
.mega-menu .tab-pane ul li a i{
  color: var(--color-theme);
}
.mega-menu .tab-pane ul{
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.mega-menu .tab-pane ul li{
    width: 33.3%;
}
/* mega menu css ends*/
.banner-slide .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000045;
}
body.scrolled header{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}
.whychoose-section img{
    width: 55px;
}
.blogs .card .card-body h4{
	font-size: 18px;
}
.blogs .card .card-body p{
	height: 72px;
}

.blog-inner .other-blogs-sec img{
	width: 70px;
}

.whhychoose .why-box{
	height: 120px;
}
.rate-review  {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
}
.rate-review  ul li.overlay-box {
    background-color: #0000006e;
    color: #000;
    width: 21%;
    padding: 20px;
    border-radius: 13px;
}
.rate-review .overlay-box span i {
    color: #ffcf39;
    font-size: 2em;
    display: inline-block;
    margin-right: 10px;
}
.icon-review{
	width: 40px;
}
.reviews-main .author{
	font-size: 1.1rem;
    font-weight: bolder;
}
.reviews-main span i {
    color: #ffcf39;
    font-size: 1.3em;
    display: inline-block;
    margin-right: 6px;
}


/* dashboard pages css*/
.dashboard .dashboard-nav a.list-group-item{
  border-radius: 0;
  font-weight: 400;
}
.dashboard .dashboard-nav a.active {
    background-color: var(--color-theme)!important;
    color:var(--bs-white); 
}
.dashboard .dashboard-nav a:hover {
    background-color: var(--color-theme)!important;
    color:var(--bs-white)!important; 
}
.dashboard .dashboard-nav a .badge {
    background-color: var(--color-dark7);
    color:var(--bs-white)!important; 
}
/* dashboard pages ends css*/

.filled_review_icon{
    color: #ff9500;
}
.unfilled_review_icon{
    color: #777;
}

/*samples page css*/
.mainBox {
    width: 100%;
    float: left;
    background: #f2f0f0;
}
.subDiv {
    display: table;
    width: 100%;
}
.subBoxBody {
    display: table-row-group;
}
.subBoxRow {
    display: table-row;
}
.subBoxDiv1 {
    width: 20%;
    background: #777;
    vertical-align: middle;
    font-size: 37px;
    color: #fff;
    text-align: center;
}
.subBoxDiv1, .subBoxDiv2, .subBoxDiv3 {
    display: table-cell;
}
.subBoxDiv2 {
    width: 3%;
}
.subBoxDiv3 {
    padding: 3px 2px;
    width: 70%;
}
.samples-table-grid .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.samples-table-grid .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.samples-table-grid a.list-group-item {
    color: #555;
    padding: 10px 10px !important;
}
.samples-table-grid .list-group-item>.badge {
    float: right;
}
.seperator {
    border-bottom: 1px solid #c1bfbf;
    width: 90%;
    margin: 0 auto;
    padding-top: 3px;
}
/*steps*/
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}
.steps > .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 1rem;
  color: var(--bs-black);
}
.steps > .step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: var(--color-theme2);
    border: 2px solid var(--color-theme2);
    color: var(--bs-white);
    width: 6rem;
    height: 6rem;
    text-align: center;
    margin-bottom: 1.2rem;
    line-height: 6rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 4rem;
}
.steps > .step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.125rem;
  top: 3rem;
  left: 50%;
}
.steps > .step:last-child:after {
  display: none;
}
.in-reviews .card-header {
    background: transparent url('../images/reviewbanner.png');
    padding: 5px 15px 15px;
    border-radius: 3px 3px 0 0;
    height: 61px;
}
.in-reviews .card-header h3 {
    font-size: 20px;
    font-weight: 600;
}
.in-reviews .card-body {
    height: 350px;
    overflow-y: scroll;
}
#UploadedDoc{
    margin-top: 3px;
    list-style: none;
    padding:0px;
}
#UploadedDoc li{
    background: #f2c00e;
    padding: 5px;
    margin-top: 2px;
}
#UploadedDoc li a{
    text-decoration: none;
    color: white;
}
.fileCloseBtn{
    font-size:11px;
    color:white;
    background:red;
    padding:4px;
    float:right;
    cursor:pointer;
}
.error{
    color: red;
}
.btn-payment{
    background: #b81c19;
    color: white;
    border: none;
    padding: 10px;
    font-weight: bold;
    width: 40%;
    margin: 11px auto;
    display: block;
}
.cta-zigzag .zigzag-img {
    max-width: 75%;
    margin: auto;
}