@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

body{
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	color: #000;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.5px;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #000000;
	outline: none;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	color: #1F1F25;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 15px;
}
.bg-color1{
	background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.bg-color2{
	background-color: #0553b5;
}
.text-color1{
	color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%) !important;
}
.text-color2{
	color: #d4af37 !important;
}
.txt-hover:hover,
.txt-hover:focus{
    color: #a9a9a9;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}
.header-top{
	background-color: #fff;
}
.homepage .header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 999;
}
.header-bottom{
	background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
	padding: 0;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}
.logo{
	/*display: inline-block;
	margin: 5px auto;*/
	display: inline-block;
    margin: 0 auto 5px auto;
    position: absolute;
    top: 0;
    z-index: 99999;
    background: #000000;
    padding: 8px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.logo .img-fluid{
	max-width: 130px;
}
.mobile-menu{
	display: none;
}
.nav-wrapper{
	display: block;
	text-align: right;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:10px 15px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	position: relative;
	display: block;
	font-weight: 600;
	font-size: 18px;
	color: #000000;
	padding: 20px 30px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown > a{
	padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
/*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color:#ffffff;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.isStuck .nav-wrapper{
	text-align: center;
}
.slider-wrapper{
	position: relative;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.fs-70{
	font-size: 70px;
}
.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 15px 26px;
	position: relative;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.areas-list li:before{
	content: '\F3E7';
}
.list2 li:before{
	color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
	content: '\F2EA';
}
.list3{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:18px;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.overlap{
	position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap1:before{
    background-color: rgba(0,0,0,0.7);
}
.overlap2:before{
    background-color: rgb(55 57 60 / 80%);
}
.widget-title,.footer-widget .widget-title{
	font-size: 24px;
    font-weight: 600;
    display: block !important;
    color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    border-bottom: 1px solid rgba(234, 234, 234, 0.5);
    margin-bottom: 15px;
    padding-bottom: 13px;
}
.footer-widget .callon a:hover{
	color: #dddddd;
	transition: all .5s;
}
.widget-title a:hover{
    color: #a9a9a9;
}
.footer-menu li a{
	position: relative;
	padding:2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family:'bootstrap-icons';
}
.footer-links{
	display: block;
	color: #fff;
}
.footer-menu li a:hover,
.footer-links a:hover{
	color: #a9a9a9;
}
.navigation li.dropdown > .dropdown-menu.child-dropdown{
    top: 0;
    left: 100%;
    padding: 15px;
}
.header-center {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    vertical-align: middle;
}
.top-contact-list, .social-link {
    display: inline-block;
    vertical-align: middle;
}
.top-contact-list li {
    display: inline-block;
    vertical-align: top;
    color: #000;
    margin-right: 45px;
}
.top-contact-list li a {
    display: inline-block;
    line-height: 1.3;
}
.top-contact-list li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgb(210,150,43);
    background:radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.top-contact-list li span {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.top-contact-list li span strong {
    color: #000;
    font-size: 18px;
}
.services-section.overlap1:before {
    background-color: rgb(0 0 0 / 82%);
}
.bg-patch-testi {
    position: relative;
    overflow: hidden;
}
.bg-patch-testi::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    content: "";
    margin: 0 auto;
    border-radius: 0;
}
.imgwrap-testimonial {
    position: relative;
}
.imtestimonial img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    border: 0;
    z-index: 2;
    position: relative;
    box-shadow: rgb(11 11 11) -2px 1px 6px -10px;
    background: transparent;
    padding: 25px;
    border-top: 0;
}
.contactfooter-inner {
    padding-top: 30px;
}
.headingh2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}
.btn-1{
  background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
  background-color: rgb(210,150,43);
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 10px;
  padding: 12px 22px;
  color: #000000;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active{
	background-color: #000000;
	color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.formwrap{
	background-color: #000000;
	padding: 35px 24px;
}
.contact-wrap1 {
    text-align: center;
    z-index: 99;
    position: relative;
}
.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #000000;
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    line-height: 66px;
    font-size: 25px;
    border-radius: 50%;
    color: 1px solid rgb(210,150,43);
    background:radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.contact-wrap1 .address-content {
    background-color: #ddd;
    padding: 60px 20px 20px;
    margin-top: -40px;
    min-height: 176px;
    border: 1px solid #fff3;
}
.link--surinami, .footer-widget p{
    position: relative;
    font-weight: 400;
    color: #ffffff;
    font-size: 17px;
    padding: 0;
    display: inline-block;
}
.link--surinami::before, .link--surinami::after {
    content: '';
    width: 100%;
    height: 1px;
    z-index: -1;
    background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    position: absolute;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.link--surinami::before {
    right: 0;
    top: 0;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.link--surinami::after {
    left: 0;
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.link--surinami:hover::before, .link--surinami:hover::after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.service-inner{
	position: relative;
	width: 80%;
	margin:0 auto;
}
.herecall{
	position: relative;
}
.herecall li{
	position: relative;
}
.herecall li::before{
	position: absolute;
	content: "\f5c1";
	font-family: bootstrap-icons !important;
	left: 13px;
	font-size: 25px;
	top: 50%;
	transform: translateY(-50%);
}
.service-inner .servicesimg {
    transition: .5s all;
    margin-bottom: 20px;
}
.service-content p{
	font-weight: bold;
}
.servicesimg img{
	border-radius: 50%;
}
.service-inner:hover .servicesimg {
    transform: translateY(14px);
}
.services-section .img1{
	margin-top: 100px;
}
.services-section .img2{
	margin-top: 30px;
}
.services-section .img3{
	margin-top: -15px;
}
.services-section .img4{
	margin-top: 30px;
}
.services-section .img5{
	margin-top: 100px;
}
.service-content{
	text-align: center;
}
.service-content h4{
	font-weight: 900;
	margin-bottom: 0;
}
.abslt-bottom-div {
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #d9a02d;
    margin-top: 20px;
}
.box-shadow1 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.imglogo {
    text-align: center;
}
.imglogo img {
    width: 120px;
    height: 120px;
    border-radius: 0;
    border: 5px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    margin-top: -60px;
    background: #fff;
    padding: 7px;
}
.content-inner {
    margin-top: 15px;
}
.testimonial-slider .item{
	height: auto !important;
}
.page-banner {
    height: 550px;
    position: relative;
    overflow: hidden;
}
.parallax.overlap3:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(28 30 25 / 52%);
    background: linear-gradient(90deg, rgb(6 6 6 / 1%) 0%, rgb(9 9 8 / 85%) 50%, rgb(27 37 9 / 34%) 97%);
    content: '';
}
.mini-banner {
    position: absolute;
    bottom: 145px;
    left: 0;
    width: 100%;
    content: '';
    z-index: 1;
}
.curve-bg-path{
	position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.curve-bg-path::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 80px;
    background: rgba(0, 0, 0, 0.91);
    /* clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 75% 100%, 0% 100%); */
    height: 100%;
    width: 50%;
}
.content-box-shadow{
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.service-employee-section .service-content h4{
	font-size: 19px;
}
.bghalf-wrap::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 68%;
    background-color: #e4e4e4;
}
service__block__one{
  margin-top: 0;
}
.overlap,.overlap1,.overlap2{
  position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
  background-color: rgba(41, 42, 96, 0.85);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlap1:before{
    background-color: rgba(0,0,0,0.7);
}
.service__block__one .service__text:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--higer-secondary-color);
  position: absolute;
  left: 0;
  bottom: 0px;
}
.service__block__one .lower__content .more__btn {
  position: relative;
  padding: 20px 0px 10px;
}
.service__block__one .lower__content .more__btn a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: var(--base-color);
  transition: all 500ms ease;
}
.service__block__one .lower__content .more__btn a span {
  color: var(--base-color);
  margin-left: 8px;
  transition: all 500ms ease;
}
.service__block__one .lower__content .more__btn a span:last-child {
  display: none;
}
.service__block__one .lower__content .more__btn a:hover span {
  display: none;
}
.service__block__one .lower__content .more__btn a:hover span:last-child {
  display: inline-block;
}
.service__block__one:hover .image_layer_one {
  opacity: 0;
}
.service__block__one:hover .image_layer_two {
  opacity: 1;
  transform: rotateY(180deg);
}
.service__block__one .image_layer_two{
  opacity: 0;
  transform: rotateY(0deg);
  transform-origin: center;
  transition: all 800ms ease;
  position: absolute;
  width: 90px;
  height: 90px;
}
.lower__content {
    background: #ffffff;
    box-shadow: 0px 30px 100px rgba(0, 0, 0, 0.1);
    padding: 25px;
    position: relative;
    margin-bottom: 30px;
    min-height: 220px;
}
.inner__box img{
	transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}
.inner__box:hover img {
  transform: scale(1.2) rotate(1deg);
}
.inner__box:hover .image__box:before {
  left: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  right: 50%;
}
.inner__box:hover .image__box:after {
  bottom: 50%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 50%;
}
.inner__box .image__box:after {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
  transition: all 700ms ease 0s;
  right: 0;
  top: 0;
  z-index: 1;
}
.inner__box .image__box:before {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: all 700ms ease 0s;
  -o-transition: all 700ms ease 0s;
  transition: all 700ms ease 0s;
  right: 0;
  top: 0;
  z-index: 1;
}
.inner__box {
  position: relative;
  display: block;
}
.inner__box .image__box{
  position: relative;
  display: block;
  overflow: hidden;
}
.contactbottom{
	position: relative;
}
.list4 li {
    position: relative;
    padding: 20px;
    border-left: 4px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    margin-bottom: 15px;
    font-size: 18px;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 15px;
}
.list4.herecall li{
	padding:  20px 20px 20px 55px;
}
.hover-effect-two::before {
    content: '';
    border-radius: 5px;
    background-image: -webkit-linear-gradient(127deg, rgb(176 220 158 / 43%) 11%, rgb(14 79 35) 81%);
    background-image: linear-gradient(127deg, rgb(14 79 35) 81%), rgb(176 220 158 / 43%) 11%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.bx-shadow-3 {
    border-radius: 250px;
    -webkit-box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
}
.contactbottom .bx-shadow-3 img {
    border-radius: 50px;
}
.capption {
    padding-left: 45px;
}
.capption h2 {
    font-size: 50px;
    font-weight: 800;
}
.borderbox-layout-3 {
    padding: 25px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
}
.border-hoverboxes .borderbox-layout-3::before, .border-hoverboxes .borderbox-layout-3::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}
.border-hoverboxes .borderbox-layout-3::before {
    bottom: -1px;
    right: -1px;
    border-right: 1px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    border-bottom: 1px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    background: transparent;
    opacity: 1;
    left: auto;
}
.border-hoverboxes .borderbox-layout-3::after {
    top: 0;
    left: 0;
    border-top: 1px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    border-left: 1px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
}
.border-hoverboxes .hover-trig:hover .borderbox-layout-3::before,
.border-hoverboxes .hover-trig:hover .borderbox-layout-3::after {
    width: 70%;
    height: 70%;
}
.col12-height .borderbox-layout-3{
	min-height: auto;
}
.curve-bg-path.fullbg-curve::before{
	width: 100%;
	background: rgb(0 0 0 / 70%);
}
.list-id-3 li{
	position: relative;
	display: inline-block;
	font-size: 19px;
	font-weight: 600;
	padding: 15px;
    border: 1px dashed radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    margin-bottom: 5px;
}
.contactfooter {
    position: relative;
    height: auto;
}
.contactfooter::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 35px;
    bottom: 0;
    border: 1px solid radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    width: 100%;
    height: auto;
    z-index: -1;
}
.pulseeffect {
    position: relative;
    animation: none;
}
.pulseeffect, .address-box .icontop {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
    border-radius: 50%;
    color: #fff;
}
/* col-xxl */
@media and (min-width: 1400px) {

}
/* col-xl */
@media (min-width: 1200px) and (max-width:1400px){

}
/* col-lg */
@media (min-width: 992px) and (max-width:1200px){
	.navigation a{
		padding: 12px;
	}
	.footer-widget .link--surinami,.footer-widget p{
		font-size: 14px;
	}
	.service-inner{
		width: 95%;
	}
	.borderbox-layout-3{
		min-height: 280px;
	}
}
/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px){
	.mobile-menu{
		display: block;
		font-size: 20px;
		background: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
		padding:8px 20px;
		color: #000000;
		cursor: pointer;
		margin: 0 auto;
		text-align: left;
	}
	.mobile-menu i{
		float: right;
	}
	.contact-wrap1 .address-content {
         min-height: auto;
         margin-bottom: 22px;
    }
	.imglogo img{
		margin-top: 0;
	}
	.abslt-bottom-div{
		margin-top: 0;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 99999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #0f0f0f;
		padding: 0;
	}
	.navigation{
		text-align: left;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
	}
	.navigation > li:before{
		display: none;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
		text-transform: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: radial-gradient(circle, rgba(210, 150, 43, 1) 0%, rgb(230 176 48) 100%);
		color: #000000;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.fixed-top{
		position: static;
	}
	.homepage .header {
        position: static;
    }
    .header-top {
	  background-color: #000000;
	}
	.logo{
		position: relative;
	    margin: 0 auto;
	    padding: 0;
	    z-index: 9;
	}
	.top-contact-list li a{
		color: #ffffff;
	}
	.top-contact-list li{
		margin-right: 15px;
	}
	.service-inner{
		margin: 0 auto 35px auto;
	}
	.services-section .img1 {
	  margin-top: 0;
	}
	.services-section .img2 {
	  margin-top: 0;
	}
	.services-section .img3 {
	  margin-top: 0;
	}
	.services-section .img4 {
	  margin-top: 0;
	}
	.services-section .img5 {
	  margin-top: 0;
	}
	.contactfooter-inner {
	  padding-top: 0;
	}
	.imtestimonial img{
		border: 0 solid #ddd;
		padding: 0 20px 0 0;
	}
	.logoheader{
		text-align: center;
	}
	.homepage .header{
		position: static;
	}
	.curve-bg-path::before{
		width: 100%;
	}
	.page-banner{
		height: 250px;
	}
	.carousel-caption {
	    position: absolute;
	    right: 15%;
	    top: 50%;
	    left: 15%;
	    padding-top: 1.25rem;
	    padding-bottom: 1.25rem;
	    color: #fff;
	    text-align: center;
	    transform: translateY(-50%);
	}
	.borderbox-layout-3{
		min-height: auto;
	}
	.capption {
	  padding-left: 0;
	}
	.bghalf-wrap::before{
		height: 100%;
	}
	.capption h2 {
	  font-size: 30px;
	  font-weight: 800;
	  line-height: 1.1;
	}
}
/* col-md */
@media (min-width: 768px) and (max-width:991px){

}
/* for all mobile */
@media (min-width: 220px) and (max-width:767px){
	.imtestimonial img{
		padding: 0;
	}
	.imgwrap-testimonial{
		margin-bottom: 20px;
	}
	.logoheader{
		text-align: center;
		margin:0 auto 20px auto;
	}
	.top-contact-list li a{
		font-size: 16px;
		color: #fff;
	}
	.top-contact-list li i{
		display: none;
	}
	.top-contact-list li {
	    margin-right: 0;
	    display: block;
	}
	.top-contact-list li span{
		text-align: center;
	}
	.top-contact-list{
		padding-bottom: 15px;
	}
	.headingh2{
		font-size: 25px;
	}
	.imglogo img{
		margin-top: 0;
	}
	.abslt-bottom-div{
		margin-top: 0;
	}
	.testimonial-slider .item{
		height: auto !important;
	}
	.footer-widget{
		margin-bottom: 20px;
	}
}
/* col-sm  */
@media (min-width: 576px) and (max-width:767px){

}
/* col-xs */
@media (min-width: 220px) and (max-width:575px){

	.link--surinami, .footer-widget p{
		font-size: 15px;
	}

}