@import url('https://fonts.googleapis.com/css2?family=Shippori+Antique&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bubblegum+Sans&display=swap');


body {
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
}

.top-texx2
{
	background-color:#FF1616;
	color:#fff;
	animation:texclr 400ms linear infinite;
}
@keyframes texclr
{
	0%{background-color:#000;}
	50%{background-color:#FF1616;}
	100%{background-color:#000;}
}

.top-new
 {
    padding: 5px 0;
    color: #fff; 
 }
 
 .top-new2
 {
	 text-align:center;
 }
 .header-bottom {
  float: left;
  width: 100%;
  background-color: #fff;
}
 .top-new2 h4
 {
	
	 font-size:20px;
     line-height:30px;
     font-family: -webkit-pictograph;
	 
	 
 }
.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.png);
    background-attachment: fixed;
}

.hdd {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: 400;
}

img {
    max-width: 100%;
}

.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.banner3 {
    float: left;
    width: 100%;
}

.aboutus-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background-color: #000;
}

.text-center {
    text-align: center !important;
}

.aboutus-head p {
    padding: 0 0 2px 0;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.aboutus-head h1 a {
    font-size: 39px;
    color: #ffc107;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.aboutus-head h1 a b {
    color: #ff0000;
}

.text-start {
    text-align: left !important;
}

.about-content p {
  color: #fff;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
  padding: 10px 0 0;
}
.pt-4 {
    padding-top: 1.5rem !important;
}

.about-left1 {
    padding: 10px 15px 0;
}

.about-right1 {
    padding: 0 15px 0 30px;
}

.about-content p strong {
  font-weight: 500;
  color: #ffc107;
}
.about-content h2 {
    font-size: 18px;
    margin: 21px 0 5px 0px;
    line-height: 30px;
    padding: 4px 18px;
    font-weight: 700;
    border-radius: 140px;
    z-index: 9;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
    background: #ff0000;
    outline: #ff0000 solid 2px;
    border: 4px solid #ffffff;
}

.about-content ul {
    padding: 0px 0 0px 21px;
    margin: 10px 0 29px;
    list-style: none;
    border-left: 3px solid #ff0000;
    margin-top: 30px;
}

.about-content ul li {
    line-height: 27px;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 10px 8px 17px;
    color: #000000;
    position: relative;
    background: #ffc107;
    margin: 14px 0 0;
}

.about-content ul li:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #fff;
    left: -8px;
    transform: rotate(45deg);
    top: 13px;
}

.otherservices {
    padding: 50px 0;
    background: linear-gradient(180deg, #000 0%, #ff0000 100%);
    float: left;
    width: 100%;

}

.otherservices .aboutus-head p {
    color: #ffffff;
    font-weight: 500;
}

.aboutus-head strong {
    font-size: 39px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.otherservices .aboutus-head strong {
    color: #ffffff;
}

.otherservices .aboutus-head strong b {
    color: #ffc107;
    font-weight: 400;
}

.other-services1 {
    padding: 14px;
}

.other-services2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border: 2px solid #ffc107;
    border-radius: 40px;
    margin-top: 30px;
}

.other-services3 img {
    border-radius: 40px;
}

.other-services4 {
    padding: 0 0 0 20px;
}
.other-services4 strong {
  font-size: 34px;
  text-transform: capitalize;
  font-weight: bold;
  display: block;
  color: #ffc107;
}

.other-services4 p {
    color: #ffffff;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0 0;
}

.other-services4 a {
  font-size: 17px;
  padding: 8px 24px;
  border-radius: 50px;
  color: #020202;
  text-shadow: 0 0 15px #ffffff8a;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin: 18px 0 0;
  display: inline-block;
  background: #ffc107;
  border: 2px solid #000;
}

.bottom-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    overflow: hidden;
    position: relative;
}

.bottom-services:after {
    background: url(../images/cc.png) no-repeat;
    content: "";
    position: absolute;
    right: -73px;
    bottom: -79px;
    left: 0;
    height: 100%;
    margin: 0 0 0 auto;
    width: 50%;
    z-index: -99;
    background-position: bottom right;
}

.bottom-heading {
    padding: 0 0 70px 0;
}

.bottom-heading strong {
    font-size: 39px;
    color: #ff0000;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}

.bottom-heading strong b {
    font-weight: 700;
    color: #ffc107;
}

.bottom-heading p {
    padding: 0 0 2px 0;
    color: #5a5a5a;
    line-height: 31px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}

.bottom-services:before {
    content: "";
    position: absolute;
    height: 70%;
    width: 66%;
    border-radius: 0 40px 40px 0px;
    left: 0;
    background: #ffc107;
    bottom: 20px;
    z-index: -9;
}

.bottomservices-left1 {
    padding: 0px 0 0;
    width: 65%;
}

.bottom-services1 {
    padding: 10px;
}

.bottom-services2 {
    background: #fff;
    border-radius: 30px;
    padding: 45px 18px 30px;
}

.bottom-head img {
    height: 2.9rem;
    width: 2.9rem;
    -webkit-animation: round 10s linear infinite;
    animation: round 10s linear infinite;
}

@keyframes round {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }

    100% {
        transform: rotate(1turn);
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
    }
}

.bottom-head strong {
    font-size: 25px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    color: #ff0000;
    padding: 0px 0px 10px;
    text-align: center;
}

.bottom-services3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-x: hidden;
}

.bottom-services3 ul li {
    list-style: none;
    padding: 12px 7px 12px 21px;
    color: #121212;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}

.bottom-services3 li:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    background: #37373700 30%;
    border-radius: 50%;
    top: 18px;
    left: 0px;
    border: 2px solid #888888;
}

.bottomservices-right1 {
    width: 35%;
}

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.why-header.hdd {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 39px;
    color: #ff0000;
}

.services-left1 {
    padding: 20px 0 0;
}

.services-left2 {
    box-shadow: -1px 2px 13px #00000021;
    padding: 40px 30px 40px;
    border: 1px solid #eee;
    border-radius: 10px;
    float: left;
    width: 100%;
}

.design-list {
    border: 1px solid #eee;
    padding: 13px 15px 10px;
    float: left;
    width: 100%;
}

.text-start {
    text-align: left !important;
}

.services-list ul {
    padding: 0;
}

.services-list ul li {
    list-style: none;
    padding: 12px 0px 12px 0px;
    border-bottom: 1px solid #eee;
    color: #121212;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
}

.services-list ul li i {
    position: absolute;
    right: 0;
    text-align: center;
    left: auto;
    font-size: 20px;
    line-height: 24px;
    color: #ffc107;
    border-radius: 50%;
}

.services-list ul li:hover {
    color: #ff0000;
}

.black-icon {
    padding: 10px;
    margin: 0;
    margin: 10px 0px;
}

.black-text1 {
    padding: 0;
    margin: 0;
}

.new-blackk {
    padding: 0;
    margin: 0;
}

.black-vison {
    padding: 5px;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border: 1px solid #ff0000;
    border-radius: 50%;
}

.black-vision1 {
    padding: 0;
    margin: 0 auto;
    width: 108px;
    height: 108px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    transition: all .5s linear;
    border: 1px solid #ff0000;
}

.black-icon:hover .black-vision1 {
    background-color: #ff0000;
    transform: rotate(360deg);
    transition: all .5s linear;
}

.mission-tex {
    padding: 0;
    margin: 0;
    text-align: center;
}

.mission-tex h4 {
    padding: 10px 0;
    color: #ff0000;
    font-size: 25px;
    font-weight: 600;
    margin: 0;
}

.mission-tex p {
    margin: 0;
    line-height: 28px;
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
}

.abot-bbt {
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
}

.abot-bbt a {
    padding: 10px 15px;
    margin: 0;
    color: #fff;
    text-decoration: none;
    background-color: green;
    border-radius: 4px;
}

.new-tes {
    float: left;
    width: 100%;
    padding: 30px 0px;
    position: relative;
    z-index: 1;
}

.new-tes .about-us-header {
    color: #ff0000;
}

.new-tes-right {
    float: left;
    width: 100%;
}

.new-tes-left {
    float: left;
    width: 100%;
}

.new-tes-left img {
    float: left;
    width: 100%;
}

.test {
    float: left;
    width: 100%;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}

.test p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;

    color: #000;
    padding-top: 10px;
}

.test small {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: "Shippori Antique", sans-serif;

    color: #ff0000;
    padding-top: 10px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 0px;
    float: left;
    width: 100%;
}

#quote-carousel .carousel-control {
    background: none;
    color: #ff0000;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 50px;

}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: all 0.2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
    float: left;
    width: 100%;
}

.item blockquote p:before {
    content: "\f10d";
    font-family: "Fontawesome";
    float: left;
    margin-right: 10px;
    float: left;
    width: 100%;
}

.footer {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    background: #ff0000;
}

.text-contact1 {
    padding: 0px 0 0;
}

.text-contact2 {
    padding: 20px 35px 20px 0px;
    border: 1px solid #dcdcdc;
    background: #fff;
}

.text-form {
    padding: 10px 0 0;
    text-align: center;
}

.text-form p {
    color: #ff0000;
    text-transform: capitalize;
    font-size: 26px;
    margin: 0;
    font-weight: 600;
    padding: 0;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}

.text-whatsapp {
    padding: 0;
    text-align: center;
}

.text-whatsapp a {
    background: green;
    color: #fff;
    padding: 14px 30px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 0px;
    font-size: 22px;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}

.footer-left {
    float: left;
    width: 100%;
}

.footer-right {
    float: left;
    width: 100%;
}

.footer-right img {
    float: left;
    width: 100%;
}

.contact-details1 {
    padding: 0;
    float: left;
    width: 100%;
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
    background: #fff;
}

.contact-details2 {
    padding: 20px;
    text-align: center;
}

.contact-details3 {
    padding: 0px;
}

.contact-details3 i {
    font-size: 42px;
    color: #fff;
    background: #ff0000;
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.contact-details4 {
    padding: 14px 0 0;
}

.contact-details4 strong {
    color: #ff0000;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    font-family: "Shippori Antique", sans-serif;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
}

.contact-details4 p a {
    color: #000;
    font-size: 23px;
    border-top: 2px solid #ff0000;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 0;
}

.why-headr {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #ff0000;
    font-weight: 400;
}

.cccc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffc107;
    font-weight: 500;
}

.header-bottom {
    float: left;
    width: 100%;
    text-align: center;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}

.header img {
    max-width: 100%;
    text-align: center;
}

.header2 img {
    max-width: 90%;
    float: none;
    display: table;
    margin: 0 auto;
}

.header-part {
    float: left;
    width: 100%;
    background: #0a0a0a;
    padding: 0;
}

.header-part p {
    font-size: 18px;
    color: #ffffffcc;
    margin: 5px 0 0 0;
}

ul.top-links {
    text-align: right;
    padding: 0;
    margin: 12px 0 0 0;
}

ul.top-links li {
    list-style: none;
    display: inline-block;
    padding: 0 5px;
}

ul.top-links li a {
    font-size: 18px;
    color: #ffffffcc;
    text-decoration: none;
    padding: 0 5px;
}

ul.top-links li a i {
    color: #ffc107;
    margin-right: 3px;
}

li.b-right {
    border-right: solid 1px #ffffff5e;
}

.top-head {
    background: #0a0a0a;
}

.top-head marquee {
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
}

p.bg-top {
    background: #ffc107;
    padding: 12px 0;
    margin: 0;
    text-align: center;
    color: #000;
}

p.read-btn a {
    background: #E17141;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    padding: 15px 35px;
    font-size: 19px;
    transition: 0.8s;
}

a.navbar-brand {
    max-width: 45%;
}

.bg-light {
    background-color: #f8f9fa00 !important;
}

.header-menu ul li a {
    color: #111 !important;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 10px 19px;
    transition: 0.5s !important;
}

.header-menu ul li a:hover {
    background: #ffc107;
}

.header-menu ul li {
    padding: 0 3px;
}

.header-menu ul li a:hover {
    color: #0a0a0a !important;
}

.social-icons {
    margin: 9px 0 0 0;
    padding: 0;
    text-align: right;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #565656 !important;
}

ul.social-icons li i {
    line-height: 30px;
}

ul.social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ffffff7d;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 14px;
    margin-right: 5px;
    color: #000000 !important;
    transition: 0.5s;
    background: #ffc107;
}

ul.social-icons li a:hover {
    border: 1px solid #ffc107;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #fff !important;
}

.icon-1 {
    width: 100px;
    margin-bottom: 20px;
}

.header-bottom2 {
    background: #ffc107;
    padding: 12px 0;
    float: left;
    width: 100%;
}

ul.why-chose-icons {
    padding: 0;
    margin: 0;
    text-align: center;
}

ul.why-chose-icons li:hover {
    color: #fddd66;
}

ul.why-chose-icons li {
    list-style: none;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: #000;
    padding: 8px 10px;
    border-radius: 100px;
    transition: 0.5s;
}

ul.why-chose-icons li i {
    background: #ffc107;
    color: #000;
    padding: 7px;
    border-radius: 100px;
}

.best-ser {
    float: left;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.best-border {
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
}

.best-sub {
    font-size: 20px;
    color: #fff;
}

.best-header {
    float: left;
    width: 100%;
    font-size: 35px;
    color: #ffc107;
    font-family: "Bubblegum Sans", sans-serif;
}

.best-desc {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.best-border2 {
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #ffc107;
}

.best-img {
    float: left;
    width: 100%;
}

.best-img img {
  float: left;
  width: 100%;
  padding: 10px;
  border: 1px dashed #ffc107;
}
.best-header2 {
    float: left;
    width: 100%;
    font-size: 22px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffc107;
    font-family: "Bubblegum Sans", sans-serif;
}

.best-call {
    float: left;
    width: 100%;
    padding-top: 15px;
    font-size: 18px;
}

.best-call a {
    background: #ffc107;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
}

.contact-details1img {
    float: left;
    width: 100%;
    text-align: center;
}

@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .footer .col-sm-3 {
        width: 50%;
    }

    .footer .col-sm-6 {
        width: 50%;
    }

    .new-tes .col-sm-7 {
        width: 100%;
    }

    .new-tes .col-sm-5 {
        width: 100%;
    }

    .best-ser .col-sm-4 {
        width: 50%;
    }

    .why-us .col-sm-3 {
        width: 50%;
    }

    .other-services2 {
        display: block;
    }
}

@media(min-width:640px) and (max-width:767px) {
    .header2 {
        display: none;
    }
}

@media(min-width:480px) and (max-width:639px) {
    .header2 {
        display: none;
    }

    .other-services2 {
        display: block;
    }
        .header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {
    .header2 {
        display: none;
    }

    .other-services2 {
        display: block;
    }

    .bottomservices-left1 {
        padding: 0px 0 0;
        width: 100%;
    }
    .header .container-fluid {
  padding: 0;
}
.header .col-sm-4 {
  padding: 0;
}
}