body {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	font-size: 16px;
}
a, a:hover {
	color: #38449e;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto 20px;
	font-weight: 500;
	color: #000;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 33px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
li {
    margin: 0 auto 15px;
}
.boxed-content li {
	line-height: 1.4;
}
p {
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 25px;
}
b, strong {
    font-weight: bolder;
}
img {
	max-width: 100%;
}
.light-blue {
	background: #edf6fa !important;
}
.theme-color {
	background: #eceefe !important;
} 


.btn {
    background: #3e4ed6;
    border-radius: 5px;
    color: #fff;
    border: 0;
    padding: 13px 20px;
    vertical-align: middle;
    font-weight: 600;
    align-items: center;
}
.btn.sm-btn {
	padding: 6px 14px;
	display: inline-block;
	font-size: 14px;
}
.btn i {
    padding-right: 10px;
}
.btn span {
	vertical-align: middle;
}
.btn-lg {
	padding: 16px 42px;
}
.btn:hover, .btn:focus {
	background: #38449e;
	border: 0;
	outline: 0;
	color: #fff;
}
.white-bg {
	background: #fff;
	color: #38449e;
}
.white-bg:hover {
	background: #feeba6;
	color: #000;
}
.btn-outline {
	border: #38449e solid 1px;
	color: #38449e;
	background: none;
}
img {
	max-width: 100%;
}
.section-padding {
    padding: 60px 0;
    position: relative;
}

/*-----------Header-------------*/
.header {
	padding: 15px 0;
}
nav.navbar {
    padding: 0;
}

#header {
    will-change: transform;
    transition-duration: 0.3s;
    z-index: 99;
    position: relative;
}
header .nav-link {
    color: #000;
    padding: 28px 16px !important;
    font-weight: 600;
    font-size: 18px;
}
.sign-btn {
    border: 2px solid #38449e;
    color: #38449e !important;
    padding: 5px 15px !important;
    border-radius: 3px;
    font-weight: 600;
    margin-left: 15px;
    transition: 0.5s all;
    top: 27px;
    position: relative;
}
.logo {
    max-width: 130px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #38449e;
}
li.nav-item {
    margin-bottom: 0;
}
a.nav-link img {
    padding-right: 5px;
}
.sub-menu.custom {
    display: none;
}
.nav-item:hover .nav-link {
	color: #3042d4;
}
.nav-item:focus .nav-link {
	color: #3042d4;
}
.sub-menu li a i {
    line-height: 30px;
    font-size: 22px;
}
.sub-menu .nav-link {
	color: #000;
}

li.nav-item.menu-item.menu-item-has-children {
    position: relative;
}

.navbar-toggler {
	background-color:#3042d4;
}
.menu-item-has-children .sub-menu .menu-item-has-children>a>.arrow:after {
    position: absolute;
    right: 10px;
    transform: rotate(-90deg);
}
.menu-item-has-children .sub-menu .menu-item-has-children>:hover .sub-menu {
    display: block;
}

.menu-item-has-children .sub-menu .menu-item-has-children>:hover .sub-menu {
    left: 100% !important;
    top: 0;
    display: block !important;
}

.menu-item-has-children .sub-menu {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    width: 180px;
    transform: translateY(12px);
    visibility: hidden;
    background-color: #fff;
    transition: all .3s;
    opacity: 0;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menu-item-has-children:hover> .sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    display: block;
}

.menu-item-has-children:hover>.sub-menu li a {
    display: flex;
    justify-content: space-between;
}

.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
    left: 100%;
    top: 0;
}
.sub-menu li {
    list-style: none;
    margin-bottom: 0;
}
.sub-menu li a {
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    color: #333;
    transition: 0.3s all;
    text-wrap: nowrap;
}
.sub-menu li a:hover {
    background-color: #3042d4;
	color: #fff;
}

.text-color {
	color: #3042d4;
}
.highlight {
	color: #ffca10;
	font-weight: bold;
}
li.nav-item.search-item {
    padding: 24px 16px !important;
}
li.nav-item.search-item i {
    padding-right: 5px;
}
li.nav-item.search-item input {
    border: 0px solid;
}
li.nav-item.search-item input:focus-visible {
	outline: 0;
}
.search-wrap {
    border: #000 solid 1px;
    border-radius: 5px;
    position: relative;
    padding: 3px 13px;
}
.hamburger-menu {
    display: none;
}

/*-----------Banner-----------*/
.intro {
    background: #38449e;
    padding: 70px 0;
    text-align: center;
    margin: 0 auto 60px;
}
.intro h1 {
	color: #fff;
	font-size: 62px;
}
.intro-info p {
	font-size: 22px;
	color: #fff;
	line-height: 33px;
}
.intro p a {
	color: #ffca10;
	font-weight: bold;
}
.intro .btn-outline {
	border: #fff solid 1px;
	color: #fff;
	background: none;
}
.intro .btn-outline:hover {
	background: #feeba6;
  color: #000;
}
.intro-btn {
    padding: 10px 0 30px;
}
.intro p {
	color: #fff;
	font-size: 20px;
}
.intro-btn .btn {
	margin: 0 8px;
	font-size: 23px;
}
.keyoint-btn {
    background: #feeba6;
    display: block;
    color: #000;
    font-size: 18px;
	font-weight: bold;
    padding: 17px 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 20px;
}
.keypoints {
    margin: 70px auto -100px;
}
.keyoint-btn:hover {
	background: #fbe38a;
	color: #000;
}

.menu-item-has-children:hover>.sub-menu li a span {
    opacity: 0;
    display: none;
}
.menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
    display: inline-block;
    margin-left: 4px;
    content: "\F282";
    font-family: 'bootstrap-icons' !important;
    font-weight: 900;
    top: 3px;
    position: relative;
}
.hamburger-menu, .Scriptcontent {
    display: none;
}

@media screen and (max-width: 992px) {
 .header-menu-respon {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 10px;
  }
.main-menu > ul > li > a {
	padding: 10px 15px;
	display: block;
	/* background: #fff; */
	border: none;
	border-radius: 0;
	color: #fff;
	top: 0;
}
 .main-menu > ul > li {
    padding: 0;
    margin: 10px;
  }
header .nav-link {
    color: #5c5c5c;
    padding: 10px 10px !important;
  }
 li.nav-item {
    margin: 0;
    border-bottom: #eee solid 1px;
  }
 li.nav-item.search-item {
    border: 0px !important;
    border-radius: 0px !important;
    display: none;
  }
  .overflow::after {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
.Scriptcontent {
	margin-left: 90px;
	display: block;
	margin-top: 4px;
}
#search-overlay {
	display: none;
}
.block {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	height: 100vh;
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.9);
	margin: 0;
}
.Scriptcontent i {
	font-size: 22px;
}
.centered {
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
	margin-top: 90px;
}
#search-box input[type="text"] {
  width: 100%;
  padding: 20px;
  color: #333;
  outline: none;
  font-size: 1.4em;
}
#search-button {
	position: absolute;
	top: 0;
	right: 0;
	height: 72px;
	width: 100px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 42px;
	border-width: 0;
	background-color: #3f72af;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
	cursor: pointer;
}
#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}
#close-btn {
	position: fixed;
	top: 1em;
	right: 1em;
}

.main-menu.active {
    left: 0;
	top: 0;
   }
	.hamburger-menu .menu-btn.active {
		background: none;
	}
   .main-navigation .logo{display: block;}
   .main-navigation .main-menu .logo{ display: none;}
    .main-menu>ul {
    display: block;
   }
   .main-menu>ul>.search {
    display: none;
   }
   .main-menu>ul>li {
    padding: 0;
    margin: 10px;
}
.main-menu>ul>li>a {
    padding: 10px 15px;
    display: block;
    /* background: #fff; */
    border: none;
    border-radius: 0;
    color: #fff;
}
a.sign-btn {
    margin: 0;
    color: #fff !important;
    padding-left: 10px !important;
}
   #header.sticky .logo img {
    width: auto;
}
    .main-menu>ul>.menu-item.active>a {
    color: #263077;
    font-weight: 500;
   }
    .menu-item-has-children>a>.arrow:after, .menu-item-has-megamenu>a>.arrow:after {
    position: absolute;
    right: 15px;
   }
    .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu,  .menu-item-has-megamenu:hover>.megamenu,  .menu-item-has-megamenu .megamenu,  .menu-item-has-children .sub-menu {
    opacity: 1;
    visibility: visible;
    left: 0;
    width: 100%;
    position: relative;
    display: none;
    padding: 0;
    transform: none;
   }
   .header .navigation-wrapper nav>.main-navigation .hamburger-menu {
    display: flex;
   }
   .menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu {
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
    display: block;
}
.main-menu {
	display: block !important;
	position: fixed;
	left: -320px;
	width: 250px;
	height: 100vh;
	top: 64px;
	background: #3f72af;
	transition: 0.5s all !important;
	overflow: auto;
	z-index: 100;
}
	
.header-menu-respon {
	width: 100%;
}
.hamburger-menu {
	float: right;
	padding: 14px 3px;
	display: inline-block;
}
.menu-btn span {
	height: 2px;
	background: #000;
	width: 24px;
	display: block;
	margin: 6px auto;
}
}

/*-----------content-area-----------*/
.content-area {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: #ccc solid 1px;
}
.content-image {
    position: relative;
    background: #fff;
    border: #c8c6c6 solid 2px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    max-width: 210px;
}
.content-image:after {
    position: absolute;
    top: 13%;
    right: -51px;
    content: "";
    background: #2f42d3;
    height: 75%;
    width: 100%;
    z-index: -1;
    border-radius: 5px;
}
.content-area li {
	margin: 0 auto 10px;
}

.boxed-content {
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.boxed-content:hover {
    border-color: #999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/*-----------FAQ-----------*/
.faq-container {
	padding: 30px;
	box-shadow: 4px 4px 8px rgba(86, 118, 141, 0.5);
}
.all-faq {
	padding-top: 20px;
}
.faq-wrap {
	background: #fff;
	padding: 18px 32px;
	margin: 0 auto 15px;
	position: relative;
}
.faq-wrap::after {
	position: absolute;
	top: 20%;
	height: 60%;
	content: "";
	width: 3px;
	background: #c1c5e2;
	left: 0;
}
.faq-wrap p {
	margin: 0 auto;
}
.faq-wrap h5 {
	margin: 0 auto 10px;
}
.faq-wrap ul li {
	margin-top: 10px;
	padding: 1px 3px;
}
.rounded {
	border-radius: 5px;
}
.section-heading {
	margin: 0 auto 50px;
}

/*-----------Testimonial-----------*/
.testimonial-container {
	padding: 20px;
	border: #ccc solid 1px;
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.testimonial-header {
	background: #404243;
	padding: 7px;
	border-radius: 5px;
	margin: 0 auto 18px;
}
.testimonial-header h6 {
	margin: 0 auto;
	color: #fff;
}
.testimonial-image {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	border-radius: 150px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0 9px 7px;
	border: #ccc solid 2px;
}
.testimonial-number {
	position: absolute;
	top: 26px;
	left: 25px;
	width: 24px;
	height: 24px;
	border: #ccc solid 1px;
	border-radius: 5px;
	text-align: center;
	line-height: 24px;
	background: #fff;
}
.owl-nav {
	position: absolute;
	top: 45%;
	left: -50px;
	right: -50px;
	font-size: 52px;
}
.owl-nav button {
	width: 35px;
}
.owl-nav .owl-next {
	float: right;
}


/*-----------sources-----------*/
.sources-wrap {
	border: #ccc solid 1px;
	border-radius: 5px;
}
.sources-header {
	background: #eceefe;
	padding: 15px 20px;
	border-radius: 5px 5px 0 0;
}
.sources-header h6 {
	margin: 0 auto;
}
.sourcess-detail {
	padding:8px 20px 15px;
}
.tags {
	margin: 0 auto 12px;
}
.tags a {
	border: #ccc solid 1px;
	border-radius: 4px;
	padding: 3px 4px;
	font-size: 11px;
	margin-right: 2px;
	color: #000;
	white-space: pre;
}
.tags a:hover {
	background: #3e4ed6;
	color: #fff;
	border-color: #3e4ed6;
}
.sourcess-detail ul {
	padding: 0 0 0 15px;
}
.sourcess-detail ul li {
	list-style: none;
	margin: 0 auto 2px;
	font-size: 15px;
}
.divider {
	background: #ccc;
	height: 1px;
	margin: 60px auto;
}

/*-----------Content-----------*/
.content-box {
    background: #ffffff; 
    padding: 30px;
    margin: 0 auto 30px;
    border: 2px solid #4d6bfe; 
    box-shadow: 0 4px 8px rgba(77, 107, 254, 0.2);
    transition: box-shadow 0.3s ease, border-color 0.3s ease; 
}

.content-box:hover {
    box-shadow: 0 8px 16px rgba(77, 107, 254, 0.4);
    border-color: #3a5bbf;
}
.content-header h5 {
	margin: 0 auto 12px;
}
.content-header {
	overflow: hidden;
	border-bottom: #000 solid 1px;
	margin: 0 auto 22px;
}
.content-box ul {
	padding: 0;
	margin: 0 auto;
}
.content-box ul li {
	list-style: none;
}
.list-ul {
	margin: 0 auto;
	padding: 0;
}
.list-ul li {
	list-style: none;
}

/*-----------feature-----------*/
.sources-img {
	width: 150px;
	flex-shrink: 0;
}
.features-wrap {
    gap: 20px;
    margin-bottom: 14px;
}
.features-image {
    width: 100px;
    height: 90px;
    padding: 10px;
    border: #ccc solid 1px;
    border-radius: 4px;
    line-height: 70px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
    flex-shrink: 0;
}
.features-info h6, .features-info p {
	margin: 0 auto 8px;
}
.features-info ul {
	padding: 0;
}
.features-info  ul li {
	list-style: none;
	font-size: 14px;
	margin: 0 auto;
}
.feature-text h6 {
    color: #38449e;
    margin-bottom: 10px;
}
.feature-text p {
    color: #000;
    margin-bottom: 6px;
}
.feature-text ul {
    padding-left: 6px;
	margin: 0;
}
.feature-text ul li {
    margin-bottom: 0px;
    color: #000;
}
ul.pt-3.work-list li i {
    padding-right: 10px;
}
ul.pt-3.work-list li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
}
.partner-logo {
	text-align: center;
}
.partner-logo h3 {
    font-size: 22px;
}
.partner-image {
    background: #fff;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
}
.partner-section {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.signup-box {
    background: #3042d4;
    color: #fff;
    display: flex;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
	transition-duration: 0.2s;
}
.signup-box:hover {
	background: #1729b8;
}
.sign-title h4 {
    color: #fff;
    margin-bottom: 0;
	font-size: 26px
}
.sign-title p {
    color: #fff;
    margin-bottom: 0;
}
.sign-title {
    text-align: left;
    padding-left: 20px;
}
.signup-box i {
    background: #fff;
    font-size: 55px;
    color: #38449e;
    padding: 15px;
    border-radius: 50%;
}
.company-info {
    background: #eceefe;
    text-align: center;
    padding: 30px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.company-info h6 {
    margin-bottom: 0;
    margin-top: 15px;
}
.icon-box {
    background: #fff;
    height: 113px;
    width: 113px;
    margin: 0 auto 20px;
    border-radius: 170px;
    text-align: center;
    font-size: 52px;
    line-height: 117px;
    color: #3042d4;
}

/*---------Footer ----------------*/
#footer {
	background: #032538;
	padding: 25px 0;
	font-weight: 400;
}
#footer p {
	color: #fff;
	margin: 0 auto;
}
.footer {
    background: #151a3e;
}
#footer-big {
	background: #032538;
	padding: 25px 0;
	font-weight: 400;
}
#footer-big p {
	color: #fff;
	margin: 0 auto;
}
.footer-big {
    background: #151a3e;
	padding: 60px 0 0;
}
.footer-widgets h6 {
    color: #fff;
}
.footer-widgets ul {
    padding: 0;
}
.footer-widgets li a {
    color: #fff;
    display: flex;
    align-items: baseline;
    transition: 0.8s all;
}
.footer-widgets li a:hover {
	color: #1b83ff;
}
.footer-widgets li {
    margin-bottom: 5px;
	list-style: none;
}
.footer-widgets li a i {
    padding-right: 10px;
}
.footer-widgets {
    border-radius: 5px;
    border: 1px solid #cccccc70;
    padding: 20px 25px;
    margin-bottom: 10px;
}
.widgets-header {
	margin: -5px -25px 18px;
	padding: 0 25px 15px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc70;
}
.widgets-header h6 {
	margin: 0 auto;
}
.footer-boxes {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}
.copyright {
    color: #fff;
    padding: 30px 0;
    border-top: 1px solid #cccccc70;
    margin-top: 60px;
}
.copyright p {
	margin: 0 auto;
}
.footer-nav {
	text-align: right;
}
.footer-nav ul {
	padding: 0;
	margin: 0 auto;
}
.footer-nav ul li {
	list-style: none;
	display: inline-block;
	position: relative;
	margin: 0 0 0 25px;
}
.footer-nav ul li:after {
	position: absolute;
	top: 0;
	left: -16px;
	content: "|";
}
.footer-nav ul li:first-child:after {
	display: none;
}
.footer-nav ul li a {
	color: #fff;
}
.footer-nav ul li a:hover {
	color: #1b83ff;
}
.followus-link a {
	color: #fff;
	margin-right: 10px;
}

/*----------Responsive-----------*/

@media (min-width:1000px) and (max-width:1200px) {
.intro h1 {
	font-size: 50px;
}
.intro-info p {
	font-size: 20px;
	line-height: 30px;
}
.owl-nav {
	left: -28px;
	right: -28px;
}
.footer-nav ul li a {
	font-size: 15px;
}
header .nav-link {
	padding: 28px 11px !important;
	font-weight: 600;
	font-size: 16px;
}
.logo {
	max-width: 190px;
}
	
}
@media (min-width:768px) and (max-width:900px) {
.intro {
	background: #38449e;
	padding: 50px 0;
	text-align: center;
	margin: 0 auto 80px;
}
.intro h1 {
	font-size: 40px;
}
.intro-info p {
	font-size: 19px;
	line-height: 30px;
}
.btn-lg {
	padding: 10px 34px;
}
.keyoint-btn {
	font-size: 14px;
	padding: 12px 9px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 10px 10px;
}
.keypoints {
	margin: 44px auto -76px;
}
.content-image::after {
	right: -34px;
}
.content-image {
	max-width: 180px;
}
.sources-header {
	padding: 13px;
}
.sources-header h6 {
	font-size: 16px;
}
.sourcess-detail {
	padding: 8px 12px 15px;
}
.sourcess-detail ul li {
	margin: 0 auto 7px;
	font-size: 14px;
	line-height: 20px;
}
.divider {
	margin: 45px auto;
}
.features-wrap {
	gap: 0;
	display: block !important;
	padding: 16px;
	border: #ccc solid 1px;
	border-radius: 5px;
}
.features-image {
	margin: 0 0 15px;
}
.pt-5 {
	padding-top: 1.6rem !important;
}
.signup-box i {
	font-size: 38px;
}
.sign-title p {
	font-size: 14px;
}
.content-box {
	padding: 20px;
}
.content-area {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.icon-box {
	height: 90px;
	width: 90px;
	font-size: 43px;
	line-height: 92px;
}
.section-padding {
	padding: 40px 0;
}
.footer-boxes {
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
	
}

@media (max-width:767px) {
.intro {
	padding: 40px 0;
	margin: 0 auto 110px;
}
.intro h1 {
	font-size: 28px;
}
.intro-info p {
	font-size: 17px;
	line-height: 27px;
}
.btn-lg {
	padding: 10px 22px;
}
.btn {
	font-size: 16px;
}	
.keyoint-btn {
	font-size: 16px;
	padding: 6px 10px;
	margin-bottom: 3px;
}
.keypoints {
	margin: 43px auto -106px;
}
h2 {
	font-size: 30px;
}
p {
	margin: 0 auto 15px;
	font-size: 15px;
	line-height: 24px;
}
.content-image {
	margin-bottom: 25px;
}
.content-area {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.faq-container {
	padding: 20px;
}
.faq-wrap {
	padding: 16px 20px;
	margin: 0 auto 12px;
}
.section-heading {
	margin: 0 auto 35px;
}
.sources-wrap {
	margin: 0 auto 15px;
}
.divider {
	background: #ccc;
	height: 1px;
	margin: 30px auto;
}
.features-wrap {
	border-bottom: #ccc solid 1px;
	padding-bottom: 10px;
	margin-bottom: 25px;
}
.divider.mb-0 {
	display: none;
}
.feature-right {
	margin: 0 auto 25px;
}
ul.pt-3.work-list li {
	margin-bottom: 10px;
}
.section-padding {
	padding: 40px 0;
}
.partner-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 7px;
	margin-bottom: 20px;
}
.partner-image {
	padding: 12px;
	margin-bottom: 3px;
}
.signup-box i {
	font-size: 34px;
}
.signup-box p {
	font-size: 12px;
}
.sign-title h4 {
	font-size: 22px;
}
.content-box {
	padding: 20px;
	margin: 0 auto 14px;
}
.company-info {
	padding: 20px 20px;
	margin-bottom: 12px;
}
.icon-box {
	height: 80px;
	width: 80px;
	margin: 0 auto 20px;
	font-size: 40px;
	line-height: 88px;
}
.footer-boxes {
	grid-template-columns: repeat(1, 1fr);
	gap: 0;
}
.copyright {
	text-align: center;
}
.footer-nav {
	text-align: center;
	padding-top: 10px;
}
.footer-nav ul li {
	margin: 0 10px;
	font-size: 14px;
}
.owl-nav {
	left: 10px;
	right: 10px;
}
.logo {
	max-width: 200px;
	display: inline-block;
}
	
}

@media (max-width: 767px) {
	.logo img {
		width: 105px;
	}
	.table th, .table td {
		padding: 7px 5px !important;
		font-size: 14px;
		line-height: 17px;
	}
	.btn {
		text-align: center;
	}
	.table .text-success {
		font-size: 12px;
	}
	.intro-btn .btn {
		margin: 4px 8px;
	}
}
