
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');

@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');


body {font-size:17px; font-family: 'Poppins', sans-serif;}
ol, ul {list-style: none outside none;}
a:focus, a:hover{ text-decoration:none!important;}


@font-face {
  font-family: 'StencilStd';
  src: url('../fonts/StencilStd.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/** work start here **/


.header-top .mail:before {
content: url(../images/mail-icon.png);position: absolute;top: 40px;left: 15px;}

.header-top .mail:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fbb265;
    top: 20px;
    left: 50px;
    transform: rotate(45deg);
    z-index: 0;
}

.header-top .mail {
    text-align: start;
}

.header-top p, .header-top a {
    font-size: 19px;
    line-height: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
    text-align: right;
}

.main-navigation {
    padding-top: 30px;
    padding-left: 20%;
}

.header-top {
    background-color: #101d2e;
    padding: 10px 25px;
}

.header-top a:hover{ color:#fff;}

.header-bottom {
    width: 100%;
    height: 112px;
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
}

.banner-img img {
    width: 100%;
}

.header-top .call::before {
    content: url("../images/call-icon.png");
    position: absolute;
    top: 40px;
    right: 15px;
}

.header-top .call::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgb(251, 178, 101);
    top: 20px;
    right: 50px;
    transform: rotate(45deg);
    z-index: 0;
}

.header {
    border-bottom: 2px solid #fff;
}

.aboutus-section {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.bg-image {
    position: absolute;
    z-index: -9;
}

.aboutus-section1 {
    padding: 0px 0 0px;
}

.aboutus-right1 {
    padding: 0px 30px 0 0px;
    text-align: center;
}
.aboutus-right2 {
    text-align: center;
    padding: 0px 0 0px;
    overflow: hidden;
}
.aboutus-right2 .bagwanji {
    height: auto;
    display: block;
    margin: 20px auto;
    width: 100%;
}

.aboutus-left1 {
    padding: 0 0px;
    margin-top: 50px;
}

.aboutus-left1:before {
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    position: absolute;
    content: "";
}

.aboutus-left2 {
    padding: 0 0 20px 0px;
    text-align: center;
}

.aboutus-heading {
    padding: 80px 0 0;
    text-align: center;
    z-index: 9;
}

.aboutus-heading:before {
    position: absolute;
    background: #fff;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    left: 60px;
    z-index: -9;
}

.aboutus-heading p {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}
.aboutus-heading h1 {
    padding: 11px 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    background: #fff;
    font-size: 42px;
   
}

.aboutus-heading h1 a {
    color: #10203a;
}

.aboutus-heading:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    right: 60px;
    z-index: -9;
}

.aboutus-content {
    padding: 30px 30px 20px 30px;
}

.aboutus-content p {
    color: #ffffff;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.right-round-image {
    position: absolute;
    top: -230px;
    right: 0;
    overflow: hidden;
    z-index: -9;
}

.bg-cricle {
    margin: 0 auto;
    display: block;
    animation: rotation 15s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0);

  }
  to {
    transform: rotate(1turn);
      
  }
}


.services-block {
    background-image: url(../images/service-bgg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    float: left;
    width: 100%;
}

.services-container{ padding:0 4% !important;}

.services-home-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.services-home-box h2 {
    color: #10203a;
    font-size: 22px;
}

.services-home-box-img img {
    border-radius: 20px;
}

.services-block-left .owl-nav.disabled {
    display: none !important;
}

.services-block-left .owl-dots {
    display: none !important;
}

a.services-btn {
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 10px 0 10px 0px;
    margin-top: 20px;
}

a.services-btn:hover{ color:#fff;}

.services-block-right h2 {
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; font-weight:700;
}

.services-block-right p {
    color: #fff;
    margin-bottom: 30px;
}

.service-list ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    gap: 10px;
    padding-left: 0;
}

.service-list ul li {
    width: 47%;
    position: relative;
    background: #fff;
    margin-bottom: 10px !important;
    border-radius: 100px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}

.service-list ul li a {
    font-weight: bold;
    color: #222;
    display: block;
    transition: all 0.3s ease-in-out;
    padding: 15px 10px 15px 55px;
    font-size: 16px;
}

.service-list ul li:after {
    content: "";
    background-image: url(../images/arrow-img-1.png);
    height: 42px;
    width: 42px;
    display: block;
    position: absolute;
    background-size: contain;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-repeat: no-repeat;
}

a.whtsapp-btn {
    text-align: center;
    margin: 30px auto 0;
    display: block;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 35px;
   
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent; font-weight:700;
}

.why-choose {
    clear: both;
    padding: 30px 0;
}

.why-choose-item {
    display: flex;
}

.why-choose-child {
    width: 50%;
    padding: 21px 24px 24px 24px;
    margin-top: 20px;
}

.why-choose-child img {
    animation: zoom-in-zoom-out 1s ease infinite;
}

.why-choose-item h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.title {
   
    margin-bottom: 30px;
}

.why-choose-item p {
    color: #fff;
    padding: 0px 20px 0px 0px;
}

.why-choose-child {
    width: 50%;
    padding: 8px 24px 18px 24px;
    margin-top: 20px;
}

.why-choose-right {
    text-align: center;
}

.why-choose-right img {
    margin-bottom: 20px;
}

.why-choose-right a.whtsapp-btn {
    margin: 0;
}

.whyy-choose-main {
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    border-radius: 0px 50px 0px 50px;
    position: relative;
}

.whyy-choose-main:before {
    position: absolute;
    top: 0px;
    left: 285px;
    width: -3px;
    border: 1px solid #fff;
    content: "";
    height: 788px;
}
.whyy-choose-main:after {
    position: absolute;
    top: 62px;
    left: 316px;
    border: 1px solid #fff;
    content: "";
    height: 634px;
    transform: rotate(90deg);
}

.main-testimonial {
    background-image: url(../images/service-bgg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    float: left;
    width: 100%;
}

.main-testimonial .title p {
    color: #fff;
}

.revsection {
    margin-top: 40px;
    background-image: linear-gradient(#ffa616, #fc841e);
    text-align: center;
    padding: 15px 20px;
    border-radius: 15px;
}

.testf {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
}

.testf img {
    position: relative;
    margin-top: -85px;
    width: auto !important;
    margin: -85px auto 0;
}

.testf p {
    font-size: 16px;
    font-family: 'Poppins';
    color: #000;
    line-height: 24px;
}

.ag {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 15px;
    min-height: 55px;
    padding: 10px 15px 15px;
}

.ag h5 {
    float: left;
    font-size: 22px;
    margin: 5px 0 0 0;
}

.ag i {
    font-size: 20px;
    color: #000;
    margin-top: 6px;
    float: right;
    padding-right: 4px;
}

.main-testimonial .owl-nav.disabled{ display:none !important;}

.main-testimonial .owl-dots{ display:none !important;}

.main-footer {
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    padding: 0px 0;
    clear: both;
}

.footer-left ul {
    padding-left: 0;
}

.footer-left {
    background-image: url(../images/fotter-list-bg.jpg);
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-left h2 {
    margin: 0;
}

.footer-left h2 {
    font-size: 35px;
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-left ul li a {
    display: block;
    color: #fff;
    padding: 6px 0px 6px 23px;
}

.footer-left ul li a:before {
    content: "";
    display: block;
    background-image: url(../images/right-arrow.png);
    height: 15px;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.footer-left li {
    position: relative;
}

.social-footer-icon ul {
    display: flex;
    flex-wrap: wrap;
    gap: 36px 50px;
    padding-left: 0;
}
.social-footer-icon li {
    display: flex;
    align-items: center;
}

.social-footer-icon li img {
    margin-right: 20px;
}

.info-text {
    text-align: left;
}

.social-footer-icon li .info-text .label {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
   
    text-align: left;
    padding: 0;
}

.social-footer-icon .text {
    text-align: left;
}

.social-footer-icon li .info-text .text a {
 
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.footer-right {
    width: 100%;
    padding: 80px 0px 0px 0px;
}

.footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    border: 1px solid #fff;
    margin: 40px 0px 15px;
    overflow: hidden;
}

.footer-menu ul li {
    padding: 15px 38px;
}

.footer-menu ul li a {
    font-size: 16px;
    font-weight: 700;
    color: #4a4a4a;
}

.footer-menu {
    width: 85%;
}

.footer-menu ul li:last-child:after {
    content: "";
    display: block;
    height: 220px;
    width: 220px;
    position: absolute;
    background: #222f4d;
    top: 50%;
    border-radius: 100%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.footer-menu ul li:last-child {
    position: relative;
    overflow: hidden;
}

.footer-menu ul li:last-child a {
    color: #fff;
    z-index: 1;
    position: relative;
}

.disclamer-text {
    color: #fff;
    width: 90%;
    margin-top: 35px;
}

.copy-right p {
    margin: 10px 0 0 0;
    color: #fff;
}

.mbil-top{ display:none;}

div#banner {
    clear: both;
}

.chs-resp{ display:none;}

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

.inner-banner {
    text-align: center;
    background-color: #222f4d;
    color: #fff;
    
    padding: 20px 0;
}

.title-two h2 {
    margin: 0;
    padding: 20px 0;
    font-size: 35px;
    font-weight: 700;
}

.about-section {
    padding: 30px 0;
}

.about-right {
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    padding: 20px;
}

.about-right h2 {
    margin: 0 0;
    color: #fff;
}

.about-right p {
    color: #fff;
}

.form-box input.textfield {
    border: none;
    padding: 10px;
    width: 100%;
    margin: 5px 0;
}

.form-box textarea.textfield {
    width: 100%;
    resize: none;
    min-height: 110px;
    border: none;
    margin-top: 7px;
    padding: 10px;
}

button.sub-btn {
    background-color: #222f4d;
    color: #fff;
    width: 100%;
    border: none;
    padding: 10px 0;
    font-size: 19px;
    margin-top: 10px;
}

.dg-contact-boxinfo {
    text-align: center;
    border: 1px solid #222f4d;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}

.dg-contact-boxinfo .dg-textinfo {
    background-image: linear-gradient(261deg, #fab434 0%, #ee401c 100%);
    padding: 10px;
    border-radius: 10px;
    margin-top: ;
}

.dg-contact-boxinfo:after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #222f4d;
    z-index: -1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dg-contact-boxinfo .dg-textinfo h6 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}

.dg-contact-boxinfo .dg-textinfo a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

.dg-contact-boxinfo.dg-contact-map {
    margin-top: 30px;
}

.map{ margin-top:20px;}

.menu-sub {
    display: none;
}

button#Submittextfield {
    background-color: #222f4d;
    color: #fff;
    width: 100%;
    border: none;
    padding: 10px 0;
    font-size: 19px;
    margin-top: 10px;
}