@charset "utf-8";

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

html {
	font-size: 100%;
}
footer,header,nav,section,title {
	display: block;
}

body {
	font-family: Roboto,sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	line-height: 15px;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#191B30;
}

form,h1,h2,h3,h4,h5,h6,input,li,p,ul {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

* {
	outline: 0!important;
}

:focus,a:active,a:focus,a:hover,input,input[type=button]:focus,input[type=image] {
	outline: 0;
	text-decoration: none;
}

.clearfix:after,.clearfix:before {
	display: block;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

.btn {
	outline: 0;
}


a,button {
	transition: all .5s ease-in-out;
}


/* menu ------------ */

.m-hide {
	display: block;
}

.d-hide {
	display: none;
}
.head{
max-width: 1000px;
margin: 0 auto;
}
.bgorg{
background: linear-gradient(0deg, rgba(221,109,8,1) 0%, rgba(253,145,0,1) 100%);
width: 85px;
height: 66px;
position: absolute;
right: -1px;
border-radius: 0px 10px 10px 0px;
}


header {
	position: fixed;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	max-width: 1200px;
	z-index: 100000;
}

header .call {
	font-size: 14px;
	color: #fff;
	line-height: 66px;
	text-align: left;
	font-family: Roboto,sans-serif;
}

header .email {
	font-size: 14px;
	color: #fff;
	line-height: 66px;
	text-align: right;
	font-family: Roboto,sans-serif;
}

header .nav-bg {
  height: 66px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 10%),0 7px 9px 0 rgb(0 0 0 / 5%);
  border-radius: 10px 15px;
  background: #191B30;
  padding: 0px 15px;
  line-height: 50px;
  transform: skew(-20deg, 0deg);
}

header .nav-logo {
	float: left;
	padding: 4px 0px 0;
	display: block;
	transform: skew(20deg, 0deg);
}

header .social {
	float: none;
	padding-left: 40px;
}

header .social .fa {
	padding: 5px;
	font-size: 22px;
	color: #fff;
}

header .social .fa:hover {
	padding: 5px;
	font-size: 22px;
	color: #EF7F1A;
}


.hide-btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px;
	color: #000;
	font-size: 22px;
	z-index: 99999;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	line-height: 26px;
}

.button {
	display: inline;
	position: absolute;
	right: 30px;
	top: 10px;
	z-index: 999;
}

.button span {
	text-decoration: none;
	cursor: pointer;
}

.btn-open:after {
	content: '';
	background: url(../images/menu.svg) center top no-repeat;
	width: 52px;
	height: 34px;
	background-size: 100%;
	position: absolute;
	top: 8px;
	right: -14px;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
}

.btn-close::after {
  content: '';
  background: url(../images/close.svg) center top no-repeat;
    background-size: auto;
  width: 46px;
  height: 46px;
  background-size: 100%;
  position: absolute;
  top: 0px;
  right: -10px;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(38deg, rgba(25,27,48,1) 10%, rgba(253,145,0,1) 100%);
	overflow: auto;
	z-index: 991;
}

.wrap {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0 0;
	background:url(../images/menu-bg.svg);
	background-size: cover;
	height: 100vh;
}

.wrap h3 {
	color: #3e4669;
	padding: 5px 0 10px;
	font-size: 24px;
	font-family: Roboto,sans-serif;
}

.wrap h4,h5 {
	color: #848896;
	padding: 5px 0 0;
}

.wrap ul.wrap-nav {
	text-transform: capitalize;
	padding: 0 0 50px;
}

.wrap p {
	color: #848896;
	padding: 5px 0 0;
	font-family: Roboto,sans-serif;
	font-size: 14px;
	letter-spacing: .5px;
}

.wrap ul.wrap-nav li {
	text-align: left;
	width: 100%;
	position: relative;
	font-family: Roboto,sans-serif;
}

.wrap ul.wrap-nav li a {
	color: #191B30;
	padding: 6px 10px 6px 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	transition-property: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	font-family: Roboto,sans-serif;
}

.wrap ul.wrap-nav li a:hover {
	color: #FE9100;
	font-weight: 400;
}

.wrap ul.wrap-nav ul {
	padding: 20px 0;
}

.wrap ul.wrap-nav ul li {
	display: block;
	font-size: 13px;
	width: 100%;
	color: #e9e9e9;
}

.wrap ul.wrap-nav ul li a {
	color: #f0f0f0;
}

.wrap ul.wrap-nav ul li a:hover {
	color: #34b484;
}

.rkbg {
	position: absolute;
	right: -50px;
	top: 9px;
	height: 100px;
	background: url(../images/sq.svg) 0 0 no-repeat;
	width: 30%;
	background-position: right;
}

.sufferingWrap {
	padding: 80px 0 60px;
}

.rk {
	font-family: Roboto,sans-serif;
}

.rk ul {
  margin-top: 40px;
  font-family: Roboto,sans-serif;
  margin-bottom: 50px;
 
}
.rk ul li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 10px;
	font-size: 12px;
	color: #848896;
	font-family: Roboto,sans-serif;
	
}

.rk ul li:last-child {
	border-right: 0 solid #848896;
}

.rk ul li a {
  font-size: 14px;
  color: #fff;
  font-family: Roboto,sans-serif;
  text-transform: uppercase;
}

.rk ul li a:hover {
	font-size: 14px;
	color: #FD9100;
	font-family: Roboto,sans-serif;
   text-transform: uppercase;
}
.rkh{width:100%}
.rkh1{width:100%; height: 240px;}
.f-social {
	padding: 10px;
	color: #848896;
	font-size: 24px;
}

.f-social .fa {
	padding: 6px;
	color: #848896;
	font-size: 28px;
}

.f-social .fa:hover {
	padding: 6px;
	color: #b79038;
	font-size: 28px;
}

.m-tagline {
	display: none ;
}
.scroll-hide-mobile{display: none !important;}
.collapse {
	display: block;
}
.pad-100{padding: 100px 0px;}
.pad-50{padding: 50px 0px;}
.pad-40{padding: 40px 0px;}
.pad-top50{padding-top: 50px;}
.pt-3{padding-top: 30px;}
.pt-4{padding-top: 40px;}
.pl-3{padding-left: 40px !important;}
.f18{ font-size:17px; line-height:20px; font-weight:600;color:#191B30}
/* -------------------------------------------banner --------------------------------------------*/
