@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap);
body {
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
    overflow-x: hidden;
    font-family: Roboto, sans-serif;
    background-image: url(../images/agency.jpg);
    background-position: center;
    background-size: cover;
}

*,
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
label,
li,
p,
span,
textarea,
ul {
    margin: 0;
    padding: 0
}

button {
    outline: 0!important;
    cursor: pointer!important
}

a:focus,
a:hover {
    text-decoration: none
}

li {
    list-style: none
}

.center {
    display: block;
    margin: 0 auto;
    float: none
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track {
    background-image: linear-gradient(to right, #dc8510, #dc8510, #dc8510, #dc8510, #dc8510);
    border-radius: 0
}

body::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to right, #000, #000, #000, #000, #000);
    border-radius: 25px
}

.padding-left {
    padding-left: 0
}

.padding-right {
    padding-right: 0
}

.container {
    max-width: 1270px;
}




.min_header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 5px;
}

.landing-page-banner {
    height: 100vh;
    display: flex;
    background-image: url(../images/landing-banner.jpg);
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}


.hader-right-number ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0 0 0;
}




.hader-right-number img {
    margin-right: 10px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: trin;
}


.hader-right-number ul li {
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 22px;
}

.hader-right-number ul li a span {
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.hader-right-number ul li a {
    color: #ffffff;
}


@keyframes trin {
    20%,
    26%,
    32%,
    38%,
    44%,
    50%,
    56%,
    62%,
    68%,
    74%,
    80%,
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }
}

.left-book-cover {
    position: absolute;
    left: 0;
    bottom: 0;
}

.right-book-cover {
    position: absolute;
    right: -50px;
    bottom: 0;
}



.banner-text h1 {
    color: #fff;
    font-size: 31px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
}


.banner-text h2 {
    text-align: center;
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 67px;
}

.banner-text h2  span{color: #ff6e2e;}


.banner-text p {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
}


.banner-text ul {
    display: flex;
        flex-wrap: wrap;
        margin: 14px 0;
}

.banner-text ul li {
    width: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    display: flex;
    align-items: center;
}


.banner-text  ul li::before {
    background-image: url(../images/check-mark.png);
    width: 17px;
    height: 17px;
    content: "";
    position: absolute;
    left: 0;
}

.banner-filde {
    width: 70%;
    margin: 0 auto;
    position: relative;
}

.banner-filde input {
    width: 100%;
    padding: 16px;
    border-radius: 100px;
    border: none;
    font-size: 20px;
    color: #000;
    position: relative;
    background: rgb(255 255 255 / 92%);
    box-shadow: 0 0 10px #dc8510db;
}

.banner-filde button {
    position: absolute;
    right: 10px;
    top: 6px;
    background: #548a70;
    padding: 9px 0;
    font-size: 21px;
    border: none;
    border-radius: 100px;
    color: #fff;
    width: 110px;
}

.banner-sing h6 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
}


#discount-textaa {
    color: #ff6e2e;
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.banner-logo-section-text p {
    padding: 10px 0px 10px 100px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.banner-logo-section-text p span{color: #ff6f3d;}


.banner-logo-section-text p:before {
    content: "";
    position: absolute;
    width: 7%;
    height: 2px;
    background: #ff7048;
    left: 0;
}


.banner-logo-section-text p::after {
    content: "";
    position: absolute;
    width: 30%;
    height: 2px;
    background: #ff6f3d;
    right: 0;
}


.banner-logo-section ul {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.banner-logo-section ul li {
    width: 16%;
}

.banner-logo-section {
    margin: 30px 0;
    position: relative;
    z-index: 9;
}


.banner-logo-section::before{content: "";background-image: url(../images/petren.png);width: 650px;height: 677px;position: absolute;left: 20px;top: -30px;z-index: -1;}



.compay-section {
    padding: 0 0 60px;

}


.agncy-text h3 {
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}

.agncy-text p {
    font-size: 17px;
    line-height: 25px;
}

.agncy-text h3 span{color: #ff6f3d;}

.top-150{ margin-top: 150px;}



.get-in-tuch{background-image: url(../images/get.png);padding: 70px 10px 70px 0;background-position: center;background-size: cover;border-radius: 30px;position: relative;margin-top: 110px;}



.get-in-tuch h4 {
    font-size: 51px;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 49px;
    margin-bottom: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

.get-in-tuch h4 span{color: #ff6f3d;}

.get-in-tuch p{ color: #fff;}

.get-in-tuch img{position: absolute;bottom: 0; animation: lifte_and_right 5s linear infinite;}


.get-in-tuch ul {
    display: flex;
    margin-top: 10px;
}

.get-in-tuch ul li button {
    width: 180px;
    padding: 10px;
    border: none;
    background: #ff7048;
    color: #fff;
    border-radius: 100px;
    font-size: 17px;
    margin-right: 13px;
    box-shadow: 0 0 10px rgb(255 255 255 / 61%);
}

.color-change
 {
    background-color: #4b8a71 !important;
  }


  @keyframes lifte_and_right {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(30px);
    }
    100% {
        transform: translateX(0);
    }
}


.step-one{background-image: url(../images/step-01.png);height: 478px;width: 100%;background-position: center;background-size: cover;position: relative;}

.step-two{background-image: url(../images/step-02.png);height: 478px;width: 100%;background-position: center;background-size: cover;position: relative;}

.step-section {
    padding: 30px 0 50px; position: relative;
}

.step-section::before{

content: "";

background-image: url(../images/petren.png);

width: 650px;

height: 677px;

position: absolute;

right: 30px;

top: -60px;
}




.step-one ul li {
    width: 55%;
    position: absolute;
    right: 25px;
    top: 25px;
}



.step-one ul li:nth-child(2) {
    width: 55%;
    position: absolute;
    right: 20px;
    top: 195px;
}

.step-one ul li:nth-child(3) {
    width: 55%;
    position: absolute;
    right: 20px;
    top: 365px;
}


.step-one ul li h3 {
    font-size: 22px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #000000;
}

.step-one ul li p {
    font-size: 11px;
    width: 90%;
    color: #000;
}


/* step-two */


.step-two ul li {
    width: 55%;
    position: absolute;
    left: 47px;
    top: 25px;
}



.step-two ul li:nth-child(2) {
    width: 55%;
    position: absolute;
    right: 20px;
    top: 192px;
}

.step-two ul li:nth-child(3) {
    width: 55%;
    position: absolute;
    right: 20px;
    top: 362px;
}


.step-two ul li h3 {
    font-size: 22px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    color: #000000;
}

.step-two ul li p {
    font-size: 11px;
    width: 90%;
    color: #000;
}







.book-text h4 {
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 60px;
    text-transform: capitalize;
    font-weight: 700;
    color: #212121;
    text-transform: uppercase;
}


.book-text h4 span{color: #ff7048;}

.book-text p {
    width: 60%;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #000;
}

.book-text {
    margin-bottom: 60px;
}


.left-book-cover img  {
    width: 90%;
}

.right-book-cover img{    width: 90%;}


.test-section {
    background-image: url(../images/test-bg.png);
    padding: 70px 0;
    background-position: center;
    background-size: cover;
}



.test-fast-text h3 {
    font-size: 65px;
    line-height: 67px;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.test-fast-text h3 span{color: #ff7151;}

.test-fast-text p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}


.test_box {
    background: rgb(0 0 0 / 8%);
    border: 2px dashed#0c3244;
    border-radius: 23px;
    padding: 25px;
    margin-top: 30px;
    text-align: center;
}


.test_box p {
    font-size: 15px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
}


.test_box h4 {
    font-size: 50px;
    color: #000000;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    margin-bottom: 7px;
}



.testimonial-slider .owl-nav {
    display: block;
    margin: 10px auto 0;
    text-align: center;
}



.test_box img {
    width: 30% !important;
    display: block !important;
    margin: 10px auto 0;
}


.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}


@keyframes floating {
    from {
        transform: translate(0, 0);
    }
    65% {
        transform: translate(0, 15px);
    }
    to {
        transform: translate(0, 0);
    }
}

.from-bg{background-color: #ff7258;padding: 60px 85px;}

.from-bg h4 {
    font-size: 60px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}


.from-bg h4  span{color: #000000;}

.from-bg p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}


.footer-from-filde input {
    width: 100%;
    padding: 10px 20px;
    background: rgb(0 50 67 / 35%);
    border: none;
    border-bottom: 2px dashed #ffffff;
    font-size: 17px;
    color: #000;
    margin-top: 20px;
    border-radius: 3px;
}

.footer-from-filde input::placeholder{ color: #fff;}
.footer-from-filde textarea::placeholder{ color: #fff;}

.footer-from-filde textarea{
    width: 100%;
    padding: 10px 20px;
    background: rgb(0 50 67 / 35%);
    border: none;
    border-bottom: 2px dashed #ffffff;
    font-size: 17px;
    color: #000;
    margin-top: 20px;
    height: 150px;
    resize: none;
    border-radius: 3px;
}

.footer-from-filde button {width: 180px;padding: 10px;border: none;background: #2d8a73;color: #fff;border-radius: 100px;font-size: 17px;box-shadow: 0 0 10px rgb(255 255 255 / 61%);display: block;margin: 20px auto 0;}


.from-pic{background-color: #3f8a72;height: 100%;position: relative;}

.footer{background-color: #121212;padding: 50px 0 20px;}


.from-pic img {
    position: absolute;
    top: -70px;
    right: 50px;
}


.footer-logo {
    text-align: center;
    margin-bottom: 50px;
}

.footer-logo p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-top: 15px;
}


.border-right-footer h4 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #ff735e;
    font-size: 34px;
    position: relative;
    margin-bottom: 20px;
}

.border-right-footer h4::before {
    content: "";
    position: absolute;
    width: 43px;
    height: 4px;
    background: #ffffff;
    bottom: -7px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.border-right-footer ul li {
    font-size: 17px;
    color: #fff;
    margin-bottom: 8px;
}

.border-right-footer ul li a {
    color: #fff;
}


.border-right-footer {
    position: relative;
    text-align: center;
    padding: 0 15px;
}

.border-right-footer::before {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 130px;
    background: #008a73;
}

.social-icon ul {
    display: flex;
    justify-content: center;
    margin: 30px;
}

.social-icon ul li {
    width: 50px;
    height: 50px;
    background: #2d8a73;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-left: 15px;
}

.social-icon ul li a {
    color: #fff;
    font-size: 21px;
}

.copy-right{background-color: #ff735e;padding: 10px;}

.copy-right p {
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.logo img {
    position: relative;
    left: 50px;
    width: 100%;
    top: 5px;
}


.fadeinout
{
  animation: fadeinout 3s infinite;
}

@keyframes fadeinout
{
  0%{
    opacity:0.2;
  }
  50%
  {
    opacity:1;
  }
  100%
  {
    opacity:0.2;
  }
}