/*
-------------------------------------
  Theme Name: Business- Html Template
  Theme URL: http://andimpex.com/business/
  Author: Themexbest
  Author URI: https://themeforest.net/user/themexbest/portfolio
  Creation Date: 04/03/2019
  Description: A default stylesheet for Business - HTML Template
  Version: 1.0
  Primary use: Discior, clean, contact form, creative, css3, fullscreen, gallery, html5, minimal, modern, parallax, photography, portfolio, responsive
  Support: anditandimpex@gmail.com;
----------------------------------------
*/


/* [Master Stylesheet]
----------------------------------------
(A) General Style
(B) Typography

1.00  (Home Page 01)
  1.01 Header Area
  1.02 Banner Area
  1.03 Business Area
  1.04 Who We Are Area
  1.05 Portfolio Area
  1.06 We can Area
  1.07 Service Area
  1.08 Testimonial Area
  1.09 Lets Grow Area
  1.10 Partner Area
  1.11 Blog Area
  1.12 Footer Area
  1.13 Copy Right Area
  1.13 Top Arrow Area

2.00 (Home Page 02)
  2.01 Header Area
  2.02 Banner Area
  2.03 Business Area
  2.04 Service Area
  2.05 Problem and Solution Area
  2.06 Portfolio Area
  2.07 Testimonial Area
  2.08 Lets Grow Area
  2.09 Partner Area
  2.10 Blog Area

3.00 Company Page
  3.01 Team Section

4.00 Service Page
  4.01 Business Passion Area

5.00 Blog Grid Page
  5.01 Common Header Area
  5.02 Blog Grid Item Area
  5.03 Blog Grid Pagination Area

6.00 Blog Classic Page
  6.01 Classic Blog Single Area
  6.02 Classic Blog Category Area
  6.03 Classic Blog Post Area
  6.04 Classic Blog Pagination Area

7.00 Blog Single Page
  7.01 > 6.01 Blog Single Area
  7.02 Blog Single Quote Area
  7.03 Blog Single Quote Area
  7.04 Blog Single Quote Area
  7.05 Blog Single Author Area
  7.06 Blog Single Comment Area

8.00 Pricing Page
  8.01 pricing table

9.00 Project Isotope Page
  9.01 Isotope Portfolio Area
  9.02 Isotope Filtering Area
  9.03 Isotope Portfolio Item Area

10.00 Single Service Page
   10.01 Service Contact Area
   10.02 Service Contact Area
   10.03 Service Brocher Area
   10.04 Service OverView Title Area
   10.05 Service OverView List Area
   10.06 Service Video Area
   10.07 Service Pricing Area

11.00 Case Study Page
   11.01 Case Study Area

12.00 Contact Page
   12.01 Map Area
   12.02 Email Submit Area

13.00 Testimonial Page
   13.01 Testimonial Section Area

-------------------------------------------
(A).  General Style
-------------------------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');

html {
    font-size: 100%;
}

body {
    background: #fff none repeat scroll 0 0;
    font-family: 'Rubik', sans-serif;
    color: #8f9bb5;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}


/*
-------------------------------------
(B).  Typography
-------------------------------------
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    padding: 0;
    color: #333b4c;
    margin: 0 0 0px;
    letter-spacing: -0.1px;
}

h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

h3 {
    font-size: 32px;
    font-weight: 600;
}

h4 {
    font-size: 26px;
    font-weight: 500;
}

h5 {
    font-size: 24px;
    font-weight: 400;
    color: #939cb0;
}

h6 {
    font-size: 20px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

a:hover {
    color: #ff5a14;
}

p {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn {
    padding: 0;
}
.btn a {
    text-decoration: none;
    color: #FFF;
}
.btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 45px;
    background: #1d7131;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}
input[type="text"] {
    color: #fff;
}
.btn:hover {
    background: #172842;
    color: #fff;
}


.container .col-lg-12 {
    margin: 0px;
    padding: 0px;
}
/*
-------------------------------------
1.01 Header Area
-------------------------------------
*/

.mobile-logo {
    display: none;
}

.top-area {
    padding-top: 60px;
}
.top-contact span a {
    text-decoration: none;
    display: block;
}

.top-contact-area {
    display: inline-flex;
}

.top-area .top-area-language {
    display: flex;
    float: right;
}
.common-area {
    margin-left: 25%;
}

.navbar-expand-lg .navbar-collapse{
    border-bottom: 1px solid #313448;
}
.top-area .top-contact {
    padding-top: 15px;
    margin-left: 55px;
}

/***************
Search-Bar-Start*/

.search-icon {
    position: relative;
    right: 30px;
}
.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    transition: width 0.5s;
}
.search.active {
    width: 200px;
    transform: translate(-85%,-50%);
    border: 1px solid #fff;
    height: 50px;
    border-radius: 4px;
}
.search input {
    position: absolute;
    top: 0px;
    left: 10px;
    width: calc(100% - 90px);
    height: 50px;
    border: none;
    outline: none;
    padding: 0 10px;
    font-size: 20px;
    background: transparent;
}

.search.active .icon:before {
    position: absolute;
    content: "";
    top: 4px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 0px;
    transition: 0.5s;
    border: none;
    transform: rotate(45deg);
    border-right: 2px solid #fff;
}
.search.active .icon:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    border-radius: 0px;
    transition: 0.5s;
    border: none;
    transform: rotate(-45deg);
    border-right: 2px solid #fff;
}
.icon{
    position: absolute;
    width: 60px;
    height: 60px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.5s;
    border-radius: 4px;
}
.icon::before {
    position: absolute;
    content: "";
    top: 23px;
    left: 22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: 0.5s;
}
.search.active .icon {
    background-color: #1d7131;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 2px;
    right: 1px;
}
.icon::after {
    position: absolute;
    content: "";
    top: 32px;
    left: 40px;
    width: 15px;
    height: 15px;
    background: transparent;
    border-left: 2px solid #fff;
    border-radius: 0;
    transition: 0.5s;
    transform: rotate(-45deg);

}

/*Search-Bar-End*/

.top-area .top-contact a {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #d2ceb5;
    display: inline-flex;
}

.top-area .top-contact .fa {
    color: #1d7131;
    margin-right: 6px;
    margin-top: 3px;
}
.top-area .top-contact .fa-phone {
    transform: rotate(15deg);
    margin-top: 5px;
}
.top-area .lan-text {
    padding-top: 15px;
    display: flex;
}
.top-area .lan-text a:nth-child(1) {
    color: #1d7131;
    margin-right: 20px;
    text-decoration: none;
}
.top-area .lan-text a:nth-child(2) {
    color: #d2ceb5;
    margin-right: 30px;
    text-decoration: none;
}
.menu-search-icon {
    display: inline-flex;
}
.page_search {
    height: 35px;
    border-radius: 30px;
    outline: none;
    padding: 0px 15px;
    width: 170px;
}

.sticky-logo {
    display: none;
}

.mobile-logo {
    display: none;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: -14px;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px 0px #ddd;
}

.sticky.is-sticky .nav-link {
    color: #333b4c !important;
}

.sticky.is-sticky .sticky-logo {
    display: block;
}

.sticky.is-sticky .navbar-collapse {
    border-bottom: 2px solid #fff;
    margin-top: 10px;
}

.sticky.is-sticky .navbar-nav {
    margin-left: 80px;
}
.main-menu .navbar-collapse{
    border-bottom: none !important;
}
.main-menu .nav-link {
    color: #333b4c !important;
    margin-right: -15px;
}

.navbar ul li a {
    color: #e3dec2;
}
.navbar-light .navbar-nav .nav-link {
    color: #e3dec2;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
    color: #1d7131;
}
.arrow{
    position: relative;
}
.arrow:before{
    position: absolute;
    content: "\f078";
    font-family: fontAwesome;
    right: 32px;
    top: 4px;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1d7131;
}
.get-quote {
    margin-left: 130px;
}
.search-icon a i {
    color: #333b4c;
    font-size: 25px;
    margin-top: 15px;
}
.main-menu .btn{
    padding: 12px 20px;
}
header .navbar {
    padding: 30px 0px 10px 0px;
}
.navbar{
    padding: 0px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 55px;
    padding-left: 0rem;
    padding-bottom: 30px;
}

header .menu-search-icon .fa {
    color: #e3dec2;
    margin-right: 5px;
    margin-top: 10px;
    font-size: 20px;
}

.dropdown-menu{
    border: 0px;
}
header .navbar .dropdown-item {
    background: #0E064F;
}



.dropdown-toggle::after {
    display: none;
}


.dropdown-item:hover {
    color: #1d7131;
    text-decoration: none;
    background-color: #7FAEE8;
}

#mySidebar {
    text-align: left;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 25px 8px 25px 80px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #1f1f1f;
}
.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: -45px;
    font-size: 36px;
    margin-right: 50px;
    border-bottom: 0px;
}

.openbtn {
    border-radius: 2px;
    font-size: 25px;
    cursor: pointer;
    color: #e3dec2 !important;
    border: none;
    font-weight: 900 !important;
    line-height: 28px;
    padding: 2px 10px;
    text-align: center;
    display: block;
}

.openbtn:hover {
    color: #1d7131 !important;
    padding: 2px 10px;
    font-size: 25px;
    display: block;
}
.sticky.is-sticky .menu-search-icon .fa{
    color: #333b4c !important;
}
.sticky.is-sticky .openbtn {
    color: #333b4c !important;
    background-color: transparent;
}

#main {
    transition: margin-right .5s;
    margin-top: 0px;
}

.menu-search-icon {
    display: inline-flex;
}
.modal-content .form-control {
    border: none;
    border-radius: 0px;
    height: 50px;
    padding: 6px 30px;
}

/*
-------------------------------------
1.02 Banner Area
-------------------------------------
*/
.banner-area .banner-text {
    padding: 180px 0px 260px 0px;
}

.banner-area-btn {
    padding-top: 50px;
}

.banner-text {
    display: table;
    height: 100%;
    width: 100%;
    text-align: left;
}
.banner-text h1 {
    font-size: 72px;
    line-height: 80px;
    color: #e3dec2;
}
.table-cell {
    display: table-cell;

}
.table-cell h1 {
    padding-right: 30%;
}


.banner-area .banner-text h4 {
    font-family: 'Rubik', sans-serif;
    color: #87929b;
    font-size: 26px;
    font-weight: 400;
}

.banner-area .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid #e3dec2;
}
button:focus{
    outline: 0;
}

.banner-area .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-area .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-area .owl-theme .owl-dot {
    margin-bottom: 80px;
}

.banner-area .owl-theme .owl-nav {
    margin-bottom: 80px;
}

.banner-area .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1d7131;
    border: none;
}

.banner-area .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #1d7131;

}

.banner-area .owl-next span:hover {
    color: #1d7131;
}

.banner-area .owl-prev span:hover {
    color: #1d7131;
}

.banner-area .owl-next span {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #e3dec2;
}

.banner-area .owl-prev span {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #e3dec2;
}

.banner-area .owl-prev span:after {
    position: absolute;
    content: "";
    background: #1d7131;
    height: 2px;
    width: 20px;
    top: 30px;
    left: 16px;
    transform: scale(0);
}

.banner-area .owl-next span:after {
    position: absolute;
    content: "";
    background: #1d7131;
    height: 2px;
    width: 20px;
    top: 30px;
    right: 16px;
    transform: scale(0);
}

.owl-next span:hover:after {
    transform: scale(1);
}

.owl-prev span:hover:after {
    transform: scale(1);
}

header .navbar ul li:last-child:before {
    position: absolute;
    content: "";
    border-bottom: navajowhite;
}
.sticky.is-sticky .navbar-nav {
    margin-top: 20px;
    margin-bottom: 0px;
}
/*
-------------------------------------
1.03 Business Area
-------------------------------------
*/
.what-we-text {
    padding-top: 110px;
}

.what-we-text h5 {
    padding-bottom: 15px;
}

#nosotros {
    padding: 140px 0px 140px 0px;
}

/*#nosotros .container-fluid {
    padding-left: 400px;
}*/

.busn-img {
    position: relative;
    box-shadow: 0 0 10px #f1f1f1;
    margin: 0 30px 0 0;
}

#nosotros img {
    width: 100%;
}

.busn-text .fa {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #354867;
    color: #fff;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.business-area-btn {
    padding-top: 45px;
}
.business-area-btn .btn{
    font-size: 16px;
    font-weight: 500;
    padding: 15px 40px;
    background: #1d7131;
    color: #fff;
    border-radius: 5px;
}
.busn-text {
    position: relative;
    padding: 13px;
}

/*.busn-text:after {
    position: absolute;
    content: "";
    background: #1d7131;
    height: 12px;
    width: 4px;
    top: 10px;
    left: 50%;
}*/

.busn-text .bu-con a {
    color: #1d7131;
}

.busn-text h5 {
    padding: 10px 0px 15px 0px;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.1px;
    color: #1d7131;
}

.bu-angle-icon a {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
}


.busn-img:hover:after {
    opacity: 1;
}

.busn-img:hover .busn-text .fa {
    background: #1d7131;
}
#service .prot-head{
    margin-bottom: 130px;
    position: relative;
}
#service .prot-head:before {
    position: absolute;
    content: "";
    width: 150%;
    height: 1px;
    background-color: #293b55;
    bottom: -50px;
    right: -26%;
}
#service01 {
    padding-top: 140px;
    padding-bottom: 150px;
    color: #FFF;
}
#service01 .prot-head{
    margin-bottom: 130px;
    position: relative;
}

#service01 .prot-head:before {
    position: absolute;
    content: "";
    width: 150%;
    height: 1px;
    background-color: #eaedf1;
    bottom: -50px;
    right: -25%;
}
.prot-head h6 {
    color: #737f9a;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
}
#testimonial .prot-head h6 {
    color: #737f9a;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
}
#testimonial .prot-head {
    padding-bottom: 0px;
    padding-top: 50px;
}
.prot-head h3 {
    margin-bottom: 15px;
}
.prot-head p {
    color: #737f9a;
    padding: 10px 40px 20px 40px;
}
/*
-------------------------------------
1.04 Who We Are Area
-------------------------------------
*/

.h1-who-we-are .about-text h6{
    color: #909bab;
}
.h1-who-we-are{
    padding: 140px 0px 140px 0px;
    background-color: #172842;
}

.h1-who-we-are .about-text h3 {
    padding: 0px 254px 50px 0px;
    color: #e3dec2;
}
.h1-who-we-are .mission h6 {
    margin-bottom: 25px;
}
.h1-who-we-are .goal h6 {
    margin-bottom: 25px;
}
.h1-who-we-are .mission a{
    color: #e3dec2;
    text-decoration: none;
}
.h1-who-we-are .goal a{
    color: #e3dec2;
    text-decoration: none;
}
/*
-------------------------------------
1.05 Portfolio Area
-------------------------------------
*/


.grid{
    width: 100%;
    display: grid;
    grid-gap: 10px;
    height: auto;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: minmax(280px, auto);
    margin-bottom: 50px;
}

.home_01_portfolio .banner-area-btn {
    margin-bottom: 125px;
}
.home-blog {
    margin-top: 45px;
}
.grid-item{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.grid-content{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #1d7131;
    opacity: 0;
	transition: .4s all;
}
.grid-item:hover .grid-content{
    opacity: .9;
}
.grid-item__three {
    grid-column: 2/3;
    grid-row: 1/3;
}
.grid-item__three-content{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #1d7131;
    opacity: 0;
	transition: .4s all;
}
.grid-item:hover .grid-item__three-content{
    opacity: .9;
}
.grid-item__three-content a {
    display: inline-block;
    margin-top: 115%;
    margin-left: 15px;
    padding: 15px 20px;
    background: #FFF;
    font-size: 30px;
    border-radius: 5px;
    color: #333b4c;
}
.grid-item__three-content a:hover{
    color: #1d7131;
}
.grid-item__three-content h4 {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 25px;
    color: #FFF;
}
.grid-item__three-content p {
    margin-left: 15px;
    color: #FFF;
}
.grid-content a {
    display: inline-block;
    margin-top: 30%;
    margin-left: 15px;
    padding: 15px 20px;
    background: #FFF;
    font-size: 30px;
    border-radius: 5px;
    color: #333b4c;
}
.grid-content a:hover{
    color: #1d7131;
}

.grid-content h4 {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 25px;
    color: #FFF;
}
.grid-content p {
    margin-left: 15px;
    color: #FFF;
}

/*
-------------------------------------
1.06 We can Area
-------------------------------------
*/
#we-can {
    background: url(../images/banner/banner-2.jpg)no-repeat;
    background-size: cover;
    background-position: center;

}

.we-can-total-text {
    padding: 120px 0px 140px 0px;
}

.popup-youtube .youtube-click {
    position: absolute;
    outline: none;
    width: 100px;
    height: 100px;
    left: -250px;
    top: 45px;
}

.section-video .popup-youtube .youtube-click {
    position: absolute;
    outline: none;
    width: 100px;
    height: 100px;
    top: -20px;
    left: 0px;
}

.we-can-counter {
    padding-top: 80px;
    display: flex;
}

.we-can-text h2 {
    color: #e3dec2;
    padding-bottom: 30px;
}

.we-can-text {
    padding: 0px 65px 0px 0px;
}
.we-can-text h3 {
    color: #e3dec2;
    margin-bottom: 40px;
    padding: 0px 29px 0px 0px;
}
.count-img {
    display: block;
}
.count-it-text{
    padding-left: 10%;
    display: inline-block;
}
.count-middle {
    margin: 0px 30px 0px 30px;
}

.count-it-text span {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    color: #e3dec2;
}


/*
-------------------------------------
1.07 Service Area
-------------------------------------
*/
#service {
    padding-top: 140px;
    padding-bottom: 150px;
    color: #FFF;
}

.service-item {
    display: inline-flex;
    margin-bottom: 80px;
}
.service-heading{
    position: relative;
}
.service-heading h3{
    color: #FFF;
}

.ser-text h6 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #333b4c;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
}

.ser-text {
    margin-left: 30px;
}
.ser-text p {
    color: #737f9a;
}
.ser-text a {
    text-decoration: none;
}
.stxt-cl h6{
    color:#FFF;
}
.service-part-two {
    padding-top: 80px;
}

/*
-------------------------------------
1.08 Testimonial Area
-------------------------------------
*/
#testimonial {
    background-color: #eff5f8;
    background-size: cover;
    background-position: center;
    padding-top: 95px;
    padding-bottom: 85px;
}

#testimonial button:focus{
    outline: none;
}

.test-text-area {
    background: #172842;
    padding: 40px 40px 50px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 28px 26px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 28px 26px -13px rgba(0,0,0,0.75);
    box-shadow: none;
}

.test-text-area img {
    width: 10%;
}

.test-text-area p {
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #e3dec2;
    line-height: 26px;
}

.test-text-area h4 {
    position: relative;
    margin: 35px 0 0;
    color: #fff;
}

.test-text-area h4:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 20px;
    background: #1d7131;
    top: -10px;
    left: 50%;
}

.quote-img {
    position: relative;
    left: 50%;
    top: 72px;
    width: 70%;
}
.testimonial-sec .quote-img {
    position: relative;
    left: 79%;
    top: 36px;
    width: 12%;
}
#testimonial .owl-carousel .owl-item img {
    display: inherit;
    width: 20%;
}

#testimonial .owl-theme .owl-nav {
    display: none;
}

#testimonial .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1d7131;
    border: none;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 50px 7px;

}

#testimonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #172842;
}
.testimonial-slider{

}

.testimonial-img-slider .owl-next i {
    position: absolute;
    content: "";
    right: -10%;
    bottom: 57%;
    color: #172842;
    font-size: 50px;
}
.testimonial-img-slider .owl-prev i {
    position: absolute;
    content: "";
    left: -10%;
    bottom: 57%;
    color: #172842;
    font-size: 50px;
}
/*
-------------------------------------
1.09 Lets Grow Area
-------------------------------------
*/
#lets-grow {
    padding: 125px 0px;
}

.lets-area-btn .btn {
    margin-top: 95px;
    padding: 0;
}

.lets-grow-text h3 {
    margin: 0 0 30px;
    padding: 0px 150px 0px 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.lets-grow-text p {
    padding: 0px 120px 0px 0px;
}
/*

-------------------------------------
1.10 Partner Area
-------------------------------------
*/
#partner {
    background: url(../images/banner/banner-3.jpg)no-repeat;
    background-size: cover;
    background-position: center;

}
.partner-slider {
    padding: 15px 0px;
}

.partner-img {
    display: inline-flex;
}

#partner .owl-theme .owl-nav {
    display: none;
}
#partner .owl-theme .owl-dots {
    display: none;
}

#partner .owl-carousel .owl-item img {
    width: 100%;
    display: inline-block;
}

#partner .item {
    margin-top: 60px;
}

#partner .owl-item{
    top: -13px;
}

.count-item {
    width: 33.33%;
}
#service {
    padding-top: 125px;
    padding-bottom: 125px;
}
.banner-area-btn {
    padding-top: 40px;
}

/*
-------------------------------------
1.11 Blog Area
-------------------------------------
*/
#blog {
    padding: 125px 0px;
}
.blog-head {
    padding-bottom: 70px;
}

.blog-msg img {
    width: 5%;
}

.blog-text span {
    display: inline-block;
    margin-top: 20px;
    color: #1d7131;
    font-weight: 500;
}

.blog-text h5 {
    display: inline-block;
    margin-top: 15px;
    color: #333b4c;
    font-size: 22px;
    font-weight: 600;
}

.blog-date-msg a {
    color: #9da5b6;
    text-decoration: none;
}
.blog-date-msg .fa {
    margin-right: 5px;
}

.blog-date-msg small {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.blog-date-msg {
    padding-top: 30px;
}

/*
-------------------------------------
1.12 Footer Area
-------------------------------------
*/

.footer {
    background: #f2f2f2;
    padding-top: 140px;
    padding-bottom: 140px;
}

.footer a {
    color: #9fa1a6;
}
.footer a:hover{
    color: #1d7131;
}
.footer p {
    color: #9fa1a6;
}

.sign-up p {
    margin-bottom: 30px;
}

.sign-up .form-control {
    border-radius: 0;
}

.footer ul li {
    margin-bottom: 20px;
}

.footer h5 {
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: -0.1px;
    font-size: 20px;
    color: #333b4c;
}
.sign-up-form .form-control {
    border: none;
    height: 45px;
}
.sign-up-form .btn {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight:500;
    padding: 6px 20px;
    background: #1d7131;
    color: #fff;
    border-radius: 0px;
}
.sign-up-form .input-group-text {
    border: none;
}

.sign-up-form .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}
/*
-------------------------------------
1.13 Copy Right Area
-------------------------------------
*/

.copyright {
    padding: 50px 0px;
}

.copy-right-logo img {
    width: 100%;
}
.copyright p {
    color: #42454f;
    padding-top: 15px;
}
.terms-policy ul li {
    float: right;
    margin-left: 15px;
}

.terms-policy ul li a {
    color: #42454f;
    display: block;
    padding-top: 15px;
}
.terms-policy ul li a:hover {
    color: #1d7131;
}

/*
--------------------
1.13 Top Arrow Area
--------------------
*/

#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #172842;
    display: none;
    z-index: 10;
}
#scroll .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -10px;
    transform: rotate(-45deg);
    font-size: 25px;
    color: #1d7131;
}

/*
------------------
2.01 Header Area
------------------
*/

.navbar-nav {
    margin-top: 4px;
}
.navbar-brand {
    padding-bottom: 1.3125rem;
}
span.current {
    font-size: 16px;
    color: #d8e0f3;
}
.nice-select{
    background-color: transparent;
    border: 0px;
    margin-top: -6px;
    color: #FFF;
}
.nice-select:after {
    border-bottom: 2px solid #a74223;
    border-right: 2px solid #a74223;
    content: '';
    margin-top: -10px;
    height: 10px;
    width: 10px;
}
.nice-select .list{
    background-color: #161e30;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #161e30;
}
.banner-bg {
    background: url(../images/slide-top.jpg)no-repeat;
    background-size: cover;
    background-position: top;
    height: 100vh;
}
.main-menu .navbar-light .navbar-nav .nav-link{
    transition: .4s all;
}
.main-menu .navbar-light .navbar-nav .nav-link:hover {
    color: #1d7131 !important;
}
.header-top {
    height: 60px;
    background-color: #161e30;
}
.web-address {
    margin-top: 15px;
}
.about-text h3 {
    padding: 0px 210px 40px 0px;
}
.web-address a {
    color: #d8e0f3;
    text-decoration: none;
    margin-right: 40px;
}
.web-address a i{
    margin-right: 10px;
}
.multi-lng{
    margin-top: 15px;
}
.multi-lng a {
    color: #d8e0f3;
    text-decoration: none;
    margin-left: 40px;
}
.multi-lng a i{
    margin-right: 10px;
}

header .navbar ul li a {
    color: #333b4c;
}
header .navbar .dropdown-item {
    background: #FFF;
}
.main-menu-right {
    margin-top: 25px;
}

.search-icon-lb{
    border-left: 1px solid #ddd;
}

/*
------------------
2.02 Banner Area
------------------
*/

.bg-img {
    background-image: url(../images/banner/homepage-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
	padding: 270px 0px;
}
.bg-img:before{
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #070a1b;
    opacity: .6;
}

.h2-banner-slider .owl-next i {
    position: absolute;
    content: "";
    right: -30%;
    bottom: 50%;
    color: #FFF;
    font-size: 35px;
}
.h2-banner-slider .owl-prev i{
    position: absolute;
    content: "";
    left: -30%;
    bottom: 50%;
    color: #FFF;
    font-size: 35px;
}
.slider-section .owl-stage-outer {
    padding-bottom: 80px;
}

.bg-img .banner-text h1{
    font-size: 72px;
    line-height: 80px;
    font-weight: 600;
    color: #FFF;
}

.banner-text h4 {
    font-size: 26px;
    color: #FFF;
}
/*
---------------------
2.03 Business Area
---------------------
*/
.business-img-gallery {
    margin-top: -19%;
}
.h2-who-we-are {
    margin: 120px 0px 125px 0px;
}
.who-we-img img {
    width: 100%;
}
.business-single-img {
    width: 100%;
}
.business-single-img  img {
    width: 100%;
    position: relative;
    transform: scale(1);
    transition: .3s ease-in-out;
}
.business-single-img:hover img{
    -webkit-transform: scale(1.3);
    transform: scale(1.05);
}
.business-single-img-text {
    position: absolute;
    content: "";
    bottom: 45px;
	width:87%;
    color: #FFF;
    text-align: center;
}
.business-single-img-text h2 {
    font-size: 26px;
    color: #fff;
}
.business-single-img-text a {
    text-decoration: none;
}

/*
-------------------
2.04 Service Area
-------------------
*/

.service-bg{
    background-color: #172842;
}
.service-bg .service-heading{
    margin-bottom: 125px;
    position: relative;
}
.service-bg .service-heading:before {
    position: absolute;
    content: "";
    bottom: -50px;
    width: 100%;
    background-color: #293b55;
    height: 1px;
}
.service-bg .service-heading h6 {
    color: #1d7131;
    margin: 0px;
}

.service-bg .service-heading h3 {
    padding: 0px;
}
.mis-go-area {
    margin-top: 65px;
    display: flex;
}
.mission {
    margin-right: 10px;
}
.content-area .mission h6{
    margin-top: 30px;
    margin-bottom: 25px;
}
.content-area .mission a{
    text-decoration: none;
    font-weight: 700;
}
.content-area .goal h6{
    margin-top: 23px;
    margin-bottom: 25px;
}
.content-area .goal a{
    text-decoration: none;
    font-weight: 700;
}
.content-area {
    padding-top: 85px;
    margin-left: 6%;
}
.about-text h6 {
    font-size: 24px;
    color: #bfc5cf;
    margin-bottom: 15px;
}
.content-area .about-text h2 {
    padding: 0px 239px 40px 0px;
    font-weight: 700;
    color: #e3dec2;
}
.about-text p {
    font-size: 16px;
    line-height: 24px;
}

/*
-------------------------------------
2.05 Problem and Solution Area
-------------------------------------
*/
.end-solution-section .prot-head{
    margin-bottom: 65px;
}
.end-solution-section .prot-head h6 {
    color: #737f9a;
    margin: 0px;
}
.end-solution-section .prot-head h3 {
    padding: 0px 0px 0px;
}
.carousel-control-prev span {
    display: block;
    position: relative;
    top: -20%;
    left: -150%;
    color: #111;
    font-size: 30px;
}
.carousel-control-next span {
    display: block;
    position: relative;
    top: -20%;
    right: -150%;
    color: #111;
    font-size: 30px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #f75618;
}
.problem-solution-section {
    overflow: hidden;
    margin-top: 140px;
}
.end-solution-section {
    padding-bottom: 70px;
    border-bottom: 1px solid #e8e8e8;
}
.carousel-caption {
    text-align: left;
    background: #FFF;
    padding: 60px 70px;
    position: relative;
    width: 65%;
    margin-left: -45px;
    margin-top: -152px;
    box-shadow: -2px -1px 14px -3px #ddd;
}
.carousel-caption span {
    color: #1d7131;
    font-size: 18px;
    font-weight: 600;
}
.carousel-caption h5 {
    font-size: 36px;
    padding: 20px 0px 40px 0px;
    margin: 0px;
    color: #333b4c;
    font-weight: 700;
}
.carousel-caption a{
    text-decoration: none;
}
.carousel-caption p{
    color: #7a8190;
}
.carousel-caption .prot-area-btn {
    padding-top: 50px;
}
.problem-solution-section {
    overflow: hidden;
    margin-top: 125px;
}

.home2-testimonial .owl-next i {
    position: absolute;
    content: "";
    right: -10%;
    bottom: 75%;
    color: #172842;
    font-size: 35px;
}
.home2-testimonial .owl-prev i{
    position: absolute;
    content: "";
    left: -10%;
    bottom: 75%;
    color: #172842;
    font-size: 35px;
}

/*
----------------------
2.06 Portfolio Area
Same as Home page 01
----------------------
*/


/*
----------------------
2.07 Testimonial Area
----------------------
*/
.testimonial-section .prot-head h6 {
    color: #737f9a;
    margin: 0px;
}
.testimonial-section {
    background-color: #f0f6f9;
    padding: 125px 0px;
}
.testimonial-section img{
    width: 30% !important;
}
.testimonial-section .prot-head {
    padding-bottom: 80px;
}
.testimonial-section  .prot-head h3 {
    margin-bottom: 15px;
    font-size: 40px;
}
.single-item {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
}
.avator-img {
    width: 100%;
}
.avator-img img {
    width: 18% !important;
    margin: 0 auto;
}
.avator_content {
    position: relative;
    margin-top: 50px;
}
.quote_img {
    position: absolute;
    content: "";
    left: 44%;
    z-index: -1;
    width: 40%;
    top: -15px;
}
.avator-text p {
    padding: 0px 50px;
    font-size: 20px;
    color: #333b4c;
    margin-bottom: 70px;
    line-height: 30px;
}
.avator-title h3 {
    position: relative;
    font-weight: 400;
    font-size: 28px;
    color: #333b4c;
}
.avator-title h3:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #1d7131;
    top: -30px;
    left: 50%;
}

.testimonial-slider{
    position: relative;
}

.testimonial-slider .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #1d2e47;
}
.testimonial-slider .owl-dots:focus{
    outline: none;
}

.home2-testimonial .owl-dots{
    display: none;
}

.testimonial-section .owl-theme .owl-nav {
    margin-top: -45px;
}

.testimonial-section .owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background-color: #FFF;
    border: 1px solid #111;
    border-radius: 50%;
    display: block;
    position: relative;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span{
    background-color: #1d7131;
    border: none;
    display: block;
    position: relative;
}

/*
-------------------------------------
2.08 Lets Grow Area
-------------------------------------
*/
#lets-grow h6 {
    color: #737f9a;
    font-weight: 400;
    padding-bottom: 10px;
    font-family: 'Rubik', sans-serif;
    font-size: 25px;
}
.home02{
    margin-top: 80px;
}
/*
-------------------------------------
 2.10 Blog Area
-------------------------------------
*/
.blog-head h6 {
    color: #737f9a;
    font-size: 25px;
    padding: 0px;
}
.blog-img img {
    width: 100%;
}

/*
-----------------------------
3.01 Team Section
-----------------------------
*/

.team-section {
    margin-top: 125px;
}
.team-section .sec-title h4 {
    font-size: 24px;
    color: #7a8190;
}
.team-section .sec-title h2 {
    font-size: 42px;
    color: #333b4c;
}
.team-section .sec-title {
    margin-bottom: 65px;
}

.team-section .simg-title h3 {
    margin: 0px;
    font-size: 24px;
    color: #333b4c;
}
.team-section .simg-title p{
    font-size: 16px;
    padding-top: 15px;
    color: #7a8190;
}
.team-section .simg-title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.team-area-btn {
    margin: 80px 0px 0px 0px;
}
.single-img{
    overflow: hidden;
    position: relative;
    transition: .4s all;
}
.single-img:before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: linear-gradient(0deg, rgba(23,40,66,1) 0%, rgba(97,115,139,1) 55%, rgba(224,229,234,1) 100%);
    z-index: 2;
    opacity: .8;
    display: none;
    transition: .4s all;

}
.single-img:hover.single-img:before{
    display: block;
    transition: .4s all;
}
.single-img img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: .4s all;
}
.single-img .profile-link {
    position: absolute;
    bottom: 45%;
    left: 40%;
    z-index: 3;
    transition: .4s all;
}
.profile-link{
    display: none;
    transition: .4s all;
}
.single-img:hover .profile-link{
    display: block;
}
.single-img .profile-link a {
    font-size: 30px;
    width: 80px;
    height: 80px;
    background-color: #1d7131;
    display: block;
    border-radius: 50%;
    line-height: 2.6;
    padding-left: 26px;
    opacity: .9;
    transition: .4s all;
}
.single-img .profile-link a i{
    color: #FFF;
}

.single-img .social-link {
    position: absolute;
    bottom: 20%;
    left: 35%;
    z-index: 3;
}
.single-img .social-link{
    display: none;
}

.single-img:hover .social-link{
    display: block;
}
.single-img .social-link ul{}
.single-img .social-link ul li {
    display: inline-block;
    padding: 0px 10px;
}
.single-img .social-link ul li a{
    font-size: 30px;
}
.single-img .social-link ul li a i{
    color: #FFF;
}

/*
..........................
4.01 Business Passion Area
..........................
*/


.business-passion {
    margin-top: 125px;
    margin-bottom: 100px;
}
.business-content .busn-img {
    box-shadow: 0 0 10px #f1f1f1;
    margin: 0px 0px 40px 0px;
}
.busn-img img{
    width: 100%;
    height: auto;
}


/*
..........................
5.01 Common Header Area
..........................
*/

.common-banner-bg{
    background: url(../images/banner/common-banner.jpg)no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
}
.common-banner-bg::before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #070a1b;
    content: "";
    opacity: 0.7;
}
.page-title h1 {
    font-size: 72px;
    color: #e3dec2;
    padding-top: 60px;
    padding-bottom: 25px;
}

.page-path li {
    display: inline-block;
    margin-bottom: 100px;
}

.page-path li a {
    text-decoration: none;
    display: block;
    color: #87929b;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}
.page-path li a.active{
    color: #1d7131;
}
.page-path li a i {
    color: #1d7131;
    font-size: 16px;
}

/*
..........................
5.02 Blog Item Area
..........................
*/
.section-padding{
    padding-top: 100px;
    padding-bottom: 50px;
}
.blog-items ul{
    list-style: none;
}
.card {
    border: 0px;
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.card-body {
    padding: 0px;
}
.card-body h5 {
    font-size: 16px;
    font-weight: normal;
    color: #ff7238;
    padding-top: 25px;
}
.card-text {
    font-size: 18px;
    color: #333b4c;
}
.date {
    padding-top: 50px;
}
.mgs {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.mgs a {
    text-decoration: none;
    color: #737f9a;
    font-size: 18px;
}
/*
..........................
5.03 Blog Pagination Area
..........................
*/
.pagination {
    margin-top: 100px;
    margin-bottom: 125px;
}
.page-link {
    border: 0px;
    color: #b4b6b8;
}
.page-link:hover.page-hover {
    display: block;
    border-radius: 50%;
    background-color: #1d7131;
    color: #FFF !important;
}

/*
..........................
6.01 Blog Single Area
..........................
*/

.classic-blog-page {
    margin-top: 100px;
}
.single-blog-post {
    width: 100%;
    height: 410;
    position: relative;
}
.single-blog-post .blog-post-img {
    width: 100%;
    height: auto;
}
.single-blog-post .blog-post-img img{
    width: 100%;
    height: 100%;
}
.single-blog-post a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
    background-color: #1d7131;
    padding: 20px 20px;
    color: #FFF;
    text-decoration: none;
    transition: all 0.4s ease;
}
.single-blog-post a:hover{
    background-color: #172842;
}
.single-blog-title a {
    text-decoration: none;
}
.single-blog-title h2 {
    font-size: 30px;
    padding: 25px 0px 0px 0px;
    color: #333b4c;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}
.single-blog-title ul li {
    display: inline-block;
    margin-right: 20px;
}
.single-blog-title ul li a {
    text-decoration: none;
    font-size: 16px;
    display: block;
    color: #4f535b;
    margin-bottom: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
.single-blog-title ul li a i{
    margin-right: 10px;
}
.read-more-btn {
    width: 160px;
    padding: 45px 0px 65px 0px;
}
/*
..........................
6.02 Blog Category Area
..........................
*/
.catg-search .form-control {
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    padding: 6px 115px 6px 12px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: #eeeff0;
    border: 1px solid #eeeff0;
}
.catagories span{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}
.catg-search .fa {
    position: absolute;
    top: 13px;
    right: 17px;
    cursor: pointer;
    z-index: 10;
    color: #8c8d8f;
}
.catagories {
    padding-top: 60px;
}
.catagories h5 {
    position: relative;
    font-weight: 600;
    color: #4f535b;
    margin-bottom: 40px;
    font-family: 'Poppins', sans-serif;
}
.catagories h5:after {
    position: absolute;
    content: "";
    background: #2c303a;
    height: 2px;
    width: 40px;
    top: 35px;
    left: 0;
}
.catagories .catg-img img {
    width: 100% !important;
    margin-bottom: 0px !important;
}
.catg-item {
    padding-top: 20px;
}
.catg-item a {
    color: #4f535b !important;
    font-size: 16px;
    display: block;
    line-height: 2;
    margin-right: 15px;
    width: 100%;
    text-decoration: none;
    font-weight: 700;
}
.catg-item:hover i{
    color: #1d7131 !important;
}
.catg-item:hover a {
    color: #1d7131 !important;
}
.catg-item:hover span{
    color: #1d7131 !important;
}
.catg-icon i {
    margin-right: 5px;
}
.catg-item p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-left: 4px;
    margin-right: 5px;
    transition: 0.3s ease;
    margin-top: -5px;
}

/*
..........................
6.03 Blog Post Area
..........................
*/

.post-area {
    padding-top: 30px;
}

.po-head h5 {
    position: relative;
    margin: 40px 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #4f535b;
}
.post-text a {
    text-decoration: none;
}
.po-head h5:after {
    position: absolute;
    content: "";
    background: #2c303a;
    height: 2px;
    width: 40px;
    top: 35px;
    left: 0;
}

.post-item {
    display: inline-flex;
    padding-top: 30px;
}


.post-text h6 {
    font-size: 16px;
    line-height: 21px;
    color: #4f535b;
    transition: .3s ease;
    margin: 0px 0px;
}
.post-text a:hover{
    color: #2ca6ef;
}
.post-text {
    margin-left: 20px;
}
.post-item p {
    font-size: 14px;
    color: #a8acb7;
}
.p-post-2 {
    margin-top: 10px;
}

.sily-area hr {
    margin-top: 0px;
    margin-bottom: 0px;

}
.popular-tag h5 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #4f535b;
    margin: 40px 0px;
}
.popular-tag h5:before{
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background-color: #2c303a;
    bottom: -10px;
}
.popular-tag {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #4f535b;
    padding-bottom: 30px;
    margin-top: 40px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.tags-cloud a {
    font-family: 'Nunito', sans-serif;
    padding: 5px 10px;
    background: #edeeef;
    margin-bottom: 20px;
    text-decoration: none;
    color: #949aa7;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    transition: 0.3s ease;
}
.tags-cloud a:hover {
    background: #1d7131;
    color: #fff;
}

.insta-sec h5 {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #4f535b;
    margin: 40px 0px;
}
.insta-sec h5:before {
    position: absolute;
    content: "";
    width: 20%;
    height: 2px;
    background-color: #2c303a;
    bottom: -10px;
}
.post-img-sec a {
    margin: 0px 5px 5px 0px;
    display: block;
    width: 100%;
    text-decoration: none;
}
.post-img-sec a img{
    width: 100%;
}

/*
---------------------------
6.04 Blog Pagination Area
---------------------------
*/

.pagination.cl-page{
    margin-top: 0px;
    margin-bottom: 125px;
}
ul.pagination .page-item .page-link {
    color: #4f535b;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #1d7131;
    border-radius: 50%;
    background-color: #1d7131;
}


/*
-----------------------------
7.01 > 6.01 Blog Single Area
-----------------------------
*/


/*
-----------------------------
7.02 Blog Single Quote Area
-----------------------------
*/

.quote {
    padding: 35px 45px;
    background-color: #f0f8f6;
    margin: 30px 0px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

/*
-----------------------------
7.03 Blog Single Quote Area
-----------------------------
*/
.blog-description {
    margin: 20px 0px;
}

/*
-----------------------------
7.04 Blog Single Quote Area
-----------------------------
*/

.single-blog-title-area a{
    text-decoration: none;
}
.single-blog-title-area {
    margin-bottom: 45px;
}

.single-post-share {
    width: 100%;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
}
.single-blog-title-area h2 {
    font-size: 20px;
    color: #4f535b;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
}
.single-post-share {
    width: 100%;
    margin-bottom: 70px;
}
.single-left-content {
    width: 50%;
    float: left;
}
.single-left-content a {
    color: #4f535b;
    text-decoration: none;
}
.single-right-content a {
    text-decoration: none;
}
.single-left-content a:hover{
    color: #1d7131;
}
.single-left-content i {
    margin-right: 10px;
}

.single-right-content {
    width: 40%;
    float: right;
    margin-right: 25px;
}
.single-right-content a {
    color: #4f535b;
}
.single-right-content a:hover{
    color: #1d7131;
}
i.fa.fa-share-alt {
    padding: 0px 10px;
}

/*
-----------------------------
7.05 Blog Single Author Area
-----------------------------
*/

.author {
    width: 100%;
    overflow: hidden;
    clear: both;
    border-bottom: 1px solid #ebedf3;
    border-top: 1px solid #ebedf3;
    padding: 40px 0px;
}
.author-img {
    text-align: center;
    float: left;
}
.author-img img {
    margin-top: 10px;
}
.title h4 {
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
}
.author-info {
    float: right;
}
.author-info p {
    margin-bottom: 15px;
}
.author-social-icon ul li {
    display: inline-block;
    margin-right: 15px;
}
.author-social-icon ul li a {
    font-size: 18px;
    font-weight: 700;
    display: block;
    text-decoration: none;
}

/*
-----------------------------
7.06 Blog Single Comment Area
-----------------------------
*/

.leave-a-comment {
    margin: 70px 0px;
}
.blog-f-head {
    margin: 0px 0px 40px;
}
.blog-f-head h4 {
    font-size: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
}

.single-blog-form .form-control {
    background-color: #e9ecee;
    border-radius: 0px;
    height: 50px;
    border: none;
}

.form-control:focus {
    outline: none;
    box-shadow:none !important;;
    border-color: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0px;
}
.form-control:focus .input-group-append i{

}
.blog-text-area .form-control {
    background-color: #e9ecee;
    height: 175px;
    border-radius: 0px;
}
a.comment-btn {
    display: inline-block;
    text-decoration: none;
    margin: 40px 0px;
    padding: 15px 20px;
    background-color: #1d7131;
    color: #FFF;
    border-radius: 5px;
}

/*
-----------------------------
8.01 pricing table
-----------------------------
*/

.nav-tabs {
    border-bottom: 0px;
    margin: 0 auto;
    margin-top: 40px;
}

.nav-tabs .nav-link {
    border: 0px;
}
.nav-tabs .nav-link{
    background-color: #333b4c;
    color: #1d7131;
    padding: 10px 30px;
    border-radius: 5px;
    margin-right: 10px;
}
.nav-tabs .nav-link.active {
    background-color: #1d7131;
    border-radius: 5px;
    color: #FFF !important;
}
.single-pricing-plan h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333b4c;
    padding: 15px 0px;
}
.single-pricing-plan h2 {
    font-size: 22px;
    background-color: #1d7131;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 4;
    margin: 0 auto;
    margin-bottom: 40px;
}
.single-pricing-plan h2 small:first-child {
    position: relative;
    top: -7px;
    font-size: 16px;
    left: 0;
}
.single-pricing-plan h2 small {
    position: relative;
    bottom: 0px;
    font-size: 16px;
}
.single-pricing-plan.text-center {
    padding: 0px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.card-footer {
    background-color: transparent;
    border-top: 0px;
    padding: 0px;
    margin: 0px;
}
a.sing-btn {
    text-decoration: none;
    display: block;
    color: #d85626;
    font-size: 18px;
    font-weight: 700;
    background: #333b4c;
    margin: 0 auto;
    width: 140px;
    padding: 10px 35px;
    margin-bottom: 45px;
    margin-top: 60px;
    border-radius: 5px;
}

.card.card-pricing:hover {
    background-color: #333b4c;
    color: #fff;
    border-radius: 8px;

}
.card.card-pricing:hover .single-pricing-plan h4{
    color: #fff;
    -webkit-transition: .5s ease-in-out;
    transition: .3s ease-in-out;
}
.card.card-pricing:hover a.sing-btn{
    background-color: #1d7131;
    color: #FFF;
}
a.sing-btn:hover{
    color: #FFF;
}
/*
-----------------------------
9.01 Isotope Portfolio Area
-----------------------------
*/
.home-portfolio {
    margin-top: 125px;
    margin-bottom: 60px;
}

.home-portfolio h5 {
    margin-bottom: 0px;
}
.home-portfolio h2 {
    margin-bottom: 25px;
}
.home-portfolio p{
    padding: 0px 200px;
}

/*
-----------------------------
9.02 Isotope Filtering Area
-----------------------------
*/

.filtering {
    margin-top: 40px;
}
.portfolio-item {
    margin-bottom: 125px;
}
.filtering .active{
    color: #1d7131;
}
.filtering ul {
    padding: 0px;
    width: 40%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.filtering ul li{
    float: left;
    padding: 15px 20px;
    width: auto;
    height: auto;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #333b4c;
}
.filtering ul li:before{
    position: absolute;
    content: "/";
    top: 16px;
    right: 0px;
}
.filtering ul li:last-child:before{
    position: absolute;
    content: "";
}

/*
-----------------------------
9.03 Isotope Portfolio Item Area
-----------------------------
*/
.item img {
    margin-bottom: 30px;
    width: 100%;
}
.img-content {
    position: absolute;
    top: 12px;
    bottom: 44px;
    left: 27px;
    right: 27px;
    background-color: #1d7131;
    opacity: 0;
    transition: 0.3s ease;
}
.img-content:hover{
    opacity: .9;
}
.img-content a {
    display: inline-block;
    margin-top: 35%;
    margin-left: 15px;
    padding: 15px 20px;
    background: #FFF;
    border-radius: 5px;
}
.img-content h4 {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 25px;
    color: #FFF;
}
.img-content p {
    margin-left: 15px;
    color: #FFF;
}

/*
-----------------------------
10.01 Service Contact Area
-----------------------------
*/

.service-area {
    background: #f2f2f2;
    padding: 30px 40px;
}
.service-area h2, .contact-area h2 {
    font-size: 26px;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 5px;
    position: relative;
    font-weight: 400;
}
.service-area h2:before {
    position: absolute;
    content: "";
    width: 129%;
    height: 1px;
    background-color: #e4e8e9;
    left: -40px;
    bottom: -10px;
}
.service-area ul {
    margin-top: 20px;
}
.service-area ul li {
    margin-bottom: 20px;
    position: relative;
}
.service-area ul li:before{
    position: absolute;
    content: "";
    width: 129%;
    height: 1px;
    background-color: #e4e8e9;
    left: -40px;
    bottom: -10px;
}
.service-area ul li a {
    display: block;
    text-decoration: none;
    color: #333b4c;
	transition: .4s all;
}
.service-area ul li a:hover{
	color: #1d7131;
}
.service-area ul li a i{
    display: none;
}
.service-area ul li:hover a i{
    display: inline-block;
}

/*
-----------------------------
10.02 Service Contact Area
-----------------------------
*/

.contact-area{
    background: #f2f2f2;
    margin: 30px 0px;
    padding: 30px 40px;
}
.content-icon img {
    float: left;
    margin-top: 30px;
}
.text-area {
    padding: 25px 25px;
}
.ca-area:nth-child(3){
    position: relative;
}
.ca-area:nth-child(3):before {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #e4e8e9;
    left: 20%;
    bottom: -10px;
}
.ca-area:nth-child(3):after {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background-color: #e4e8e9;
    left: 20%;
    top: 0px;
}


/*
-----------------------------
10.03 Service Brocher Area
-----------------------------
*/

.brocher-img{
    position: relative;
}
.brocher-img img {
    width: 100%;
    height: auto;
}
a.brocher-link {
    position: absolute;
    bottom: 27px;
    left: 30px;
    font-size: 20px;
    color: #FFF;
}
a.brocher-link:hover {
    color: #FFF !important;
}

/*
----------------------------------
10.04 Service OverView Title Area
----------------------------------
*/
.over-view-title h2 {
    font-size: 30px;
    color: #333b4c;
    position: relative;
}
.over-view-title h2:before {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 9%;
    left: 0px;
    height: 2px;
    background-color: #1d7131;
}
.over-view-title p {
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}


/*
----------------------------------
10.05 Service OverView List Area
----------------------------------
*/

.overview-list {
    margin-bottom: 20px;
}
.overview-list ul li {
    line-height: 27px;
}
.overview-list li i{
    padding-right: 10px;
}
.ss-pricing-title h2 {
    margin-top: 75px;
    margin-bottom: 60px;
    font-size: 30px;
    color: #333b4c;
    position: relative;
}
.ss-pricing-title h2:before {
    position: absolute;
    content: "";
    bottom: -5px;
    width: 9%;
    left: 0px;
    height: 2px;
    background-color: #1d7131;
}


/*
----------------------------------
10.06 Service Video Area
----------------------------------
*/

.section-video{
    padding: 142px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.popup-youtube {
    position: absolute;
    content: "";
    top: 40%;
    left: 45%;
}
.section-video img {
    width: 100%;
}


/*
----------------------------------
10.07 Service Pricing Area
----------------------------------
*/

.ss-pricing .single-pricing-plan {
    padding: 0px;
    width: 100%;
    height: 530px;
    transition: .5s;
    overflow: hidden;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.ss-pricing .single-pricing-plan:hover{
    padding: 0px;
    background-color: #333b4c;
    color: #fff;
    border-radius: 8px;
    transform: scale(1.1);

}
.ss-pricing .single-pricing-plan:hover.single-pricing-plan ul li{
    border-bottom: 1px solid #475165;
}
.ss-pricing .single-pricing-plan h2 {
    margin-bottom: 12px;
}
.ss-pricing .single-pricing-plan ul li {
    font-size: 13px;
    padding: 10px 0px;
    border-bottom: 1px solid #f3f3f3;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}
.ss-pricing .single-pricing-plan ul li:last-child{
    border-bottom: 0px;
}
.ss-pricing .single-pricing-plan .card-footer a.sing-btn {
    margin-top: 10px;
    margin-bottom: 30px;
}
.ss-pricing .single-pricing-plan .card-footer a.sing-btn:hover {
    background-color: #1d7131;
    color: #FFF !important;
}

/*
------------------------
11.01 Case Study Area
------------------------
*/

.case-study {
    margin-top: 125px;
}
.case-img-area{
    position: relative;
    width: 100%;
}
.ca-single-img img{
    position: relative;
    left: 0px;
    top: 0px;
}
.case-img-content {
    right: -55px;
    position: relative;
    top: -164px;
    padding: 35px 0px 60px 25px;
    /* border: 1px solid #ddd; */
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 0px 0px 10px 0px #ddd;
    width: 90%;
    z-index: 3;
}
.case-img-content span {
    padding: 0px 0px 0px 10px;
    color: #f2675f;
    font-size: 18px;
}
.case-img-content h2 {
    font-size: 30px;
    padding: 25px 0px 50px 10px;
}
.case-study-btn {
    padding: 0px 0px 0px 10px;
}

/*
------------------------
12.01 Map Area
------------------------
*/

#portfolio1 {
    margin-bottom: 140px;
}
#project-isotope {
    margin-top: 125px;
    margin-bottom: 100px;
}
.con-area-sec{width: 100%}
.map-area{width: 100%}
.map-area iframe{width: 100%}
.gm-inset {
    display: none;
}

/*
------------------------
12.02 Email Submit Area
------------------------
*/

.con-area-sec .leave-a-comment {
    margin: 0px 0px;
}
.gm-inset {
    display: none;
}
.email-submit {
    position: relative;
    background-color: #ffff;
    z-index: 3;
    padding-top: 60px;
    padding-bottom: 75px;
    margin-top: -20%;
}

/*
-------------------------------
13.01 Testimonial Section Area
------------------------------
*/
.Testimonial {
    margin: 0px 0px 125px;
}
.testimonial-sec {
    margin-top: 125px;
    margin-bottom: 125px;
}
.testimonial-sec .prot-head {
    padding-bottom: 65px;
}
.testimonial-sec .prot-head h6 {
    font-size: 36px;
    color: #333b4c;
    font-weight: 700;
}