
.center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.center-text {
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
}
.text-as-shadow {
    position: absolute;
    font-size: 150px !important;
    opacity: 0.03;
    left: 250px;
    line-height: 1 !important;
    font-weight: 700 !important;
    top: 0;
}

.icon-collection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.icon-collection .about-icon {
    margin: 0 18px;
    -webkit-filter: drop-shadow(0 0 10px #eee);
    filter: drop-shadow(0 0 10px #eee);
    border-radius: 20px;
   background-image: linear-gradient(to right, #0e5601, #25af0e);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    /*border: 2px solid #FEB800;*/
   /* box-shadow: 0px 0px 16px 4px #146e05;*/
}
.icon-collection .about-icon a {
    padding: 18px 20px;
}
.icon-collection .about-icon:hover {
    -webkit-transition: 0.5s;
    transition: 0.5s;
   /*background-image: linear-gradient(to right, #0e5601, #40ec2b);*/
   background-image: linear-gradient(90deg, #c3980a 0%, #FEB800 51%, #8a7505 100%);
}
.icon-collection .about-icon:hover a h5,
.icon-collection .about-icon:hover a h6,
.icon-collection .about-icon:hover a h4 {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.services .service {
    padding: 60px 25px;
    border: 1px solid #094a00;
    -webkit-box-shadow: 0 0 10px 5px rgba(253, 248, 247, 0.69);
    box-shadow: 0 0 10px 5px rgb(1 84 7);
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
    text-align: center;
    background: #ffffff;
}
.services .service:hover .img-block {
    -webkit-animation: scaleDisappear 0.3s;
    animation: scaleDisappear 0.3s;
}
.services .service.service-overlay:hover {
    -webkit-transition: all 1s;
    transition: all 1s;
    background: -webkit-gradient(linear, left top, left bottom, from(#1f357d), to(#04185b));
    background: linear-gradient(#1f357d, #04185b);
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px #e2e2e2;
    box-shadow: 0 5px 20px #e2e2e2;
}
.services .service.service-overlay:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.services .service.service-overlay:hover .service-feature .feature-text,
.services .service.service-overlay:hover .service-feature p {
    color: #fff;
}
.services .service .img-block {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 15px;
}
.services .service .service-feature .feature-text {
    margin-bottom: 22px;
}
.services .service-border {
    position: relative;
}
.services .service-border:before,
.services .service-border:after {
    content: "";
    position: absolute;
}
.services .service-border:first-child:before {
    border-bottom: 2px solid #f8f8f8;
    width: 210px;
    right: 0;
    bottom: 0;
}
.services .service-border:first-child:after {
    border-right: 2px solid #f8f8f8;
    height: 210px;
    right: 0;
    bottom: 0;
}
.services .service-border:nth-child(2):before {
    border-bottom: 2px solid #f8f8f8;
    width: 210px;
    left: 0;
    bottom: 0;
}
.services .service-border:nth-child(3):after {
    border-right: 2px solid #f8f8f8;
    height: 210px;
    right: 0;
    top: 0;
}
.services.app2 .service-container:hover .service {
    background-color: #fff6f6;
}
.services.app2 .service-container:nth-child(n + 5) .service {
    border: 1px solid #f7f7f7;
    margin-bottom: 0;
}
.services.app2 .service-container .service {
    margin-bottom: 30px;
    border-radius: 15px;
}
.services.app2 .service-container .service .feature-text {
    color: #464545;
    letter-spacing: 0;
}
.services.app2 .service-container .service p {
    letter-spacing: 0;
}
.services.resume .container {
    margin-bottom: -25px;
}
.services.resume .container .service {
    margin-bottom: 25px;
}

.agency h1,
.agency h2 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}
.agency h4,
.agency h5,
.agency li {
    margin-top: 0;
    margin-bottom: 0;
}
.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
}
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6,
.agency li,
.agency a {
    font-weight: 500;
}
.agency h1,
.agency h2,
.agency h3,
.agency h4,
.agency h5,
.agency h6 {
    color: #0f5a02;
}
.agency p {
    color: #000000;
}
.agency h1 {
   text-transform: uppercase;
    font-family: "BebasNeueBold";
    color: #147703;
    font-size: 66px;
    line-height: 0.8;
    letter-spacing: -1.6px;
    text-align: left;
}
.agency h1 span.bold-text {
    font-weight: 600;
}
.agency h2 {
   font-size: calc(20px + (40 - 20) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 600;
    margin-top: -3px;
    margin-bottom: -12px;
    font-weight: 700;
    line-height: 1.2;
}
.agency .title hr {
    width: 116px;
    height: 2px;
    background-color: #094000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.agency span {
    text-transform: none;
}
.agency h3 {
    font-size: calc(18px + (24 - 18) * ((100vw - 300px) / (1920 - 300)));
    line-height: 1.4;
}
.agency h5 {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    letter-spacing: 0;
    padding-top: 5px;
}
.agency h6 {
    font-size: calc(13px + (14 - 13) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: -5px;
    font-weight: 300;
    line-height: normal;
}
.agency h6.borders-before {
    margin-left: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.agency h6.borders-before span:before {
    border-top: 2px solid #10266b;
    width: 24px;
}
.agency p {
    font-size: calc(13px + (15 - 13) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 400;
}
.agency .btn {
    text-transform: uppercase;
}
.agency a {
    text-transform: capitalize;
    letter-spacing: 1px;
}
.agency.about-bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.service-bg {
    /*background: url("../images/agency/service/services-backgrondpng.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    /*padding-bottom: 0;*/
}
.agency.video-bg {
    /*background: url("../images/agency/videos/video-background.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.counter-bg {
    /*background: url("../images/agency/counter/counter-background.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.price-bg {
    /*background: url("../images/header-1-bg.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.expert-bg {
    /*background: url("../images/agency/team/expert-background.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.blog-bg {
    /*background: url("../images/agency/blog/background.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.agency.testimonial-bg {
    /*background: url("../images/agency/testimonial/bg.png");*/
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 121px;
}
.agency.testimonial-bg span {
    color: rgba(255, 255, 255, 0.7);
}
.agency.testimonial-bg .borders-before span:before {
    border-color: rgba(255, 255, 255, 0.7);
}
.agency.testimonial-bg .testimonial-container.testimonial-container2 {
    -webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.agency .font-600 {
    font-weight: 600;
}
.agency.header .header-top-line {
    font-weight: 400;
}
.agency.header .header-sub-text p {
    font-size: calc(13px + (18 - 13) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 0;
}
.agency.header .btn-default {
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}
.agency .girl-boy {
    right: 13%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.agency .circle-container {
    position: absolute;
    bottom: 33%;
    right: -15%;
}
.agency .circle-container.small {
    position: absolute;
    top: 3%;
    left: -6%;
}
.agency .circle-container .gradient-circle-big {
    height: 110px;
    width: 110px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#1f357d), to(#04185b));
    background-image: linear-gradient(to right, #0e5601, #40ec2b);
}
.agency .circle-container .gradient-circle-small {
    height: 68px;
    width: 68px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#1f357d), to(#10266b));
    background-image: linear-gradient(to right, #0e5601, #40ec2b);
}
.agency .plus-container {
    position: absolute;
    top: 15%;
    left: 5%;
    -webkit-animation: star 1s infinite;
    animation: star 1s infinite;
}
.agency .plus-container.plus-container2 {
    top: 25%;
    left: 25%;
}
.agency .plus-container.plus-container3 {
    top: 50%;
    left: 2%;
}
.agency .plus-container.plus-container4 {
    top: 65%;
    left: 32%;
}
.agency .plus-container.plus-container5 {
    top: 80%;
    left: 10%;
}
.agency .plus-container.plus-container6 {
    top: 80%;
    left: 65%;
}
.agency .plus-container.plus-container7 {
    top: 40%;
    left: 35%;
}
.agency .plus-container.plus-container8 {
    top: 40%;
    left: 98%;
}
.agency .plus-container.plus-container9 {
    top: 45%;
    left: 70%;
}
.agency .plus-container.plus-container10 {
    top: 0;
    left: 8%;
}
.agency .plus-container.plus-container11 {
    top: 70%;
    left: 4%;
}
.agency .plus-container .plus {
    position: relative;
}
.agency .plus-container .plus:before,
.agency .plus-container .plus:after {
    content: "";
    position: absolute;
    border-radius: 2px;
    color: #0f5a02;
}
.agency .plus-container .plus:before {
    border-left: 6px solid;
    height: 19px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.agency .plus-container .plus:after {
    border-top: 6px solid;
    width: 19px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.agency .plus-container .plus.white:before,
.agency .plus-container .plus.white:after {
    color: #fff;
}
.agency .plus-container .plus.plus-medium:after {
    width: 16px;
    border-top: 5px solid;
}
.agency .plus-container .plus.plus-medium:before {
    height: 16px;
    border-left: 5px solid;
}
.agency .plus-container .plus.plus-small:after {
    width: 9px;
    border-top: 3px solid;
}
.agency .plus-container .plus.plus-small:before {
    height: 9px;
    border-left: 3px solid;
}
@-webkit-keyframes star {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes star {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.agency .center-content .icon-collection {
    text-align: center;
}
.agency .center-content.unset-height {
    height: unset;
}
.agency .icon-collection {
    display: inline-block;
}
.agency .icon-collection .about-icon {
    padding: 0;
    margin-bottom: 60px;
}
.agency .icon-collection .about-icon:last-child {
    margin-bottom: 0;
}
.agency .icon-collection .about-icon:hover a img {
  /*  -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
}
.agency.pricing .price-container.shadows {
    -webkit-box-shadow: 2px 1px 10px 0 rgba(178, 178, 178, 0.5);
    box-shadow: 2px 1px 10px 0 rgba(178, 178, 178, 0.5);
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    text-align: center;
    -webkit-filter: none;
    filter: none;
}
.agency.format .format-head-text {
    margin-bottom: 25px;
}
.agency.format .format-sub-text {
    margin-bottom: 30px;
}
.agency.format .format-sub-text .about-para {
    color: #333333;
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    font-family: "Roboto Light";
    text-align: left;
    
}
.agency.format .borders-before span {
    font-size: 16px;
    font-weight: 500;
}
.agency.format .about-icon {
    margin-left: 18px;
    margin-right: 18px;
}
.agency .icon-collection .about-icon a {
    padding: 45px 25px;
}
.agency .block-span {
    display: block;
}
.agency.video .d-inline-block .bg-video {
    width: 70%;
}
.agency.video .video-text {
    letter-spacing: 1px;
    margin-bottom: -5px;
    text-transform: uppercase;
}
.agency.video .video-heading {
    font-size: calc(18px + (35 - 18) * ((100vw - 300px) / (1920 - 300)));
    margin-bottom: 25px;
}
.agency.counter .counter-text .count-number h2 {
    font-weight: 500;
}
.agency.counter .counter-text .count-desc h6 {
    font-weight: 400;
}
.agency.testimonial .testimonial-container.testimonial-container2 {
    /*background: white;
    border-radius: 20px;
    padding: 40px 40px;*/
    background: #27a11630;
    border-radius: 20px;
    padding: 40px 40px;
    box-shadow: inset 0 0 5px 0 rgb(38 160 21);
}
.agency.testimonial .testimonial-container.testimonial-container2 .center-content {
    height: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}
.agency.testimonial .testimonial-container.testimonial-container2 .center-content .name {
    /*font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;*/
    font-size: 15px;
   /* font-weight: 500;*/
    color: white;
    margin-bottom: 5px;
    text-align: justify;
}
.agency.testimonial .testimonial-container.testimonial-container2 .center-content .post {
    font-weight: 500;
}
.agency.testimonial .testimonial-container .primary-border {
    border-bottom: 4px solid #d3a007;
    border-radius: 1px;
    width: 33px;
}
.agency.testimonial .testimonial-slider .owl-nav {
    position: absolute;
    top: -80px;
    right: 0;
}
.agency.testimonial .testimonial-slider .owl-nav .owl-prev,
.agency.testimonial .testimonial-slider .owl-nav .owl-next {
    background: transparent;
}
.agency.blog .blog-agency .blog-contain {
    border: 1px solid #f3f3f3;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 10px #eee);
    filter: drop-shadow(0 0 10px #eee);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.agency.blog .blog-agency .blog-contain:hover {
    -webkit-box-shadow: 1px 1px 10px 1px #eee;
    box-shadow: 1px 1px 10px 1px #eee;
}
.agency.blog .blog-agency .blog-contain .img-container .blog-head {
    color: #0f5a02;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 0;
}
.agency.blog .blog-agency .blog-contain .img-container i {
    font-size: 16px;
    margin-right: 10px;
    color: #595959;
}
.agency.blog .blog-agency .blog-contain .img-container .blog-info {
    padding: 28px;
}
.agency.blog .blog-agency .blog-contain .img-container .blog-info .font-blog {
    color: #595959;
}
.agency.blog .blog-agency .blog-contain .btn-bottom a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.agency.blog .blog-agency .blog-contain .btn-bottom a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.agency.footer2 .footer-contant .footer-headings {
    color: white;
    padding-bottom: 45px;
}
.agency .para2 {
    padding: 0;
    margin-bottom: 30px;
    letter-spacing: 0;
    color: #232323;
}
.agencyfooter .footer-lists li a:hover {
    color: #4a71ef;
}
.agencyfooter .footer-social .footer-social-list a:hover {
    color: #4a71ef;
}
.agency.speaker .team-img .social ul li a i {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.agency.speaker .team-img .social ul li a i:hover {
    background-color: white;
    color: #061a5e;
}
.agency-content .agency-header-center-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}
.agency-content .agency-header-center-container .agency-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.agency-content .agency-header-center-container .agency-head .agency-head-text {
    font-size: 308%;
    font-weight: 600;
    margin-top: -16px;
    margin-bottom: -16px;
}
.agency-content .agency-header-center-container .borders {
    margin-right: 30px;
    color: #10266b;
    border-right: 2px solid;
    height: 80px;
}
.agency-content .agency-para {
    font-size: calc(13px + (17 - 13) * ((100vw - 300px) / (1920 - 300)));
    letter-spacing: 0;
    margin-left: 30px;
    margin-bottom: 30px;
}
.agency-content .btn-default {
    margin-left: 30px;
}
.agency-content .side-img {
    z-index: 2;
}
.agency-content .blue-img {
    position: absolute;
    left: -14%;
    bottom: 0;
    z-index: 1;
}

