@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&amp;display=swap');
body {
    margin: 0;
    padding: 0;
    color: #3e1f62;
    font-family: 'Outfit', sans-serif;
}

.main {
    margin: auto;
    padding: 0;
    width: 90%;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
}

h1 {
    margin: 0px;
}

h2 {
    margin: 0px;
}

h3 {
    margin: 0px;
}

h4 {
    margin: 0px;
}

h5 {
    margin: 0px;
}

h6 {
    margin: 0px;
}

.bi {
    display: inline-block;
    vertical-align: -0.125em;
    fill: currentcolor;
}

/*-webkit-linear-gradient(#f10038, #001366)*/

/* START HEADER SECTION */

/* start head section */

.head-section1 {
    padding: 0;
    /* position: absolute; */
    /* z-index: 9; */
}

.bg-top-call-none {
    display: none;
    font-size: 40px;
    line-height: 49px;
    font-weight: 700;
}

.head-section2 {
    padding: 16px 0 20px 0px;
    display: flex;
    align-items: center;
}

.head-logo1 {
    padding: 0;
    width: 36%;
}

.head-logo2 {
    padding: 0px 0;
    text-align: center;
    position: relative;
    z-index: 9;
}

.head-logo2 a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.head-logo2 img {
    /* height: 66px; */
}

.head-center1 {
    padding: 0 0 0 20px;
    width: 64%;
}

.head-center2 {
    padding: 4px 0;
    min-height: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    background: #ffab00;
}

.head-navigation {
    padding: 0px;
    width: 70%;
}

.navbar {
    margin-bottom: 0;
    min-height: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu {
    padding: 0;
    margin: 0;
}

.menu li {
    position: relative;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 13px 20px 13px 20px;
    margin: 0px 0px;
    z-index: 99;
    transition: 0.4s all;
}

.menu li:last-child {
    border-right: 0px;
    box-shadow: none;
}

.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px 0px 0 0px;
    position: relative;
    font-size: 18px;
    transition: 0.1s ease-in-out;
}

.menu .active a {
    color: #ffffff;
    background: #fd992100;
}

.menu li:hover a {
    color: #ffffff;
    background: #fd992100;
}

.navbar-toggler img {
    filter: brightness(0) invert(1);
    height: 18px;
    margin: -6px 0 0 0;
}

.toggle_bars {
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}

.navbar-toggler {
    border-radius: 50px;
    display: none;
    color: #000000;
    font-size: 30px;
    z-index: 9;
    position: absolute;
    border: 0px !important;
    text-align: center;
    float: right;
    top: -64px;
    right: 7px;
    padding: 0 0px 0 0;
    background: transparent;
    height: 45px;
    width: 45px;
}

.navbar-collapse {
    padding: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu ul li {
    display: block;
    padding: 11px 0 11px 14px;
    color: #fff;
    margin: 0;
}

.menu li .dropdown-menu ul li:hover a {
    background: transparent;
}

.dropdown-menu ul li:last-child {
    padding-bottom: 15px;
}

.dropdown-menu ul li:nth-child(1) {
    padding-top: 9px;
}

.menu li .dropdown-menu ul li a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    background: #c0203c00;
    border: 0;
    font-weight: 500;
    padding: 0;
    border-radius: initial;
}

.menu li .dropdown-menu ul li:before {
    display: none;
}

.dropdown-menu ul li:hover {
    background: #ffffff;
    color: #000000;
}

.menu li .dropdown-menu ul li:hover a {
    color: #000000;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-menu {
    position: absolute;
    padding: 0;
    top: 100%;
    transform: translateY(19px);
    transition: 0.4s all;
    left: 0px;
    float: none;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border: 0;
    width: 250px;
    display: none;
    background: linear-gradient(45deg, #ff1f1f, #ffa02d)#ffffff;
    z-index: 9999;
    border-radius: 0;
    transition: 0.4s all;
}

.dropdown:hover .dropdown-menu {
    transform: translateY(0px);
    display: block;
}

.head-right {
    padding: 0;
    text-align: center;
    width: 30%;
}

.head-right a {
    background: #fff;
    color: #303030;
    padding: 9px 20px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
    font-size: 14px;
}

/* end head section */

/* start slider section */

.slider-section {
    padding: 0px 0 0px 0;
    margin: 0px 0 0 0;
}

.slider-section img {
    width: 100%;
}

.carousel-control b .glyphicon {
    opacity: 1;
    color: #ff1f1f;
    text-shadow: none;
    background: #ffffff;
    top: 13px;
    transition: 0.9s ease-in-out;
    left: 0;
    right: 0;
    height: 28px;
    width: 28px;
    line-height: 27px;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 auto;
}

.carousel-control b {
    background: transparent;
    left: 0px;
    position: absolute;
    transition: 0.9s ease-in-out;
    top: 41%;
    border-radius: 0;
    line-height: 62px;
    padding: 4px 8px 4px 6px;
    height: 54px;
    width: 41px;
}

.right b {
    left: auto;
    right: 0;
}

.right b .glyphicon-chevron-right {
    left: 0;
}

.carousel-control {
    opacity: 1;
}

.carousel-control:focus,
.carousel-control:hover {
    opacity: 1;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 8%;
}

/* end slider section */

/* END HEADER SECTION */

/* start about us section  */

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

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

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

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

.aboutus-left1:before {
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #f6943b;
    position: absolute;
    content: "";
}

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

.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;
}

.bg-cricle img {}

.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:after {
    position: absolute;
    background: #fff;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    right: 60px;
    z-index: -9;
}

.aboutus-heading p {
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.aboutus-heading strong {
    padding: 0;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    color: #10203a;
}

.aboutus-heading h1 {
    padding: 11px 0 10px;
    text-transform: capitalize;
    font-weight: 700;
    background: #fff;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
}

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

.heading-blur {
    padding: 40px 0 0px 0;
    text-align: center;
}

.heading-blur strong {
    font-size: 43px;
    color: #fff1c8;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
}

.om {
    height: 2px;
    width: 100%;
    position: relative;
    top: 2px;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #fdb74e, #fdd88e, #fcaf3d, #fee4a4, #fbaa36);
    z-index: 9;
}

.om img {
    height: 35px;
    margin: -28px 0 0 0;
}

.om:after {
    background: linear-gradient(to right, #fdb74e, #fdd88e, #fcaf3d, #fee4a4, #fbaa36);
    z-index: -9;
    height: 50px;
    width: 50px;
    line-height: 0;
    margin: 0;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    top: -24px;
    margin: 0 auto;
}

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

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

.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: 0 auto;
}

.aboutus-right2 .bg-cricle {
    position: absolute;
    left: 0;
    top: -50%;
    height: 507px;
    right: 0;
    overflow: hidden;
    margin: 0 auto;
    z-index: -1;
    animation: rotation 15s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

/* end about us section  */

/* start banner design section  */

.ser-req-box {
    display: block;
    margin-bottom: 4px;
    width: 45%;
    float: left;
}

.ser-req-box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.ser-req-box label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.ser-req-box label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.ser-req-box input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ser-req {
    text-align: left;
    color: #fff;
}

.ser-req p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.testimonials-box-yellow {
    background-color: #fff;
    padding: 30px 50px 15px;
    display: flex;
}

.testimonials-box-yellow img {
    width: auto !important;
    height: 68px;
    margin-top: 6px;
}

.test-name {
    margin-left: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
}

.test-name p {
    margin-bottom: 0;
    margin-top: 10px;
}

.bannerdesign-section {
    padding: 0;
    position: relative;
    z-index: 9;
}

.bannerdesign-section::before {
    background: linear-gradient(to bottom, #10203a 70%, #fff 70%);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -0;
    z-index: -9;
    height: 100%;
    width: 100%;
}

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

.bannerdesign-left1 {
    padding: 0px 40px 0 60px;
}

.bannerdesign-left2 {
    padding: 20px 20px;
    text-align: center;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 0 14px 0px #fbaa3761;
}

.banner-image1 {
    padding: 0 0px 10px 0px;
}

.banner-image1 img {
    /* width: 100%; */
}

.banner-image2 {
    padding: 10px 0;
}

.banner-image2 img {
    /* width: 100%; */
}

.bannerdesign-right1 {
    padding: 0px 0px 10px 0px;
}

.bannerdesign-right2 {
    padding: 0px;
}

.life-heading {
    padding: 0px 0 0px 0;
    text-align: center;
}

.life-heading strong {
    background: #ffffff;
    display: block;
    color: #fd0000;
    padding: 9px 56px 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0 0 40px 40px;
    font-size: 24px;
    font-weight: 800;
}

.banner-design {
    padding: 0px;
    text-align: center;
}

.banner-design strong {
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 49px;
    color: #ffffff;
    display: block;
    letter-spacing: 2px;
    padding: 12px 0 0;
    text-align: center;
}

.banner-design p {
    margin: 0;
    color: #ff7d2d;
    font-size: 17px;
    padding: 2px 10px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 1px;
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
}

.family-banner {
    padding: 10px 0 0 0;
    text-align: center;
}

.family-banner img {}

/* end banner design section  */

/* start services section  */

.services-section {
    padding: 0;
}

.services-section1 {
    padding: 50px 0;
}

.serices-left1 {
    padding: 10px 0px 10px 20px;
}

.services-left2 {
    padding: 0px;
}

.servicesheading-blur {
    padding: 40px 0 0px 0;
    text-align: center;
}

.servicesheading-blur strong {
    font-size: 70px;
    color: #fff1c8;
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 4px;
}

.om-design {
    height: 2px;
    width: 40%;
    position: relative;
    top: 2px;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #fdb74e, #fdd88e, #fcaf3d, #fee4a4, #fbaa36);
    z-index: 9;
    margin: 0 auto;
}

.om-design img {
    height: 35px;
    margin: -28px 0 0 0;
}

.om-design:after {
    background: linear-gradient(to right, #fdb74e, #fdd88e, #fcaf3d, #fee4a4, #fbaa36);
    z-index: -9;
    height: 50px;
    width: 50px;
    line-height: 0;
    margin: 0;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    content: "";
    right: 0;
    top: -24px;
    margin: 0 auto;
}

.services-heading {
    padding: 40px 0 0;
    text-align: center;
}

.services-heading span {
    color: #ffab00;
    font-size: 19px;
    font-weight: 600;
    padding: 0;
    position: relative;
    margin: 0 auto 0;
    text-transform: uppercase;
    display: block;
}

.services-heading strong {
    padding: 0 0 0px 0;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    display: block;
    background: -webkit-linear-gradient(#ffab00, #ffab00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #213b66;
}

.services-heading p {
    color: #5c5c5c;
    line-height: 30px;
    font-size: 17px;
    margin: 0;
}

.services {
    padding: 39px 0 0 0;
}

.services1 {
    padding: 10px;
}

.services2 {
    padding: 0px 0px 0 0px;
    position: relative;
    z-index: 9;
    background-color: #10203a;
}

.services3 {
    text-align: left;
    padding: 0;
    z-index: 9;
    position: relative;
}

.services3:before {
    background: linear-gradient(to right, #fdb74e, #fdd88e, #fcaf3d, #fee4a4, #fbaa36);
    content: "";
    position: absolute;
    z-index: -9;
}

.foot-sell {
    bottom: 0;
    color: #fff;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}

.foot-call.foot-whtsapp {
    background-color: #138400;
    border-right: 0 none;
    padding: 12px 0 13px;
    font-size: 16px;
    color: #fff;
}

.lbvXTF {
    margin: 57px 8px !important;
}

.foot-call:hover,
.foot-call:focus {
    color: #fff;
}

.foot-call {
    background-color: #fd0000;
    border-right: 1px solid #7f7f7f;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

.foot-call .fa.fa-whatsapp {
    font-size: 22px;
}

.foot-call .fa.fa-phone {
    font-size: 22px;
}

.services3 img {
    padding: 0px;
    border-radius: 0 0 200px 200px;
    border: 6px solid #ffab00;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
}

.services4 {
    padding: 10px 20px 30px;
    text-align: center;
}

.services4 strong {
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 26px;
    color: #fff;
}

.services4 p {
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    margin: 0;
    padding: 5px 0 15px 0;
}

.services4 a {
    background: #ffffff;
    font-size: 17px;
    margin: 0;
    color: #000000;
    font-weight: 700;
    display: inline-block;
    padding: 6px 35px 6px;
    margin: 4px 0 0 0;
    text-transform: capitalize;
    border-radius: 30px 30px;
}

.owl-theme .owl-controls {
    position: absolute;
    width: 100%;
    top: 48%;
    text-align: left;
}

.owl-buttons {
    top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #fbac29;
    height: 44px;
    border-radius: 0;
    color: #000000;
    font-size: 24px;
    text-align: center;
    width: 35px;
    line-height: 49px;
    border: 0;
    opacity: 1;
    padding: 0px 0px;
    margin: 0px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    border-radius: 0;
    float: right;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\e257";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\e258";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.services-inner {
    padding: 10px;
}

.services-inner .services4 strong {
    font-size: 22px;
}

.services-right1 {
    padding: 0px 30px 10px 0px;
}

.services-right2 {
    padding: 0px;
}

.list-services2 {
    padding: 20px 20px;
    border: 1px solid #ff7d2d;
    background: #fff;
    border-radius: 20px;
}

.list-services2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-services2 ul li {
    background: #ff7d2d;
    padding: 14px 10px 14px 30px;
    text-align: left;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    margin: 16px 0;
    position: relative;
}

.list-services2 ul li a {
    display: block;
    color: #fff;
}

.list-services2 ul li::before {
    content: "";
    position: absolute;
    background: #10203a;
    left: -8px;
    height: 27px;
    top: 11px;
    border-radius: 50%;
    width: 27px;
}

.list-services2 ul li:after {
    content: "";
    position: absolute;
    background: #ffffff;
    left: -1px;
    height: 15px;
    top: 17px;
    border-radius: 50%;
    width: 16px;
}

.chat-banner {
    text-align: center;
    margin: 10px 0 0;
    padding: 0;
    background: #27a737;
}

.chat-banner a {
    display: block;
    padding: 20px 0;
}

.chat-banner a strong {
    color: #fff;
    padding: 5px 70px 0 0px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 2px solid;
    font-size: 32px;
    display: block;
}

.chat-banner a p {
    margin: 0;
    padding: 0px 60px 0px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.chat-banner img {
    position: absolute;
    top: 35px;
    right: -1px;
    height: 83px;
}

/* end services section  */

/* start form section  */

.form-section {
    padding: 140px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.form-section1 {
    padding: 50px 0 70px;
}

.form-left1 {
    padding: 0px 10px 0 0px;
}

.form-left2 {
    padding: 0px;
}

.formdesign1 {
    padding: 0px;
}

.formdesign2 {
    padding: 58px 0 60px 0;
    background: #fd0000;
    border-radius: 40px 40px;
    text-align: left;
}

.form-heading {
    padding: 0px;
    text-align: center;
}

.form-heading strong {
    font-size: 33px;
    color: #fff;
    letter-spacing: 2px;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0px 10px 0px;
    border-radius: 0 50px 50px 0;
}

.form-heading p {
    text-transform: capitalize;
    color: #000;
    font-size: 19px;
    margin: 0;
    background: #fff;
    padding: 10px 0;
    line-height: 26px;
    font-weight: 600;
}

.contac-rr {
    padding: 20px 20px 0;
    margin: 0;
    text-align: left;
}

.form-group1 {
    padding: 0px 11px;
    text-align: center;
    margin: 8px 0px 6px;
    position: relative;
}

.last-teatarea {
    clear: both;
}

input.form-control1 {
    color: #fff;
    font-weight: 500;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 16px;
}

.form-control1 {
    height: 56px;
    background-color: #ffffff00;
    border: 1px solid #fff;
    border-radius: 30px;
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 20px;
    margin-bottom: 10px;
}

textarea.form-control1 {
    height: 80px;
    font-weight: 500;
    color: #fff;
    border-radius: 6px;
    padding-bottom: 17px;
    padding-left: 18px;
    padding-top: 8px;
}

.form-group1 img {
    position: absolute;
    left: 12px;
    top: 8px;
    padding: 0px;
    /* height: 30px; */
}

.form-group1 span {
    margin: 0;
    /* position: relative; */
}

.btn-group {
    padding: 16px 0 0px 0;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-group>.btn:first-child {
    margin-left: 0px;
    background: #fff;
    margin-top: 0px;
    padding: 10px 15px 9px;
    color: #000000;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    width: 80%;
    transition: 0.3s all ease-in-out;
    left: 0;
    right: 0;
    margin: 5px auto 0px;
}

.btn-group>.btn:first-child:hover {
    background: #f7ad27;
}

.form-group1 .place::-webkit-input-placeholder {
    color: #ffffff;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

.form-right1 {
    padding: 0px 0px 0px 20px;
}

.form-right2 {
    padding: 0px;
}

.banner-evileye {
    padding: 0px 0 30px;
    text-align: center;
}

.banner-evileye img {}

.right-round-form {
    position: absolute;
    top: 37%;
    left: -260px;
    overflow: hidden;
    z-index: -9;
}

.right-round-form img {
    margin: 0 auto;
    display: block;
    animation: rotation 15s linear infinite;
}

.right-round-form-right {
    position: absolute;
    top: 39%;
    right: -260px;
    left: auto;
    overflow: hidden;
    z-index: -9;
}

.right-round-form-right img {
    margin: 0 auto;
    display: block;
    animation: rotation 15s linear infinite;
}

.services-our1 {
    padding: 0px 30px 14px 30px;
    text-align: center;
    background: #ffab00;
}

.services-our1 strong {
    color: #10203a;
    margin: 0;
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
    background: #fff;
}

.services-our1 p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0px 0 5px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.services-our1 span {
    color: #395612;
    font-size: 18px;
    background: #ffea00;
    margin: 0;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 7px 24px 6px;
}

.services-our1 a {
    font-size: 62px;
    color: #000000;
    font-weight: 600;
    display: block;
    text-decoration: none;
    position: relative;
    margin: -5px 0 0;
}

/* end form section  */

/* start choose us section  */

.chooseus-section {
    padding: 0;
}

.chooseus-section::before {
    height: 100%;
    width: 85.6%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: -webkit-linear-gradient(#fbac29, #ff1f1f);
    position: absolute;
    background: #10203a;
    content: "";
    z-index: -9;
}

.chooseus-section1 {
    padding: 0px 0px 50px;
    background: #ffffff;
    position: relative;
    z-index: 9;
    margin: 90px auto 90px;
}

.chooseus-section1 .services-heading {
    position: relative;
    padding: 0;
}

.chooseus-section1 .services-heading p {
    padding: 30px 60px 0;
    color: #000000;
}

.chooseus-section1 .services-heading strong {
    font-weight: 600;
    padding: 7px 0;
    color: #fff;
    font-size: 32px;
    background: #ffab00;
    -webkit-text-fill-color: inherit;
}

.chooseus-section1 .services-heading span {
    width: 60%;
    padding: 40px 0 20px;
}

.chooseus-section1 .services-heading span:before {
    position: absolute;
    background: #ffab00;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    left: 60px;
    z-index: -9;
}

.chooseus-section1 .services-heading span:after {
    position: absolute;
    background: #ffab00;
    content: "";
    height: 100%;
    width: 5px;
    top: 0;
    right: 60px;
    z-index: -9;
}

.choose-us-divide {
    width: 85%;
    margin: 0 auto 0px;
}

.choose-image-round {
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.choose-image-round span {
    display: block;
}

.round-image-choose {
    padding: 0px;
    display: block;
    position: absolute;
    margin: 0 auto;
    overflow: hidden;
    left: 0;
    right: 0;
    top: -81px;
    z-index: -99;
}

.round-image-choose img {
    animation: rotation 15s linear infinite;
}

.whatsapp-chat {
    background: #ffa331;
    line-height: 190px;
    height: 190px;
    width: 190px;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 27%;
}

.whatsapp-chat img {
    height: auto;
    animation: none;
}

.choose-services {
    padding: 60px 0 0 0;
}

.choose-services1 {
    padding: 0px;
    width: 20%;
}

.choose-services1:nth-child(1) {
    /* margin: 24% 0 -220px 0; */
}

.choose-services1:nth-child(2) {
    margin: 11% 0px -120px -2px;
}

.choose-services1:nth-child(4) {
    margin: 11% 0px -120px 0px;
}

.choose-services1:nth-child(5) {
    /* margin: 24% 0 -220px 0; */
}

.choose-services2 {
    padding: 20px 0px;
    text-align: center;
}

.choose-design {
    padding: 24px 10px 0 10px;
    height: 155px;
    width: 155px;
    background: #fff;
    border-radius: 50%;
    margin: 0px auto 0px;
    position: relative;
}

.choose-design::before {
    content: "";
    background: #feab00;
    height: 185px;
    width: 185px;
    position: absolute;
    z-index: -9;
    left: -15px;
    right: 0;
    margin: 0 auto;
    top: -16px;
    border-radius: 50%;
}

.chooseus-section1 .services-heading span {
    color: #10203a;
}

.choose-design p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.choose-design img {
    height: 64px;
    animation: bounce2 3s ease infinite;
}

@keyframes bounce2 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

/* end choose us section  */

/* start testimonials section  */

.testimonials-section {
    padding: 0;
}

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

.testimonials-left1 {
    padding: 10px 10px 10px 0px;
}

.testimonials-left2 {
    padding: 0px 40px 0 40px;
}

.testimonials-left2 .aboutus-heading:before {
    display: none;
}

.testimonials-left2 .aboutus-heading:after {
    display: none;
}

.testimonials-left2 .aboutus-heading p {
    /* margin:0; */
}

.testimonials-left2 .aboutus-heading strong {
    font-size: 48px;
    font-weight: 800;
}

.psychic-text {
    padding: 10px 0 0 0;
}

.psychic-text p {
    text-align: center;
    color: #222222;
    line-height: 37px;
    font-size: 17px;
    margin: 0;
}

.testimonials-right1 {
    padding: 0px 0px 0 0px;
}

.testimonials-right2 {
    padding: 160px 20px 160px 60px;
}

.testimonials-right2::before {
    background: #fff0;
    background-repeat: no-repeat;
    position: absolute;
    background-position: right;
    content: "";
    left: 0;
    right: 0;
    bottom: 0px;
    border: 90px solid #10203a;
    border-right: 0;
    z-index: -9;
    height: 100%;
    width: 60%;
}

.testimonials-design1 {
    padding: 0px 20px 0px 10px;
}

.testimonials-design2 {
    padding: 10px 0px 10px 0px;
    border: 1px solid #fcaf3d;
    position: relative;
    background: #fff;
}

.testimonials-design2 strong {
    background: #ff1f1f;
    padding: 9px 17px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 23px;
    margin: 0 0 0 0px;
    color: #ffffff;
    font-weight: 600;
}

.testimonials-design2 p {
    color: #000;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px 0;
    padding: 0 50px 10px;
}

.test-name p {
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.testimonials-design1 .owl-theme .owl-controls .owl-buttons .owl-next {}

.bg-image-right {
    position: absolute;
    z-index: -9;
    right: 0;
    top: -180px;
    opacity: 0.5;
}

/* end  testimonials section  */

/* start footer section  */

.footer-section {
    padding: 0;
    background: linear-gradient(to top, #ffffff 50%, #10203a 50%);
}

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

.footer-left1 {
    padding: 10px 0px 0 10px;
    width: 30%;
}

.footer-left2 {
    padding: 0px;
}

.footer-map {
    padding: 0px;
}

.footer-map iframe {
    width: 100%;
    float: right;
    height: 419px;
}

.footer-list {
    padding: 30px 0 0 0;
}

.footer-list strong {
    display: block;
    text-transform: capitalize;
    font-size: 55px;
    text-align: center;
    font-family: 'Berkshire Swash', cursive;
    color: #ffffff;
    font-weight: 400;
}

.footer-list strong img {
    animation: float 3s ease-in-out infinite;
}

.services-footer3 {
    padding: 0px 0;
    display: flex;
}

.services-footer4 {
    width: 50%;
}

.services-footer4 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.services-footer4 ul li {
    color: #fff;
    font-size: 16px;
    margin: 15px 10px 0 10px;
    position: relative;
    padding: 18px 0px 18px 53px;
    text-transform: capitalize;
    display: flex;
    border-radius: 50px;
    justify-content: left;
    text-align: left;
    border: 1px solid #f9a602;
    align-items: center;
}

.services-footer4 ul li:before {
    content: "";
    position: absolute;
    height: 37px;
    width: 36px;
    background: url(images/icon-list.html) no-repeat;
    left: 10px;
}

.footer-dis {
    padding: 0px 0 0 0;
    text-align: center;
}

.footer-dis p {
    color: #555;
    line-height: 25px;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
}

.footer-right1 {
    padding: 30px 0 0;
    width: 70%;
    background: #fff;
}

.footer-right2 {
    padding: 0;
}

.footer-contact1 {
    padding: 10px 0;
}

.footer-contact2 {
    padding: 20px 10px;
    text-align: center;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fbac29;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
}

.footer-contact2 span img {
    height: 59px;
    filter: brightness(0) invert(1);
}

@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #f9a602c7
    }
    to {
        box-shadow: 0 0 0 20px transparent
    }
}

.footer-contact2 a {
    display: block;
    padding: 11px 0px 0;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 700;
}

.footer-contact2 strong {
    display: block;
    color: #10203a;
    padding: 20px 0 10px;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 600;
}

/* end footer section  */

/* start copy right section */

.copy-right {
    padding: 15px 0 15px;
    background-color: #fbac29;
    text-align: center;
}

.copy-right p {
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
}

/* end copy right*/

/* start bread crumb section  */

.breadcrumb-section {
    padding: 0;
    background: linear-gradient(45deg, #ff1f1f, #ffa02d);
}

.breadcrumb-section1 {
    padding: 30px 0 30px;
    text-align: center;
}

.breadcrumb-section1 h1 {
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0px 0px 0px;
    color: #fdac02;
}

.breadcrumb-section1 h1 a {
    font-weight: 600;
    color: #ffffff;
}

.bread-divide {
    padding: 0px 0 0;
    color: #fff;
}

.bread-divide a {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    margin: 10px 0 0;
    font-weight: 600;
}

/* end bread crumb section  */

/*=======================================================
      START GET IN TOUCH PAGE CSS 
=========================================================  */

.getintouch-section1 {
    padding: 0 0 0% 0;
}

.getintouch-section2 {
    padding: 50px 0 80px;
}

.getin-left1 {
    padding: 0 20px 0 0px;
}

.getin-left2 {
    padding: 50px 0px 70px;
    background: #ff1f1f;
}

.getin-form {
    padding: 35px 0px 0px;
    text-align: left;
    border-radius: 15px;
    background: #ff1f1f;
}

.getin-right1 {
    padding: 0px 0 0 20px;
}

.getin-right2 {
    padding: 0 20px 47px;
    text-align: center;
    border: 1px solid #fdca72;
    border-radius: 40px;
}

.getin-right2 p {
    color: #cc0000;
    font-size: 21px;
    margin: 0;
    padding: 0 0px 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.contact a p {
    padding: 0;
}

.getin-right2 strong {
    font-size: 31px;
    margin: 0;
    color: #000000;
    letter-spacing: 3px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    background: #ff1f1f;
    padding: 5px 40px 5px 40px;
}

.getin-right2 ul {
    margin: 0;
    text-align: left;
    list-style: none;
    padding: 21px 0 14px;
}

.getin-right2 ul li {
    padding: 30px 0 30px;
    font-size: 15px;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
    font-weight: 500;
}

.getin-right2 ul li:last-child {
    border: 0;
    padding: 20px 0 0px;
}

.getin-right2 ul li i {
    position: absolute;
    display: inline-block;
}

.getin-right2 ul li i img {
    height: 50px;
}

.getin-right2 li span {
    color: #303030;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 8px 0px 0 70px;
    padding: 0;
    display: inline-block;
}

/*=======================================================
      END GET IN TOUCH PAGE CSS 
=========================================================  */

/*=============== START MAIN CONTENT PAGE CSS ====================*/

.maincontent-section {
    padding: 0;
}

.maincontent-section1 {
    padding: 50px 0;
}

.main-content {
    padding: 0;
}

.main-contentdesign {
    padding: 0;
}

.main-contentdesign p {
    color: #000;
    text-align: center;
    font-size: 16px;
    margin: 0;
    line-height: 34px;
}

.main-design {
    padding: 50px 0 0 0;
}

.maindesign-left1 {
    padding: 0 10px 0 0px;
}

.maindesign-left1:nth-child(3) {
    padding: 0 0px 0 10px;
}

.maindesign-left2 {
    padding: 0;
}

.about-list {
    padding: 0px 0px 20px 0;
}

.about-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.about-list ul li {
    padding: 14px 10px 14px 30px;
    text-align: left;
    border-radius: 10px;
    background: linear-gradient(45deg, #ff1f1f, #ffa331);
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    margin: 16px 0;
    position: relative;
}

.about-list ul li a {
    display: block;
    color: #fff;
}

.about-contact {
    margin: 0 0 0;
    background: #ff1f1f;
    padding: 0px 0px 0px;
    text-align: center;
}

.about-contact a {
    color: #fba935;
    padding: 12px 0 0;
    display: block;
}

.about-contact a strong {
    display: block;
    padding: 7px 15px 10px;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

.about-contact a p {
    margin: 0;
    text-align: center;
    background: #f8a227;
    padding: 10px 0;
    font-size: 30px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.chat-banner-inner {
    text-align: center;
    padding: 0;
    background: #1ea230;
    margin: 13px 0 0;
}

.chat-banner-inner a {
    display: block;
}

.chat-banner-inner a strong {
    color: #fff;
    padding: 5px 0 0;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 2px solid;
    font-size: 32px;
    display: block;
}

.chat-banner-inner a p {
    margin: 0;
    padding: 10px 0;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.maindesign-center1 {
    padding: 30px 30px 30px;
    background: -webkit-linear-gradient(#fbac29, #ff1f1f);
}

.maindesign-center2 {
    background: #fff;
    padding: 10px 20px 10px;
    text-align: left;
}

.maindesign-center2 h2 {
    font-size: 27px;
    text-transform: capitalize;
    margin: 0;
    color: #730961;
    line-height: 44px;
    padding: 0 0px 0 0px;
    margin: 20px 0 10px;
    display: block;
    font-weight: 800;
    position: relative;
}

.maindesign-center2 p {
    font-size: 16px;
    margin: 0;
    line-height: 31px;
    text-align: justify;
    color: #222;
    padding: 3px 0 0 0;
}

.maindesign-center2 p strong {
    color: #ff1f1f;
    font-weight: 700;
}

.choose-content-main1 {
    padding: 10px;
}

.choose-content-main2 {
    padding: 0px;
}

.choose-content-main2 p strong {
    color: #ff1f1f;
    font-weight: 700;
}

.choose-content-main2 h3 {
    text-align: left;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0;
    line-height: 44px;
    padding: 0 0px 0 0px;
    margin: 0px 0 10px;
    display: block;
    font-weight: 600;
    position: relative;
}

.choose-content-main2 p {
    font-size: 17px;
    margin: 0;
    line-height: 31px;
    text-align: justify;
    color: #000;
    padding: 3px 0 20px 0;
}

.form-content-section {
    padding: 40px 0;
    background: #f5f5f5;
}

.form-content-section .getin-left2 {
    padding: 30px 0px 30px;
}

.form-content-section .getin-form {
    border-radius: 0;
    padding: 0;
}

.form-content-section .btn-group>.btn:first-child {
    border-radius: 0;
    width: 60%;
    text-transform: capitalize;
    font-size: 20px;
}

.form-content-section .form-heading {
    text-align: center;
}

.form-content-section .form-heading strong {
    border-radius: 0 0 50px 50px;
    padding: 0px 0px 0px 0px;
}

.form-content-section .form-heading p {
    padding: 5px 20px 10px;
    color: #000000;
    margin: 0 0 40px 0;
    font-size: 18px;
}

.bottommaincontact-design {
    padding: 40px 0 50px 0;
    text-align: left;
}

.bottommaincontent-left1 {
    padding: 0 20px 0 0px;
}

.bottommaincontent-left2 {
    padding: 0px;
}

.bottommaincontent-left2 h4,
h5 {
    font-size: 24px;
    text-transform: capitalize;
    color: #ff1f1f;
    line-height: 37px;
    padding: 0 0px 0 0px;
    margin: 0px 0 4px;
    display: block;
    font-weight: 800;
    text-align: left;
}

.bottommaincontent-left2 p {
    font-size: 16px;
    margin: 0;
    line-height: 31px;
    background: transparent;
    text-align: justify;
    color: #222;
    padding: 3px 0 0px 0;
}

.bottommaincontent-left2 p strong {
    color: #ff1f1f;
    font-weight: 700;
}

.main-contact {
    padding: 0 0 30px 0;
}

.main-contact1 {
    padding: 10px;
}

.main-contact2 {
    padding: 0px;
    background: #ff1f1f;
    text-align: center;
}

.main-contact2 strong {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    padding: 4px 0 3px;
    display: block;
}

.main-contact2 p {
    color: #ff1f1f;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 17px;
    background: #fff;
    font-weight: 700;
    margin: 0;
    text-align: center;
    padding: 6px 0 7px;
}

.main-contact2 a {
    background: #fbac29;
    color: #000000;
    padding: 9px 36px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.bottommaincontent-right1 {
    text-align: center;
    padding: 10px;
}

.bottommaincontent-right2 {
    padding: 0px;
}

.main-content-inner {
    padding: 0px;
}

.inner-page-content1 {
    padding: 0 0px 0 30px;
}

.inner-page-content2 {
    padding: 0px;
}

.inner-page-content2 p {
    font-size: 16px;
    margin: 0;
    line-height: 33px;
    text-align: justify;
    color: #222;
    padding: 3px 0 0 0;
}

.inner-page-content2 strong {
    color: #ff1f1f;
    font-weight: 700;
}

.inner-page-content2 h2,
h3,
h4,
h5,
h6 {
    font-size: 24px;
    text-transform: capitalize;
    color: #000000;
    line-height: 37px;
    padding: 11px 0px 0 0px;
    margin: 0px 0 4px;
    display: block;
    font-weight: 700;
    text-align: left;
}

.inner-page-content2 ul {
    padding: 0px 0 0;
    margin: 0;
    list-style: none;
}

.inner-page-content2 ul li {
    text-align: left;
    color: #4d4d4d;
    font-size: 16px;
    margin: 14px 0;
    padding: 6px 10px 6px 30px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.inner-page-content2 ul li:before {
    content: "";
    position: absolute;
    background: #fbac29;
    left: 0;
    height: 20px;
    top: 11px;
    border-radius: 50%;
    width: 20px;
}

.inner-page-content2 ul li:after {
    content: "";
    position: absolute;
    background: #ffffff;
    left: 5px;
    height: 10px;
    top: 16px;
    border-radius: 50%;
    width: 10px;
}

.inner-page-banner {
    padding: 40px 0 0;
}

}

.form-group {
    padding: 8px 8px 8px 8px;
    padding-bottom: 0px;
}

.form-control:focus {
    border-color: #ffffff;
    border: 0;
    outline: 0;
    border: 1px solid #ffffff;
    box-shadow: none;
}

.custom_btn {
    z-index: 9999;
}

.btn-group {
    text-align: center;
    margin: 7px auto 0;
    border-radius: 60%;
    left: 0;
    right: 0;
    display: flex;
    z-index: 0;
}

input.form-control {
    color: #ffffff;
    font-weight: 500;
    height: 49px;
}

.form-control {
    background: #fff0;
    font-size: 16px;
    box-shadow: none;
    border: 0;
    border: 1px solid #ffffff;
    padding: 10px 12px;
    border-radius: 47px;
}

textarea.form-control {
    height: 100px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 24px;
}

.form-group .place::-webkit-input-placeholder {
    color: #ffffff;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}

/*=============== END MAIN CONTENT PAGE CSS ====================*/

.fix {
    position: fixed;
    padding: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
}

.end {
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.end li a i {
    animation-name: vibe;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.12, 0.84, 0.79, 0.4);
    animation-delay: 0.2s;
}

.end li {
    display: inline;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 42px;
    bottom: 15px;
    right: 0;
    width: 42px;
    background: #ff0000;
    line-height: 47px;
}

.end .insta {
    bottom: 235px;
}

.end .wh-fx {
    background: #03bd00;
    color: #fff;
    bottom: 50px;
    left: 0;
}

.end .facebook {
    background: #4267b2;
    bottom: 305px;
}

.end li a {
    color: #fff;
}

.end .ph-fx {
    bottom: 97px;
    left: 0;
}

.end li:after {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -99;
    content: "";
    transform: scale(1);
}

.wh-fx {
    left: 0px;
}

.end li a .bi {
    height: 1.1em;
    width: 1.1em;
}

/* start form inner section */

.forminner-section {
    padding: 0;
    margin: 0 0 80px 0;
    position: relative;
}

.forminner-section1 {
    padding: 0;
}

.forminner-section:before {
    background: #ffaa01;
    content: "";
    height: 50%;
    top: 130px;
    width: 100%;
    position: absolute;
    left: 0;
}

.forminner-section1 .contac-rr {
    padding: 50px 20px 0;
}

/* end form inner section */

.main-res {
    display: none;
}

/*start media query*/

@media (max-width: 767px) {
    body {
        text-align: center;
    }
    .head-section1 {
        position: relative;
        background-color: #10203a;
    }
    .main-res {
        display: block;
    }
    .main {
        display: none;
    }
    .services-our1 p {
        font-size: 17px;
    }
    .banner-design p {
        font-size: 18px;
    }
    .head-logo2 a {
        width: 280px !important;
    }
    .bannerdesign-section::before {
        background: linear-gradient(to bottom, #10203a 100%, #fff 70%);
    }
    .testimonials-right2::before {
        border: 90px solid #fff;
    }
    .testimonials-right2 {
        padding: 20px 20px 20px 20px !important;
    }
    .bannerdesign-left2 {
        background: transparent;
        box-shadow: none;
    }
    .thanks-txt h2 {
        font-size: 28px !important;
        -webkit-text-fill-color: #1a2d4d !important;
        margin-bottom: 15px !important;
    }
    .thanks {
        padding: 0 !important;
    }
    .head-center2 {
        background: transparent;
        border: none;
    }
    .head-section2 {
        display: block;
        padding: 4px 0 0px 0px;
    }
    .head-logo1 {
        width: 40%;
    }
    .head-center1 {
        width: 100%;
        border: 0;
        border-radius: 0;
    }
    .head-right {
        display: none;
    }
    .navbar {
        min-height: 0;
        display: block;
        justify-content: center;
        align-items: center;
    }
    .navbar-toggler {
        display: block;
        top: -67px;
        right: 0;
    }
    .menu {
        padding: 0px 0 0px;
        display: block;
        margin: 0;
        background-color: #ffab00;
    }
    .menu li {
        padding: 4px 0px;
        display: block;
        border: 000;
        text-align: center;
        margin: 2px 0px 1px;
    }
    .menu li a {
        padding: 3px 10px 4px 9px;
        display: block;
        font-size: 16px;
    }
    .menu li:before {
        display: none;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .dropdown-menu {
        display: none;
        margin-top: 0;
    }
    .dropdown:hover .dropdown-menu {
        display: none;
    }
    .open>.dropdown-menu {
        display: block !important;
    }
    .dropdown-menu ul li {
        padding: 8px 0 8px 14px;
    }
    .menu li:before {
        display: none;
    }
    .menu li:after {
        display: none;
    }
    .head-navigation {
        width: 100%;
    }
    .menu .active a:before {
        display: none;
    }
    .menu .active a:after {
        display: none;
    }
    .carousel-control b {
        height: 45px;
        width: 34px;
    }
    .head-logo2:before {
        display: none;
    }
    .head-logo2 a {
        margin: 0;
        height: 80px;
        border-radius: 0;
    }
    .head-logo2 {
        text-align: left;
    }
    .head-logo2 .main {
        margin: 0;
    }
    .carousel-control b .glyphicon {
        top: 10px;
    }
    .aboutus-heading {
        padding: 40px 0 0;
    }
    .aboutus-content {
        padding: 30px 15px 0px 15px;
    }
    .right-round-image {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .bannerdesign-left1 {
        padding: 0px 0px;
    }
    .banner-image1 {
        padding: 10px 5px 10px 10px;
        width: 50%;
    }
    .banner-image2 {
        padding: 10px 10px 10px 5px;
        width: 50%;
    }
    .bannerdesign-left2 {
        padding: 0px;
    }
    .services-right1 {
        padding: 0px 0px 10px 0px;
    }
    .list-services2 {
        padding-left: 10px;
    }
    .chat-banner img {
        height: auto;
        top: 23px;
    }
    .life-heading strong {
        padding: 7px 11px;
        border-radius: 0;
    }
    .services4 strong {
        font-size: 25px;
    }
    .form-right1 {
        padding: 30px 0 0 0;
    }
    .form-left1 {
        padding: 0;
    }
    .chooseus-section:before {
        width: 96.6%;
    }
    .choose-services1:nth-child(1) {
        margin: 0% 0 -0px 0;
    }
    .choose-services1:nth-child(2) {
        margin: 0% 0 -0px 0;
    }
    .choose-services1:nth-child(4) {
        margin: 0% 0 -0px 0;
        width: 100%;
    }
    .choose-services1:nth-child(5) {
        margin: 0% 0 -0px 0;
        width: 50%;
    }
    .choose-services1 {
        width: 33.333%;
    }
    .choose-us-divide {
        width: 94%;
    }
    .chooseus-section1 .services-heading strong {
        font-size: 34px;
        padding: 6px 0 3px;
    }
    .chooseus-section1 .services-heading p {
        padding: 30px 15px 0;
    }
    .chooseus-section1 .services-heading span {
        width: 80%;
    }
    .choose-design {
        height: 130px;
        width: 130px;
        padding: 13px 6px 0 6px;
    }
    .choose-design:before {
        height: 155px;
        top: -12px;
        width: 155px;
        left: -12px;
    }
    .choose-design img {
        height: 51px;
    }
    .testimonials-section1 {
        display: flex;
        flex-flow: column-reverse;
    }
    .bg-image-right {
        top: 0;
    }
    .testimonials-left1 {
        padding: 10px 0px 10px 0px;
    }
    .footer-right1 {
        width: 100%;
    }
    .footer-left1 {
        width: 100%;
        padding: 10px 0px 0 0px;
    }
    .footer-contact1 {
        padding: 0;
    }
    .footer-contact2 a {
        padding: 0;
    }
    .testimonials-right2 {
        padding: 160px 20px 160px 20px;
    }
    .testimonials-left2 {
        padding: 0px 15px 0 15px;
    }
    .footer-section1 {
        display: flex;
        flex-flow: column-reverse;
    }
    .footer-map iframe {
        height: 200px;
    }
    .footer-contact2 {
        padding: 20px 0;
    }
    .services-inner {
        width: 50%;
    }
    .breadcrumb-section {
        padding: 0;
    }
    .breadcrumb-section1 {
        padding: 30px 0 30px;
    }
    .services-inner .services4 strong {
        font-size: 20px;
    }
    .getin-right1 {
        padding: 30px 0 0;
    }
    .getin-left1 {
        padding: 0;
    }
    .bg-top-call-none {
        display: none;
    }
    .main-contact1 {
        width: 50%;
    }
    .bottommaincontent-left1 {
        padding: 0 0px 0 0px;
    }
    .maindesign-left1 {
        padding: 0;
    }
    .inner-page-content1 {
        padding: 0;
    }
    .aboutus-right1 {
        padding: 0;
    }
    .fix {
        display: block;
    }
    .aboutus-section1 {
        padding: 0px 0 0px;
    }
    .foot-sell {
        display: block !important;
    }
    .aboutus-left1 {
        margin-top: 0px;
    }
    .copy-right {
        padding: 15px 0 55px;
    }
    .ser-req-box {
        width: 100%;
    }
    .testimonials-box-yellow {
        padding: 10px;
    }
    .form-section1 {
        padding: 0px 0 0px;
    }
    .testimonials-design2 p {
        padding: 0 20px 10px;
    }
    .test-name p {
        font-size: 18px !important;
        font-weight: 500 !important;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .head-section1 {
        position: relative;
        background: #fbac29;
    }
    .head-section2 {}
    .head-logo1 {
        width: 40%;
    }
    .head-center1 {
        width: 100%;
        border: 0;
    }
    .head-right {
        display: none;
    }
    .head-navigation {
        width: 100%;
    }
    .menu li {
        padding: 14px 15px;
        display: inline-block;
        font-size: 17px;
        border: 000;
        text-align: center;
        margin: 5px 0px 5px;
        z-index: inherit;
    }
    .dropdown-menu ul li {
        padding: 11px 14px 11px 14px;
    }
    .dropdown-menu>li {
        padding: 4px 0px 10px 0px;
    }
    .menu li a {
        font-size: 16px;
    }
    .aboutus-heading h1 {
        font-size: 30px;
    }
    .right-round-image {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    .bannerdesign-left1 {
        padding: 0px 0px;
    }
    .banner-image1 {
        padding: 10px;
    }
    .banner-image2 {
        padding: 10px;
    }
    .bannerdesign-left2 {
        padding: 0px;
    }
    .serices-left1 {
        padding: 10px 10px 10px 10px;
    }
    .chat-banner img {
        height: auto;
        top: 23px;
    }
    .services-right1 {
        padding: 0;
    }
    .services4 strong {
        font-size: 25px;
    }
    .form-right1 {
        padding: 30px 0 0 0;
    }
    .form-left1 {
        padding: 0;
    }
    .chooseus-section1 {
        margin: 50px auto 50px;
    }
    .chooseus-section1 .services-heading strong {
        font-size: 29px;
        padding: 8px 0 5px;
    }
    .services-heading span {
        width: 70%;
    }
    .chooseus-section1 .services-heading p {
        padding: 30px 20px 0;
    }
    .chooseus-section:before {
        width: 90.6%;
    }
    .choose-services1:nth-child(1) {
        margin: 0% 0 -0px 0;
    }
    .choose-services1:nth-child(2) {
        margin: 0% 0 -0px 0;
    }
    .choose-services1:nth-child(4) {
        margin: 0% 0 -0px 0;
        width: 50%;
    }
    .choose-services1:nth-child(5) {
        margin: 0% 0 -0px 0;
        width: 50%;
    }
    .choose-services1 {
        width: 33.333%;
    }
    .choose-us-divide {
        width: 90%;
    }
    .choose-design {
        height: 125px;
        width: 125px;
        padding: 14px 6px 0 6px;
    }
    .choose-design:before {
        height: 155px;
        width: 155px;
    }
    .choose-design img {
        height: 51px;
    }
    .choose-design p {
        font-size: 14px;
    }
    .chooseus-section1 .services-heading {
        padding-left: 0px;
        padding-right: 0px;
    }
    .services-heading span {
        width: 80%;
    }
    .testimonials-section1 {
        display: flex;
        flex-flow: column-reverse;
    }
    .bg-image-right {
        top: 0;
    }
    .testimonials-left1 {
        padding: 10px 0px 10px 0px;
    }
    .footer-right1 {
        width: 100%;
    }
    .footer-left1 {
        width: 100%;
    }
    .footer-contact1 {
        padding: 0;
    }
    .footer-contact2 a {
        padding: 0;
    }
    .getin-right1 {
        padding: 30px 0 0;
    }
    .getin-left1 {
        padding: 0;
    }
    .breadcrumb-section {
        padding: 0;
    }
    .breadcrumb-section1 {
        padding: 0 0 40px
    }
    .maindesign-left1 {
        width: 100%;
        padding: 0;
    }
    .maindesign-right1 {
        width: 100%;
    }
    .maindesign-center1 {
        width: 100%;
    }
    .bottommaincontent-left1 {
        padding: 0 0px 0 0px;
    }
    .inner {
        width: 33.333%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .menu li a {
        font-size: 16px;
    }
    .head-center1 {
        width: 70%;
    }
    .head-logo1 {
        width: 30%;
    }
    .menu li {
        padding: 29px 2px 29px 2px;
    }
    .head-navigation {
        width: 65%;
    }
    .head-right {
        width: 35%;
    }
    .head-logo2:before {
        width: 33%;
        right: -16px;
    }
    .aboutus-heading h1 {
        font-size: 37px;
    }
    .aboutus-heading {
        padding: 40px 0 0;
    }
    .life-heading strong {
        padding: 9px 26px 9px;
        font-size: 23px;
    }
    .bg-image img {}
    .services4 strong {
        font-size: 25px;
    }
    .chat-banner img {
        position: relative;
        top: 0;
    }
    .chat-banner a strong {
        padding: 5px 0px 0 0px;
    }
    .chat-banner a p {
        padding: 10px 0px 0px 0;
    }
    .chat-banner {
        background: #22b335;
        border-radius: 10px;
    }
    .services-heading strong {
        font-size: 39px;
    }
    .services-our1 a {
        font-size: 52px;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 0;
    }
    .services-our1 strong {
        font-size: 27px;
        padding: 9px 1px 6px;
    }
    .form-heading strong {
        font-size: 30px;
    }
    .choose-design {
        height: 135px;
        width: 135px;
        padding: 14px 10px 0 10px;
    }
    .choose-design:before {
        height: 165px;
        width: 165px;
    }
    .choose-design img {
        height: 51px;
    }
    .choose-design p {
        font-size: 14px;
    }
    .chooseus-section:before {
        width: 90.6%;
    }
    .chooseus-section1 {
        margin: 50px auto 50px;
    }
    .chooseus-section1 .services-heading strong {
        font-size: 36px;
        padding: 6px 0 4px;
    }
    .round-image-choose {
        top: -130px;
    }
    .footer-contact2 {
        padding: 20px 0px;
    }
    .footer-contact2 a {
        font-size: 15px;
    }
    .testimonials-left2 .aboutus-heading strong {
        font-size: 30px;
    }
    .testimonials-left2 {
        padding: 0px 20px 0 20px;
    }
    .getin-right2 {
        padding: 0 10px 40px;
    }
    .getin-right2 li:nth-child(2) span {
        font-size: 16px;
    }
    .getin-right2 li span {
        margin: 8px 0px 0 60px;
    }
    .about-contact a p {
        font-size: 23px;
    }
    .chat-banner-inner a p {
        font-size: 23px;
    }
    .chat-banner-inner a strong {
        font-size: 26px;
        padding: 10px 0;
    }
    .about-list ul li {
        font-size: 15px;
    }
    .about-list ul li:before {
        padding: 15px;
    }
    .maindesign-center2 {
        padding: 0px 10px 0px;
    }
    .maindesign-center1 {
        padding: 0 15px 0px;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1350px) {
    .testimonials-left2 .aboutus-heading strong {
        font-size: 30px;
    }
    .footer-contact2 {
        padding: 20px 0px;
    }
    .footer-contact2 a {
        font-size: 15px;
    }
}

@media (max-width: 575px) and (min-width: 0px) {
    .carousel-control b {
        border: 0;
        height: 30px;
        width: 26px;
    }
    .head-logo1 {
        width: 70%;
    }
    .carousel-control b .glyphicon {
        top: 9px;
        font-size: 16px;
    }
    .banner-image1 {
        padding: 10px 0;
        width: 100%;
    }
    .banner-image2 {
        padding: 0;
        width: 100%;
    }
    .services4 strong {
        font-size: 25px;
    }
    .chat-banner img {
        position: relative;
        top: 0;
    }
    .chat-banner a strong {
        padding: 5px 0px 0 0px;
    }
    .chat-banner a p {
        padding: 0;
    }
    .chat-banner {
        background: #22b335;
        border-radius: 10px;
    }
    .services-heading strong {
        font-size: 31px;
    }
    .serices-left1 {
        padding: 10px 0px 10px 0px;
    }
    .aboutus-heading:before {
        left: 30px;
    }
    .aboutus-heading:after {
        right: 30px;
    }
    .aboutus-heading p {
        font-size: 20px;
    }
    .aboutus-heading h1 {
        font-size: 32px;
    }
    .life-heading strong {
        font-size: 18px;
        letter-spacing: 0;
        padding: 10px 11px;
    }
    .banner-design strong {
        font-size: 36px;
    }
    .services-our1 a {
        font-size: 40px;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 0;
    }
    .services-our1 strong {
        font-size: 18px;
        padding: 9px 1px 6px;
    }
    .form-heading strong {
        font-size: 17px;
    }
    .services-our1 {
        padding: 0px 15px 14px 15px;
    }
    .contac-rr {
        padding: 20px 0px 0;
    }
    .form-heading p {
        font-size: 18px;
    }
    .choose-services1 {
        width: 100%;
    }
    .choose-services1:nth-child(5) {
        width: 100%;
    }
    .chooseus-section1 .services-heading span {
        width: 100%;
        font-size: 17px;
    }
    .chooseus-section1 .services-heading span:before {
        left: 30px;
    }
    .chooseus-section1 .services-heading span:after {
        right: 30px;
    }
    .chooseus-section1 .services-heading strong {
        font-size: 21px;
    }
    .chooseus-section1 {
        margin: 60px auto 60px;
    }
    .footer-contact1 {
        width: 100%;
    }
    .footer-contact2 a {
        font-size: 18px;
    }
    .services-inner {
        width: 100%;
        padding: 10px 0;
    }
    .inner-page-content2 h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 26px;
        font-size: 20px;
    }
    .bottommaincontent-left2 h4,
    h5 {
        line-height: 28px;
        font-size: 21px;
    }
    .breadcrumb-section1 h1 {
        font-size: 25px;
    }
    .getin-right2 strong {
        letter-spacing: 0;
        font-size: 30px;
        padding: 5px 20px 9px 20px;
    }
    .getin-right2 li:nth-child(1) span {
        font-size: 22px;
    }
    .bg-top-call-none {
        font-size: 36px;
    }
    .main-contact1 {
        width: 100%;
        padding: 10px 0;
    }
    .choose-content-main2 h3 {
        font-size: 21px;
        line-height: 32px;
    }
    .bottommaincontent-right1 {
        padding: 0;
    }
    .carousel-control b {
        border: 0;
        height: 24px;
        width: 19px;
        padding: 4px 0px 4px 6px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 0;
    }
    .right b .glyphicon-chevron-right {
        left: -15px;
    }
    .carousel-control b .glyphicon {
        left: -12px;
        top: -1px;
        font-size: 15px;
        height: 0;
        width: 0;
        color: #fff;
    }
}

@media (max-width: 420px) and (min-width: 0px) {
    .head-logo1 {
        width: 70%;
    }
    .head-logo2 img {
        height: auto;
    }
    .navbar-toggler {
        top: -63px;
        height: 40px;
        width: 40px;
        right: 0;
    }
    .navbar-toggler img {
        height: 19px;
        margin: -10px 0 0 0;
    }
    .head-logo2 a {
        height: auto;
        width: 262px;
        border-radius: 0;
    }
    .services-our1 a {
        font-size: 35px;
        font-weight: 700;
        margin: 0;
        padding: 10px 0 0;
    }
    .choose-services1 {
        width: 100%;
    }
    .choose-services1:nth-child(4) {
        width: 100%;
    }
    .chooseus-section1 .services-heading span:before {
        left: 20px;
    }
    .chooseus-section1 .services-heading span:after {
        right: 20px;
    }
    .chooseus-section1 .services-heading span {
        width: 100%;
        font-size: 16px;
    }
    .getin-right2 li span {
        margin: 0 0 0 48px;
        font-size: 15px;
        font-weight: 600;
    }
    .getin-right2 {
        padding: 0 10px 60px;
    }
    .getin-right2 ul li i img {
        height: 44px;
    }
    .getin-right2 strong {
        letter-spacing: 0;
        font-size: 24px;
    }
    .testimonials-left2 .aboutus-heading strong {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .menu {
        padding: 0px 0 0px;
        display: block;
        margin: 0;
        background-color: #10203a;
    }
}

.head-center2 {
    padding: 4px 0;
    min-height: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid white;
    background: #0f0240;
}

.head-right a {
    background: #ffab00;
    color: #303030;
    padding: 9px 20px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px 10px;
    font-size: 14px;
}

.head-center2 {
    padding: 4px 0;
    min-height: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #282323;
    background: #0f0240;
}

.aboutus-left1:before {
    height: 100%;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    background: #f6943b00;
    position: absolute;
    content: "";
}

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

.aboutus-heading p {
    color: #ff0000;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.services2 {
    padding: 0px 0px 0 0px;
    position: relative;
    z-index: 9;
    background-color: #ff5200;
}

.services3 img {
    padding: 0px;
    border-radius: 0 0 200px 2px;
    border: 6px solid #ffab00;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
}

.services3 img {
    padding: 0px;
    border-radius: 0 0 200px 2px;
    border: 6px solid #ffffff;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
}

.services3 img {
    padding: 0px;
    border-radius: 0 0 28px 17px;
    border: 6px solid #ffffff;
    text-align: center;
    border-top: 0;
    margin: 0 auto;
    display: block;
}

.list-services2 ul li {
    background: #ff2d2d;
    padding: 14px 10px 14px 30px;
    text-align: left;
    border-radius: 10px;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    margin: 16px 0;
    position: relative;
}

.list-services2 ul li::before {
    content: "";
    position: absolute;
    background: #ffffff;
    left: -8px;
    height: 27px;
    top: 11px;
    border-radius: 50%;
    width: 27px;
}

.list-services2 {
    padding: 20px 20px;
    border: 1px solid #edded5;
    background: #fff;
    border-radius: 20px;
}

.formdesign2 {
    padding: 58px 0 60px 0;
    background: #10203a;
    border-radius: 40px 40px;
    text-align: left;
}

.form-section {
    padding: 0px 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.foot-call {
    background-color: #93072e;
    border-right: 1px solid #7f7f7f;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 50%;
}

@media (max-width: 575px) and (min-width: 0px) {
    .services-heading strong {
        font-size: 20px;
    }
}

.services-heading strong {
    padding: 0 0 0px 0;
    text-transform: capitalize;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    display: block;
    background: -webkit-linear-gradient(#ffab00, #ffab00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #e7660b;
}

.testimonials-design2 {
    padding: 10px 0px 10px 0px;
    border: 1px solid #fcaf3d;
    position: relative;
    background: #fff;
    border-radius: 56px;
}

.testimonials-design2 p {
    color: #5a0c0c;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    font-size: 17px;
    margin: 0 0 10px 0;
    padding: 0 50px 10px;
}

.list-services2 {
    padding: 20px 20px;
    border: 1px solid #edded5;
    background: #0a0700;
    border-radius: 20px;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #ff2a00;
    text-align: center;
    display: block;
    margin: 0 auto;
    animation: pulse2 2s linear infinite;
}

.copy-right {
    padding: 15px 0 15px;
    background-color: #ff2a00;
    text-align: center;
}

.testimonials-right2::before {
    background: #fff0;
    background-repeat: no-repeat;
    position: absolute;
    background-position: right;
    content: "";
    left: 0;
    right: 0;
    bottom: 0px;
    border: 90px solid #ffffff;
    border-right: 0;
    z-index: -9;
    height: 100%;
    width: 60%;
}

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

.services2 {
    padding: 0px 0px 0 0px;
    position: relative;
    z-index: 9;
    background-color: #000000;
}