body{font-family: 'Poppins', sans-serif;}

h1, h2, h3, h4{font-family: 'Oswald', sans-serif;
}

img{max-width: 100%;}

.top-bar {
    background: yellow;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    background-image: linear-gradient(#870101, #580303);
}
p.top-mar {
    margin: 5px 0 0 0;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
}
ul.top-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.top-icons li {
    list-style: none;
    margin-right: 5px;
    display: inline-block;
    width: 30%;
}

ul.top-icons li img {
    width: 100%;
}

/*Background Change*/

.title {
    animation: changeBackgroundColor 1s infinite;
    width: 35px;
    background: #fbd055;
    height: 35px;
    padding: 5px;
    margin: 4px 0 0 0;
}

@keyframes changeBackgroundColor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #ffd97d;
  }
  100% {
    background-color: #fff;
  }
}

.nav-part {
    background: #0F1825;
    margin: 5px 0 0 0;
    padding: 0;
    border-bottom: solid 1px #fff;
}
a.nav-link.active {
    color: #ffffff !important;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

a.navbar-brand {
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(#870101, #580303);
    padding: 15px 10px;
    color: #fff !important;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}

a.nav-link.active:hover {
    color: #000000 !important;
    background: #ffda29;
}
li.nav-item {
    margin: 0 10px;
}

/*Start About Us*/
.about-parts {
    padding: 40px 0;
    background-image: url(../images/white-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ab-box {
    margin-top: 20px;
    background: #0F1825;
    padding: 15px;
}
.ab-box-b {
    border: solid 1px #fff;
    padding: 30px 20px;
}
.ab-box-b h3 {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.ab-box-b h4 {
    color: #ffda29;
    padding: 0;
    margin: 0;
    font-size: 35px;
}
.ab-bt {
    margin-top: 15px;
}

.ab-bt a {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    background: blueviolet;
    padding: 10px 15px;
    background: #ffda29;
}
.ab-box p {
    color: #fff;
    margin: 10px 0px 0 0;
}

p.sub-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 25px;
    text-align: center;
}

.about-parts h2 {
    margin: 0 0 4px 0;
    color: #660202;
    padding: 0;
    text-align: center;
    font-size: 40px;
}
ul.abt-list {
    margin: 0;
    padding: 0;
}
img.love-ic {
    width: 120px;
}

.icon-txt h5 {
    color: #155ab0;
    font-weight: 700;
    margin: 5px 0;
}
.icon-txt p {
    color: #000;
}

.icon-txt {
    margin: 0 0;
    border-right: solid 10px #f2bf32;
    padding: 0 10px;
}

.abt-ic {
    margin: 0 0;
}
/*Start Services*/
.back-img {
    background-image: url(../images/yellow-back.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin-top: 20px;
}
.yellow-text {
    margin: 0;
    color: #000000;
    font-size: 22px;
}

.titleFont {
    font-size: 40px;
    padding: 8px 15px;
}

.servicesCard {
    text-align: center;
    border: 2px solid #ffffff;
    padding: 30px 13px;
    border-radius: 12px;
    margin-top: 25px;
    background-image: linear-gradient(#5b0066, #7c3185);
    padding-top: 0;
}
.servicesCard img {
    padding: 0px;
    border-radius: 200px 0 100px 200px;
    border: 6px solid #f1be05;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
}

.servicesCard h4 {
    font-size: 28px;
    padding: 0;
    color: #fed879;
}

.servicesCard p {
    color: #fff;
}
.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -166px;
    width: 220px;
    list-style: none;
    transition: 1.7s;
    bottom: 30px;
}

.call-part ul li.whats {
    bottom: 100px;
}

.call-part ul li a {
    background: #111;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #88888852;
}

.call-part ul li.whats i {
    background: #018945;
    color: #fff;
}

.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: #fcd108;
    background-image: linear-gradient(#870101, #580303);
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #ffffff;
}
.call-part ul li:hover {
    right: 0;
}

.whats-part {
    padding: 50px 0 0 0;
    background-image: url(../images/white-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.whats-part h3 {
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}

img.w-rev {
    border: solid 2px #ffd878;
    border-radius: 10px;
    margin-bottom: 20px;
}

.awards {
    padding: 50px 0 0 0;
    background-image: url(../images/white-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.awards h3{
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}

/*Start Why Choose*/
.why-choose {
    margin: 0;
    padding: 40px 0;
}

.choose-l {
    margin: 0;
    padding: 88px 0 0 0;
}

.choose-l h5 {
    margin: 30px 0 0 0;
    padding: 10px;
    font-size: 23px;
    border: solid 1px #7f0202;
    width: fit-content;
}

.choose-l h3 {
    margin: 0;
    padding: 0;
    font-size: 48px;
    color: #830101;
    text-align: left;
}

.choose-l p {
    margin: 0;
    padding: 15px 0;
}

ul.call-chat-services {
    margin: 0;
    padding: 10px 0;
}

.choose-r {
    margin: 15px 0;
    padding: 25px;
    border-radius: 10px;
    background-image: linear-gradient(#870101, #580303);
}
.choose-r i {
    margin: 0;
    padding: 0;
    color: #000000;
}
.choose-r h4 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    color: #ffda29;
}
.choose-r p {
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
}
.choose-r-last {
    margin: 75% 0;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(#870101, #580303);
}
.choose-r-last h4 {
    color: #ffda29;
    font-size: 20px;
}
.choose-r-last p {
    color: #fff;
}

.testimoial-part{
    padding: 50px 0 50px 0;
    background-image: url(../images/yellow-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.testimoial-part h3{
    text-align: center;
    font-size: 40px;
    margin: 0 0 20px 0;
    padding: 0;
}

/*Start Testimonial*/
.testimonial{
    text-align: center;
}
.testimonial .testimonial-content {
    padding: 30px 50px;
    background: #ffffff;
    border-radius: 100px 0;
    border: solid 1px #7f0101;
    position: relative;
    margin: 0 10px 35px;
}
.testimonial .testimonial-content:after {
    content: "";
    position: absolute;
    border-top: 10px solid #860101;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -9px;
    left: 47%;
}
.testimonial .description {
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    margin: 0;
}
.testimonial .pic{
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .testimonial-title{
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #011627;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff9f1c;
}
.owl-theme .owl-controls{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #042a78;
    border-radius: 4px;
    padding: 0;
}
.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fdfffc;
}
.owl-next:before{
    content: "\f054";
}
.owl-prev:hover:before,
.owl-next:hover:before{
    color: #011627;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 0px 10px !important;
    opacity: 1 !important;
    background-image: linear-gradient(#870101, #580303) !important;
}


.owl-theme .owl-controls .owl-buttons div:hover.owl-prev:before, .owl-next:before{
    color: #fff !important;
}
/*End Testimonial*/

.faqs {
    background-image: url(../images/white-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 50px 0 50px 0;
}

.accordion-header {
    margin: 12px 0 0 0;
}
.q-part {
    margin-right: 10px;
}

.accordion-button {
    font-size: 17px;
    font-weight: 600;
    color: #000 !important;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-item {
    background-color: #000;
    border:none !important;
}

button.accordion-button.collapsed {
    color: #000 !important;
    background-image: linear-gradient(#ffbc00, #ffc930);
}
.accordion-body {
    background: white;
}

.accordion-button:not(.collapsed) {
    background-color: #fad058 !important;
}

.accordion-button:focus {
    z-index: 3;
     border-color: none !important; 
    outline: 0;
     box-shadow: none !important;
}

.faqs h3 {
    font-size: 40px;
}

/*Start Footer*/
.ftr-sec {
    text-align: center;
    display: block;
    padding: 20px 0;
    background-image: linear-gradient(#870101, #580303);
}

.white-text {
    color: #fff;
}   

.ftr-sec .dsclmr span {
    display: block;
    text-align: center;
    border-top: 1px solid #ffea00;
    padding: 10px 0;
}

ul.policy {
    margin: 0 0 20px 0;
    padding: 0;
}
ul.policy li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 0 0;
}

ul.policy li a {
    color: #000;
    padding: 5px 5px;
    text-decoration: none;
    background: #ffda29;
}
section.pages-banner {
    padding: 70px;
    background-image: url(../images/cta-back.jpg);
    text-align: center;
    margin: -7px 0;
    margin-bottom: 25px;
}
section.pages-banner h1 {
    color: #fff;
}
ul.pri-list li {
    list-style: none;
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}
ul.pri-list li i {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #510661;
}

ul.pri-list {
    margin: 0;
    padding: 0;
}

.contact-part {
    width: 100%;
    padding: 40px;
    background-image: linear-gradient(#1760b7, #042a78);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
}

.form-texxx span {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.contact-part label {
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #fff;
}

.contact-part input {
    padding: 15px;
}

.contact-part  .btn-default.submit {
    display: inline-block;
    text-align: center;
    padding: 15px 35px;
    background-image: linear-gradient(#ffd97f, #f9cd49);
    border: none;
    border-radius: 50px;
    max-width: 220px;
    transition: .3s;
    font-size: 17px;
    color: #000;
    margin-top: 30px;
}
ul.contact-list {
    margin: 0;
    padding: 0 0 0 45px;
}

ul.contact-list li {
    list-style: none;
    margin-bottom: 9px;
    padding: 5px 0px;
}

ul.contact-list li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    font-weight: 500;
}

ul.contact-list li i {
    height: 35px;
    width: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-right: 5px;
    color: #000000 !important;
    transition: 0.5s;
    padding: 2px 0;
    position: absolute;
    background-image: linear-gradient(#ffd97f, #f9cd49);
    left: -45px;
}

.row.con {
    margin-top: 50px;
}

/*Start New Services*/
.box {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    background: linear-gradient(#870101, #580303);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.box:before{
    content: "";
    border: 2px solid #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,0,1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .35s;
}
.box:hover:before{
    opacity: 1;
    transform: rotate3d(0,0,1,45deg) scale3d(1.5,1,1);
}
.box img {
    width: 100%;
    height: auto;
    transform: translate3d(0,0,0) scale(1);
    transition: all 0.5s ease 0s;
    border: solid 2px #420000ad !important;
}
.box:hover img{
    opacity: 0.3;
    transform: translate3d(-12px,0,0) scale(1.1) rotate(3deg);
}
.box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}
.box:hover .box-content{
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
}
.box .title{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 3px;
}
.box .post{
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    margin: 0 0 10px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 2px;
}
.box .icon li a {
    color: #212121;
    background: #ffda29;
    font-size: 18px;
    line-height: 46px;
    width: 45px;
    height: 45px;
    border-radius: 57px;
    display: block;
    transition: all .35s;
}
.box .icon li a:hover{
    color: #6C5B7B;
    background: #fff;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

h4.awesome {
    background: linear-gradient(#870101, #580303);
    padding: 5px 0 12px 0;
    text-align: center;
    margin-top: 5px;
}
h4.awesome a {
    color: #fff;
    text-decoration: none;
}

/*End New Services*/

/*Start CTA*/
.cta-part {
    padding: 50px 0;
    background-image: url(../images/cta-back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.cta-part h3 {
    color: #ffda29;
    font-size: 45px;
    font-weight: 700;
}
.cta-part p {
    color: #fff;
    font-size: 18px;
}
.cta-bt {
    margin-top: 25px !important;
}
.cta-bt a {
    background: linear-gradient(#ffbc00, #ffc930);
    padding: 10px 10px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 17px;
}
/*End CTA*/

/*Start Responsive*/

@media(max-width:1199px){
    a.nav-link.active {
    font-size: 13px;
}
.title {
    margin: 2px 0 0 0;
}
.servicesCard h4 {
    font-size: 24px;
}
.servicesCard p {
    font-size: 15px;
}
.ab-bt a {
    font-size: 12px;
}
.testimoial-part {
    margin-top: 50px;
}

}

@media(max-width:991px){
    ul.top-icons {
    margin-top: 7px;
}
.icon-txt {
    margin: 50px 0 0 0;
}
.abt-ic {
    margin: 15px 0;
}
.ab-bt a {
    font-size: 17px;
}
.choose-r-last {
    margin: 0;
}
.testimonial .description {
    font-size: 16px;
}
.choose-l h3 {
    font-size: 45px;
}

.choose-l {
    padding: 40px 0px 0 0;
}
}

@media(max-width:767px){
    img.ft-banner {
    margin-bottom: 20px;
}
    .titleFont {
    font-size: 25px;
}
ul.top-icons {
    margin-top: 10px;
}
p.top-mar {
    margin: 10px 0 0 0;
}
.top-bar {
    padding: 15px 0;
}

p.top-mar {
    color: #000;
    font-size: 15px;
    margin: 0 0 0 0;
    padding: 8px 0 0 0;
}
span{
    color: #ffffff  !important;
}

.about-parts {
    padding: 25px 0;
}
img.logos {
    border-bottom: solid 1px #80808038;
    padding: 5px 0;
}
.ab-box p {
    font-size: 13px;
}
.abt-ic {
    margin: 33px 0 0 0;
    text-align: center;
}
.awards {
    padding: 40px 0 0 0;
}
img.awards-aw {
    margin-bottom: 15px;
}
.choose-l p {
    font-size: 15px;
}
.choose-r h4 {
    font-size: 25px;
}
.choose-r-last h4 {
    font-size: 25px;
}
.white-text {
    font-size: 14px;
}
.icon-txt p {
    font-size: 15px;
    border-bottom: solid 2px #facf51a6;
    padding: 10px 0;
    margin: 0;
}
button.navbar-toggler {
    display: none;
}
a.navbar-brand {
    padding: 15px 20px;
}
.mar-box {
    background-image: linear-gradient(#ffd97f, #f9cd49);
    padding: 0 10px;
    margin-top: 10px;
    border-radius: 100px;
}
.title {
    display: none;
}
a.navbar-brand {
    font-size: 13px;
    font-weight: 600;
    background-image: linear-gradient(#870101, #580303);
    padding: 15px 10px;
    color: #fff !important;
    width: 100%;
    text-align: center;
}
img.logos.m {
    margin: 0 0;
}
.icon-txt {
    margin: 0 0 0 0;
    border:none;
    text-align: center;
}
.abt-ic img {
    width: 140px;
}
.testimonial .testimonial-content {
    padding: 50px 10px 50px 10px;
}
ul.policy li {
    list-style: none;
    display: inline-block;
    margin: 0 5px 15px 0;
}

.contact-part {
    padding: 20px;
}
.contact-part span {
    color: #fff !important;
}

.contact-part input {
    padding: 10px 5px;
}
textarea#description {
    height: 100px;
}
.add {
    margin-top: 30px;
}
ul.policy {
    margin: 0 0 5px 0;
}
.q-part {
    margin-right: 3px;
}
button.accordion-button.collapsed {
    padding: 10px !important;
}
.accordion-button {
    font-size: 15px;
}


}

@media(max-width:350px){
.ab-box-b h4 {
    font-size: 31px;
}
p.sub-title {
    font-size: 22px;
}
.ab-bt {
    margin-top: 20px;
}
.titleFont {
    font-size: 35px;
    padding: 0;
}
.servicesCard h4 {
    font-size: 25px;
}
.whats-part h3 {
    font-size: 35px;
}
.awards h3 {
    font-size: 35px;
}
.choose-l h3 {
    font-size: 35px;
}
.faqs h3 {
    font-size: 35px;
}
.white-text {
    font-size: 12px;
}
ul.policy li a {
    font-size: 15px;
}
.accordion-button {
    font-size: 12px;
}
.q-part {
    margin-right: 2px;
}
.accordion-body {
    font-size: 13px;
}
}