body{
	    font-family: 'Mulish', sans-serif;
	    font-size: 16px;
	    color: #000;
}
h1, h2, h3, .text-big{
	font-family: 'Poppins', sans-serif;
}
h1{
	font-size: 60px;
	font-weight: 600;
}
h2{
	font-size: 36px;
	font-weight: 600;
}
h3{
	font-size: 24px;
	font-weight: 600;
}
h4{
	font-size: 22px;
	font-weight: 600;
}
img{
	max-width: 100%;
}
.text-big {
  font-size: 20px;
}
.text-medium {
  font-size: 18px;
}
.text-small {
  font-size: 15px;
}
.text-yellow{
	color: #d19c30 !important;
}
.text-light-yellow{
	color: #dcad34 !important;
}
.heading-small {
  font-size: 18px;
  color: #cb962c;
}
.z-index-3{
	position: relative;
	z-index: 3;
}
.container{
	max-width: 1250px;
}
.btn.custom-btn {
  background: #cb962c;
  height: 50px;
  min-width: 185px;
  color: #fff;
  padding: 10px 20px;
  border: none !important;
  outline: none !important;
  box-shadow: none;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.btn.custom-btn.btn-white {
  background: #fff;
  color: #000;
}
header{
	left: 0;
	z-index: 5;
	padding: 30px 20px;
  transition: all 0.5s;
}
header .logo img {
  width: 200px;
  transition: all 0.5s;
}
header .nav-pills .nav-link {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 25px;
  transition: all 0.5s;
}
header .btn.custom-btn {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 20px;
  transition: all 0.5s;
}
#navbar_top.fixed-top {
  background: #31373e;
}
header .navbar-toggler {
  background: #fff;
  width: 45px;
  height: 35px;
  padding: 0;
}
header .navbar-toggler i {
  display: block;
  line-height: 7px;
  font-size: 28px;
  color: #000;
}
header .dropdown-menu[data-bs-popper] {
  top: 62px;
  margin-top: 0;
  border-radius: 0;
  background: #cb962c;
}
header .dropdown-item:hover, header .dropdown-item:focus {
  background-color: transparent;
  opacity: 0.8;
}
header .dropdown-toggle i {
	color: #cb962c;
}
header .dropdown-toggle::after {
	display: none;
}
header.fixed-top .logo img {
  width: 90%;
}
header.fixed-top .nav-pills .nav-link {
  font-size: 14px;
}
header.fixed-top .btn.custom-btn {
  height: 45px;
  font-size: 14px;
  background: #dcad34;
}
header.fixed-top {
  padding: 20px;
}
.home-banner {
  background-image: url(../images/banner-image.jpg);
  background-size: cover;
background-repeat: no-repeat;
position: relative;
padding: 250px 0 150px;
}
.home-banner-text {
  margin-top: -75px;
  max-width: 610px;
}

.home-banner .container {
  position: relative;
  z-index: 2;
}
.home-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: "";
}
.home-banner .banner-desc {
  max-width: 540px;
}
.banner-graphics-left {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
}
.banner-graphics-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.about-section {
  padding: 75px 0 25px 0;
  position: relative;
}
.about-section .container, .blog-section .container {
  position: relative;
  z-index: 2;
}
.about-section::after {
  content: "";
  background-image: url(../images/thank-you-graphics.png);
  background-repeat: no-repeat;
  position: absolute;
top: 50px;
right: 0;
width: 151px;
height: 513px;
}
.home-about-text {
  padding-right: 110px;
}
.service-section {
  background: #f8f8f8;
  margin: 50px 0 0 0;
  padding: 80px 0;
  position: relative;
}
.service-section::before {
  content: "";
  background-image: url(../images/our-services-graphics-top-left.png);
  height: 237px;
width: 372px;
  position: absolute;
  top: 0;
  left: 0;
}
.service-section::after {
  content: "";
  background-image: url(../images/our-services-graphics-bottom-right.png);
  height: 463px;
  width: 249px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.service-section .container {
  max-width: 1140px;
  position: relative;
  z-index: 1;
}
.plan-box {
  background: #31373e;
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
}
.plan-box h5 {
  font-size: 16px;
  font-weight: 300;
}
.plan-box h2 {
  font-size: 48px;
  margin: 25px 0 0 0;
  position: relative;
  padding: 0 0 12px 0;
}
.plan-box h2::before {
  content: "";
  width: 50px;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}
.plan-box ul {
  padding: 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
}
.plan-box ul li {
  border-bottom: 1px solid #fff;
  padding: 15px 0 15px 30px;
  background-image: url("../images/check-lg.svg");
  background-repeat: no-repeat;
  background-position: 0px 15px;
  background-size: 20px;
  color: #fff;
}
.plan-box ul li:last-child {
  border: none;
}
.plan-box.plan-box-big {
  background: #c59432;
  padding: 30px 15px 50px;
  margin: 0 -8px;
  z-index: 1;
}
.plan-box::before {
  content: "";
  width: 137px;
  height: 137px;
  background: #000;
  position: absolute;
  top: -63px;
  right: -55px;
  opacity: 0.1;
  border-radius: 100%;
}
.plan-box.plan-box-big::before {
  content: "";
  width: 192px;
  height: 192px;
  top: -90px;
  right: -85px;
}
.plan-box::after {
  content: "";
width: 318px;
height: 318px;
background: #000;
position: absolute;
bottom: -239px;
left: 30px;
opacity: 0.2;
border-radius: 100%;
}
.plan-box.plan-box-big::after {
  content: "";
  width: 412px;
  height: 412px;
  bottom: -313px;
  left: -13px;
}
.plan-box .btn.custom-btn {
  position: relative;
  z-index: 2;
}
.benifits-section {
  background: url(../images/benifit-banner.jpg);
  position: relative;
  padding: 65px 0;
background-size: cover;
}
.benifits-section .banner-overlay {
  position: absolute;
  background: rgb(49 55 62);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.benifits-section .container {
  position: relative;
  max-width: 1160px;
  z-index: 3;
}
.benifits-box {
  background: rgba(49,55,62,0.75);
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.75);
  padding: 30px 20px;
  margin: 13px 0;
  min-height:305px;
}
.benifits-box:hover {
  /* border-color: #9b7222; */
  border-color: #dcad34;
}
.benifit-heading {
  display: flex;
  align-items: center;
  margin: 0px 0 24px;
}
.benifit-heading img {
  width: 41px;
}
.benifit-heading h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 0 20px;
	  font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.benifits-section::before {
  content: "";
  background-image: url(../images/benifit-graphics-left.png);
  height: 438px;
  width: 193px;
  position: absolute;
  bottom: 52px;
  left: 0;
  z-index: 1;
}
.benifits-section::after {
  content: "";
  background-image: url(../images/benifit-graphics-right.png);
  height: 490px;
  width: 219px;
  position: absolute;
  top: 30px;
  right: 0;
}
.blog-section {
  background: #f8f8f8;
  padding: 75px 0;
  position: relative;
}
.blog-section::before {
  content: "";
  background-image: url(../images/blog-graphic-left.png);
  height: 442px;
  width: 171px;
  position: absolute;
  top: 80px;
  left: 0;
}
.blog-section::after {
  content: "";
  background-image: url(../images/blog-graphic-right.png);
  height: 499px;
  width: 102px;
  position: absolute;
  top: 150px;
  right: 0;
}
.blog {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 379px;
  overflow: hidden;
  padding: 0 0 30px;
  box-shadow: 0 0 14px rgba(0,0,0,0.1);
  margin: 45px auto 0 auto;
}
.blog-content {
  padding: 0 25px;
}
.blog-heading p {
  max-width: 1000px;
  margin: 0 auto;
}
.blog .btn.custom-btn {
  font-size: 16px;
  min-width: 150px;
  height: 45px;
}
.testimonials-section {
  padding: 75px 0;
  position: relative;;
}
.testimonials-section::before {
  content: "";
  background-image: url(../images/testimonials-graphic-left.png);
  height: 613px;
  width: 312px;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-section::after {
  content: "";
  background-image: url(../images/testimonials-graphic-right.png);
  height: 283px;
  width: 146px;
  position: absolute;
  top: 105px;
  right: 0;
}
.testimonials {
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
  max-width: 370px;
  margin: 45px auto 10px;
  padding: 20px;
  background: #fff;
position: relative;
z-index: 2;
min-height:516px;
}
.testimonials-section .item {
  padding: 0 10px;
}
.testimonials img {
	width: 120px;
    height: 120px;
    object-fit: cover;
	border-radius: 100%;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	padding: 5px;
}
.testimonials h3 {
  font-size: 22px;
}

.contact-section {
  background: url(../images/contact-banner.jpg);
  position: relative;
  padding: 65px 0;
background-size: cover;
margin: 20px 0 0;
}
.contact-section::before {
  content: "";
  background-image: url(../images/contact-graphic-left.png);
  height: 424px;
  width: 164px;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: 1;
}
.contact-section::after {
  content: "";
  background-image: url(../images/contact-graphic-right.png);
  height: 253px;
  width: 181px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
.contact-section .banner-overlay {
  position: absolute;
  background: rgb(49 55 62);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.contact-section .container {
  position: relative;
  max-width: 1030px;
  z-index: 3;
}
.contact-form {
  padding: 0 50px;
}
.form-field input[type="text"], .form-field input[type="tel"], .form-field input[type="email"], .form-field textarea, .form-field select {
  width: 100%;
  height: 50px;
  background: transparent;
  border: 1px solid #b9b8b8;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  outline: none !important;
}
.form-field textarea {
  height: 160px;
}
.form-field {
  margin: 0 0 20px;
}
.form-field label {
  font-weight: 700;
}
.contact-form .btn.custom-btn {
  font-size: 20px;
  text-transform: uppercase;
  width: 100%;
  background: #dcad34;
}
.contact-form iframe {
  border-radius: 20px;
  width: 100%;
}
footer {
  background-color: #000;
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  color: #fff;
  padding: 25px 0 30px;
}
footer .footer-about p {
  max-width: 450px;
}
footer h3 {
  /* text-transform: uppercase; */
  position: relative;
  padding: 0 0 18px;
  margin: 0 0 12px;
  font-size: 22;
}
footer h3::after {
  background: #fff;
  width: 85px;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 4px;
  font-weight: 800;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social {
  display: flex;
}
.footer-social a {
  background: #d19c30;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  line-height: 32px;
  text-align: center;
  margin: 0 10px 0 0;
  color: #fff;
  font-size: 16px;
}
.quick-link ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin: 5px 0 0px;
  display: block;
}
.quick-link ul li a i {
  font-size: 12px;
  margin: 0 2px 0 0;
  color: #dcad34;
}
.contact-info ul a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  margin: 7px 0 0;
  display: block;
}
.contact-info ul a i {
  background: #dcad34;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  text-align: center;
  line-height: 32px;
  margin: 0 7px 0 0;
}
.contact-info p {
  font-size: 14px;
}
.row.footer-sig {
  border-top: 2px solid rgba(203,150,44,0.35);
  margin: 30px 0 0 0;
  padding: 30px 0 0 0;
}
.row.footer-sig {
	font-size: 14px;
}

/* contact page css*/
.page-banner {
  background-image: url(../images/contact-page-banner.jpg);
  background-size: cover;
  height: 408px;
  position: relative;;
}
.page-banner::after {
  content: "";
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-banner .container {
  position: relative;
  z-index: 2;
}
.page-banner h1 {
  font-size: 50px;
}
.contact-light .form-field input[type="text"], .contact-light  .form-field input[type="tel"], 
.contact-light  .form-field input[type="email"], .contact-light  .form-field textarea {
	color: #000;
	background: #fff;
}
.contact-page-img img {
  border-radius: 20px;
}
.contac-page {
	position: relative;
}
.contac-page .form-field textarea {
  height: 145px;
}
.contac-page::before {
  content: "";
  background-image: url(../images/contac-page-gr-lft.png);
  height: 422px;
  width: 163px;
  position: absolute;
  top: 80px;
  left: 0;
}
.contac-page::after {
  content: "";
  background-image: url(../images/contac-page-gr-rgt.png);
  height: 253px;
  width: 181px;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.contact-page-box i {
  height: 78px;
  width: 78px;
  background: #e9e8e7;
  border-radius: 100%;
  line-height: 78px;
  font-size: 28px;
  color: #d19c30;
}
.contact-page-box {
  border: 1px solid #d6d6d6;
  padding: 30px 20px;
  min-height: 240px;
}
.contact-page-box p {
  max-width: 260px;
  margin: 0 auto;
}
.pagination .page-link {
  box-shadow: none !important;
  border: none;
  border-radius: 5px;
  margin: 0 2px !important;
  background: transparent;
  font-size: 20px;
  color: #000;
}
.pagination .page-link.active {
  background: #cb962c;
  color: #fff;
}
.pagination .page-item:first-child {
  margin-right: 15px;
}
.startegy-page {
  background: #dcad34;
  padding: 60px 0 130px;
  position: relative;
}
.startegy-page .container, .startegy-form .container {
  max-width: 1070px;
}
.form-field label {
  font-weight: 700;
  margin: 0 0 10px;
}
.startegy-form input, .startegy-form textarea, .startegy-form select {
  color: #000 !important;
}
.startegy-form .form-field {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin: 0 0 35px;
}
.startegy-form-box {
  margin: -155px 0 0;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
  padding: 55px 35px 40px;
  position: relative;
z-index: 2;
}
.startegy-page::before {
  content: "";
  background-image: url(../images/strategy-graphic-left.png);
  height: 422px;
  width: 163px;
  position: absolute;
  top: 80px;
  left: 0;
}
.startegy-page::after {
  content: "";
  background-image: url(../images/strategy-graphic-right.png);
  height: 239px;
  width: 118px;
  position: absolute;
  top: 50px;
  right: 0;
}
.about-section-1 {
  background: #f8f8f8;
  padding: 75px 0;
}
.about-section-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-section-1 ul li {
  margin: 15px 0;
  position: relative;
  padding: 0 0 0 28px;
}
.about-section-1 ul li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #d19c30;
}
.about-section-1 .home-about-text {
  padding-right: 50px;
}
.faq-section .accordion-item {
  border: none;
}
.faq-section .accordion-item h3 {
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #dcdcdc;
  padding: 0 0 14px;
  margin: 0 0 30px;
  position: relative;
  display: flex;
  min-height: 34px;
}
.faq-section .accordion-item h3:after, .faq-section .accordion-item h3:not(.collapsed)::after{
	margin-left: auto;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	color: #d19c30;
}
.faq-section .accordion-item h3:after{
	content: "\2b";
}
.faq-section .accordion-item h3:not(.collapsed)::after{
	content: "\f068";
}
.faq-section .accordion-body {
  padding: 0 0 30px;
}
.faq-section .accordion-item:last-child h3 {
  border: none;
}
.testimonials-section.about-testimonials::before {
  background-image: url(../images/about-testimonials-graphic-left.png);
  height: 531px;
  width: 312px;
  top: auto;
  bottom: 0;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-item:hover {
	background: #cb962c !important;
	color: #fff !important;
}

.dropdown-item {
    padding: 7px 16px !important;
}

.dropdown-menu {
    padding: 0;
}

.owl-carousel .owl-wrapper-outer {
    z-index: 999;
}

.full-map {
	max-width: 1920px;
	margin: 0 auto;
}

.logo-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 35px;
}

.home-about-text ul li a {
	color: #000;
	text-decoration: none;
}

.td-none {
	text-decoration: none;
}

.blog-banner {
  background-image: url(../images/office.jpg);
  background-size: cover;
  height: 408px;
  position: relative;;
}
.blog-banner::after {
  content: "";
  background: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.blog-banner .container {
  position: relative;
  z-index: 2;
}
.blog-banner h1 {
  font-size: 50px;
}

/**12-09-2022**/
.country-section{
	padding: 65px 0px;
}
.startegy-new{
	margin: 0px 0 0 !important;
}
.heading h3 {
    font-size: 36px;
    font-weight: 600;
	margin-bottom: 0;
}
.heading h2 {
    font-size: 82px;
    font-weight: 800;
    color: #fff;
    line-height: 48px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 1px #d19c30;
}


.innner-nav{
	background: #31373e;
}
.header.innner-nav {
    padding: 20px 20px !important;
   
}
.whatwe-offer{
	padding: 65px 0px 30px;
}
.services-item {
    display: flex;
}
.services-item .services-text {
    padding: 0 0 0 20px;
}
.services-item{
	margin-bottom: 35px;
}
.services-item .services-icon img {
    height: 70px;
    width: 70px;
    max-width: unset;
}
.services-text h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.testi-image img {
    /* border-top-left-radius: 350px; */
    /* border-top-right-radius: 150px; */
    /* border-bottom-left-radius: 350px; */
    border-bottom-right-radius: 320px;
}
.pl-50{
	padding-left: 50px;
}
.icon-img {
	font-size: 85px;
	color: #dcad34;
}
.carousel-indicators {
    position: absolute;
    left: 0 !important;
    bottom: -50px;
    left: 0;
    z-index: 2;
    display: flex;
     justify-content: left !important; 
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 0%;
    list-style: none;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 25px;
    height: 8px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #dcad34;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
	transition: all .3s ease;
  
}
.carousel-indicators .active {
    opacity: 1;
	 width: 40px;
	color: #dcad34;
}
.testimonial-new {
	position: relative;
	padding: 75px 0px 50px;
}


.testimonial-new::before {
    content: "";
    background-image: url(../images/testimonials-graphic-left.png);
    height: 613px;
    width: 312px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-new::after {
    content: "";
    background-image: url(../images/blog-graphic-right.png);
    height: 499px;
    width: 102px;
    position: absolute;
    top: 150px;
    right: 0;
}
.testi-image {
    z-index: 99;
    position: relative;
}
.desc{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 30px;
}
.tesi-1{
	position: absolute;
	width: 150px;
	border-radius: 100%;
	top: 50px;
	left: 200px;
}
.tesi-2{
	position: absolute;
	width: 150px;
	border-radius: 100%;
	top: 50%;
	left: 30px;
}
.tesi-3{
	position: absolute;
	width: 150px;
	border-radius: 100%;
	bottom: 30px;
	left: 200px;
}
.accelerator-section{
	padding: 65px 0px;
}

/**-12-19-2022**/
.service-heading {
    position: absolute;
    top: -30px;
}
.service-heading h3{
	background: #dcad34;
	border-radius: 8px;
	padding: 10px 25px;
	color: #fff;
	    font-size: 30px;
    font-weight: 600;
	
}

.service-main {
    background: #f8f8f8;
    padding: 85px 0px 65px;
    position: relative;
}
.service-block{
	text-align: center;
}
.service-icon {
    margin-bottom: 18px;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-icon img {
    max-width: 100%;
    width: 120px;
}
.service-block {
    background: #fff;
    padding: 20px 10px;
    border-radius: 20px;
}
.service-text h4 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.desc span{
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}

.item-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}
