/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900&amp;display=swap");

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: transparent;
}

::-webkit-scrollbar
{
	width: 8px;
	height: 8px;
	background-color: transparent;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.1, rgb(28,58,148)),
									   color-stop(0.50, rgb(101, 138, 212)),
									   color-stop(0.99, rgb(28,58,148)));
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #8a8a8a; }

.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fix {
  overflow: hidden; }

button {
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

a:focus,
.button:focus {
  text-decoration: none;
  outline: none; }

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

a,
button {
  color: inherit;
  outline: medium none; }

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  color: #1e283c;
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  line-height: 1.2; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit; }

h1 {
  font-size: 40px;
  font-weight: 700; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/*
ul {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }
*/

p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #8a8a8a;
  margin-bottom: 15px; }

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0; }

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400; }

*::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #222;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #222;
  color: #ffffff;
  text-shadow: none; }

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1; }

*::placeholder {
  color: #222;
  font-size: 14px;
  opacity: 1; }

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden; }

.clear {
  clear: both; }

#hideDIV, #hideDIV2 {
  transition: all 4.s ease-in-out;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #f7f7f7 !important; }

.grey-2-bg {
  background: #f0f7ff !important; }

.white-bg {
  background: #ffffff !important; }

.black-bg {
  background: #222222 !important; }

.blue-bg {
  background: #7bc45b !important; }

.testimonial-area .purple-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 400px;
  background: #191919; }

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff; }

.black-color {
  color: #222; }

.green-color {
  color: #7bc45b; }

.text-center {
  text-align: center;
}


/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

.mb-205 {
  margin-bottom: 205px; }

.mb-210 {
  margin-bottom: 210px; }

.mb-215 {
  margin-bottom: 215px; }

.mb-220 {
  margin-bottom: 220px; }

.mb-225 {
  margin-bottom: 225px; }

.mb-230 {
  margin-bottom: 230px; }

.mb-235 {
  margin-bottom: 235px; }

.mb-240 {
  margin-bottom: 240px; }

.mb-245 {
  margin-bottom: 245px; }

.mb-250 {
  margin-bottom: 250px; }

.mb-255 {
  margin-bottom: 255px; }

.mb-260 {
  margin-bottom: 260px; }

.mb-265 {
  margin-bottom: 265px; }

.mb-270 {
  margin-bottom: 270px; }

.mb-275 {
  margin-bottom: 275px; }

.mb-280 {
  margin-bottom: 280px; }

.mb-285 {
  margin-bottom: 285px; }

.mb-290 {
  margin-bottom: 290px; }

.mb-295 {
  margin-bottom: 295px; }

.mb-300 {
  margin-bottom: 300px; }

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

.pt-205 {
  padding-top: 205px; }

.pt-210 {
  padding-top: 210px; }

.pt-215 {
  padding-top: 215px; }

.pt-220 {
  padding-top: 220px; }

.pt-225 {
  padding-top: 225px; }

.pt-230 {
  padding-top: 230px; }

.pt-235 {
  padding-top: 235px; }

.pt-240 {
  padding-top: 240px; }

.pt-245 {
  padding-top: 245px; }

.pt-250 {
  padding-top: 250px; }

.pt-255 {
  padding-top: 255px; }

.pt-260 {
  padding-top: 260px; }

.pt-265 {
  padding-top: 265px; }

.pt-270 {
  padding-top: 270px; }

.pt-275 {
  padding-top: 275px; }

.pt-280 {
  padding-top: 280px; }

.pt-285 {
  padding-top: 285px; }

.pt-290 {
  padding-top: 290px; }

.pt-295 {
  padding-top: 295px; }

.pt-300 {
  padding-top: 300px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

.pb-205 {
  padding-bottom: 205px; }

.pb-210 {
  padding-bottom: 210px; }

.pb-215 {
  padding-bottom: 215px; }

.pb-220 {
  padding-bottom: 220px; }

.pb-225 {
  padding-bottom: 225px; }

.pb-230 {
  padding-bottom: 230px; }

.pb-235 {
  padding-bottom: 235px; }

.pb-240 {
  padding-bottom: 240px; }

.pb-245 {
  padding-bottom: 245px; }

.pb-250 {
  padding-bottom: 250px; }

.pb-255 {
  padding-bottom: 255px; }

.pb-260 {
  padding-bottom: 260px; }

.pb-265 {
  padding-bottom: 265px; }

.pb-270 {
  padding-bottom: 270px; }

.pb-275 {
  padding-bottom: 275px; }

.pb-280 {
  padding-bottom: 280px; }

.pb-285 {
  padding-bottom: 285px; }

.pb-290 {
  padding-bottom: 290px; }

.pb-295 {
  padding-bottom: 295px; }

.pb-300 {
  padding-bottom: 300px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

/* scrollUp */
#scrollUp {
  background: #7bc45b48;
  height: 50px;
  width: 30px;
  right: 40px;
  bottom: 30px;
  color: #7bc45b;
  text-align: center;
  border-radius: 25px;
  font-size: 18px;
  line-height: 50px;
  transition: .3s; }

#scrollUp:hover {
  color: #FFF;
  background: #7bc45b; }

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 10s;
  animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
.button {
  cursor: pointer; }

.play-btn-style {
  position: relative; }

.play-btn-style::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }

/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ""; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: #ffffff; }

[data-overlay="dark"]::before {
  background-color: #222; }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

.main-menu-area .logo img {
  width: 150px;
}

.header-info {
  float: left;
  text-align: right;
}

/* 2 header */
.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  transition: .4s; }

.sticky {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff; }

.header-red .sticky {
  background: #080e1b; }

.header-red .main-menu-area.sticky {
  border-bottom: 0; }

.header-red .sticky .main-menu nav > ul > li > a {
  padding: 35px 0; }

.header-red .sticky .menu-bar {
  margin-top: 30px; }

.header-top-area {
  background: #191919;
  padding: 6px 0;
}
  
.header-info span {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  margin-right: 54px;
  position: relative; }

.header-info span:last-child {
  margin-right: 0; }

.header-info span::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 1px;
  background: #ffffff42;
  left: -30px;
  top: -1px; }

.header-info span:first-child::before {
  display: none; }

.header-info span i {
  font-size: 16px;
  color: #f6732e;
  margin-right: 3px; }

.header-lang {
  padding: 16px 0 18px;
  display: inline-block; }

.lang-icon > a {
  font-size: 14px;
  color: #818181;
  margin-left: 5px;
  font-weight: 500; }

.lang-icon i {
  font-size: 15px;
  position: relative;
  top: 2px;
  left: 3px; }

.header-lang-list {
  position: absolute;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  padding: 20px 15px;
  border-top: 3px solid #f6732e;
  transition: .4s;
  z-index: 999;
  background: #fff;
  padding-bottom: 5px;
  padding-top: 4px;
  top: 100%;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  transition: .3s; }

.header-lang:hover .header-lang-list {
  opacity: 1;
  visibility: visible; }

.header-lang-list li {
  display: block;
  margin-bottom: 0;
  padding: 5px 0; }
  .header-lang-list li a {
    display: block;
    color: #647589;
    font-size: 13px; }
    .header-lang-list li a:hover {
      color: #f6732e; }

.pos-rel {
  position: relative; }

.menu-bar {
  margin-top: 16px;
  margin-left: 38px; }

.menu-bar i {
  font-size: 20px;
  font-weight: 400;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  transition: all .2s ease-in-out;
  background: #7bc45b1c;
  color: #7bc45b;  }

.menu-bar:hover i {
  background-color: rgba(2,184,171,1);
  background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  color: #FFF;
  transform: scale(0.950);
}

.header-middle-area {
  padding: 28px 0; }

.header-middle-info {
  float: left;
  margin-right: 90px; }
  .header-middle-info:last-child {
    margin-right: 0; }

.header-top-2-text span {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 15px; }
  .header-top-2-text span a {
    color: #fc5546; }

.header-middle-icon {
  margin-top: 10px;
  margin-right: 15px; }
  .header-middle-icon i {
    font-size: 30px;
    color: #fc5546; }

.header-middle-text {
  overflow: hidden; }
  .header-middle-text span {
    font-weight: 600;
    font-size: 15px;
    color: #8a8a8a; }
  .header-middle-text h5 {
    color: #0e2b5c;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px; }

/* extra info */
.extra-info {
  background: #191919;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 340px;
  z-index: 9999;
  transform: translateX(100%);
  padding-bottom: 40px; }

.extra-info.info-open {
  transform: translateX(0); }

.extra-info-left {
  right: inherit;
  left: 0;
  transform: translateX(-100%); }

.extra-info.extra-info-left.info-open {
  transform: translateX(0); }

.extra-info .logo-side img {
  width: 175px;
}

.close-icon {
  margin-top: -16px;
  text-align: right; }

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #f6732e;
  cursor: pointer;
  font-size: 20px;
  padding: 0; }

.extra-info > p {
  color: #ddd;
  font-size: 15px;
  line-height: 28px; }

.extra-info.extra-info-left.info-open {
  transform: translateX(0); }

.instagram img {
  width: 100%; }

.social-icon-right > a {
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  text-align: center; }

.social-icon-right > a:hover {
  color: #f6732e; }

.instagram {
  overflow: hidden;
  margin: 0 -4px; }

.instagram > a {
  float: left;
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 7px; }

.side-info {
  border-top: 1px solid #344159;
  padding-top: 25px; }

.contact-list h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px; }

.contact-list h4 i {
  margin-right: 6px;
}

.contact-list p {
  color: #fff;
  opacity: .5;
  margin: 0;
  margin-bottom: 5px;
  line-height: 28px; }

.side-menu ul li:hover a {
  color: #f6732e; }

/* menu */
.main-menu nav > ul {
  padding: 0;
  margin: 0;
}
.main-menu nav > ul > li {
  display: inline-block;
  list-style: none;
  position: relative;
  margin-left: 25px; }

.main-menu nav > ul > li:first-child {
  margin-left: 0; }

.main-menu nav > ul > li > a {
  display: block;
  font-size: 16px;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: transparent;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
  color: #222;
  font-weight: 600; }

/* stroke */
.main-menu nav > ul > li > a,
.main-menu nav > ul > li > a:after,
.main-menu nav > ul > li > a:before {
  transition: all .5s;
}

.main-menu nav > ul > li > a:after,
.main-menu nav > ul > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #7bc45b;
  height: 3px;
}
.main-menu nav > ul > li > a:hover:after {
  width: 100%;
}


.main-menu nav > ul > li > a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  left: 3px; }

/* sub-menu */
.main-menu nav > ul > li .sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 120%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 260px;
  z-index: 999;
  border-top: 3px solid #7bc45b;
  text-align: left;
  padding: 0; }
  
.main-menu nav > ul > li .sub-menu li .child-sub-menu {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  left: 260px;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 260px;
  z-index: 999;
  border-top: 3px solid #7bc45b;
  text-align: left;
  padding: 0; }

.main-menu nav > ul > li:hover .sub-menu {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.main-menu nav > ul > li .sub-menu li {
  display: block; }
  
.main-menu nav > ul > li .sub-menu li:hover .child-sub-menu {
  opacity: 1;
  top: 85%;
  visibility: visible }

.main-menu nav > ul > li .sub-menu li a {
  color: #666666;
  font-size: 14px;
  margin: 0;
  padding: 13px 20px;
  text-transform: capitalize;
  display: block;
  font-size: 400; }
  
.main-menu nav > ul > li .sub-menu li a i {
    position: relative;
    left: 80px;
    margin: auto 0;
}

.main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  color: #fff;
  background: #f6732e; }

.header-default .header-info span i {
  color: #7bc45b; }

.header-default .header-lang-list {
  border-top: 3px solid #7bc45b; }

.header-default .header-lang-list li a:hover {
  color: #7bc45b; }

.header-default .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #7bc45b; }

.header-default .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  background-color: rgba(2,184,171,1);
  background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%); }

.header-default .close-icon > button {
  color: #7bc45b; }

.header-default .social-icon-right > a:hover {
  color: #7bc45b; }

.header-default .main-menu nav > ul > li:hover > a, .header-default .main-menu nav > ul > li.active > a {
  color: #7bc45b; }


.menu-box {
  background: #fc5546;
  margin-bottom: -37px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  z-index: 99; }

.header-coral .header-lang-list {
  border-top: 3px solid #fc5546; }

.header-coral .header-lang-list li a:hover {
  color: #fc5546; }

.menu-box {
  background: #fc5546; }

.header-coral .main-menu nav > ul > li > a {
  padding: 32px 0;
  color: #ffffff; }

.header-coral .main-menu nav > ul > li .sub-menu {
  border-top: 3px solid #fc5546; }

.header-coral .main-menu nav > ul > li:hover > .sub-menu li > a:hover {
  background: #fc5546; }

.header-coral .close-icon > button {
  color: #fc5546; }

.header-coral .social-icon-right > a:hover {
  color: #fc5546; }

.header-coral .menu-bar {
  margin-top: 24px; }

.header-coral .menu-bar i {
  font-size: 35px;
  color: #fff; }

.sticky .menu-box {
  margin-bottom: 0;
  background: none; }


.area-title-blue span {
  color: #7bc45b;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block; }

.area-title-blue h1 {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700; }

.area-title-white span {
  color: #ffffff; }
.area-title-white h1 {
  color: #ffffff; }

.area-title-green span {
  color: #7bc45b;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block; }
.area-title-green h1 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  color: #1d1f47; }

.white-title-1 span {
  color: #ffff; }

.area-title-green-white h1 {
  color: #ffffff; }
.features-img {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }

.features-img img {
  width: 100%; }
  .features-img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); }

.features-text {
  margin-top: 28px; }
  .features-text h4 {
    font-size: 22px;
    color: #16303f;
    font-weight: 700; }
  .features-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 28px; }

.features-active .slick-arrow {
  background: #fff;
  font-size: 16px;
  left: -121px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 26%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #7bc45b;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: 2px solid #d9d9d9; }

.features-active .slick-next {
  left: auto;
  right: -121px; }

.features-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.features-active .slick-arrow:hover {
  background: #7bc45b;
  border-color: #7bc45b;
  color: #ffffff;
  box-shadow: 0px 10px 29.7px 0.3px rgba(118, 177, 70, 0.72); }

.blue-features-active .slick-arrow {
  color: #7bc45b; }

.blue-features-active .slick-arrow:hover {
  background: #7bc45b;
  border-color: #7bc45b;
  color: #ffffff;
  box-shadow: 0px 10px 29.7px 0.3px rgba(31, 128, 253, 0.72); }

.features-block .single-features {
  background-color: #f5f6f8;
  width: 100%;
  height: 300px;
  vertical-align: middle;
  margin: auto 0;
  padding: 40px 80px 40px 40px;
  transition: .3s; }

.features-block .single-features-img .img-area {
  position: absolute;
  right: 60px;
  left: 0;
  top: 50%;
  transform: translate(-60px, -50%);
  width: 320px;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
}

.features-block .single-features-img .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .2s ease-in-out;
}

.features-block:hover .single-features-img .img-area img {
  transform: scale(1.1);
}

.feature-text h4 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 19px; }
.feature-text p {
  margin-bottom: 0px;
  line-height: 26px; }

.feature-area {
  /*
  margin-top: -20px;
  */
  z-index: 99;
  position: relative; }

.container.container-box {
  max-width: 1280px; }

.features-bg {
  background: #fdfdfd;
  padding: 20px 40px; }

.features-info {
  margin-left: 100px;
  margin-top: 12px; }
  .features-info p {
    margin-bottom: 0;
    color: #747474;
    font-size: 14px; }

.features-02-block {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
    
.features-02-wrapper {
  position: relative;
  background: #ffffff;
  padding: 25px 20px;
  text-align: center;
  border-radius: 4px;
  transition: .3s; }
  .features-02-wrapper.active {
    background: #7bc45b; }
  .features-02-wrapper:hover {
    background: #7bc45b; }

.features-02-wrapper.style2 {
  text-align: start;
}

.feature-02-icon {
  margin-bottom: 28px; }
  .feature-02-icon i {
    font-size: 45px;
    color: #7bc45b;
    line-height: 1;
    transition: .3s; }
  .feature-02-icon img {
    width: 60px;
    transition: .3s; }

.features-02-wrapper:hover {
  transform: translateY(-14px) }

.features-02-wrapper:hover .feature-02-icon i {
  color: #ffffff; }

.features-02-wrapper.active .feature-02-icon i {
  color: #ffffff; }

.feature-02-text h3 {
  font-size: 18px;
  color: #1d1f47;
  margin-bottom: 15px;
  transition: .3s; }
.feature-02-text p {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 26px;
  transition: .3s; }
.feature-02-text a {
  color: #222;
  font-size: 15px;
  transition: .3s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  transition: .3s; }
  .feature-02-text a i {
    font-size: 14px;
    margin-left: 4px; }

.features-02-wrapper:hover .feature-02-text h3 {
  color: #ffffff; }

.features-02-wrapper:hover .feature-02-text p {
  color: #ffffff; }

.features-02-wrapper:hover .feature-02-text a {
  color: #ffffff; }

.features-02-wrapper.active .feature-02-text h3 {
  color: #ffffff; }

.features-02-wrapper.active .feature-02-text p {
  color: #ffffff; }

.features-02-wrapper.active .feature-02-text a {
  color: #ffffff; }
  
  
/* features-02-wrappper area start */

.features-01-wrapper {
  position: relative;
  background: #ffffff;
  padding: 25px 20px;
  width: 100%;
  height: 325px;
  text-align: start;
  border-radius: 4px;
  transition: .3s; }

.features-01-wrapper:hover {
  background: #7bc45b; }

.feature-01-icon {
  position: absolute;
  left: 10px;
  top: 20px;
  margin-bottom: 28px; }
  .feature-01-icon i {
    font-size: 60px;
    color: #1d1f47;
    line-height: 1;
    transition: .3s; }

.features-01-wrapper:hover {
  transform: translateY(-14px) }

.features-01-wrapper:hover .feature-01-icon i {
  color: #ffffff; }

.feature-02-text {
    padding-left: 60px;
}

.feature-02-text.style2 {
    padding-left: 0px;
}

.feature-02-text h3 {
  font-size: 18px;
  color: #1d1f47;
  margin-bottom: 15px;
  transition: .3s; }
.feature-02-text p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 26px;
  transition: .3s; }

.features-01-wrapper:hover .feature-02-text h3 {
  color: #ffffff; }

.features-01-wrapper:hover .feature-02-text p {
  color: #ffffff; }

.features-01-wrapper:hover .feature-02-text a {
  color: #ffffff; }

  


.fe-01 {
  top: 9%;
  right: 18%; }

.fe-02 {
  top: 25%;
  right: 34%; }

.fe-03 {
  top: 38%;
  right: 10%; }

.features-03-area .container {
  padding: 60px;
  background: #1e283c; }

.features-03-icon {
  float: left;
  margin-right: 30px; }

.features-03-text {
  overflow: hidden; }
  .features-03-text h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 11px; }
  .features-03-text p {
    margin-bottom: 0px;
    color: #ffffff;
    line-height: 26px; }

.features-03-text a {
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase; }
  .features-03-text a i {
    font-size: 14px;
    margin-left: 4px; }

.features-03-text a:hover {
  color: #1e283c; }

.features-03-text a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.features-03-text a::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 100%;
  background: #1e283c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99; }

.features-03-text a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.strategy-wrapper {
  margin-right: 30px; }

.strategy-text span {
  color: #1e283c;
  font-size: 20px;
  font-weight: 700; }
  .strategy-text span i {
    font-size: 24px;
    color: #e50a25;
    margin-right: 12px; }
.strategy-text p {
  margin-top: 8px;
  margin-bottom: 35px; }

.strategy-img img {
  width: 100%; }

.strategy-02-text span i {
  color: #7bc45b; }

.section-title span {
  color: #7bc45b;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin-bottom: 13px;
  margin-left: 30px; }
  .section-title span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #7bc45b transparent;
    left: -30px;
    top: 5px; }
.section-title h2 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px; }
.section-title p {
  line-height: 26px;
  margin-bottom: 10px; }

.white-title h1 {
  color: #ffffff; }

.white-title p {
  color: #ffffff; }

.padding-section-title h1 {
  margin-bottom: 28px; }

.choose-us-wrapper .white-title h1 {
  margin-bottom: 36px; }

.choose-us-wrapper .white-title h3 {
  color: #e1f2ff;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 24px; }

.choose-us-wrapper .white-title p {
  font-size: 14px; }

.section-padding h1 {
  margin-bottom: 16px; }

.inner-about-us {
  border-bottom: 2px solid #e6e6e67a;
  margin-bottom: 20px;
  padding-bottom: 22px;
  position: relative; }
  .inner-about-us::before {
    position: absolute;
    content: "";
    background: #7bc45b;
    height: 2px;
    width: 180px;
    bottom: -2px;
    left: 0; }
  .inner-about-us.style2::before {
    display: none; }
  .inner-about-us.style2 {
    border-bottom: 2px solid transparent;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .inner-about-us.style2 .about-us-text h4 {
    font-size: 48px;
    letter-spacing: 4px;
    font-weight: 600 !important;
  }

.about-us-icon {
  float: left;
  margin-right: 15px; }
  .about-us-icon i {
    background-color: rgba(2,184,171,1);
    background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px; }

.about-us-text {
  overflow: hidden; }
  .about-us-text h4 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0; }
  .about-03-wrapper .about-us-text h4 {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 0; }
  .about-03-wrapper .about-us-icon {
    float: left;
    margin-right: 14px;
  }

.about-us-content p {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 13px;
  margin-right: 2px; }

.about-img {
  position: relative; }

.about-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  object-fit: cover;
  object-position: center; }

.about-img.seo-style img {
  height: auto;
 }
 
.about-img.style2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
}

.about-img.style2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-img.style-seo img {
  width: 100%;
  height: auto;
  object-position: center;
  border-radius: 0;
  float: right;
  border-radius: 6px;
}

.graph-img {
  position: absolute;
  right: -45px;
  bottom: -40px;
  z-index: 99;
}

.graph-img img {
  width: 100%;
  height: 190px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  margin-left: 15px;
  border: 6px solid #efefef;
}

.about-us-info {
  position: absolute;
  background: rgb(2,184,171);
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  bottom: 40px;
  right: 40px;
  left: -40px;
  padding: 20px}

.about-info {
  position: relative; }
  .about-info::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 30px 0;
    border-color: transparent #03a398 transparent transparent;
    left: -20px;
    bottom: -58px; }
  .about-info h3 {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff; }
    .about-info h3 a {
      border-bottom: 2px solid #ffffff; }
      .about-info h3 a:hover {
        color: #222;
        border-color: #222; }

.shape-item {
  position: absolute; }

.ab-01 {
  top: 0;
  left: 0; }

.about-2-img {
  margin-right: 45px; }

.about-2-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 4px; }
  
.about-2-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .2s ease-in-out;
}

.about-2-img:hover img {
  transform: scale(1.1);
}

.about-03-wrapper .white-title span::before {
  border-color: transparent transparent #fff transparent; }

.about-bg-img {
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
  background-position: center center; }

.about-03-wrapper .about-us-icon i {
  color: #ffffff;
  font-size: 28px; }

.about-03-wrapper .inner-about-us {
  border-bottom: 2px solid #7bc45b; }

.about-03-wrapper .inner-about-us::before {
  background: #f0ecec; }

.about-03-wrapper .btn-border {
  color: #ffffff;
  padding: 19px 40px 22px;
  border: 2px solid #ffffff;
  transition: .3s; }
  .about-03-wrapper .btn-border:hover {
    color: #7bc45b;
    background: #ffffff;
    border-color: #ffffff; }

.about-01 {
  bottom: 8%;
  right: 5%; }

.about-02 {
  top: 7%;
  right: 2%; }


.about-blue-wrapper .section-title span {
  color: #7bc45b; }

.about-blue-wrapper .section-title span::before {
  border-color: transparent transparent #7bc45b transparent; }

.about-blue-wrapper .about-us-icon i {
  color: #7bc45b; }

.about-blue-wrapper .inner-about-us::before {
  background: #7bc45b; }

.our-history-area {
  margin-top: -136px; }

.history-bg {
  -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(241, 241, 241, 0.72);
  box-shadow: 0px 10px 29.7px 0.3px rgba(241, 241, 241, 0.72);
  background: #ffffff;
  padding: 74px 100px 43px 166px; }

.history-section span {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7bc45b; }
.history-section h1 {
  font-size: 45px;
  font-weight: 800;
  margin-bottom: 0;
  margin-top: 12px; }

.history-link ul li {
  position: relative;
  margin-bottom: 78px; }
  .history-link ul li span {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    background: #ffffff;
    padding-right: 60px;
    position: relative; }
  .history-link ul li:last-child {
    margin-bottom: 0; }
  .history-link ul li::before {
    position: absolute;
    background: #dbdbdb;
    content: "";
    left: 0;
    bottom: 11px;
    height: 2px;
    width: 100%; }
  .history-link ul li::after {
    background-image: url("../img/icon/teer.webp");
    background-repeat: no-repeat;
    content: "";
    height: 23px;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
    bottom: 0px;
    right: 0; }

.history-wrapper {
  padding-top: 20px;
  padding-left: 22px; }

.history-info {
  margin-top: 70PX; }
  .history-info p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px; }
    .history-info p:last-child {
      margin-bottom: 0; }

.btn {
  -moz-user-select: none;
  background: rgb(2,184,171);
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 28px 17px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  -webkit-transition: .3s linear;
  -moz-transition: .3s linear;
  transition: .3s linear;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.btn.style2 {
  padding: 14px 28px 19px; }

.btn.style3 {
  font-weight: 600;
  padding: 12px 34px 16px; }

.btn:hover,
.btn:focus {
  color: #ffffff; }

.btn::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.125);
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  z-index: -1; }

.btn:hover:after {
  height: 100%;
  left: 100%;
  width: 135%; }

.btn i {
  font-size: 18px;
  position: relative;
  left: 6px;
  top: 2px;
  transition: .4s; }
  
.btn:hover i {
  left: 12px; }

.blue-btn {
  background: #1e283c; }

.blue-btn::after {
  content: "";
  position: absolute;
  background-color: #28334b;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(50deg);
  transition-duration: 0.6s;
  transform-origin: top left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  z-index: -1; }

.white-btn {
  background: #ffffff;
  color: #1d1f47; }

.white-btn:hover {
  background: #1d1f47; }

.white-btn::after {
  display: none; }

.btn-border {
  padding: 15px 28px;
  border: 2px solid #EFEFEF;
  display: inline-block;
  line-height: 1;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  border-radius: 5px;
  font-size: 14px; }
  .btn-border.style3 {
    border: 2px solid #e2e0e0;
  }
  .btn-border i {
    padding-left: 5px; }
  .btn-border:hover {
    color: #ffffff;
    background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%); }

  .btn-border.style2 {
    padding: 17px 28px;
    margin-left: 10px;
    color: #FFF;
  }

  .btn-border.style2:hover {
    color: #ffffff;
    border: 2px solid rgba(2,184,171,1);
    background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%); }

  .btn-border.style2:focus {
    transform: scale(0.950);
    opacity: 0.7; }

.services-text {
  margin: 25px; }
  .services-text h4 {
    font-size: 22px;
    padding-top: 25px;
    margin-bottom: 18px; }
  .services-text p {
    margin-top: 15px;
    line-height: 28px;
    margin-bottom: 0; }

.services-button a {
  background: #ededed;
  border: medium none;
  display: block;
  font-size: 15px;
  margin-bottom: 0;
  padding: 22px 15px;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  color: #222;
  font-weight: 700;
  transition: .3s;
  line-height: 1; }

.services-button a i {
  padding-left: 3px;
  position: relative;
  top: 2px; }

.services-wrapper {
  transition: all .4s ease-in-out;
}

.services-wrapper:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 24px;
}

.services-wrapper:hover .services-button a {
  background: #7bc45b;
  color: #ffffff; }

.p-services-img {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 5px; }
  .p-services-img::before {
    background-image: -moz-linear-gradient(to bottom, rgba(2, 184, 172, 0.205) 0%, rgba(123,196,91,1) 100%);
    background-image: -webkit-linear-gradient(to bottom, rgba(2, 184, 172, 0.205) 0%, rgba(123,196,91,1) 100%);
    background-image: linear-gradient(to bottom, rgba(2, 184, 172, 0.205) 0%, rgba(123,196,91,1) 100%);
    position: absolute;
    content: "";
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    content: '';
    transition: .3s;
    opacity: 0;
    z-index: 9; }
  .p-services-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #141622), to(transparent));
    background: -webkit-linear-gradient(bottom, #141622 50%, transparent 100%);
    background: -o-linear-gradient(bottom, #141622 50%, transparent 100%);
    background: linear-gradient(to top, #141622 50%, transparent 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    -o-transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
    transition: .3s; }
  .p-services-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.p-services-wrapper:hover .p-services-img::before {
  opacity: 1; }

.p-services-wrapper:hover .p-services-img::before {
  opacity: 1; }

.p-services-wrapper:hover .p-services-img img {
  transform: scale(1.1); }

.p-services-wrapper:hover .p-services-img::after {
  opacity: 0; }

.p-services-text {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  padding: 0 15px;
  transition: .3s;
  text-align: center;
  z-index: 99; }
  .p-services-text h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px; }
  .p-services-text p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff; }

.p-services-wrapper:hover .p-services-text {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px); }

.p-services-icon {
  margin-bottom: 18px; }
  .p-services-icon i {
    color: #ffffff;
    font-size: 40px; }

.p-services-text a {
  color: #ffffff;
  font-size: 15px;
  transition: .3s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase; }
  .p-services-text a i {
    font-size: 14px;
    margin-left: 4px; }

.p-services-text a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.p-services-wrapper-02 .p-services-img::before {
  background: #fc5546;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  transition: .3s;
  opacity: 0; }

.p-services-wrapper-02:hover .p-services-img::before {
  opacity: .9; }

.our-services-text {
  margin-top: 25px; }
  .our-services-text h3 {
    font-size: 24px;
    color: #1d1f47;
    margin-bottom: 17px; }
  .our-services-text p {
    margin-bottom: 17px;
    font-size: 14px;
    line-height: 28px;
    padding: 0 22px; }
  .our-services-text a {
    color: #222;
    font-size: 15px;
    transition: .3s;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s; }
    .our-services-text a:hover {
      color: #7bc45b; }
    .our-services-text a i {
      font-size: 14px;
      margin-left: 4px; }

.our-services-icon {
  margin-top: -40px;
  position: relative;
  z-index: 99; }
  .our-services-icon i {
    color: #7bc45b;
    -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
    box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
    height: 80px;
    width: 80px;
    background: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    transition: .3s; }

.our-services-img {
  overflow: hidden;
  border-radius: 5px; }

.our-services-wrapper:hover .our-services-img img {
  transform: scale(1.1); }

.our-services-wrapper:hover .our-services-icon i {
  color: #ffffff;
  background: #7bc45b; }

.our-services-active .slick-arrow {
  background: #ffffff;
  font-size: 16px;
  left: -121px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 38%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #7bc45b;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: 2px solid #7bc45b; }

.our-services-active .slick-next {
  left: auto;
  right: -121px; }

.our-services-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.our-services-active .slick-arrow:hover {
  background: #7bc45b;
  border-color: #7bc45b;
  color: #ffffff;
  box-shadow: 0px 10px 29.7px 0.3px rgba(125, 186, 47, 0.72); }

.services-2-wrapper {
  border: 2px solid #ececec;
  padding: 60px;
  transition: .3s; }
  .services-2-wrapper:hover {
    box-shadow: 0px 10px 29.7px 0.3px rgba(241, 241, 241, 0.72);
    border-color: transparent;
    transform: translateY(-10px); }

.services-2-icon {
  margin-bottom: 33px; }
  .services-2-icon i {
    color: #fc5546;
    font-size: 70px;
    line-height: 1; }

.services-2-text h3 {
  color: #0e2b5c;
  font-size: 24px;
  margin-bottom: 6px; }
.services-2-text p {
  line-height: 26px;
  margin-bottom: 17px; }

.services-2-text > a {
  color: #fc5546;
  font-size: 15px;
  transition: .3s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase; }
  .services-2-text > a i {
    font-size: 14px;
    margin-left: 4px; }

.services-2-text > a:hover {
  color: #0e2b5c; }

.services-2-text > a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #fc5546;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.services-2-text > a::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 100%;
  background: #0e2b5c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99; }

.services-2-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.services-2-blue-wrapper .services-2-icon i {
  color: #7bc45b; }

.services-2-blue-wrapper .services-2-text > a {
  color: #7bc45b; }

.services-2-blue-wrapper .services-2-text > a:hover {
  color: #0e2b5c; }

.services-2-blue-wrapper .services-2-text > a::after {
  background: #7bc45b; }

.cta-area {
  background-size: cover;
  background-position: bottom; }

.cta-text {
  margin-top: 32px; }

  .cta-text h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 1.4;
    margin-bottom: 33px; }

.cta-content span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }
  .cta-content span > i {
    color: #ffffff;
    height: 45px;
    width: 45px;
    font-size: 16px;
    line-height: 45px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-right: 15px; }
.cta-content h3 {
  color: #ffffff;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 10px; }

.cta-content.style2 span > i { 
  height: 65px;
  width: 65px;
  font-size: 20px;
  line-height: 65px;
  border: 1px solid #ffffff;
}

.cta-content.style2 span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}

.cta-content.style2 span:hover {
  color: #7bc45b;
}

.cta-content.style2 span h6 {
  font-weight: 500;
}

.cta-content.text-black h3 {
  color: #1e283c;
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 10px; }

.cta-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin: 0px; }

.cta-content.text-black p {
  color: #1e283c;
  font-size: 14px;
  line-height: 20px;
  margin: 0px; }

.cta-content h1 {
  color: #ffffff;
  font-size: 75px;
  margin-top: 18px;
  margin-bottom: 35px; }

.cta-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-top: 18px;
  margin-bottom: 35px; }
  
.cta-content.style3 h2,
.cta-content.style3 h1 {
  color: #212529; }
  
.cta-content.style3 span {
  color: #7bc45b; }

.cta-icon {
  margin-top: 75px; }
  .cta-icon i {
    font-size: 24px;
    color: #fff;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border: 3px solid #fff;
    text-align: center;
    border-radius: 50%;
    transition: .3s; }
    .cta-icon i:hover {
      background: #7bc45b;
      border-color: #7bc45b; }


.cta-3-content span {
  font-size: 24px; }

.cta-11-button .btn-border:hover {
  background: #7bc45b;
  border-color: #7bc45b; }

.cat-1-wrapper .cta-video-icon a i {
  color: #7bc45b; }

.cat-1-wrapper .cta-video-icon a:hover i {
  background: #7bc45b;
  color: #ffffff; }

.cat-1-wrapper .cta-text h1 {
  margin-bottom: 0; }

.team-img {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 6px; }
  .team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .team-img::before {
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: #222;
    left: 0;
    top: 0;
    border-radius: 6px;
    opacity: .0;
    transition: .3s; }

.team-wrapper:hover .team-img::before {
  opacity: .5; }

.team-icon {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 20px;
  transition: .3s;
  opacity: 0; }
  .team-icon h4 {
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.60);
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 600 !important;
  }
  .team-icon a {
    font-size: 14px;
    transition: .3s;
    margin: 0 1px;
    height: 36px;
    width: 36px;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    color: #979797; }
  .team-icon a:hover {
    color: #ffffff;
    background: #7bc45b; }

.team-wrapper {
  margin-bottom: 30px;
}

.team-wrapper:hover .team-icon {
  opacity: 1;
  bottom: 20px; }

.choose-us-area {
  background-size: cover;
  background-position: center center; }

.choose-text h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 26px; }

.choose-us-img img {
  width: 100%; }

.choose-wrapper {
  margin-top: 92px;
  margin-left: 40px; }

.choose-us-content p {
  color: #1d1f47;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0; }

.choose-link {
  margin-top: 30px;
  margin-bottom: 38px; }
  .choose-link ul li {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    padding-left: 32px; }
    .choose-link ul li:last-child {
      padding-bottom: 0; }
    .choose-link ul li::before {
      position: absolute;
      content: "\f058";
      font-family: "Font Awesome 5 Pro";
      display: inline-block;
      color: #7bc45b;
      font-size: 16px;
      text-align: center;
      left: 0;
      top: 3px;
      line-height: 1; }

.choose-01-wrapper {
  margin-top: 44px;
  margin-right: 57px; }

.choose-01-wrapper .we-are-text p {
  margin-bottom: 23px;
  margin-right: 0; }

.choose-02-img {
  margin-left: 50px;
  margin-right: 20px; }
  .choose-02-img img {
    width: 100%; }

.client-wrapper {
  position: relative;
  padding: 40px 37px 47px 37px;
  border: 2px solid #fef1ea; }
  .client-wrapper::after {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    color: #f6732e;
    font-size: 50px;
    text-align: center;
    left: 24px;
    top: 28px;
    line-height: 1;
    font-weight: 700;
    opacity: .2; }

.clientsay-name {
  overflow: hidden; }

.client-text p {
  font-size: 14px;
  line-height: 28px;
  position: relative;
  padding-bottom: 36px;
  margin-bottom: 30px; }
  .client-text p::before {
    width: 200px;
    height: 2px;
    background: #fef1ea;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; }
  .client-text p::after {
    width: 60px;
    height: 4px;
    background: #f6732e;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px; }

.client-say-content {
  padding-top: 9px;
  overflow: hidden; }

.client-say-img {
  float: left;
  margin-right: 15px; }

.client-say-img img {
  border-radius: 50%; }

.client-say-content h4 {
  font-size: 18px;
  margin-bottom: 0; }

.client-say-content span {
  font-size: 13px;
  color: #f6732e;
  font-weight: 700;
  text-transform: uppercase; }

.client-active .slick-arrow {
  position: absolute;
  bottom: 68px;
  left: -317px;
  padding: 0;
  border: 2px solid #d9d9d9;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #686868;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.client-active .slick-prev {
  left: -386px; }

.client-active .slick-arrow:hover {
  color: #fff;
  background: #f6732e;
  border: #f6732e; }

.testimonial-img {
  margin-top: -73px; }
  .testimonial-img img {
    display: inline-block; }

.testimonial-text {
  margin-left: 70px;
  margin-right: 60px;
  padding: 31px 100px 58px 100px;
  box-shadow: 0px 0px 29.7px 0.3px rgba(199, 199, 199, 0.2);
  position: relative; }
  .testimonial-text::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    color: #7bc45b;
    font-size: 120px;
    text-align: center;
    left: 80px;
    top: -57px;
    line-height: 1;
    font-weight: 700; }
  .testimonial-text h5 {
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 21px; }
  .testimonial-text span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7bc45b; }
  .testimonial-text p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 34px;
    margin-bottom: 28px; }
  .testimonial-text h4 {
    font-size: 20px; }

.test-rating i {
  font-size: 14px;
  color: #f6732e;
  padding: 0 2px;
  transition: .3s; }

.testimonial-active .slick-arrow {
  background: none;
  font-size: 16px;
  left: -121px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 53%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  color: #7bc45b;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: 3px solid #7bc45b; }

.testimonial-active .slick-next {
  left: auto;
  right: -121px; }

.testimonial-active .slick-arrow:hover {
  background: #7bc45b;
  border-color: #7bc45b;
  color: #ffffff; }

.testimonial-active .slick-dots {
  text-align: center;
  bottom: -63px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0; }

.testimonial-active .slick-dots li {
  display: inline-block;
  margin: 0 4px; }

.testimonial-active .slick-dots li button {
  height: 8px;
  width: 12px;
  text-indent: -9999px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  background: #7bc45b;
  border: none;
  border-radius: 30px; }

.testimonial-active .slick-dots li.slick-active button {
  background: #7bc45b;
  width: 42px; }

.testimonial-02-wrapper {
  background: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  transition: .3s; }
  .testimonial-02-wrapper::after {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    color: #7bc45b25;
    font-size: 50px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    bottom: 45px;
    right: 39px;
    transition: .3s; }

.testimonial-name {
  overflow: hidden; }

.testimonial-say-content {
  padding-top: 9px;
  overflow: hidden; }

.testimonial-say-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  border-radius: 50%; }

.testimonial-say-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.testimonial-say-content h4 {
  font-size: 20px;
  margin-bottom: 0;
  color: #1d1f47;
  transition: .3s; }

.testimonial-say-content span {
  font-size: 13px;
  background-color: rgba(2,184,171,1);
  background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-transform: uppercase;
  transition: .3s; }

.testimonial-02-text p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 14px;
  transition: .3s; }

.testimonial-2-active .slick-arrow {
  background: rgb(2,184,171);
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  font-size: 16px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: -35%;
  transform: translateY(-30%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  color: #FFF;
  font-weight: 400;
  height: 58px;
  width: 58px;
  line-height: 50px;
  border: 0;
  border-radius: 50%; 
  transition: all .2s ease-in-out;
  transform: scale(0.950);}

.testimonial-2-active .slick-arrow:hover {
  background: #FFF;
  color: #7bc45b;
  transform: scale(1.0); }

.testimonial-2-active .slick-dots {
  text-align: center;
  bottom: -40px;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0; }

.testimonial-2-active .slick-dots li {
  display: inline-block;
  margin: 0 4px; }

.testimonial-2-active .slick-dots li button {
  height: 5px;
  width: 10px;
  text-indent: -9999px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  background: #dfdfdf;
  border: none;
  border-radius: 50px; }

.testimonial-2-active .slick-dots li.slick-active button {
  background: #7bc45b;
  width: 30px; }

.test-01 {
  bottom: 7%;
  left: 6%; }

.test-02 {
  top: 16%;
  right: 9%; }

.testimonial-blue-wrapper .testimonial-say-content span {
  color: #7bc45b; }

.testimonial-blue-wrapper::after {
  color: #7bc45b; }

.brand-area {
  background-size: cover;
  background-position: center center; }

.brand-img {
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding: 25px;
  margin: 30px;
  background-color: #FFF;
  border: 1px solid #EFEFEF;
  border-radius: 5px;
  cursor: all-scroll;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

.brand-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
}

.brand-img:hover img {
  filter: gray;
  -webkit-filter: grayscale(1);
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out; 
}

.brand-img:hover {
  border: 1px solid #FFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 14px;
}

.b-top {
  border-top: 1px solid #e4e4e4; }

.b-2-top {
  border-top: 2px solid #f0f0f0; }

.brand-bg-2 {
  border-bottom: 3px solid #0e2b5c; }

.brand-img img {
  display: inline-block; }

.brand-title span {
  color: #f6732e;
  position: relative;
  font-weight: 700;
  font-size: 18px; }
  .brand-title span::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #f6732e transparent;
    left: -26px;
    top: 3px; }
  .brand-title span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 15px;
    border-color: transparent transparent transparent #f6732e;
    right: -26px;
    top: 3px; }
.brand-title h1 {
  font-size: 45px;
  margin-bottom: 0;
  font-weight: 800;
  margin-top: 14px; }

.brand-box-img > a img {
  width: 100%; }

.newsletter-wrapper {
  padding: 54px 67px 54px 80px;
  position: relative; }

.newsletter-wrapper img {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto; }

.newsletter-text h2 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 0; }
.newsletter-text span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-top: 7px;
  display: inline-block; }

.newsletter-form {
  margin-top: 3px; }

.newsletter-form form {
  position: relative; }

.newsletter-form form input {
  height: 40px;
  width: 100%;
  background: none;
  color: #fff;
  font-size: 14px;
  border-bottom: 2px solid #ecb091;
  border-left: 0;
  border-radius: 0;
  border-right: 0;
  border-top: 0;
  font-weight: 500; }

.newsletter-form form input::placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

.newsletter-form form::-moz-placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500; }

.newsletter-form form button {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: 0;
  padding: 0; }

.newsletter-form form button i {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 9px; }

.footer-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.footer-text {
  margin-top: 26px;
  margin-bottom: 20px; }
  .footer-text p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    color: #d6d6d6; }

.footer-logo img {
  width: 175px;
}

.footer-contact-address {
  margin-bottom: 13px; }
  .footer-contact-address:last-child {
    margin-bottom: 0; }

.footer-contact-icon {
  float: left;
  margin-right: 15px; }
  .footer-contact-icon i {
    font-size: 14px;
    color: #ffffff; }

.footer-contact-text {
  overflow: hidden; }
  .footer-contact-text span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600; }
  
  .footer-contact-text a {
    font-size: 14px;
    color: #d6d6d6;
    font-weight: 500;
    transition: .3s;
  }
  .footer-contact-text a:hover {
    color: #7bc45b;
  }

.footer-title {
  position: relative;
  margin-top: 18px; }
  .footer-title::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #7bc45b transparent;
    left: 0;
    top: -21px; }
  .footer-title h3 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 23px; }

.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul li {
  list-style: none;
  padding-bottom: 10px; }
  .footer-menu ul li:last-child {
    padding-bottom: 0; }
  .footer-menu ul li a {
    font-size: 14px;
    color: #d6d6d6;
    font-weight: 500;
    transition: .3s; }
    .footer-menu ul li a:hover {
      color: #7bc45b; }
    .footer-menu ul li a i {
      margin-right: 5px; }

.recent-news-text {
  margin-bottom: 19px; }
  .recent-news-text:last-child {
    margin-bottom: 0; }

.recent-news-text h4 {
  margin-bottom: 12px; }
  .recent-news-text h4 a {
    color: #ffffff;
    font-size: 16px;
    transition: .3s;
    font-weight: 700; }
    .recent-news-text h4 a:hover {
      color: #7bc45b; }

.news-date span {
  font-size: 14px;
  font-weight: 500;
  color: #d6d6d6; }
  .news-date span i {
    color: #7bc45b;
    font-size: 16px;
    margin-right: 6px; }

.footer-icon a {
  color: #FFF;
  font-size: 14px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: .3s;
  margin-right: 5px; }

.footer-icon a.facebook {
  background: #3b5998; }

.footer-icon a.whatsapp {
  background: #25D366; }

.footer-icon a.instagram1 {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); }

.footer-icon a.youtube {
  background: #cd201f; }

.footer-icon a.linkedin {
  background: #0a66c2; }

.footer-icon a:hover {
  opacity: 0.5; }

.copyright p {
  margin-bottom: 0;
  margin-top: 6px;
  color: #d6d6d6;
  font-size: 14px;
  line-height: 20px; }
.copyright p a {
  color: #7bc45b; }


.subscribes-form form input {
  background: none;
  border-radius: 0;
  height: 50px;
  padding: 0 23px;
  width: 100%;
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500;
  border: 2px solid #7d7d7d;
  border-radius: 5px; }

.subscribes-form form input::placeholder {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500; }

.subscribes-form form input::-moz-placeholder {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: 500; }

.subscribes-form form button.btn {
  margin-top: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 14px 45px 18px; }

.footer-info p {
  font-size: 16px;
  color: #d6d6d6;
  font-weight: 700;
  margin-bottom: 20px; }

.footer-2-area {
  background-size: cover;
  background-position: left bottom; }

.we-are-wrapper {
  margin-top: 0px; }

.we-are-wrapper.seo-style {
  background-color: #1e283c;
  border-radius: 4px;
  padding: 24px 20px;
  width: 100%;
  height: 450px;
}

.we-are-wrapper.seo-style .digit {
  position: absolute;
  left: 40px;
  bottom: 10px;
  font-size: 100px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.125);
}

.we-are-wrapper.seo-style .we-are-text h1 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #FFF;
}
.we-are-wrapper.seo-style .we-are-text p {
  margin-bottom: 0px;
  color: #c4c5cc;
  font-size: 14px;
  line-height: 28px;
  margin-right: 0; 
}
.we-are-text span {
  color: #7bc45b;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 12px;
  display: inline-block; }
.we-are-text h1 {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 700; }
.we-are-text p {
  margin-bottom: 20px;
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  margin-right: 64px; }

.we-are-img img {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
}

.we-are-img.seo-style {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 6px; }

.we-are-img.seo-style img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all .2s ease-in-out; }

.we-are-img.seo-style:hover img {
  transform: scale(1.1);
}

.gallery-wrapper .gallery-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px; }

.gallery-wrapper .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1); }

.gallery-wrapper:hover .gallery-img img {
  opacity: 0.7;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

.gallery-text {
  -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
  box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
  background: #fff;
  margin: 0 20px;
  padding: 20px;
  margin-top: -35px;
  position: relative;
  border-radius: 6px;
  transition: .3s; }
  .gallery-text h4 {
    font-size: 18px;
    margin-bottom: 0; }
    .gallery-text h4 a {
      color: #222;
      transition: .3s; }
      .gallery-text h4 a:hover {
        color: #7bc45b; }
      .gallery-text p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 4px;
        margin-bottom: 0;
      }

.gallery-wrapper:hover .gallery-text {
  transform: translateY(-10px); }


.case-block{
	position:relative;
	margin-bottom:40px;
}

.case-block .inner-box{
	position:relative;
}

.case-block .inner-box .image{
	position:relative;
  width: 100%;
  height: 235px;
	overflow:hidden;
	border-radius:6px;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
	display:block;
  transition: all .2s ease-in-out;
}


.case-block .inner-box:hover .image img {
  opacity: 0.7;
  transform: scale(1.1);
}

.case-block .inner-box .lower-content{
	position:relative;
  /* padding:20px 22px 0px; */
  padding: 20px 22px;
	margin-left:15px;
	margin-right:15px;
	margin-top:-40px;
  border-radius:6px;
	background-color:#ffffff;
  -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
  box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
}

.case-block .inner-box .lower-content:before{
	position:relative;
	
}

/*
.case-block .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:20px;
	border-radius:6px;
	background-color:#ffffff;
  -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
  box-shadow: 0px 10px 29.7px 0.3px rgba(220, 220, 220, 0.46);
}
*/

.case-block .inner-box .lower-content h4{
	position:relative;
  font-size: 18px;
	font-weight:700;
	line-height:1.3em;
  margin-bottom: 0;
	/* margin-bottom:15px; */
}

.case-block .inner-box .lower-content h4 a{
	position:relative;
	background: -webkit-linear-gradient(#999, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.case-block .inner-box .lower-content h4 p {
  font-size: 14px;
  line-height: 25px;
  margin-top: 4px;
  margin-bottom: 0;
  color: #8a8a8a;
}

.case-block .inner-box .lower-content h4 a:hover{
	background-color: rgba(2,184,171,1);
  background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-block .inner-box .lower-content .arrow{
	position:relative;
	color:#7bc45b;
	font-size:28px;
	bottom:0px;
	padding-right:20px;
	border-radius:6px;
	margin-bottom:-2px;
	display:inline-block;
	border:2px solid #dfdfdf;
	background-color:#ffffff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.case-block .inner-box .arrow:after{
	position:absolute;
	content:'';
	right:0px;
	top:50%;
	height:2px;
	width: 50px;
	opacity:0;
	margin-top:-1px;
	background: rgb(2,184,171);
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.case-block .inner-box:hover .arrow:after{
	right:-50px;
	opacity:1;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.case-block .inner-box .arrow .txt{
	position:relative;
	font-size:17px;
	top:-5px;
	opacity:0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.case-block .inner-box:hover .arrow{
	border-radius: 50px;
}

.case-block .inner-box:hover .arrow .txt{
	opacity:1;
}

.case-block .inner-box .arrow .arrow-icon{
	position:relative;
	margin-left:-20px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.case-block .inner-box:hover .arrow .arrow-icon{
	margin-left: 8px;
}

.case-block .inner-box:hover .arrow{
	color:#ffffff;
	padding-left: 15px;
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
}

.counter-area.style2 {
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
}

.counter-area {
  background-size: cover;
  background-position: center center; }

.counter-text {
  padding: 20px 40px;
  border: 2px solid #FFF;
  border-radius: 5px;
}

.counter-text h1 {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 4px; }
.counter-text p {
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 0; }

.plus-icon {
  font-size: 32px; }

.counter-2-wrapper .counter-icon i {
  color: #7bc45b; }

.counter-2-wrapper .counter-text h1 {
  color: #7bc45b; }

.counter-2-wrapper .counter-text p {
  color: #777777; }

.counter-center .counter-icon {
  float: left;
  margin-right: 30px; }

.counter-center .counter-icon i {
  color: #e50a25;
  font-size: 70px; }

.counter-center .counter-text h1 {
  font-size: 55px;
  margin-top: 0;
  color: #1d1f47;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1; }

.counter-center .counter-text {
  overflow: hidden; }

.counter-center .plus-icon {
  font-size: 55px; }

.counter-center .counter-text p {
  color: #8a8a8a; }

.counter-blue .counter-icon i {
  color: #7bc45b; }

.video-wrapper {
  margin-left: 62px;
  margin-top: 45px; }

.video-img {
  position: relative; }
  .video-img img {
    width: 100%; }
  .video-img::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: .7;
    background: #7bc45b;
    left: 0;
    top: 0;
    border-radius: 16px; }

.video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%); }
  .video-icon a {
    height: 100px;
    width: 100px;
    background: #ffffff;
    display: inline-block;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
    transition: .3s;
    color: #7bc45b;
    position: relative; }

@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35); }
  100% {
    opacity: 0; } }
.video-icon a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fff;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite; }

.quote-area {
  background-size: cover;
  background-position: center center; }

.quote-padding {
  padding-bottom: 375px; }

#quote-form input {
  background: none;
  height: 70px;
  width: 100%;
  padding: 0 30px;
  border: 0;
  color: #ffffff;
  border: 2px solid #89bdff;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 700; }

#quote-form textarea {
  color: #ffffff;
  font-weight: 700;
  height: 125px;
  width: 100%;
  padding: 30px 30px;
  border: 2px solid #89bdff;
  text-transform: capitalize;
  background: none;
  border-radius: 5px;
  font-size: 14px; }

#quote-form input::-moz-placeholder, #quote-form input::placeholder {
  color: #ffffff;
  font-weight: 700;
  font-size: 14x; }

#quote-form textarea::-moz-placeholder, #quote-form textarea::placeholder {
  color: #ffffff;
  font-weight: 700;
  font-size: 14x; }

.quote-btn .btn {
  padding: 23px 108px 26px;
  background: #ffffff;
  color: #7bc45b;
  transition: .3s; }
  .quote-btn .btn:hover {
    color: #ffffff;
    background: #7bc45b; }

.quote-btn .btn::after {
  display: none; }

.form-box {
  position: relative; }

.form-box::after {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 14px;
  text-align: center;
  right: 27px;
  color: #ffffff;
  top: 24px; }

.form-2-box::after {
  position: absolute;
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 22px;
  color: #7bc45b;
  top: 12px; }

.email-icon:after {
  content: "\f2b6"; }

.date-icon::after {
  content: "\f107"; }

.person-icon:after {
  content: "\f6c0"; }

.time-icon:after {
  content: "\f017"; }

.message-icon:after {
  content: "\f040"; }

.phone-icon:after {
  content: "\f10b"; }

.quote-tab {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 14px; }
  .quote-tab ul li {
    position: relative; }
    .quote-tab ul li a {
      transition: .3s;
      margin: 0;
      margin-right: 0px;
      color: #8a8a8a;
      font-size: 16px;
      font-weight: 700;
      padding: 0;
      margin-right: 32px;
      position: relative; }
      .quote-tab ul li a::before {
        background: #7bc45b;
        position: absolute;
        bottom: 0;
        content: "";
        left: 0;
        height: 2px;
        width: 100%;
        bottom: -16px;
        transition: .3s;
        opacity: 0; }
      .quote-tab ul li a:hover::before {
        opacity: 1; }
      .quote-tab ul li a.active::before {
        opacity: 1; }
      .quote-tab ul li a:hover {
        color: #7bc45b;
        border-color: #7bc45b; }
      .quote-tab ul li a.active {
        color: #7bc45b;
        border-color: #7bc45b; }
    .quote-tab ul li:last-child {
      margin-right: 0; }

.quote-2-form input {
  background: none;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  color: #8a8a8a;
  border: 0;
  border-bottom: 3px solid #ddd;
  background-color: #e6e6e67a;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500; }

.quote-2-form textarea {
  background: none;
  height: 140px;
  width: 100%;
  padding-left: 20px;
  padding-top: 16px;
  color: #8a8a8a;
  border: 0;
  border-bottom: 3px solid #ddd;
  background-color: #e6e6e67a;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500; }

.quote-2-form input:hover, .quote-2-form textarea:hover {
  border-bottom: 3px solid #7bc45b;
}

.quote-2-form input::-moz-placeholder, .quote-2-form input::placeholder,
.quote-2-form textarea::-moz-placeholder, .quote-2-form textarea::placeholder {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 14px; }

.quote-info {
  color: #1d1f47;
  font-size: 24px;
  margin-bottom: 22px;
  margin-top: 10px; }

.pro-filter {
  position: relative; }
  .pro-filter select {
    background: none;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    color: #8a8a8a !important;
    border: 0;
    border-bottom: 3px solid #ddd;
    background-color: #e6e6e67a;
    border-radius: 5px;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    appearance: none;
    cursor: pointer;
    -moz-appearance: none; }

  .pro-filter select option {
    background-color: #FFF;
  }

  .pro-filter select:hover {
    border-bottom: 3px solid #7bc45b;
  }
  .pro-filter select:focus {
    border-bottom: 3px solid #7bc45b;
    outline: none;
  }

.pro-filter::before {
  content: "\f107";
  right: 22px;
  top: 12px;
  position: absolute;
  color: #7bc45b;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 16px; }


/* quote-2-form Style2 */

.quote-2-form.style2 input {
  background: none;
  height: 42px;
  width: 100%;
  padding-left: 20px;
  color: #8a8a8a;
  border: 1px solid #fff;
  border-bottom: 1px solid #03a39885;
  background-color: #FFF;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  font-weight: 500;
  transition: all 0.2s ease-in-out; }

.quote-2-form.style2 textarea {
  background: none;
  height: 80px;
  width: 100%;
  padding-left: 20px;
  padding-top: 16px;
  color: #8a8a8a;
  border: 1px solid #fff;
  border-bottom: 1px solid #03a39885;
  background-color: #FFF;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
  font-weight: 500; }

.quote-2-form.style2 input:hover, .quote-2-form.style2 textarea:hover {
  border: 1px solid #FFF;
  border-bottom: 2px solid #03a398;
}

.quote-2-form.style2  .form-2-box::after {
  top: 8px; }

.quote-2-form.style2 .btn {
  width: 100%;
  padding: 12px 20px 17px;
}

.quote-img img {
  width: 400px;
  height: auto; 
  margin: auto;}
  
.quote-img.style2 img {
   width: 100%; 
   height: 480px;
   overflow: hidden;
   object-fit: contain;
   object-position: top center;
}

.quote-icon-img {
  position: absolute;
  top: 42%;
  right: -72px; }

.contact-box {
  border: 2px dashed #eaeaea;
  padding: 30px 10px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s; }

.contact-box:hover, .contact-box:hover i {
  border-color: #7bc45b; }

.contact-box i {
  font-size: 29px;
  height: 70px;
  width: 70px;
  color: #7bc45b;
  border-radius: 50%;
  line-height: 70px;
  border: 2px dashed #eaedff;
  margin-bottom: 30px;
  transition: .3s; }

.contact-box h3 {
  font-size: 26px;
  margin-bottom: 15px; }

.contact-box p {
  margin: 0;
  padding: 0 50px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-box p {
    padding: 0 10px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-box p {
    padding: 0 0px; } }
.contact-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 36px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 6px;
  font-size: 13px; }

.contacts-us-form input {
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  font-size: 15px;
  color: #8a8a8a;
  border: 0;
  border-bottom: 3px solid #ddd;
  background-color: #e6e6e67a;
  font-weight: 500;
  border-radius: 5px; }

.contacts-us-form.style2 input {
  margin-bottom: 20px;
}

.contacts-us-form textarea {
  height: 120px;
  margin-bottom: 30px;
  padding: 20px;
  width: 100%;
  font-size: 15px;
  color: #8a8a8a;
  border: 0;
  border-bottom: 3px solid #ddd;
  background-color: #e6e6e67a;
  font-weight: 500;
  border-radius: 5px; }

.contacts-us-form input:hover,
.contacts-us-form input:focus {
  border-bottom: 3px solid #7bc45b; }

.contacts-us-form textarea:hover,
.contacts-us-form textarea:focus {
  border-bottom: 3px solid #7bc45b; }

#contacts-us-form input::-moz-placeholder {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500; }

#contacts-us-form input::placeholder {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500; }

#contacts-us-form textarea::-moz-placeholder {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500; }

#contacts-us-form textarea::placeholder {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 500; }

.contacts-icon {
  position: relative; }

.contacts-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 20px;
  color: #7bc45b;
  top: 14px; }

.contactss-message::after {
  content: "\f303"; }

.contactss-name::after {
  content: "\f007"; }

.contactss-email::after {
  content: "\f0e0"; }

.contactss-website::after {
  content: "\f0ac"; }

.contacts-us-form-button .btn {
  padding: 17px 50px 19px; }

.contact-area .live-contact .image {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 30px; }

.contact-area .live-contact.style-dm .image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    border-radius: 0;
    margin-top: auto;
    margin-bottom: auto;
    margin-bottom: 30px; }

.contact-area .live-contact.style-seo .image img {
  object-fit: contain;
}

.contact-area .live-contact .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }

.contact-area .live-contact .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px;
    text-align: center; }

.contact-area .live-contact .content .icon {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 30px; }

.contact-area .live-contact .content h4 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px; }

.contact-area .live-contact .content .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px; }

.contact-area .live-contact .content .btn-style-one .btn-title::before {
    background: #fff; }

.contact-1-address-text {
  overflow: hidden; }

.contact-1-address-text h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px; }

.contact-1-address-text p {
  line-height: 28px;
  margin-bottom: 0;
  font-size: 18px; }

.contact-1-list-address li {
  padding-bottom: 46px; }

.contact-1-list-address li:last-child {
  padding-bottom: 0; }

.contact-1-address-icon {
  float: left;
  margin-right: 20px; }
  .contact-1-address-icon i {
    font-size: 25px;
    color: #7bc45b; }

.contact-us-01-wrapper .contacts-us-form textarea {
  height: 195px; }

.blog-area .blog-wrapper {
  background: #FFF;
  -webkit-box-shadow: 0px 10px 29.7px 0.3px rgba(241, 241, 241, 0.815);
  box-shadow: 0px 10px 29.7px 0.3px rgba(241, 241, 241, 0.815);
  border-radius: 5px;
}

.blog-img {
  width: 100%;
  height: 225px;
  overflow: hidden;
  border-radius: 5px; }

.blog-img.style2 {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 5px; }

.blog-img.details {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 6px; }

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;}

.blog-wrapper:hover .blog-img img {
  transform: scale(1.1); }

.single-blog .we-are-text p {
  line-height: 30px;
  margin-right: 27px; }

.blog-meta span {
  display: flex;
  vertical-align: middle;
  margin-bottom: 10px; }
  .blog-meta span:last-child {
    margin-right: 0; }
  .blog-meta span a {
    font-size: 14px;
    color: #888888;
    font-weight: 500; }
  .blog-meta span a h3 {
    margin: 0;
    font-size: 26px; }
  .blog-meta span i {
    color: #7bc45b;
    font-size: 14px;
    margin-right: 5px; }
  .blog-meta span img {
    width: 28px;
    margin-right: 10px; }

.blog-text {
  padding: 20px; }
  .blog-text h4 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 10px; }
    .blog-text h4 > a {
      transition: .3s;
      color: #222; }
      .blog-text h4 > a:hover {
        color: #7bc45b; }
  .blog-text p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px; }
  .blog-text.style2 p {
    font-size: 15px;
    line-height: 26px; }

.blog-02-text h4 {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 12px; }

.latest-news-wrapper {
  border: 1px solid #e9e9e9;
  padding: 40px 35px 40px 35px;
  position: relative;
  transition: .3s; }

.bakix-navigation {
  margin-bottom: 40px;
}

.bakix-navigation span {
  padding: 10px 15px;
  border: 2px solid #e6e6e67a;
  border-radius: 5px;
  transition: 0.3s;
}

.bakix-navigation span:hover {
  background-color: #e6e6e67a;
}

.latest-news-wrapper:hover, .slick-center .latest-news-wrapper {
  border: 1px solid transparent; }

.latest-news-wrapper::before {
  background-image: url("../img/blog/news.webp");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background-size: cover; }

.latest-news-wrapper:hover.latest-news-wrapper::before, .slick-center .latest-news-wrapper::before {
  opacity: 1; }

.latest-news-text {
  z-index: 999;
  position: relative; }
  .latest-news-text > a {
    border: 2px solid #7bc45b;
    font-size: 14px;
    color: #7bc45b;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    padding: 9px 14px;
    border-radius: 5px;
    transition: .3s; }
  .latest-news-text h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 22px;
    margin-bottom: 36px; }
    .latest-news-text h3 > a {
      transition: .3s;
      color: #1d1f47; }
  .latest-news-text p {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 5px; }

.latest-news-wrapper:hover .latest-news-text > a, .slick-center .latest-news-text > a {
  border-color: #ffffff;
  color: #ffffff; }

.latest-news-wrapper:hover .latest-news-text h3 > a, .slick-center .latest-news-text h3 > a {
  color: #ffffff; }

.latest-news-wrapper:hover .latest-news-text p, .slick-center .latest-news-text p {
  color: #ffffff; }

.news-meta span {
  margin-right: 25px; }
  .news-meta span:last-child {
    margin-right: 0; }
  .news-meta span a {
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500; }
  .news-meta span i {
    color: #7bc45b;
    font-size: 14px;
    margin-right: 5px; }

.latest-news-wrapper:hover .news-meta span a, .slick-center .news-meta span a {
  color: #ffffff; }

.news-active .slick-arrow {
  position: absolute;
  top: -142px;
  right: 19px;
  padding: 0;
  border: 2px solid #7bc45b;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
  color: #7bc45b;
  background: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.news-active .slick-prev {
  right: 94px; }

.news-active .slick-arrow:hover {
  color: #ffffff;
  background: #7bc45b;
  border-color: #7bc45b;
  box-shadow: 0px 10px 29.7px 0.3px rgba(125, 186, 47, 0.72); }

.widget {
  border: 2px solid #E8EAF2;
  padding: 30px; }

.b-0 {
  border: 0; }

.search-form {
  position: relative; }
  .search-form input {
    width: 100%;
    height: 60px;
    border: 0;
    background: #E8EAF2;
    border-radius: 5px;
    padding: 0 20px; }
  .search-form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #222;
    padding: 0 25px;
    color: #ffffff;
    line-height: 60px;
    transition: 0.3s;
    border-radius: 5px;
    transform: scale(0.8);
    border: 0; }
.search-form button:hover {
    background: rgb(2,184,171);
    background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%); }

.widget-title {
  font-size: 21px;
  margin-bottom: 0px;
  position: relative;
  display: inline-block; }

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

.animate-border.border-white::after {
  border-color: #ffffff; }

.animate-border.border-white::after {
  border-color: #ffffff; }

.animate-border {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 4px;
  background: rgb(2,184,171);
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  margin-right: 10px;
  top: -3px; }

.animate-border::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 4px;
  left: 5%;
  bottom: 0;
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px); } }
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(25px);
    transform: translateX(25px); } }

.widget-social-icon a {
  display: inline-block;
  margin: 0 8px; }
  .widget-social-icon a:hover {
    color: #7bc45b; }

.widget .recent-posts > li:first-child {
  border: 0;
  padding-top: 0; }

.widget .recent-posts li:last-child {
  padding-bottom: 0; }

.widget .recent-posts > li {
  border-top: 1px solid #E8EAF2;
  padding: 20px 0;
  overflow: hidden; }

.widget-posts-image {
  width: 80px;
  height: 65px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 15px;
  float: left; }
  .widget-posts-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .2s ease-in-out; }
  .widget .recent-posts > li:hover .widget-posts-image img {
    transform: scale(1.1); }

.widget-posts-body {
  overflow: hidden; }

.widget-posts-title {
  margin-bottom: 10px;
  font-size: 16px; }
  .widget-posts-title:hover {
    color: #7bc45b; }

.widget-posts-meta {
  font-size: 12px; }

ul.cat li {
  border-top: 1px solid #E8EAF2;
  padding: 15px 0;
  overflow: hidden; }
  ul.cat li:first-child {
    border-top: 0;
    padding-top: 0; }
  ul.cat li:last-child {
    padding-bottom: 0; }
  ul.cat li a {
    display: block; }
    ul.cat li a:hover {
      color: #7bc45b; }

.social-profile a {
  height: 50px;
  width: 50px;
  text-align: center;
  background: #222;
  line-height: 50px;
  margin-right: 2px;
  display: inline-block;
  color: #ffffff;
  border-radius: 4px;
  margin-bottom: 5px; }
  .social-profile a:hover {
    background: rgb(2,184,171);
    background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%); }

#Instafeed {
  margin: 0 -5px;
  overflow: hidden; }
  #Instafeed li {
    width: 33.33%;
    float: left;
    padding: 0 5px;
    margin-bottom: 10px; }
    #Instafeed li img {
      width: 100%; }

.basic-pagination ul {
  margin-top: 20px;
  display: block; }
  .basic-pagination ul li {
    display: inline-block; }
    @media (max-width: 767px) {
      .basic-pagination ul li {
        margin-bottom: 10px; } }
    .basic-pagination ul li a {
      height: 50px;
      width: 50px;
      background: #ffffff;
      color: #8a8a8a;
      font-size: 18px;
      font-weight: 600;
      border-radius: 5px;
      line-height: 50px;
      margin: 0 5px;
      display: inline-block;
      text-align: center;
      border: 2px solid #d7d7d7; }
      .basic-pagination ul li a:hover {
        background: #7bc45b;
        color: #ffffff;
        border-color: #7bc45b; }

.blog-details-border {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 33px;
  padding-bottom: 23px;
  margin-bottom: 42px; }

blockquote {
  background: #7bc45b;
  padding: 50px;
  position: relative;
  padding-left: 120px; }
  @media (max-width: 767px) {
    blockquote {
      padding: 30px; } }
  blockquote > p {
    font-size: 22px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5; }
  blockquote::before {
    content: "\f10d";
    left: 50px;
    top: 50px;
    position: absolute;
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 41px; }
    @media (max-width: 767px) {
      blockquote::before {
        position: static; } }
  blockquote footer {
    font-size: 15px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase; }

.avatar-name h5 {
  font-size: 18px;
  margin-bottom: 7px; }
.avatar-name span {
  color: #7bc45b;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px; }

.avatar-name {
  margin-bottom: 3px;
  overflow: hidden;
  position: relative; }

.reply {
  color: #222;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: .3s;
  line-height: 1;
  float: right;
  margin-top: 4px;
  position: absolute;
  right: 0;
  top: 0; }
  .reply:hover {
    color: #7bc45b; }
  .reply i {
    margin-right: 5px; }

.conatct-post-form {
  background: #f4f9fc;
  padding: 40px; }
  @media (max-width: 767px) {
    .conatct-post-form {
      padding: 20px; } }
  .conatct-post-form input {
    border: none;
    border-bottom: 3px solid #EFEFEF;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    color: #a7a7c1; }
  .conatct-post-form textarea {
    border: none;
    border-bottom: 3px solid #EFEFEF;
    height: 130px;
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    color: #a7a7c1;
    border-radius: 5px;
    font-size: 14px; }

#contacts-form input::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px; }

#contacts-form input::placeholder {
  color: #a7a7c1;
  font-size: 14px; }

#contacts-form textarea::-moz-placeholder {
  color: #a7a7c1;
  font-size: 14px; }

#contacts-form textarea::placeholder {
  color: #a7a7c1;
  font-size: 14px; }

.contact-icon {
  position: relative; }

.contact-icon::after {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  right: 20px;
  color: #7bc45b;
  top: 12px; }

.contacts-message::after {
  content: "\f303"; }

.contacts-name::after {
  content: "\f007"; }

.contacts-phone::after,
.contactss-phone::after {
  content: "\f095"; }

.contacts-email::after {
  content: "\f0e0"; }

.contacts-website::after {
  content: "\f0ac"; }

.progress-bar-text {
  overflow: hidden; }

.bar-title h4 {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: 700;
  color: #1e283c; }

.progress-bar span {
  font-size: 18px;
  margin-top: -52px;
  color: #1e283c;
  font-weight: 700; }

.progress-bar {
  background-color: #e50a25;
  text-align: right; }

.progress {
  border-radius: 0;
  height: 5px;
  overflow: visible;
  background: #e0e0e0; }

.progress-2-bar-text .bar-title h4 {
  color: #ffffff; }

.progress-2-bar-text .progress-bar span {
  color: #ffffff; }

.progress-2-bar-text .progress-bar {
  background-color: #ffffff; }

.case-area {
  background: #fdfdfd;
}

.case-img {
  overflow: hidden; }

.case-wrapper:hover .case-img img {
  transform: scale(1.1); }

.case-text {
  margin-top: 38px; }
  .case-text h4 {
    font-size: 22px;
    margin-bottom: 8px; }
    .case-text h4 > a {
      transition: .3s;
      color: #1d1f47; }
      .case-text h4 > a:hover {
        color: #e50a25; }
    .case-text h4 p {
      font-size: 14px;
      line-height: 28px;
      margin-bottom: 19px; }

.case-text > a {
  color: #1d1f47;
  font-size: 15px;
  transition: .3s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase; }
  .case-text > a i {
    font-size: 14px;
    margin-left: 4px; }

.case-text > a:hover {
  color: #e50a25; }

.case-text > a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #1d1f47;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.case-text > a::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 100%;
  background: #e50a25;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99; }

.case-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.case-active .slick-dots {
  text-align: center;
  bottom: -50px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0; }

.case-active .slick-dots li {
  display: inline-block;
  margin: 0 5px; }

.case-active .slick-dots li button {
  height: 35px;
  width: 35px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding: 0;
  background: none;
  border: 2px solid #eaeaea;
  border-radius: 50%;
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 700; }

.case-active .slick-dots li.slick-active button {
  border-color: #7bc45b1c;
  background: #7bc45b1c;
  color: #7bc45b; }

.case-study-text {
  background: #ffffff;
  margin-left: 28px;
  margin-right: 28px;
  padding: 20px;
  border-radius: 10px;
  margin-top: -47px;
  position: relative;
  transition: .3s; }
  .case-study-text h4 {
    margin-bottom: 2px;
    font-size: 22px; }
    .case-study-text h4 > a {
      color: #0e2b5c;
      transition: .3s; }
      .case-study-text h4 > a:hover {
        color: #fc5546; }

.case-study-wrapper:hover .case-study-text {
  transform: translateY(-10px); }

.case-study-text > a {
  color: #fc5546;
  font-size: 15px;
  transition: .3s;
  position: relative;
  font-weight: 700;
  text-transform: uppercase; }
  .case-study-text > a i {
    font-size: 14px;
    margin-left: 4px; }

.case-study-text > a:hover {
  color: #0e2b5c; }

.case-study-text > a::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #fc5546;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.case-study-text > a::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 100%;
  background: #0e2b5c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99; }

.case-study-text > a:hover::before {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease; }

.case-study-active .slick-arrow {
  background: #0e2b5c;
  font-size: 16px;
  left: -121px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  color: #ffffff;
  font-weight: 400;
  height: 60px;
  width: 60px;
  line-height: 58px;
  border-radius: 50%;
  border: none; }

.case-study-active .slick-next {
  left: auto;
  right: -121px; }

.case-study-active:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }

.case-study-active .slick-arrow:hover {
  background: #fc5546;
  color: #ffffff; }

.case-study-img > a img {
  width: 100%; }

.case-study-blue-wrapper .case-study-text h4 {
  margin-bottom: 4px;
  font-size: 24px; }

.case-study-blue-wrapper .case-study-text h4 > a {
  color: #222;
  transition: .3s; }
  .case-study-blue-wrapper .case-study-text h4 > a:hover {
    color: #7bc45b; }

.case-study-blue-wrapper .case-study-text > a {
  color: #7bc45b;
  transition: .3s; }
  .case-study-blue-wrapper .case-study-text > a:hover {
    color: #222; }

.case-study-blue-wrapper .case-study-text > a::before {
  background: #0e2b5c; }

.case-study-blue-wrapper .case-study-text > a::after {
  background: #7bc45b; }

.case-3-col .case-study-text h4 {
  margin-bottom: 2px;
  font-size: 20px; }

.case-full .features-text h4 {
  font-size: 24px;
  color: #222;
  margin-bottom: 7px; }

.case-details-img img {
  width: 100%; }

.case-details-text h2 {
  font-size: 30px;
  margin-bottom: 18px; }
.case-details-text p {
  font-size: 14px;
  margin-bottom: 0; }

.case-details-info {
  margin-top: 53px;
  margin-left: 30px; }

.case-details-link {
  border: 3px dashed #eee;
  padding: 30px; }
  .case-details-link li {
    padding-bottom: 8px; }
    .case-details-link li:last-child {
      padding-bottom: 0; }

.case-d-info-1 span {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 14px;
  margin-right: 25px; }

.case-d-info-2 {
  overflow: hidden; }

.case-d-info-2 span {
  color: #222;
  font-weight: 600;
  font-size: 14px; }

.case-details-11 .marketing-text h2 {
  font-size: 30px;
  margin-bottom: 11px; }

.case-details-11 .marketing-text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 28px; }

.case-details-11 .relationship-link {
  margin-top: 18px; }

.case-details-11 .relationship-link li {
  font-weight: 500;
  padding-bottom: 13px; }

.case-details-11 {
  margin-top: 10px; }

.case-02-details-info {
  margin-left: 0; }

.case-details-3-img img {
  width: 100%; }

.pricing-wrapper {
  border-top: 1px solid #e6e6e67a;
  border-bottom: 1px solid #e6e6e67a;
  padding-bottom: 50px; }

.pricing-wrapper.active {
  border-top: 1px solid #e50a25;
  border-right: 1px solid #e6e6e67a;
  border-left: 1px solid #e6e6e67a;
  padding-bottom: 60px;
  margin-top: -58px; }

.pricing-top-text {
  background: #e50a25;
  padding: 15px 5px; }
  .pricing-top-text h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0; }

.pricing-text {
  margin-top: 45px; }
  .pricing-text h3 {
    font-size: 30px;
    color: #1e283c;
    margin-bottom: 0; }

.pricing-wrapper.active .pricing-text {
  margin-top: 55px; }

.price-count {
  border-bottom: 1px solid #e6e6e67a;
  margin-bottom: 40px;
  padding-bottom: 49px;
  margin-top: 16px; }

.price-count h1 {
  font-size: 40px;
  color: #e50a25;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0; }

.price-count span {
  font-size: 18px;
  color: #8a8a8a;
  font-weight: 600; }

.price-count h1 span.usd {
  font-size: 22px;
  font-weight: 600;
  color: #8a8a8a;
  position: relative;
  top: -6px;
  right: 9px; }

.pricing-content p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 35px;
  padding: 0 34px; }

.pricing-button {
  margin-top: 40px; }

.pricing-button .btn-border {
  padding: 19px 38px 22px;
  border: 2px solid #1d1f47;
  color: #1d1f47;
  transition: .3s; }
  .pricing-button .btn-border:hover {
    color: #ffffff;
    border-color: #e50a25;
    background: #e50a25; }

.pricing-button.active .btn-border {
  color: #ffffff;
  border-color: #e50a25;
  background: #e50a25; }

.pricing-3 .price-count h1 {
  color: #7bc45b; }

.pricing-3 .pricing-top-text {
  background: #7bc45b; }

.pricing-3 .pricing-wrapper.active {
  border-top: 1px solid #7bc45b; }

.pricing-3 .pricing-button .btn-border:hover {
  color: #ffffff;
  border-color: #7bc45b;
  background: #7bc45b; }

.pricing-3 .pricing-button.active .btn-border {
  color: #ffffff;
  border-color: #7bc45b;
  background: #7bc45b; }

.breadcrumb-area {
  background-image: url(../img/bg/breadcambs-bg.webp), linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.breadcrumb-text {
  position: relative;
  z-index: 1; }

.breadcrumb-text > h1 {
  font-size: 50px;
  margin-bottom: 17px;
  text-transform: capitalize;
  line-height: 1;
  color: #ffffff;
  font-weight: 700; }
  
.breadcrumb-menu {
    margin: 0;
    padding: 0;
}

.breadcrumb-menu li {
  display: inline-block;
  position: relative;
  padding: 0 19px; }

.breadcrumb-menu li a {
  color: #ffffff;
  font-size: 20px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 500; }

.breadcrumb-menu li a:hover {
  color: #7bc45b; }

.breadcrumb-menu li::before {
  content: "";
  display: inline-block;
  padding-bottom: 0;
  position: absolute;
  top: 12px;
  background: #ffffff;
  left: -7px;
  height: 8px;
  width: 8px;
  border-radius: 50%; }

.breadcrumb-menu li:first-child::before {
  display: none; }

.breadcrumb-menu span {
  color: #7bc45b;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500; }

.financial-text h1 {
  font-size: 45px;
  margin-bottom: 18px; }
.financial-text p {
  margin-bottom: 50px;
  font-size: 14px; }

.financial-img img {
  width: 100%; }

.financial-info h1 {
  font-size: 40px;
  margin-bottom: 26px; }
.financial-info p {
  margin-bottom: 22px; }
  .financial-info p:last-child {
    margin-bottom: 0; }

.financial-info-img {
  margin-left: 20px; }
  .financial-info-img img {
    width: 100%; }

.financial-content h1 {
  font-size: 40px;
  margin-bottom: 28px; }
.financial-content p {
  margin-bottom: 0;
  font-size: 14px; }

.financial-link li {
  padding-bottom: 27px; }
  .financial-link li:last-child {
    padding-bottom: 0; }

.financial-link-info {
  overflow: hidden; }

.financial-icon {
  float: left;
  margin-right: 20px; }
  .financial-icon i {
    font-size: 24px;
    color: #ffffff;
    background: #7bc45b;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center; }

.marketing-analysis-img img {
  width: 100%; }

.marketing-text h2 {
  font-size: 35px;
  margin-bottom: 18px; }
.marketing-text p {
  margin-bottom: 0;
  font-size: 14px; }

.relationship-img img {
  width: 100%; }

.relationship-2-img img {
  width: 100%; }

.relationship-link li {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 20px; }
  .relationship-link li:last-child {
    padding-bottom: 0; }
  .relationship-link li i {
    color: #7bc45b;
    font-size: 16px;
    margin-right: 4px; }

.relationship-info p {
  font-size: 14px;
  margin-bottom: 0; }

.faq-box .btn-link {
  display: block;
  font-size: 18px;
  border: 0;
  text-decoration: none;
  line-height: 1;
  font-weight: 700;
  color: #222;
  border: 1px solid #ededed;
  padding: 20px 30px; }

.faq-box .card-header {
  padding: 0;
  border-bottom: 0;
  background: none;
  border-radius: 0; }

.faq-box .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 19px; }

.faq-box .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 0 0 0;
  border-bottom: 0;
  padding-bottom: 15px;
  border-top: 0;
  padding-top: 20px;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px; }

.faq-box .card-body p {
  margin: 0;
  line-height: 28px; }

.faq-box .btn-link.collapsed::before {
  content: "\f067"; }

.faq-box .btn-link::before {
  content: "\f068";
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
  height: 40px;
  width: 40px;
  background: #7bc45b;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 50%; }

.faq-box .btn-link::before {
  content: "\f068";
  line-height: 30px;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 15px;
  font-family: "Font Awesome 5 Pro";
  height: 40px;
  width: 40px;
  background: #7bc45b;
  text-align: center;
  color: #fff;
  line-height: 40px;
  border-radius: 50%; }

/*--- preloader ---*/

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #7bc45b;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/


.portfolio-area .portfolio-item {
  margin-bottom: 30px;
}

.portfolio-area #portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
  border-radius: 6px;
  padding: 10px 10px;
  background: #7bc45b1c;
}

.portfolio-area #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #555;
  background: #ffffff;
  margin: 6px 12px 6px 12px;
  transition: .3s;
  border-radius: 4px;
}

.portfolio-area #portfolio-flters li:hover, .portfolio-area #portfolio-flters li.filter-active {
  color: #FFF;
  background-color: rgba(2,184,171,1);
  background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  box-shadow: rgba(123, 196, 91, 0.404) 0px 10px 28px 0px;
}

.portfolio-item figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  max-height: auto;
  width: 100%;
  background: #222 !important;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
}
.portfolio-item .effect-goliath.style2{
  max-height: 300px;
  height: 300px;
}
.portfolio-item figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
}
.portfolio-item figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 50em) {
  .portfolio-item .grid figure {
    display: inline-block;
    float: none;
    margin: 10px auto;
    width: 100%;
  }
}
.portfolio-item figure figcaption::before,
.portfolio-item figure figcaption::after {
  pointer-events: none;
}
.portfolio-item figure figcaption,
.portfolio-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfolio-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.portfolio-item figure p,
.portfolio-item figure h2 {
  color: #FFF;
  margin: 0;
}

figure.effect-goliath img {
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}

figure.effect-goliath h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 36px;
}

figure.effect-goliath h2 i {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0);
}

figure.effect-goliath h2 {
  text-transform: none;
  font-size: 20px;
  line-height: 32px;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0);
}

figure.effect-goliath:hover img {
  transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover p,
figure.effect-goliath:hover h2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.top_service_btn {
  text-align: center;
  margin: 0 auto;
}

.client-area {
  background-color: #f0f0f0;
}

.design-process-section,
.cta-area {
  position: relative;
  background-color: #191919bd;
}

.design-process-section .pattern,
.cta-area .pattern {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1; }

.design-process-section .text-align-center {
  line-height: 25px;
  margin-bottom: 12px;
}
.design-process-content {
  border: 1px solid #e9e9e9;
  position: relative;
  padding: 16px 34% 30px 30px;
}
.design-process-content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  max-height: 100%;
}
.design-process-content h3 {
  margin-bottom: 16px;
}
.design-process-content p {
  line-height: 26px;
  margin-bottom: 12px;
}
.process-model {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 75%;
  margin: 0 auto;
  border: none;
  z-index: 0;
}
.process-model li::after {
  background: #FFF none repeat scroll 0 0;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  right: 0px;
  left: 0;
  top: 33px;
  width: 80%;
  z-index: -1;
}

.process-model li {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: none;
}

.process-model li i {
  display: block;
  height: 68px;
  width: 68px;
  text-align: center;
  margin: 0 auto;
  color: #7bc45b;
  background: #333333;
  border: 3px solid #FFF;
  line-height: 68px;
  font-size: 30px;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.process-model li:hover i {
  transform: scale(1.3);
}

.process-model li p {
  font-size: 14px;
  margin-top: 11px;
  color: #FFF;
}

.process-model.contact-us-tab li::after {
  display: none;
}

@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
    font-size: 23px;
    height: 50px;
    line-height: 46px;
    width: 50px;
  }
  .more-icon-preocess.process-model li::after {
    top: 24px;
  }
}
@media screen and (max-width: 380px) {
  .process-model.more-icon-preocess li {
    width: 16%;
  }
  .more-icon-preocess.process-model li span {
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
  }
  .more-icon-preocess.process-model li p {
    font-size: 8px;
  }
  .more-icon-preocess.process-model li::after {
    top: 18px;
  }
  .process-model.more-icon-preocess {
    text-align: center;
  }
}


about-us-area .map-holder {
  overflow: hidden;
  margin: 0 -57px 0 0;
  position: relative;
}

.map-dot {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 26.3%;
  left: 49.2%;
  z-index: 1;
  background: #fce68a;
  border-radius: 100%;
}

.map-dot:nth-child(2) {
  left: 52.5%;
  top: 29.6%;
}

.map-dot:nth-child(3) {
  left: 45.5%;
  top: 32.9%;
}

.map-dot:nth-child(4) {
  left: 50.2%;
  top: 35.1%;
}

.map-dot:nth-child(5) {
  left: 47.4%;
  top: 38.7%;
}

.map-dot:nth-child(6) {
  left: 59.7%;
  top: 33.5%;
}

.map-dot:nth-child(7) {
  left: 57%;
  top: 36.7%;
}

.map-dot:nth-child(8) {
  left: 61.6%;
  top: 38.7%;
}

.map-dot:nth-child(9) {
  left: 58.9%;
  top: 41.9%;
}

.map-dot:nth-child(10) {
  left: 63.7%;
  top: 41.6%;
}

.map-dot:nth-child(11) {
  left: 66%;
  top: 42.4%;
}

.map-dot:nth-child(19) {
  left: 78.7%;
  top: 47.7%;
}

.map-dot:before {
  -webkit-animation: flash 1s ease-out infinite;
  animation: flash 1s ease-out infinite;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -10px 0 0 -10px;
  background: #fce68a;
  border-radius: 100%;
  -webkit-animation-duration: 10.5s;
  animation-duration: 10.5s;
}



/*** 

====================================================================
	Timeline Section
====================================================================

***/

.timeline-section{
	position:relative;
	padding: 70px 0px 100px;
	    background-color: #f5f6f8;
}

.timeline-section .inner-container{
	position:relative;
}

.timeline-section .inner-container:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0px;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #d6dbe6;
}

.timeline-section .inner-container .history-block:nth-child(2n + 1) .inner-box{
	max-width:555px;
	float:right;
}

.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box{
	max-width:555px;
	float:left;
}

.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box .year{
	right:-180px;
	left:auto;
}

.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box .year:before{
	left:auto;
	right:100%;
}

.timeline-section .inner-container .history-block:nth-child(2n + 0) .inner-box .year:after{
	left:auto;
	right:167%;
}

.history-block{
	position:relative;
}

.history-block .inner-box{
	position:relative;
	padding:25px 25px;
	border-radius:7px;
	background-color:#ffffff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.history-block .inner-box .year{
	position:absolute;
	left:-180px;
	top:110px;
	width:90px;
	height:38px;
	color:#7bc45b;
	font-size:20px;
	font-weight:500;
	line-height:34px;
	text-align:center;
	border-radius:7px;
	display:inline-block;
	border:2px solid #7bc45b;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.history-block .inner-box:hover .year{
	color:#ffffff;
	background-color:#7bc45b;
}

.history-block .inner-box .year:before{
	position:absolute;
	content:'';
	left:100%;
	top:17px;
	width:60px;
	height:2px;
	background-color:#7bc45b;
}

.history-block .inner-box .year:after{
	position:absolute;
	content:'';
	left:167%;
	top:13px;
	width:10px;
	height:10px;
	border-radius:50px;
	display:inline-block;
	background-color:#7bc45b;
}

.history-block .inner-box .content{
	position:relative;
}

.history-block .inner-box .content h4{
	position:relative;
	color:#7bc45b;
	font-weight:600;
	line-height:1.3em;
}

.history-block .inner-box .content .text{
	position:relative;
	color:#7683a3;
	font-size:16px;
	line-height:1.7em;
	margin-top:12px;
}

/* Job Apply Module */

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  z-index: 9999;
}
.modal__dialog {
  position: relative;
  max-width: 40%;
  width: 40%;
  padding: 20px;
  margin: auto;
  border-radius: 4px;
  background-color: #FFF;
  z-index: 99999;
}
.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 33px;
  font-size: 32px;
  text-align: center;
  border: 1px solid #f53b3b31;
  color: #f53b3b;
  border-radius: 50%;
  background-color: #f53b3b1f;
}
.modal__close:focus {
  outline: 0;
}
.modal__header {
  border-bottom: 1px solid #e2e2e2;
}
.modal__title {
  margin: 0 0 15px;
}
.modal__content {
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.6;
  color: #555;
}
.modal__footer {
  padding-top: 20px;
  border-top: 1px solid #e2e2e2;
  text-align: right;
}
.modal.is-modal-active {
  display: -webkit-box;
  display: flex;
}
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.file-input {
  display: inline-block;
  text-align: left;
  background: #e6e6e67a;
  padding: 16px;
  width: 100%;
  position: relative;
  border-radius: 5px;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #FFF;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 5px;
  margin-right: 8px;
  transition: all 0.4s ease-in-out;
}

.file-input:hover > .button {
  background: #7bc45b;
  color: white;
}

.file-input > .label {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0.4;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.LP_Logo {
  padding: 70px 0 0;
  margin-bottom: 130px;
  min-height: 750px;}
.LP_Logo .recent-work
{ position:relative; 
  top:50px;}
.LP_Logo .recent-work .LP-logo1
{  left: 20px;
    position: absolute;
    top: 40px; }
.LP_Logo .recent-work .LP-logo2
{ left: 320px;
    position: absolute;
    top: 0; }
.LP_Logo .recent-work .LP-logo3
{  left: 292px;
    position: absolute;
    top: 250px; }
.LP_Logo .recent-work .LP-logo4
{  left: 450px;
    position: absolute;
    top: 40px; }
.LP_Logo .recent-work .LP-logo5
{  position: absolute;
    right: 215px;
    top: 0; }
.LP_Logo .recent-work .LP-logo6
{ position: absolute;
    right: 240px;
    top: 320px; }
.LP_Logo .recent-work .LP-logo7
{ position: absolute;
    right: 20px;
    top: 130px; }
.LP_Logo .recent-work .LP_hover-image {
  transition: all .2s ease-in-out;
}
.LP_Logo .recent-work .LP_hover-image:hover {
  transform: scale(1.2);
}


/* Services Section Five */

.services-section-five {
  position: relative;
  background-color: #1e283c;
}

.services-section-five.style3 {
  background-color: #eff2f5;
}

/*
.services-section-five.style2 .container {
  border-top: 1px solid #ebebeb;
  padding-top: 70px;
}
*/

.services-section-five .pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/bg/section_macbook_sideview.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}

.service-block-five .inner-box {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.service-block-five .inner-box .content-box {
  position: relative;
  padding: 25px 20px 30px 65px;
  border-radius: 6px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #F7F7F7;
  z-index: 9;
  margin: auto 0;
  cursor: all-scroll;
}

.service-block-five .inner-box .content-box:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #7bc45b;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: 6px;
}

.service-block-five .inner-box:hover .content-box:before {
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
}

.service-block-five .inner-box:before {
  position: absolute;
  content: '';
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 20px;
  opacity: .3;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: #7bc45b;
}

.service-block-five .inner-box:hover:before {
  bottom: -10px;
}

.service-block-five .inner-box:after {
  position: absolute;
  content: '';
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 10px;
  opacity: .5;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #7bc45b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.service-block-five .inner-box:hover:after {
  bottom: -5px;
}

.service-block-five .icon {
  position: absolute;
  top: 18px;
  left: 12px;
  font-size: 30px;
  padding-right: 8px;
  line-height: 40px;
  color: #7bc45b;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.service-block-five.style3 .icon {
    width: 60px;
    top: 22px;
    padding-right: 12px;
    border-right: 2px solid #e1e5e9;
}

.service-block-five .inner-box:hover .icon {
  color: #FFF;
}

.service-block-five.style2 .icon span {
    font-weight: 700;
}

.service-block-five h4 {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: auto 0;
}

.service-block-five .inner-box h4 span {
  font-size: 14px;
  font-weight: 500;
  color: #8a8a8a;
}

.service-block-five .inner-box:hover h4,
.service-block-five .inner-box:hover h4 span {
  color: #fff;
}

/* service-block-five STyle2 

.service-block-five.style2 .icon { 
  top: 22px;
  font-size: 50px;
  font-family: 600 !important;
  padding-right: 12px;
  border-right: 2px solid #e1e5e9;
}

.service-block-five.style2  .inner-box .content-box {
  padding: 25px 10px;
  padding-left: 100px;
}

.service-block-five.style2 h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.service-block-five.style2 h4 span {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-left: 10px;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

*/

.service-block-five.style3  .inner-box .content-box {
  height: 90px;
  padding: 25px 15px;
  padding-left: 90px;
}

.service-block-five.style3 h4 {
  font-size: 16px;
  font-weight: 600;
}

/*======================================
# SECTION MAIN
======================================*/
.section-main {padding: 90px 0 70px ; }

.main-content-panel {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  text-align: start;
}

.main-contact-panel.style-mobile {display:none;}

.main-content-panel h2 {
	font-size: 32px;
	line-height: 45px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 15px;
}

.main-content-panel p {
    color: #FFF;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}
.main-contact-panel {
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	width: 480px;
	float: right;
}
.main-contact-panel .panel-header {
	background: rgb(2,184,171);
    background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
	padding: 26px 34px 10px 34px;
}
.main-contact-panel .panel-header .title {
	font-size: 24px;
	font-weight: 700;
	color: #FFFFFF;
}
.main-contact-panel .panel-header p {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.4;
}
.main-contact-panel .panel-body {
    padding: 20px;
	background: #FFFFFF;
}

@media (max-width: 1399px) {
	.section-main {padding: 40px 0 20px; }
	.main-frame-inner {padding-top: 0;}
	.main-contact-panel {width: 400px;}
	.main-contact-panel .panel-header { padding: 24px 20px 8px 20px; }
	.main-contact-panel .panel-header .title { font-size: 20px; }
	.main-contact-panel .panel-header p { font-size: 14px; }
	.main-contact-panel .panel-body { padding: 20px; }
	.main-contact-panel .form-note { font-size: 12px; margin-bottom: 0; }
}
@media (max-width: 1199px) {
	.main-frame-inner {padding-top: 54px;padding-bottom: 64px;}
	.main-frame-inner:before {left: -178px;width: 320px;}
	.main-contact-panel { margin-left: -30px; }
	.main-content-panel h2 { margin-bottom: 20px; }
	.main-content-panel h2 .brand-color { font-size: 34px; }
	.main-content-panel p { font-size: 16px; }
	.main-contact-panel .panel-body { padding: 16px 20px 20px 20px; }
	.main-contact-panel .form-group-line { margin-bottom: 10px; }
	.main-contact-panel .form-group-line .form-control {
		font-size: 14px;
		padding: 8px 0 6px 0;
	}
}
@media (max-width: 991px) {
	.main-frame-inner {
		padding-top: 0;
		padding-bottom: 0;
		background: none;
	}
	.main-contact-panel {
		text-align: center;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
	}
}
@media (max-width: 767px) {
	.section-main {height:35vh;padding: 40px 0; }
	.main-content-panel {position:relative;text-align:center;}
	.main-content-panel h2 {font-size:24px;line-height:36px;margin-bottom:15px;}
	.main-content-panel .btn {display:none;}
	.main-contact-panel.shadow-sm {float:none;margin-top:-40px;margin-left:auto;margin-right:auto;}
	.main-contact-panel.shadow-sm.style-mobile {display:block;}
	.main-contact-panel.shadow-sm.style-deskop {display:none;}
	.main-contact-panel .panel-header .title {font-size:20px;}
	.main-contact-panel .panel-header p {font-size:12px;}
	.main-contact-panel .panel-header { padding: 26px 15px 10px 15px; }
}

div.redTable {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.divTable.redTable .divTableCell, .divTable.redTable .divTableHead {
  border: 1px solid #e4e4e4;
  padding: 3px 2px;
}
.divTable.redTable .divTableBody .divTableCell {
  font-size: 14px;
  font-family: 'Exo', sans-serif;
}
.divTable.redTable .divTableRow:nth-child(even) {
  background: #f7f7f7;
}
.redTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}


.home-two {
  height: 85vh;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 222;
}

.home-two .overlay {
  background: linear-gradient(45deg, rgb(14, 27, 62) 0%, rgba(12, 24, 60, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 85vh;
  opacity: 0.5;
}

.home-two .slider-hero .owl-dots {
  display: none;
}
.home-two .info-header  {
  height: 85vh;
  min-height: 100%;
  padding-bottom: 0px;
}

.home-two .info-header .top-title-header {
  color: #eee;
  display: block;
  letter-spacing: 1px;
  line-height: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-two .info-header .line-header {
  width: 75px;
  height: 3px;
  background: #fff;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-bottom: 30px;
}

/*-----------  Header 02-Home Slider Hero -----------*/
.owl-carousel {
  position: relative;
}
.slider-hero .owl-nav {
  position: absolute;
  top: 44%;
  width: 100%;
  z-index: 999;
  transform: translateY(-50%);
  transition: all 0.8s ease-in-out;
  display: none;
}
.slider-hero:hover .owl-nav {
  display: block;
}
.slider-hero .owl-nav div {
  width: 30px;
  height: 70px;
  color: #02185a;
  text-align: center;
  line-height: 70px;
  font-size: 15px;
  background: rgb(255, 255, 255, 0.5);
  border-radius: 0px;
  z-index: 999;
}
.slider-hero .owl-nav div:hover {
  background: #FFF;
}
.slider-hero .owl-nav div.owl-prev {
  left: 0px;
  position: absolute;
  transition: all 0.4s ease 0s;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.slider-hero .owl-nav div.owl-next {
  right: 0px;
  position: absolute;
  transition: all 0.4s ease 0s;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.slider-hero .owl-dots {
  position: absolute;
  bottom: 5%;
  width: 100%;
  z-index: 99;
  transform: translateY(-50%);
  text-align: center;
}
.slider-hero .owl-dots .owl-dot {
  margin: 20px 7px 0 7px;
  width: 9px;
  height: 9px;
  background: transparent;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  border-radius: 0;
  border: 1px solid #FFF;
  transition: 0.4s;
}
.slider-hero .owl-dots .owl-dot.active,
.slider-hero .owl-dots .owl-dot:hover {
  background: #fff;
}

.main-home {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  top: 0;
  left: 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 85vh;
  min-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 222;
}

.info-header {
  height: 85vh;
  min-height: 100%;
  max-width: 550px;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.info-header h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 55px;
  font-size: 40px;
  margin-bottom: 20px;
}
.text-header {
  text-transform: capitalize;
  font-size: 16px;
  color: #f8f8f8;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 35px;
}

.banner {
  position: relative;
  z-index: 33;
}
.banner-meta {
  display: block;
  margin: 0 0 40px;
  padding-left: 0;    
}
.banner-btn::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}
.banner-meta li {
  display: inline;
  position: relative;
  letter-spacing: 4px;
  text-transform: UPPERCASE;
  font-size: 18px;
  color: #EEE;
  font-weight: 700;
  line-height: 27px;
}
.banner-meta li:first-of-type::before {
  top: -1px;
  content: " ";
  font-size: 11px;
  position: relative;
  color: currentcolor;
  padding: 0 20px 0 0;
}
.banner-meta li::before {
  top: -1px;
  content: "|";
  font-size: 11px;
  position: relative;
  color: currentcolor;
  padding: 0 20px 0 17px;
}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
}


/* Process Section Four */

.process-section-four {
  position: relative;
}

.process-section-four .pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.process-block-four {
  padding-top: 30px;
  position: relative;
}

.process-block-four .inner-box {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.process-block-four .inner-box:before {
  position: absolute;
  content: '';
  right: -121px;
  top: 25px;
  width: 214px;
  height: 35px;
  background: url(../img/icon/icon-process.svg) no-repeat center;
}

.process-block-four:last-child .inner-box:before {
  display: none;
}

.process-block-four .icon {
  position: relative;
  width: 70px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}

.process-block-four .text a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.process-block-four .text:hover a,
.process-block-four .text a.active  {
  color: #7bc45b;
}

.process-section-four .bottom-text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}


/* Pricing Plan Section Start */

.pricing {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.pricing .price-header {
  width: 100%;
  background: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
  padding: 25px 20px;
}

.pricing .price-header .title {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
}

.pricing .price-header .price {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #F7F7F7;
}

.pricing .content {
  padding: 20px 20px 30px;
  background: #FFF;
}

.pricing .content ul {
  margin: 0 0 20px;
  padding: 0;
}

.pricing .content ul li {
  padding: 8px 0;
  font-size: 14px;
  color: #656565;
  list-style: none;
}

.pricing.featured .listing-badges {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing.featured .featured {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 14px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #fff;
}
.pricing.featured .featured {
  background: #1e283c;
}


/* Clients Slider Area Start */

.clients-active .client-item {
    position: relative;
    cursor: all-scroll;
    margin: auto !important;
    padding: 0 !important;
}

.clients-active .client-item img { 
    margin: auto !important;
    padding: 0 !important;
}

.clients-active .slick-arrow {
  display: none !important;
  background: #1e283c;
  font-size: 16px;
  opacity: 1;
  position: absolute;
  text-align: center;
  top: 35%;
  transform: translateY(-30%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  color: #FFF;
  font-weight: 400;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border: 0;
  border-radius: 50%; 
  z-index: 99;
  transition: all .2s ease-in-out;
  transform: scale(0.950);}

.clients-active .slick-arrow:hover {
  background: #FFF;
  color: #1e283c;
  transform: scale(1.0); }
  
.clients-active .slick-arrow {
    right: auto;
    left: 10px;
}
.clients-active .slick-next {
    left: auto;
    right: 10px;
}

.clients-active:hover .slick-arrow {
    display: block !important;
}


/* Process Section Three */

.process-section-three {
    position: relative;
}

.process-section-three .pattern {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}

.process-block-three .inner-box {
    position: relative;
    margin-bottom: 30px;
    padding: 0 30px 30px;
    padding-right: 20px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-top: 45px;
}

.process-block-three h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.process-block-three .icon {
    position: relative;
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 6px;
    font-size: 40px;
    color: #fff;
    margin-bottom: -10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.process-block-three .icon .step-count {
    position: absolute;
    top: 50%;
    right: 0;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    color: #202020;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    background: #fff;
    line-height: 28px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}


.about-img.app-style::before {
  bottom: -10px;
  left: -10px;
  border-radius: 0px 0px 0px 8px;
}

.about-img.app-style {
  z-index: 99;
}

.about-img.app-style img {
  height: auto;
}

.text-animation {
  font-weight: bold;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 8s infinite linear;
}

.bg-b {
  background-image: linear-gradient(90deg, rgba(2,184,171,1) 0%, rgba(123,196,91,1) 100%);
}

@keyframes hue {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 2000px 0;
	}
}

/*===== WhatsApp Widget ====*/

.cbh-phone {
    position: fixed;
    left: -45px;
    bottom: -55px;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s
}

.cbh-phone.cbh-show {
    visibility: visible
}

#kmacb {
    position: fixed;
    display: none;
    background-color: transparent;
    width: 160px;
    height: 160px;
    z-index: 200000!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    right: 15px;
    bottom: 15px
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

.cbh-phone.cbh-static1 {
    opacity: .6
}

.cbh-phone.cbh-hover1 {
    opacity: 1
}

.cbh-ph-circle {
    width: 110px;
    height: 110px;
    top: 40px;
    left: 40px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: .1;
    -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
    animation: cbh-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
    -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 1.1s infinite ease-in-out!important;
    animation: cbh-circle-anim 1.1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle {
    -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    -o-animation: cbh-circle-anim 2.2s infinite ease-in-out!important;
    animation: cbh-circle-anim 2.2s infinite ease-in-out!important
}

.cbh-ph-circle-fill {
    width: 74px;
    height: 74px;
    top: 58px;
    left: 58px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 1.7s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
    -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation: cbh-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity: 0!important
}

.cbh-ph-img-circle1 {
    width: 50px;
    height: 50px;
    line-height: 42px;
    text-align: center;
    top: 70px;
    left: 70px;
    position: absolute;
    background-size: 40px 40px;
    background-color: rgba(30, 30, 30, .1);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
    animation: cbh-circle-img-anim 1s infinite ease-in-out
}

.cbh-ph-img-circle1 svg {
    text-align: center;
    z-index: 9
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    -o-animation: cbh-circle-img-anim 1s infinite ease-in-out!important;
    animation: cbh-circle-img-anim 1s infinite ease-in-out!important
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
    -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    -o-animation: cbh-circle-img-anim 0s infinite ease-in-out!important;
    animation: cbh-circle-img-anim 0s infinite ease-in-out!important
}

@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }
    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

.cbh-phone.cbh-green .cbh-ph-circle {
    border-color: #25d366;
    transition: all .2s ease-in-out;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
    background-color: #25d366;
    transition: all .2s ease-in-out;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
    background-color: #25d366;
    transition: all .2s ease-in-out;
}


.cbh-phone.cbh-green:hover .cbh-ph-circle {
    border-color: #128C7E
}

.cbh-phone.cbh-green:hover .cbh-ph-circle-fill {
    background-color: #128C7E
}

.cbh-phone.cbh-green:hover .cbh-ph-img-circle1 {
    background-color: #128C7E
}