html{
    overflow-x: hidden;
}
body {
    font-family: 'Catamaran', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
.img {
    width: 100%;
    max-width: 100%;
}
a:focus,
a:hover {
    color: #1d8136;
    text-decoration: none;
}
button:focus{
    outline: none;
}
a,
button,
input {
    outline: medium none;
    color: #383838;
}
.uppercase {
    text-transform: uppercase;
}
.capitalize {
    text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #1e1e1e;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}
h1 {
    font-size: 30px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
    display: inline-block;
}
p {
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    margin: 0 0 15px;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
.fix {
    overflow: hidden;
}
/*************************
    03. Section title 1
***********************/
.section-title {
}
.section-title h1,
.section-title h4 {
    line-height: 30px;
    margin: 0 0 25px;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.section-title h4 {
    font-weight: 700;
    font-size: 30px;
}
.section-title h2 {
    margin-top: 0px;
    line-height: 27px;
    position: relative;
    text-transform: uppercase;
    margin: 0 0 25px;
    padding-bottom: 20px;
}
.section-title .title-line {
    padding: 10px 0;
}
.section-title h1::before,
.section-title h2::before,
.section-title h4::before {
    background: #c8c8c8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 90px;
}
.section-title h1::after,
.section-title h2::after,
.section-title h4::after {
    background: #4CAF50 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 60px;
}
/*************************
    04. button
*************************/
a.button {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #4fc1f0;
    color: #fff;
    font-size: 15px;
}
a.button i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center;
}
a.button span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}
a.button::after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
}
a.button:hover::after {
    width: 100%;
}
/*************************
    06. Input
*************************/
input {
    background: #ced4da;
    border: 1px solid #ced4da !important;
    height: 45px !important;
    box-shadow: none;
/*    padding-left: 15px !important;*/
    font-size: 16px !important;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 15px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 15px;
}
input:focus {
    background: transparent;
    border: 2px solid #4fc1f0;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 15px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #4fc1f0;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
/*************************************
    19. Background variation set 
 **************************************/

/*Opacity background*/
.bg-opacity-1 {
    display: block;
    overflow: hidden;
    text-align: center;
}

/*Overlay*/
.overlay,
.overlay-2 {
    position: relative;
    z-index: 1;
}
.overlay::before,
.overlay-2::before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.overlay-2::before {
    opacity: 0.6;
}
.bg-2,
.bg-1 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.bg-1 {
    background: url(../images/how-we-works-bg.jpg) repeat scroll 0 0 / cover;
}
.bg-2 {
    background: url("../images/testimonial-bg.jpg") repeat scroll 0 0 / cover;
}

@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Montserrat:400,700|Raleway:100,200,300,400,400i,500,600,700,800,900");

/* -------------------------
  2. About Area
-----------------------------*/
.mobile-menu-area {
    display: none;
}
.icon-titel {
    display: block;
    margin-bottom: 13px;
    overflow: hidden;
    text-align: center;
}
.icon-titel i {
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 9;
    transition: 0.3s;
}
.icon-titel i::after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -9999;
    transition: 0.3s;
}
.icon-titel h6 {
    display: block;
    font-weight: 700;
    margin: 20px 0 0;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #fff;
    font-size: 18px;
}
.specialty-single:hover .icon-titel h6,
.ourservice-single:hover .srvc-content h6 {
    color: #1d8136;
}
.specialty-single:hover .icon-titel i,
.ourservice-single:hover .srvc-icon a i {
    color: #fff;
}
.specialty-single:hover .icon-titel i::after,
.social-rotate ul li a:hover,
.ourservice-single:hover .srvc-icon a {
    background: #1d8136;
    border-color: #1d8136;
}
.specialty-image {
    margin-top: 10%;
    padding-left: 40px;
}
.spe-discribe > p {
    margin: 0;
    color: #fff;
    text-align: center;
}
.text-titel {
    font-family: 'Catamaran', sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 2px;
}

/* --------------------------
  4. Service Area
-----------------------------*/
.service-single {
    border: 1px solid #c3d0c5;
    padding: 30px;
    position: relative;
    height: 100%;
}
.srvc-icon i {
    color: #4CAF50;
    font-size: 36px;
    margin-bottom: 20px;
}
.service-single h6 {
    font-size: 18px;
}
.wework-social ul li {
    color: #fff;
    width: 19%;
    margin: 0 0.3%;
    transition: 0.3s;
}
.wework-social ul li:first-child {
    background: #FF9800;
}
.wework-social ul li:nth-child(2) {
    background: #795548;
}
.wework-social ul li:nth-child(3) {
    background: #2196F3;
}
.wework-social ul li:nth-child(4) {
    background: #4CAF50;
}
.wework-social ul li:last-child {
    background: #E91E63;
}
.wework-social ul li:last-child {
    margin-right: 0;
}
.wework-social ul li:hover {
    background: #1d8136;
}
.wework-social ul li:hover a i,
.wework-social ul li:hover a span {
    color: #fff;
}
.wework-social ul li a {
    display: block;
    height: 100%;
    padding: 20px 15px;
    width: 100%;
}
.wework-social ul li a i {
    color: #fff;
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
    transition: 0.5s;
}
.wework-social ul li a span {
    color: #fff;
    display: block;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    transition: 0.5s;
    margin-top: 20px;
}
.wework-social ul li a p {
    color: #fff;
}
/* --------------------------
  5. Portfolio css
-----------------------------*/
.portfolio-menu li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    margin: 0 10px;
    border-radius: 25px;
    background: #f35444;
}
.portfolio-menu li:last-child {
    border-right: 1px solid #ddd;
}
.portfolio-menu li.active,
.portfolio-menu li:hover {
    background: #4CAF50 none repeat scroll 0 0;
    border-color: #4CAF50;
    color: #fff;
}
.image-box::after {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0px;
    transform: rotate(90deg);
    transition: all 0.4s ease 0s;
}
.image_details{
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 1;
}
.image_details .venobox {
    color: #fff;
    font-size: 25px;
    visibility: hidden;
    z-index: 1;
    width: 50px;
    height: 50px;
    margin: auto;
    line-height: 55px;
    background: #f35444;
    display: inline-block;
}
.image-box:hover .image_details {
    color: #fff;
    opacity: 1;
}
.image_details h6, .image_details p{
    color: #fff;
}
.image-box:hover:after {
    opacity: 0.7;
    transform: rotate(0deg);
}
.image-box:hover a {
    visibility: visible;
    opacity: 1;
}
.image-box {
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.single-portfolio {
    margin: 5px;
}
.portfoio-boxall {
    margin: 0 -5px;
}
.text-content h6 {
    margin-bottom: 0;
}
.socialbar {
    margin-top: 30px;
}
.portfolio-box .grid-item {
    width: 25%;
}
.latestshot-area .container-fluid,
.specialty-area .container-fluid,
.successful-area .container-fluid,
.latestshot-area .container-fluid {
    padding: 0;
}
.latestshot-menu li:last-child {
    border-right: 1px solid #eee;
}
.portfolio-box .grid-item h6{
    font-size: 16px;
    text-transform: none;
}
.portfolio-box .grid-item p{
    font-size: 14px;
    line-height: 1.5;
}

/
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
  background: #fff;
  box-shadow: 2px 2px 17px 5px #a5a5a55e;
  padding: 20px;
  margin: 10px;
  border-radius: 15px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #222222;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #222222;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #39a7fe;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  color: #222222;
}
.testimonials .owl-dots{
    text-align: center;
}
.testimonials .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background-color: rgb(162 162 162 / 50%);
  opacity: 1;
}

.testimonials .owl-dots .owl-dot.active {
  background-color: #4caf50;
}
.testimonials .testimonial-item .fa-quote-left, .testimonials .testimonial-item .fa-quote-right {
    color: rgb(243 84 68 / 32%);;
    font-size: 26px;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 100%;
  }
}

/* -------------------------
   9. Brand Area
----------------------------*/
.brand-single  {
    display: flex;
    margin-bottom: 1px;
    transition: all 0.3s ease 0s;
    border: 3px solid #ddd;
    padding: 20px;
    height: 100px;
    align-items: center;
    position: relative;
}
.brand-carsoul .item{
    border: 1px solid #ddd;
    padding: 5px;
}
/*
.brand-single > a:hover {
    border-color: #1d8136;
}
*/
.single-brand {
    margin-bottom: 1px;
}
.brand-carsoul .owl-prev, .brand-carsoul .owl-next{
    border-radius: 50%;
    background-color: #e6e6e6 !important;
    top: 100%;
    width: 30px;
    height: 30px;
    margin: 15px 5px 0;
}
.brand-carsoul{
    text-align: center;
    padding: 0 15px;
}
.brand-carsoul .owl-prev:after {
    content: "\f177";
    color: #000;
    display: inline-block;
    font-family: FontAwesome;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
}
.brand-carsoul .owl-next:after {
    content: "\f178";
    color: #000;
    display: inline-block;
    font-family: FontAwesome;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
}
.brand-carsoul.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: auto;
}
/* -------------------------
   13. About Us
----------------------------*/
.aboutus-area {
}
.specialty-single.two {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    float: left;
    padding: 80px 60px;
    width: 25%;
}
.specialty-single.two .icon-titel i {
    margin: 15px 0 15px 10px;
}
.read-more-btn > a {
    background: #1d8136 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: 0.3s;
}
.read-more-btn > a:hover,
.newsletter-form > button:hover,
.contact-button button:hover,
.form-button button:hover {
    background: #45c0c8;
}
/*
--------------------------------------*/
/*Header Style Top*/
.header-area {
    background: #fff;
    width: 100%;
    z-index: 9999;
}
.header-left ul li {
    margin-right: 35px;
}
.header-left ul li span {
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}
.header-left ul li a {
    color: #fff;
    font-family: "Lato", sans-serif;
}
.header-left ul li a:hover,
.header-left ul li:hover span {
    color: #000;
}
/* Header Right */
.social-icon ul {
    margin: 0;
    padding: 0;
    float: left;
}
.social-icon ul li {
    display: inline-block;
    list-style: none;
}
.social-icon ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}
.social-icon ul li.proposal {
    border-left: 1px solid #4caf50;
}
.social-icon ul li.proposal a {
    font-size: 15px;
}
.social-icon ul li.proposal a:hover {
    background: #fff;
}
.social-icon ul li a:hover {
    color: #1c1b17;
}
.social-icon.socile-icon-style-2 ul li a {
    color: #fff;
    background: #323232;
    border-radius: 0;
}
.social-icon.socile-icon-style-2 ul li a:hover {
    background: #eb3b60;
}

.social-icon.socile-icon-style-3 ul li a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}
.social-icon.socile-icon-style-3 ul li a:hover {
    background: #eb3b60;
    border-color: #eb3b60;
}
/*Header Menu Area*/
/*menu style */
.navbar-light .navbar-nav .nav-link {
    padding: 20px 16px;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 16px;
    line-height: 2.5;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1d8136;
}
/*Sticky Menu*/
.sticky {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    left: 0;
    right: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
}
.headroom--pinned {
    transform: translateY(0%);
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
.headroom--unpinned {
    transform: translateY(-100%);
}
.header-top-area {
    background: #1d8037;
}
.header-left {
    padding: 10px 0;
}
.main-menu-area {
    padding: 0;
    /*box-shadow: 0 0 5px rgb(0 0 0 / 51%);*/
}
.btn_theme {
    background: #4CAF50;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 25px;
    border: 0 !important;
}
.static-block-2 .text .link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid red;
    color: red;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-top: 30px;
    padding: 10px 33px;
    text-transform: uppercase;
}
.about-area,
.service-area,
.wework-area,
.latestshot-area,
.client-testimonial-area,
.welcome,
.blog-area,
.why_choose_us,
.content {
    padding: 80px 0;
}
.brandlogo-area {
    padding: 50px 0;
}
.specialty-single {
    padding: 30px;
    height: 100%;
}
.bg_orange {
    background: #FF9800;
}
.bg_gray {
    background: #ddd;
}
.bg_green {
    background: #4CAF50;
}
.bg_blue {
    background: #2196F3;
}
.bg_pink {
    background: #E91E63;
}
.specialty-single:hover {
    background: #fff;
}
.specialty-single:hover p {
    color: #666;
}
.welcome {
    background: #f35444;
}
.welcome h1, .welcome p{
    color: #fff;
}
footer {
    padding: 80px 0 0;
    background: #4CAF50;
}
footer h6 {
    color: #ffffff;
    display: block;
    font-size: 18px;
    margin-bottom: 18px;
    overflow: hidden;
}
.quick-link ul li {
    display: block;
    padding-bottom: 8px;
}
.quick-link ul li a {
    color: #fff;
    display: block;
    font-family: "Lato", sans-serif;
    padding-left: 15px;
    position: relative;
    font-size: 15px;
}
.quick-link ul li:hover a {
    color: #1c1b17;
}
.quick-link ul li a::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 5px;
}
.quick-link ul li:hover a::after {
    color: #1c1b17;
    background: #1c1b17;
}
footer hr {
    border-color: #47964a;
    margin-bottom: 0;
}
footer p {
    color: #fff;
}
.post-date,
.post-btn {
    font-weight: 600;
}
.single-blog h6 {
    font-size: 18px;
    margin: 20px 0 15px;
}
.contact-details li {
    display: block;
}
.contact-details li a{
    color: #fff;
}
.contact-details li p {
    display: inline-block;
}
.about_us {
    position: relative;
}
.about_us_text{
    background: #f1f1f1;
    padding: 10%;
    height: 100%;
}
.reason_box {
    margin: 30px 0;
}
.icon_bx {
    display: flex;
    align-items: center;
}
.icon_bx i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 45px;
    color: #4CAF50;
    margin-right: 20px;
}

@media only screen and (min-width: 992px){
    .navbar-nav li:hover .main_menu {
        display: block;
    }
    .dropdown-menu{
        margin: 0;
        border-radius: 0;
        width: 260px;
        background: #1d8136;
        border: 0;
        padding: 0;
    }
    .animate {
        animation-duration: .3s;
        -webkit-animation-duration: .3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
    .main_menu li {
        display: block;
        margin: 0;
        padding: 0;
    }
    .main_menu li a{
        padding: 10px 15px;
        color: #1d8037;
        font-size: 15px;
        font-weight: 600;
    }
    .navbar-nav li:last-child .main_menu{
        right: 0;
        left: auto;
    }
    .main_menu li.active a, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        background: #fff;
        color: #000;
    }
}
@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
    100% {
        transform: translateY(0);
        opacity: 1
    }
    0% {
        transform: translateY(1rem);
        opacity: 0
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0
    }
    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn
}
@keyframes sp-header-stuck-slidein {
    from {
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}
.navbar-light .navbar-brand{
    max-width: 200px;
}
.inner_banner{
    padding: 30px 0;
    background: #1D8136;
}
.inner_banner .caption{
    color: #fff;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}
.breadcrumb-list{
    padding: 15px 0;
    background: #f1f1f1;
    text-align: left;
    font-size: 12px;
}
.breadcrumb-list ul li{
    font-weight: 600;
    font-size: 14px;
}
.breadcrumb-list ul li a{
    color: #1D8136;
}
.about-area{
    background: #f1f1f1;
}
.wrapper{
    box-shadow: 0 0 5px rgb(0 0 0 / 51%);
}
.main_image{
    position: relative !important;
    max-width: 100% !important;
}
.client-testimonial-area{
    background: #f1f1f1;
}
.single-blog {
    background: #f1f1f1;
    padding: 15px 15px 30px;
}
@media (min-width: 992px){
    #modal_onload .modal-dialog {
        max-width: 900px;
    }
}
#modal_onload .modal-content{
    border-radius: 0;
    position: relative;
}
button.close{
    padding: 5px;
    background: #f1f1f1;
    border-radius: 50%;
    opacity: 1;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -15px;
    top: -15px;
    border: 3px solid #1d8137;
    color: #e33224;
    z-index: 999;
}
.flyngener-content-div {
    padding: 20px 30px;
}
.flyngener-content-div h3 {
    font-weight: 400;
    font-size: 27px;
    margin-top: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}
 .flyngener-content-div ul{
     padding-left:0px;
}

.flyngener-content-div ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.popup-btn-style {
    background: #4CAF50;
    padding: 8px 0px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
    margin-bottom:16px;
    text-align: center;
}
a.popup-btn-style:hover {
    background: #f35444!important;
    color:white !important;
}
.flyngener-content-div p {
    font-size: 16px;
    font-weight: 500;
    margin-top:20px;
}
.flyngener-content-div ul li i {
    color: green;
    padding-right: 10px;
}
.section-title2 h2::before, .section-title2 h2::after{
    margin: initial;
}
#contact-form input.form-control{
    height: 50px;
}
.adrs-details li {
    display: flex;
    margin-bottom: 20px;
}
.adrs-details li a i {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 45px;
    color: #4CAF50;
    margin-right: 10px;
}
.adrs-details li p{
    margin-bottom: 0;
}
.service_bx{
    border: 0;
    padding: 0;
    background: #f1f1f1;
    padding: 30px 20px;
}
.service_bx i{
    border: 2px solid #4caf50;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    line-height: 75px;
}
.back-end{
    padding: 50px;
    background: #f1f1f1;
}
.required {
    color: #c3293a;
    display: inline-block;
    font-size: 14px;
}
.back-end label{
    font-weight: 600;
}
.slider-area, .nivoSlider {
    height: 475px;
}
.options{
    margin: 0;
    padding: 0;
    list-style: none;
}
.options li{
    display: block;
    padding: 10px;
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
}
.options i {
    color: #4CAF50;
    margin-right: 10px;
}
.web_design_steps{
    padding: 80px 0;
    background: #e0e8e1;
}
.package{
    background: #fff;
    padding: 30px 20px;
    height: 100%;
}
.package .title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.package .title a{
    color: #1e1e1e;
}
.price-box{
    display: flex;
    align-items: center;
}
.package .icon i{
    font-size: 36px;
    margin-left: 10px;
    border: 1px solid #4caf50;
    padding: 10px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    background: #4caf50;
}
.package p{
    line-height: 1.5;
    font-size: 14px;
}
.cont_bx{
    background: #f1f1f1;
    padding: 10px;
    height: 100%;
}
.cont_bx p{
    font-size: 14px;
    line-height: 1.5;
}
.cont_bx h6{
    font-size: 16px;
}

.list_item{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_item li{
    display: block;
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    padding: 5px 0 5px 15px;
    position: relative;
}
.list_item li::before {
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    background: none;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 8px;
    color: #1e1e1e;
}
.table.seohpoint td {
    background-color: #f89406;
    border: none;
    color: #fff;
    font-size: 18px;
    height: 140px;
    text-align: center;
    transition: all .4s ease 0s;
    width: 25%;
    vertical-align: middle;
}
.table.seohpoint td:hover {
    background-color: #fff!important;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #000;
}
.seopricepad .seopriceheading {
    background-color: #4caf50;
    color: #fff;
    font-size: 14px;
    padding: 4px 10px;
    text-align: left;
}
.seopricepad .table tr td i {
    color: #4caf50;
}
.nav-tabs>li {
    float: left;
    margin-bottom: 20px;
}
.seopricepad .nav > li a {
    font-size: 18px;
    font-weight: 600;    
    border-radius: 2px 2px 0 0;
    color: #1e1e1e;
    padding: 10px 20px 11px;
    transition: background-color .2s linear;
    display: block;
    background-color: #f1f1f1;
}
.seopricepad .nav>li.active a {
    background-color: #4caf50;
    color: #fff;
}
.table-bordered td, .table-bordered th{
    text-align: center;
}
.table-bordered td:first-child, .table-bordered th:first-child{
    text-align: left;
}

#accordion, .accordion {
    margin-bottom: 20px;
}
#accordion .card-header, .accordion .card-header {
    padding: 0;
    background: #fff;
    border-radius: 0!important;
    border-bottom: 0;
}
#accordion .card-header .btn-link, .accordion .card-header .btn-link {
    width: 100%;
    text-align: left;
    white-space: normal;
    color: #010101;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 20px;
    text-decoration: none;
}
#accordion .card-header .btn-link i, .accordion .card-header .btn-link i {
    padding-top: 5px;
    float: right;
    padding-left: 10px;
}
.bg_gray{
    background: #f1f1f1;
}
.service-bg {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}
.service-sec h5 {
    font-weight: 600;
    letter-spacing: -.1px;
    margin-bottom: 10px;
    font-size: 18px;
}
.service-sec p {
    font-size: 14px;
    line-height: 1.5;
}
.specialty-single:hover img{
    filter: brightness(0) invert(0);
}
.pricing-plan {
    background-color: #fff;
    border-color: #f4f5f7;
    box-shadow: 1px 2px 6px rgba(0,0,0,.25);
    border-radius: 4px;
    height: 100%;
    padding: 0;
    min-height: 350px;
    text-align: center;
}
.pricing-plan  h3 {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -.4px;
    margin: 0;
    padding: 20px;
    color: #fff;
    background: #f35444;
}
.pricing-detail {
    padding: 15px 25px;
    text-align: left;
}
.pricing-detail ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-detail ul li{
    display: block;
    color: #666;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    padding: 5px 0 5px 20px;
    position: relative;
}
.pricing-detail ul li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "FontAwesome";
    background: none;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 14px;
    color: #4caf50;
}
.title-box {
    background-color: #f35444;
    height: 100%;
    padding: 100px 0;
}
.title-box p {
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.title-box h2 {
    text-align: center;
    color: #fff !important;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.job-card-two {
    margin: 15px 0;
    border: 1px solid #eaeaea;
    padding: 30px;
}
.job-card-two .company-logo {
    background: #ddf1de;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 100px;
    border: 1px dashed #21813e;
    color: #1d8136;
    font-size: 36px;
    font-weight: 800;
}
.job-card-two .job-info {
}
.job-card-two .job-info h3 {
    margin-bottom: 10px;
    font-size: 24px;
}
.job-card-two .job-info h3 a {
    color: #1d8136;
}
.job-card-two .job-info ul {
    padding-left: 0;
}
.job-card-two .job-info ul li {
    display: inline-block;
    font-size: 15px;
    padding-right: 15px;
    color: #2a2a2a;
}
.job-card-two .job-info ul li i {
    top: 0;
    position: relative;
    font-size: 18px;
    margin-right: 7px;
}
.job-card-two .job-info p{
    color: #2a2a2a;
}
.service_bx p{
    font-size: 14px;
    line-height: 1.6;
}
.myform {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0;
    padding: 5px;
/*    max-width: 500px;*/
}
.myform form{
    border: 3px solid #cbcbcb;
    padding: 20px;
    position: relative;
}
.myform:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
}
.tx-tfm {
    text-transform: uppercase;
}
.mybtn {
    border-radius: 4px;
    background: #f35444;
    color: #fff;
    border: 0 !important;
    padding: 10px 30px !important;
    text-align: center;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}
.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.google {
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
    background: none;
}
form .error {
    color: #ff0000;
}
#second {
    display: none;
}
.login{
    background: url(../images/login-bg-min.jpg) #4CAF50;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    overflow: hidden;
}
.login:before{
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
}
.sitemap {
    margin-left: 0;
}
.sitemap .li, .sitemap li {
    overflow: hidden;
    position: relative;
    display: block;
    padding: 5px 0;
}

.sitemap a {
    background: #fff;
    color: #1e1e1e;
    font-size: 14px;
    line-height: 1;
    padding: 0 5px 0 12px;
    position: relative;
    text-decoration: none;
}
.sitemap .li:after, .sitemap li:after {
    /* content: ". . . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "; */
    display: inline-block;
    font-size: .5em;
    line-height: 40px;
    margin: -6px 0 0;
    pointer-events: none;
    position: absolute;
}
.sitemap a:before {
    /* content: "\f105"; */
    display: block;
    line-height: 12px;
    left: 0;
    position: absolute;
    top: 4px;
    font-family: "FontAwesome";
}
.post .entry-header {
    position: relative;
}
.img-fullwidth {
    width: 100%;
}
.post .entry-meta.meta-absolute {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f35444;
    min-width: 70px;
}
.display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}
.display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.display-table-cell ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.display-table-cell ul li{
    font-size: 18px;
    background: none !important;
    padding: 0 !important;
    font-weight: 600;
}
.display-table-cell ul li span{
    font-size: 24px;
}
.post .entry-meta.meta-absolute i {
    display: block;
    font-size: 28px;
}
.border-1px {
    border: 1px dashed #d0d0d0 !important;
}
.btn-theme-colored {
    color: #fff;
    background-color: #009cde;
    border-radius: 0;
    font-size: 14px;
    border: 0;
    border-radius: 10px 10px 0 10px;
}
.entry-content h5 {
    font-size: 21px;
}
.entry-content h5 a{
    color: #1e1e1e;
}
.entry-content p{
    font-size: 15px;
}
.widget {
    margin-bottom: 40px;
}
.widget .widget-title {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}
.line-bottom:after {
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
    border: 1px solid #1d8136;
}
.media-post{
    border: 1px dashed #d0d0d0;
    padding: 5px;
    margin-bottom: 10px;
}
.media-post .post-thumb {
    float: left;
    margin: 0 10px 5px 0;
    width: 118px;
}
.media-post .post-thumb img{
    width: 100%;
}
.media-post .post-right {
    overflow: hidden;
}
.widget .post-title{
    margin-bottom: 5px;
    line-height: 1;
}
.widget .post-title a {
    font-size: 15px;
    color: #09132d;
    font-weight: 600;
}
.widget p{
    font-size: 13px;
    margin-bottom: 5px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    text-align: center;
}
.pagination>li {
    display: inline !important;
    background: none !important;
    padding: 0 !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #4caf50;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination.theme-colored li.active a{
    color: #fff;
    border: 1px solid transparent;
    background: #4caf50;
}
.banner_image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form_div, .form_div_head{
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    margin-bottom: 10px;
}
.form_div label {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.form_div .form-control{
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
    height: 50px;
    color: #000;
}
.form_div .form-control:focus {
    background-color: #fff;
    border-color: #4CAF50;
    outline: 0;
    box-shadow: none;
}
.vendoer_register .required {
    color: red;
    font-size: 18px;
}
.form_div_head{
    border-top: 10px solid #4CAF50;
    padding-top: 40px
}
.cont_bx2, .cont_bx3{
    padding: 15px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0,0,0,.2)
}
.cont_bx2 a{
    font-size: 18px;
}
.cont_bx2 h6 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    min-height: 42px;
}
.cont_bx2 p{
    min-height: 190px;
}
.cont_bx3 h6{
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}
.cont_bx3 img{
    max-width: 50px;
}
.cont_bx3:hover{
    background: #e1e1e1;
}
.our-expertise-in{
    padding: 30px;
}
.our-expertise-in p span{
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}
.timeline {
    padding: 50px 0;
    position: relative;
}
.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}
.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}
.timeline h3, .timeline p {
    padding: 5px 15px 0;
    margin-bottom: 0;
} 
.timeline h3{
    font-weight: lighter;
    color: #000;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}
.timeline p, .timeline time {font-weight: 600;font-size: 18px;}
.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed #4caf50;
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}
.timeline-content {
    border: 2px solid #4caf50;
    position: relative;
    border-radius: 10px 10px;
    padding: 30px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2);
}
.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}
 
.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}
.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid #4caf50;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid #f35444;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.timeline-image {
    position: relative;
    z-index: 100;
}
.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    background-color: #4caf50;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.timeline-image img {
    position: relative;
    z-index: 100;
    margin: auto;
    display: block;
}
.timeline-nodes:nth-child(even) .timeline-content{
    border-color: #f35444;
}
.timeline-nodes:nth-child(even) .timeline-image::before{
    background-color: #f35444;
}
.bg_dark {
    background: #e33224;
}
.quote > .quote-left {
    position: relative;
    left: auto;
    top: auto;
    width: 3rem;
    margin-right: .5rem;
    margin-top: -.25em;
    filter: brightness(0) invert(1);
}
.quote > .quote-right {
    margin-top: -.125em;
    margin-left: .5em;
    transform: scale(-1,-1);
    width: 3rem;
    filter: brightness(0) invert(1);
}
.c-font-22 {
    font-size: 22px;
}
.specialty-single p{
    color: #fff;
}
.bg-action {
    background: url(../images/video-production-bg2.jpg);
    color: #fff !important;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 80px 0;
}
.bg-action p span {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    letter-spacing: -.5px;
    line-height: 48px;
}
.bg-action p {
    font-size: 18px;
}
.bannerpart {
    background: url(../images/video-production-bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}
.effect-phoebe {
    cursor: pointer;
    text-align: center
}
.effect-phoebe {
    background: #6ac none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}
.effect-phoebe img {
    display: block;
    height: auto;
    opacity: 1;
    position: relative;
    transform: scaleY(1);
    transition: all .5s ease-in-out 0s;
    width: 100%
}
.effect-phoebe figcaption, .effect-phoebe figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
.effect-phoebe figcaption {
    backface-visibility: hidden;
    color: #fff;
    background: linear-gradient(#4caf50,#8e8c8c00);
    display: flex;
    justify-content: center;
    align-items: center;
}
.effect-phoebe {
    cursor: pointer;
    border-radius: 4px;
    text-align: center
}
.effect-phoebe p i {
    font-size: 30px;
    color: #fff
}
.effect-phoebe p {
    bottom: 0;
    height: 56px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 112px
}
video {
    position: relative
}

.video-relative {
    position: relative;
    display: inline-block
}

.video-btn {
    height: 47px;
    width: 47px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1
}

.video-link .ripple {
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -55px 0 0 -55px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

.orangebg {
    border: 3px solid #fff
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.video-btn .ripple:nth-child(2) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}
.video-btn .ripple:nth-child(3) {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}
.video h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0 20px;
}
.video-btn i {
    color: #e33224;
    font-size: 18px;
    line-height: 48px;
    text-align: center;
    padding-left: 5px;
}
.service-area{
    background: #e0e8e1;
}
.image-box img{
    width: 100%;
}
.homefaqBlockcontnt  {
    background-color: #f8f8f8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(189, 189, 189, 0.6);
    padding: 15px;
    width: 100%;
    float: left;
}
.homepage_products ul li {
    width: 48%;
    margin: 0 1% 12px;
    border: 1px solid #cbcbcb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px;
    min-height: 102px;
    float: left;
}
.homepage_products ul li span.heading {
    font-size: 16px;
    border: 0;
    line-height: 18px;
    padding: 0 0 2px 0;
    font-weight: 600;
    display: block;;
    width: 100%;
}
.homepage_products ul li span.home_prd_txt{
    font-size: 14px;
}
.homepage_products ul li span.heading a{
    color: #1d8037;
}
.border_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 100px;
}
.homepage_products ul li:hover {
    background-color: #ececec;
    box-shadow: 0 0 5px rgba(189, 189, 189, 0.6);
}
.service-area .service-single{
    padding: 20px 15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.service-area .service-single .srvc-titel h6{
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #444444;
}
.service-area .service-single:hover{
    background: #fff;
    transform: scale(1.05);
}
.service-area .service-single:hover .srvc-titel h6{
    color: #e33224;
    -webkit-animation: moveFromLeftRotate 300ms ease;
    -moz-animation: moveFromLeftRotate 300ms ease;
    -ms-animation: moveFromLeftRotate 300ms ease;
}

@-webkit-keyframes moveFromLeftRotate {
    from {
        -webkit-transform:translateX(-100%) rotate(-90deg);
    }
    to {
        -webkit-transform:translateX(0%) rotate(0deg);
    }
}
@-moz-keyframes moveFromLeftRotate {
    from {
        -moz-transform:translateX(-100%) rotate(-90deg);
    }
    to {
        -moz-transform:translateX(0%) rotate(0deg);
    }
}
@-ms-keyframes moveFromLeftRotate {
    from {
        -ms-transform:translateX(-100%) rotate(-90deg);
    }
    to {
        -ms-transform:translateX(0%) rotate(0deg);
    }
}
@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform:translateY(100%);
    }
    to {
        -webkit-transform:translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform:translateY(100%);
    }
    to {
        -moz-transform:translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform:translateY(100%);
    }
    to {
        -ms-transform:translateY(0%);
    }
}
.latestshot-area .btn_theme{
    max-width: 120px;
}
.homepage_services.service-area{
    background: #E91E63;
}
.homepage_services.service-area .service-single{
    display: block;
    background: #fff;
    border: 0;
}
.homepage_services.service-area .service-single:hover{
    background: #4CAF50;
}
.homepage_services.service-area .service-single:hover .srvc-titel h6, .homepage_services.service-area .service-single:hover p{
    color: #fff;
}

.banner{
    height: 490px;
    overflow: hidden;
}
.banner .carousel, .banner .carousel-inner, .banner .carousel-item{
    overflow: hidden;
    height: 490px;
}
.banner .carousel-inner .container{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 0;
    display: flex;
    height: 100%;
}
.banner .carousel-caption{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 0;
    display: flex;
    height: 100%;
    padding: 0;
}
.banner .jarallax-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .carousel-indicators {
    left: 0;
    right: 0;
    z-index: 1;
    position: relative;
    margin: 0;
}
.banner .carousel-indicators li {
    padding: 0;
    width: 12px;
    height: 12px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 17px 6px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    border: 1px solid #fff;
}
.banner .carousel-indicators li:last-child {
    margin-right: 0;
}
.banner .carousel-indicators .active {
    background-color: #fff;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.banner .carousel-indicators .active:before {
    /* transform: scale(0.5); */
    background-color: #ffffff;
    content: "";
    position: absolute;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.carousel_indicators_div{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}

/*----------------------------------------*/
/*   slider
/*----------------------------------------*/
.pos_description{
    background: rgba(0,0,0,0.5);
    padding: 50px 30px 80px;
    height: 100%;
}
.pos_description .title1 .txt {
    animation: 1000ms linear 0s normal none 1 running fadeInLeft;
    color: #fff;
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.pos_description .title2 .txt {
    animation: 1500ms linear 0s normal none 1 running flipInX;
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    font-size: 52px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.pos_description .title3 .txt {
    display: inline-block;
    font-family: 'Catamaran', sans-serif;
    color: #000;
    font-size: 67px;
    font-weight: 800;
    line-height: 13px;
    margin-bottom: 35px;
    margin-top: 5px;
    padding: 25px 10px 10px;
    margin-top: 5px;
    -moz-animation: flipInX 1500ms linear;
    -o-animation: flipInX 1500ms linear;
    -webkit-animation: flipInX 1500ms linear;
    animation: flipInX 1500ms linear;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.pos_description .title2 .txt b {
    color: #fff;
}
.pos_description .pos-slideshow-readmore a {
    animation: 2000ms linear 0s normal none 1 running flipInX;
    background: #fff;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 25px;
    transition: 0.3s;
    border-radius: 4px;
}
.pos-slideshow-readmore {
    margin-top: 45px;
}
.pos_description .pos-slideshow-readmore a:hover {
    background: #1d8136;
    color: #fff;
}
.brand_logos{
    display: none;
}

@media only screen and (min-width: 992px){
    .navbar ul.navbar-nav>li.mega-dropdown {
        position: static;
    }
    .navbar ul.navbar-nav>li.mega-dropdown .mega-dropdown-menu {
        display: none;
        background: /*url(../images/mobile-bg.jpg) repeat*/ #fff;
        border-radius: 0;
        margin: 0;
        border-color: #e6e6e6;
        padding: 10px 20px 20px;
        width: 100%;
    }
    .navbar ul.navbar-nav>li.mega-dropdown:hover .mega-dropdown-menu {
        display: flex;
    }
    .navbar ul.navbar-nav>li.mega-dropdown>.mega-dropdown-menu>li {
        display: inline-flex;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        padding: 0 15px;
    }
    .navbar ul.navbar-nav>li.mega-dropdown>.mega-dropdown-menu>li:not(:last-child){
        border-right: 1px solid #e6e6e6;
    }
    .navbar ul.navbar-nav>li.mega-dropdown>.mega-dropdown-menu>li:last-child {
        border-right: 0;
    }
    .navbar ul.navbar-nav>li.mega-dropdown>.mega-dropdown-menu>li ul {
        list-style: none;
        padding-left: 0;
        width: 100%;
    }
    .navbar ul.navbar-nav>li.mega-dropdown>.mega-dropdown-menu>li ul li{
        margin: 0 5px;
        display: block;
    }
    .navbar .dropdown-item {
        color: #000;
        font-weight: 400;
    }
    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover, .navbar ul.navbar-nav>li.mega-dropdown>.mega-dropdown-menu>li ul li.active a{
        background: transparent;
        color: #1d8037;
    }
    .mega-dropdown-menu>li>ul>li a{
        padding: 7px 0;
        color: #1d8037;
        font-size: 15px;
        font-weight: 600;
    }    
}
    .mega-dropdown-menu>li>ul>li.submenu-title a {
        color: #1c1b17;
        text-transform: uppercase;
        font-weight: 600;
        padding: 20px 0 5px;
        display: block;
        font-size: 16px;
        border-bottom: 0;
    }
.navbar .container{
    position: relative;
}

.icon-sprite{
    background: url("../images/menu-icon.png");
    background-position: 0px 9px;
    width: 9px;
    margin-right: 10px;
    height: 8px;
    padding: 2px 0 0 22px;
    background-repeat:no-repeat;
}
.icon-sprite.icon-php,.icon-sprite.icon-hphp{
    background-position: 0px -363px;
}
.icon-sprite.icon-laravel,.icon-sprite.icon-hlaravel {
    background-position: 1px -272px;
}
.icon-sprite.icon-ci,.icon-sprite.icon-hci {
    background-position: 0px -92px;
}
.icon-sprite.icon-wordpress,.icon-sprite.icon-hwordpress  {
  background-position: 0px -455px;
}
.icon-sprite.icon-magento,.icon-sprite.icon-hmagento {
    background-position: 0px -306px;
}
.icon-sprite.icon-drupal,.icon-sprite.icon-hdrupal {
    background-position: 0px -115px;
}
.icon-sprite.icon-ec,.icon-sprite.icon-hec {
    background-position: 0px -145px;
}
.icon-sprite.icon-ewordpress,.icon-sprite.icon-hewordpress {
    background-position: 0px -600px;
}
.icon-sprite.icon-shopify,.icon-sprite.icon-hshopify {
    background-position: 0px -534px;
    padding: 4px 12px;
}
.icon-sprite.icon-magento-2 {
    background-position: 0px -307px;
}
.icon-sprite.icon-iphone {
    background-position: 5px -241px;
}
.icon-sprite.icon-android {
    background-position: 4px -53px;
}
.icon-sprite.icon-taxi {
    background-position: 0px -388px;
    padding: 5px 12px;
}
.icon-sprite.icon-seo {
    background-position: 1px -208px;
}
.icon-sprite.icon-instant {
    background-position: 4px -57px;
}
.icon-sprite.icon-socail,.icon-sprite.icon-social {
    background-position: 0px -425px;
    padding: 3px 12px;
}
.icon-sprite.icon-linkedin {
  background-position: 0px -479px;
}
.icon-sprite.icon-airbnb {
  background-position: 0px -532px;
}
.icon-sprite.icon-facebook {
  background-position: 0px -506px;
}
.icon-sprite.icon-dwd {
    background-position: 0px -23px;
}
/*@media only screen and (max-width: 1199px) and (min-width: 992px){
    .nav-click, .nav-click-secound {
        display: inline-block;
        vertical-align: middle;
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 10px;
        background-image: url(../images/arw.png);
        background-repeat: no-repeat;
        background-position: center center;
        margin: auto;
        z-index: 99;
        cursor: pointer;
        background-size: 75%;
    }
}*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
.project_details .image_details{
    position: relative;
    opacity: 1;
    top: 0;
    transform: none;
    padding: 20px;
}
.project_details .image_details h6, .project_details .image_details p strong {
    color: #333;
}
.project_details{
    border-radius: 10px;
    box-shadow: 0 32px 39px rgba(0,0,0,0.11);
    overflow: hidden;
    margin: 10px;
}
.project_details .venobox{
    visibility: inherit;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 5px;
    color: #f35444;
    line-height: 1.5;
    background: transparent;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.project_details h6{
    font-size: 18px;
    min-height: 36px;
}
.project_details .image_details p{
    color: #787878;
}
.custom_tab{
    border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Catamaran', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 25px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    margin: 0 10px;
    border-radius: 25px;
    background: #f35444;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background: #ffffff none repeat scroll 0 0;
    border-color: #ffffff;
    color: #000;
}
.file {
  position: relative;
  font-size: 1.0625rem;
  font-weight: 600;
}
.file__input, .file__value {
}
.file__input--file {
  position: absolute;
  opacity: 0;
}
.file__input--label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
  border: 1px solid #ced4da;
  padding: 0 0 0 10px;
  border-radius: 4px;
}
.file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 0 4px 4px 0;
  background-color: #e9ecef;
  padding: 7px 10px;
  color: black;
  cursor: pointer;
}
.file__value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgb(0 0 0 / 60%);
}
.file__value:hover:after {
  color: white;
}
.file__value:after {
  content: "X";
  cursor: pointer;
}
.file__value:after:hover {
  color: white;
}
.file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
}
.custom-checkbox{
    margin: 10px 10px 0 0;
}
.custom-checkbox .custom-control-label{
    line-height: 1.7;
}
.custom-checkbox .custom-control-label::before{
    border-radius: 0;
}
.custom-control, .custom-control-label{
    cursor: pointer;
}
.custom-control-label::before{
    background: none;
    border-color: #ced4da;
}
.custom-control-label::after{
    background: none;
    border-radius: 50%;
    margin: 1px;
    width: 8px;
    height: 8px;
    left: -21px;
    top: 7px;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #fff;
    background-color: #6a6a6a;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background: #fff;
}
#msform textarea, #address2{
    min-height: 45px;
    resize: none;
}
.card-pink {
    border-radius: 6px;
    border-bottom: 4px solid #e33224 !important;
}
.card-blue {
    border-radius: 6px;
    border-bottom: 4px solid #1d8136 !important;
}

.col .card img {
/*    aspect-ratio: 1 / 1;*/
    object-fit: cover;
}
.card-body {
    padding: 1rem 1.5rem;
}
.card-body p {
    color: #4b5563;
}
.card-blue svg {
    fill: #1d8136;
}
.card-pink svg {
    fill: #e33224;
}
.card-blue .card-footer h6 {
    font-size: 18px !important;
}
.card-pink .card-footer h6 {
    font-size: 18px !important;
}
.card-shape {
    position: relative;
}
.custom-shape-divider-bottom-1634717805 {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1634717805 svg {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
}

.custom-shape-divider-bottom-1634717805 .shape-fill {
    fill: #ffffff;
}
.inner_content ul {
    padding: 0;
    list-style: none;
}
.inner_content ul li {
    color: #848484;
    line-height: 1.7;
    padding: 7px 0 7px 30px;
    position: relative;
}
.inner_content ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    border-color: rgb(227 50 36);
    border-style: solid;
    border-width: 0px 3px 3px 0px;
    margin: 0.1rem 1rem 0.1rem 0.5rem;
    border-radius: 0px;
    background: none;
    position: absolute;
    left: 0;
    top: 8px;
}
.company_name{
    background: #daffdb;
    color: #1d8137 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    line-height: 22px !important;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: right;
    border-radius: 4px;
}
.active_projects{
    background: #daffdb;
    color: #1d8137 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    line-height: 22px !important;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    float: right;
}
.active_projects i{
    color: #1d8136 !important;
}
.expired_projects{
    background: #ffd6d3;
    color: #e33224 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px;
    line-height: 22px !important;
    padding: 2px 10px;
    margin-bottom: 10px;
    display: inline-block;
    border-radius: 4px;
    float: right;
}
.expired_projects i{
    color: #e33224 !important;
}
.project_value{
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e !important;
}
.project_list h6{
    min-height: inherit !important;
}
.project_list .image_details{
    padding: 0 20px;
}
.reviews{
    margin: 0 20px 40px;
}
.reviews .reviews-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 35px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 8px 3px rgb(0 0 0 / 7%);
}
.reviews .reviews-content:before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    border-top: 15px solid #d7d7d7;
    border-left: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.reviews .reviews-content:after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: 0;
    border-top: 15px solid #d7d7d7;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.reviews-content .reviews-icon{
    width: 50px;
    height: 45px;
    background: #298840;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.reviews-content .reviews-icon:before{
    content: "";
    border-bottom: 16px solid #207635;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 0px;
}
.reviews .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.reviews .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #1e1e1e;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.reviews .post{
    display: block;
    font-size: 15px;
    color: #e33224;
    font-weight: 600;
}
.star_reviews i{
    color: #edd000;
}
.star_reviews i.gray{
    color: #999;
}
.sitemap ul{
    border-left: 1px solid #ccc;
}
.sitemap ul li{
    display: inline-block;
}
.sitemap ul li a{
    position: relative;
}
.sitemap ul li a:before{
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    width: 16px;
    height: 1px;
    background: #ccc;
}
.sitemap ul li a{
    border: 1px solid #ccc;
    padding: 8px 20px;
    display: inline-block;
    margin-left: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
}
.sitemap ul ul{
    margin-left: 50px;
}
.sitemap ul li a:hover{
    border-color: #E33224;
    background: #E33224;
    color: #fff;
}
.sticky_image{
    position: sticky;
}
.projects img, .zoom{
    width: 100%;
    transition: 0.5s all;
}
.projects:hover img{
    transform: scale(1.1);
}
.image_box{
    border-radius: 10px;
    overflow: hidden;
}
.projects h6{
    font-size: 18px;
}
.zoom:hover{
    transform: scale(1.05);
}
.bg_red{    
    background: #e33224 !important;
}
.mobile_app_services h6, .mobile_app_services p{
    color: #fff;
}
.mobile_app_services .service-single{
    border: 0;
}
.mobile_app_services .service-single:hover {
    background: transparent;
    transform: scale(1.05);
}
.custom_about_section .specialty-single{
    position: relative;
}
.custom_about_section .specialty-single:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.custom_about_section .specialty-single .icon-titel, .custom_about_section .specialty-single .spe-discribe{
    position: relative;
    z-index: 1;
}
.custom_about_section .specialty-single:hover h6, .custom_about_section .specialty-single:hover p{
    color: #fff;
}
.modal-open .modal, .modal-open{
    padding-right: 0 !important;
}