body{
	font-family: "Poppins", serif;
}

img{
	max-width:100%;
}
h1, h2, h3, h4, h5{
	   font-family: "Philosopher", serif;
}

img{max-width: 100%;}

ul {
	padding: 0;
	margin: 0;
}
.top-header {
    padding: 0;
    background-image:linear-gradient(to right, #c7a108, #7e6500);
}
.top-header p {
    margin: 0;
    color: #fff;
    font-size: 17px;
}
.get-id li {
    display: inline-block;
    padding-left: 8px;
}
.get-id {
    text-align: right;
}
.get-id li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.get-id li a i {
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 2px;
    padding: 7px 8px;
    border-radius: 50px;
    color: #fff;
    background: #000;
}
.get-id li a:hover i{
    color: #000;
    background: #fff;
}
marquee.top-mar {
    margin: 3px 0 0 0;
}
ul.top-con {
    margin: 0;
    padding: 6px 0;
}
.top-m {
    background: #fff;
    padding: 10px 0;
    font-weight: bold;
}
/*End Top Bar*/

/*Start header Bar*/
.center-logo {
    text-align: center;
}
img.center-logo {
    width: 100%;
    margin: 0 auto;
}

.header-part {
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.new-mar {
   background-image: linear-gradient(to right, #c7a108, #7e6500);
    padding: 2px 0;
    margin-top: 0;
}
.align {
    align-items: center;
}
.mar-2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0;
    padding: 3px 0 0 0;
}
.fa-spin {
    animation-name: fa-spin;
    animation-duration: var(--fa-animation-duration,10s) !important;
	    border-radius: 50%;
    border: 10px solid #fff;
}

/*End header Bar*/

/*Start About Us*/
.about-part{
	padding: 50px 0;
	background: red;
}

.about-part {
    padding: 50px 0;
      background: #c7a108;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.about-content h2 {
    font-size: 45px;
    font-weight: 600;
    color: #ff0708;
}

.left-line {
    border-left: solid 2px #000;
    box-shadow: 2px 5px 6px #0000003d;
    padding: 15px;
	color:#000;
}
.about-content p{
	color:#000;
}
.btn-ct a {
    background: #000;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    transition: 0.5s;
}

.btn-ct {
    margin: 35px 0 0 0;
}
.btn-ct a i{
	margin-right: 5px;
}

.btn-ct a:hover{
	background: #000;
	color: #fff;
}
ul.about-list {
    background: #c7a108;
    padding: 13px;
    border-radius: 5px;
    margin: 0 0 5px 0;
}
ul.about-list li {
    list-style: none;
    padding: 10px 0;
}
ul.about-list li a {
    background: #ffffff;
    width: 100%;
    display: block;
    padding: 10px 10px;
    font-size: 18px;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
}
ul.about-list li a i {
    background: linear-gradient(to right, #c7a108, #7e6500);
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    border-radius: 50px;
    margin-right: 5px;
}
/*End About Us*/

/*Start Top Services*/
.top-ser {
    padding: 50px 0;
    background-image: url(../images/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.top-ser-part {
    text-align: center;
}
.top-ser-part h3 {
    color: #c7a108;
    margin-bottom: 20px;
}
.cta-ser a {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 10px 13px;
    font-weight: 600;
    border-radius: 28px;
}
.cta-ser a:hover {
    background: #000;
    color: #fff;
	border:2px solid #c7a108;
   
}
.cta-ser {
    margin-top: 15px;
}
.title-main {
    text-align: center;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 15px;
}

/*End Top Services*/

/*Start Top Services*/

.more-services {
    padding: 50px 0;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.more-services h2 {
    font-size: 45px;
    font-weight: 600;
    color: #c7a108;
    text-align: center;
}
.ser-box {
    background: #fff;
    padding: 15px 15px 30px 15px;
    text-align: center;
    margin: 15px 0 0 0;
}
.ser-box p {
    color: #000;
    font-size: 15px;
}
.ser-box .cta-ser {
    margin: 25px 0 0 0;
}
.ser-box h3 {
    color: #ff0708;
    font-weight: 600;
    font-size: 27px;
    margin: 10px 0;
}

/*End Top Services*/

/*Start Why CHoose US*/
.why-box img {
    width: 80px;
}
	
.why-box h3 {
    font-size: 22px;
    margin: 0;
    padding: 5px 0;
    font-weight: 700;
    color: #c7a108;
}
.why-box.w {
    background: #fff;
}
.why-box p {
    font-size: 15px;
    margin: 0;
}
.why-choose {
    background: linear-gradient(to right, #c7a108, #000000);
    padding: 50px 0;
}
.why-box {
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0 0 0;
}
img.why-ban {
    margin: 15px 0 0 0;
    border: solid 1px #fff;
    padding: 5px;
}
.why-choose h2 {
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
/*End Why CHoose US*/

/*Start testimonial*/

.testimonial-part{
	 padding: 50px 0;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.testimonial-part h2 {
    font-size: 45px;
    color: #c7a108;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
}
#testimonial-slider{
    overflow: hidden;
}
.testimonial{
    margin:0 15px;
}
.testimonial .testimonial-content {
    padding: 15px;
    background: #fff;
    border-radius: 0 40px 0 40px;
    border-bottom: 3px solid #000;
    text-align: center;
}
.testimonial .description {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 20px;
}
.testimonial .testimonial-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 3px;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    display: block;
    margin: 10px 0  0 0;
}
.testimonial .testimonial-title small{
    display: block;
    margin-top: 13px;
    font-size:14px;
}
.testimonial .pic {
    width: 83px;
    height: 90px;
    border-bottom: 4px solid #c7a108;
    border-radius: 50%;
    margin: 15px auto;
}
.owl-theme .owl-controls .owl-buttons div {
    background: #004031 !important;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border: 1px solid #808080;
    border-radius:50%;
}
.owl-theme .owl-controls .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 10px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-controls .owl-buttons div:hover{
    background:#78c0a8;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 32%;
    opacity:0;
    border-top-right-radius:15px;
    border-bottom-right-radius:15px;
    transition: all 0.50s linear;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: -7%;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: -7%;
    border-radius: 15px 0 0 15px;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-5px;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-5px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}


/*End testimonial*/

/*Start Footer - MArque*/

.ft-mar {
    background: #c7a108;
    padding: 0;
}
.ft-mar marquee {
    padding: 6px 0;
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	    text-transform: capitalize;
}
/*End Footer - MArque*/

/*Start Contact Us*/
.contact-us{
	 padding: 50px 0;
    background-image: url(../images/white-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-us h2 {
    font-size: 45px;
    color: #004031;
    font-weight: 600;
    margin: 0 0 25px 0;
    text-align: center;
}

.contact-part {
    width: 100%;
    background: #c7a108;
    padding: 20px;
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}
p.form-title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #004031;
}
.contact-part label {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #000000;
}
.contact-part textarea {
    height: 120px;
}
.contact-part  .btn-default.submit {
    background: linear-gradient(to right, #034031, #004031);
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    border: none;
    border-radius: 50px;
    max-width: 220px;
    transition: .3s;
    font-size: 17px;
    color: #fff;
    margin-top: 25px;
}
.footer-part {
    padding: 50px 0 10px 0;
    background: #000;
}

.footer-part p {
    color: #fff;
    text-align: center;
}
p.copy {
    margin: 0;
    padding: 10px 0 0 0;
    text-align: left;
}
ul.pages-list {
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.pages-list li {
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
}
ul.pages-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.pages-banner {
    padding: 60px 0;
    text-align: center;
    background: linear-gradient(to right, #034031, #004031);
}
.pages-banner h1 {
    color: #fff;
}
/*End Contact Us*/

/**/
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/**/

/*Start Responsive*/
@media(max-width:1199px){
	.get-id li a {
    font-size: 15px;
	color:#000;
	font-weight:bold;
}
.header-part {
    padding: 4px;
}
}


@media(max-width:991px){
	ul.top-con {
    text-align: center;
}
.top-header {
    padding: 0 0 10px 0;
}
ul.about-list {
    margin: 40px 0 0 0;
}
.top-ser-part {
    overflow: hidden;
    margin: 0 0 15px 0;
}
.top-ser-part h3 {
    font-size: 35px;
}
}


@media(max-width:767px){
    p.form-title {
    font-size: 28px !important;
}
    img.f-ban {
    margin-top: 25px;
}
p.copy {
    font-size: 13px;
    text-align: center;
    border-bottom: solid 1px #ffcc0175;
    padding: 0px 0 8px 0;
}
ul.pages-list {
    text-align: center;
    margin: 5px 0 0 0;
}
ul.pages-list li a {
    font-size: 14px;
}

	img.top-logo {
    border-bottom: solid 1px #00403138;
    padding: 2px 0;
}
	.testimonial-part h2 {
    font-size: 35px;
}
	.why-choose h2 {
    font-size: 30px;
}
	img.center-logo {
    display: none;
}
.get-id li a i {
    font-size: 16px;
    padding: 5px 5px;
}
.top-m {
    background: #fff;
    padding: 5px 7px;
    margin: 15px 0px 0 0;
    border-radius: 50px;
}
.about-content h2 {
    font-size: 35px;
}
.reve {
    display: flex;
    flex-direction: column-reverse;
}
.about-part {
    padding: 0 0 50px 0;
}
.about-content {
    margin: 25px 0 0 0;
}
.cta-ser a {
    width: fit-content;
    display: block;
    margin: 0 auto;
    padding: 10px 10px;
    height: 40px;
}
.top-ser-part img {
    width: 65%;
}
.top-ser-part h3 {
    margin-bottom: 0;
}
.top-ser-part {
    overflow: hidden;
    border-top: solid 1px #ffffff73;
    padding: 10px 0;
}
.title-main {
    font-size: 35px;
}
.more-services h2 {
    font-size: 35px;
}
}

@media(max-width:350px){
	.get-id li a {
    font-size: 12px;
}
.top-m {
    padding: 3px 7px;
    margin: 13px 0px 0 0;
    border-radius: 50px;
}
ul.about-list li a {
    font-size: 15px;
}
.ser-box h3 {
    font-size: 24px;
}
}
/*End Responsive*/
.footer-top {
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 10px solid #fff;
  background-color:#c7a108;
}

.footer-top .footer-logo {
  padding-bottom: 20px;
}
.footer-top p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
.footer-top p a {
  text-decoration:none;
  color:#000;
}
.footer-top h2 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #ff0708;
  padding-bottom: 35px;
  text-transform: uppercase;
}
.footer-top .location-link {
  padding-top: 10px;
  padding-left: 0;
}
.footer-top .location-link .item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  list-style:none;
}
.footer-top .location-link .item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
.footer-top .location-link .item i:before {
  font-size: 18px;
  color: #000;
}

.footer-main .footer-top .social-icons {
  margin-top: 20px;
}
.footer-top .social-icons li a {
  display: block;
  height: 40px;
  width: 40px;
  color: #48bdc5;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  text-decoration:none;
}
.footer-top .social-icons li a i {
  line-height: 40px;
}
.footer-top .menu-link {
  padding-left: 0;
}
.footer-top .menu-link li {
  padding-bottom: 15px;
  list-style:none;
}
.footer-top .menu-link li a {
  font-size: 18px;
  text-decoration:none;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  letter-spacing: .5px;
  font-family: "Source Sans Pro", sans-serif;
}
.footer-top .menu-link li i {
  margin-right: 12px;
  font-size: 13px;
  color: #000;
}
.footer-top .media-left img {
  height: 80px;
  width: 80px;
}
.footer-top .social-links ul {
  padding-left: 0;
}

.footer-main .footer-top .social-links ul li {
  position: relative;
  margin-bottom: 30px;
}
.footer-top .social-links ul li h5 {
  margin-bottom: 5px;
}
.footer-top .social-links ul li p {
  line-height: 24px;
  margin-bottom: 0;
}
.footer-top .social-links ul li a {
  color: #ffffff;
}
.footer-top .social-links ul li i {
  position: absolute;
  left: 0px;
  top: 7px;
  width: 47px;
  height: 47px;
  color: #ffffff;
  line-height: 47px;
  text-align: center;
  background: #48bdc5;
  margin-right: 10px;
}
.footer-top .social-links span {
  color: #ababab;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.footer-top .gallery-widget {
  position: relative;
  margin-left: 15px;
}
.footer-top .gallery-widget .image {
  position: relative;
  float: left;
  width: 30%;
  margin: 2.5px;
  overflow: hidden;
}
.footer-top .gallery-widget .image img {
  position: relative;
  width: 100%;
}
.footer-top .gallery-widget .image .lightbox-image {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0px;
  left: 0px;
  display: flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, rgba(122, 102, 203, 0.8) 0%, rgba(72, 189, 197, 0.74) 100%);
  transition: all 500ms ease;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
}
.footer-top .gallery-widget .image .lightbox-image i {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.footer-top .gallery-widget .image:hover .lightbox-image {
  transition: all 500ms ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer-bottom {
  padding: 24px 0px;
  background: #fed900;
}

.footer-bottom .copyright-text {
  float: left;
}

.footer-bottom .copyright-text p {
  font-size: 15px;
  font-weight: 400;
  color: #ababab;
  line-height: 26px;
  margin-bottom: 0px;
  letter-spacing: .5px;
  text-transform: capitalize;
}

.footer-bottom .copyright-text a {
  color: #ababab;
}

.footer-bottom .footer-bottom-link {
  float: right;
  margin-bottom: 0px;
  padding-left: 0;
}

.footer-bottom .footer-bottom-link li {
  display: inline-block;
  margin-left: 32px;
}
