/*Font Face
========================================================================================*/
@import "normalize.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i&display=swap');

:root {
	/*--green: #0dbfd0;*/
  --green: #002a5c;
	--blue: #0085ca;
	--text-color: #41536e;
	--text-light-color: #6e819e;
}


html {
  scroll-behavior: smooth;
}

/* =Box Sizing 
========================================================================================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
input[type="button"],
input[type="submit"],
button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  font-size: 16px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  line-height: 1.65;
  color: #6e819e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

#header {
  padding: 30px 10px 0;
  position: sticky;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  top: 0;
  background-color: var(--white);
  z-index: 1000;
}

#header #logo {
  display: block;
  width: 250px;
}

#header #logo img {
  width: 100%;
  height: auto;
}

#mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: right;
}

#mainmenu li {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
}

#mainmenu li:last-child {
  padding-right: 0;
}

#mainmenu li a {
  color: #6e819e;
  display: block;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

#mainmenu li a:hover {
  color: var(--green);
}

#mainmenu li.current_page_item a {
  color: var(--green);
  border-bottom-color: var(--green);
}

#mainbanner {
  position: relative;
}

#mainbanner h1 {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.45;
	font-weight: 700;
	margin: 0 0 20px;
}

#mainbanner p {
	font-size: 20px;
	margin: 0 0 20px;
}

#mainbanner .row {
	align-items: center;
}

#mainbanner .right-col img {
	width: 100%;
	height: auto;
}

.section-title {
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 40px;
  text-align: center;
}

.section-title:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 4px;
  background: var(--green);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

.section-title h4 {
  font-size: 18px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0 0 8px;
}

.section-title h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.section {
  padding: 60px 0;
}

.section.xs-padding {
  padding: 0 0 60px;
}

.welcome-grid-section .big-col .col-container {
  background: url(../images/thumb-01.jpg) 50% 50% no-repeat !important;
  background-size: cover;
}

.welcome-grid-section .col-container {
  position: relative;
}

.welcome-grid-section .mask {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px;
  width: 100%;
  color: #fff;
  height: 100%;
}

.welcome-grid-section .big-col,
.welcome-grid-section .small-col {
  padding: 0;
}

.welcome-grid-section .big-col {
  border-right: 10px solid var(--white);
}

.welcome-grid-section .big-col .col-container:before {
  content: "";
  display: block;
  padding-top: calc(100% - 85px);
}

.welcome-grid-section .mask h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}


.welcome-grid-section .big-col .col-container .info-box {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 15px;
	color: #fff;
  padding: 30px;
  width: 100%;
}

.welcome-grid-section .small-col .col-container:before {
  content: "";
  display: block;
  padding-top: calc(100% - 52px)
}

.welcome-grid-section .small-col .col-container {
  background: url(../images/thumb-03.jpg) 50% 50% no-repeat !important;
  background-size: cover;
  border-bottom: 10px solid var(--white);
}

.welcome-grid-section .small-col .col-container:first-child {
  background: url(../images/thumb-02.jpg) 50% 50% no-repeat !important;
  background-size: cover;
}

.service-section {
  background: url(../images/our-services-bg.jpg) 100% 100% no-repeat;
  background-size: auto 100%;
}

.services-grid .row {
  margin: 0;
	justify-content: center;
}

.services-grid .col {
  padding: 0;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.services-grid .col:nth-child(-n+4) {
  border-top: 0;
}

.services-grid .col:nth-child(4n+1) {
  border-left: 0;
}

.services-grid .col-container {
  padding: 30px 40px;
}

.services-grid h4 {
  font-size: 18px;
  font-weight: 700;
  color: #41536e;
	line-height: 1.45;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px;
}

.services-grid p {
  margin: 0;
  font-size: 14px;
}

.how-we-do-section {
  background: url(../images/dark-section-bg.png) 0 0 no-repeat #022b7f;
  padding: 60px 0 0;
  color: #fff;
  position: relative
}

.how-we-do-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.how-we-do-section:after {
  content: "";
  position: absolute;
  left: 60px;
  bottom: 30px;
  width: 130px;
  height: 130px;
  background: url(../images/small-circle-shape.png) 0 0 no-repeat;
}

.how-we-do-section .section-title {
  text-align: left;
}

.how-we-do-section .section-title:before {
  margin: 0;
  right: auto;
}

.how-we-do-section .section-info {
  font-size: 16px;
  font-weight: 300;
}

.how-we-do-section .section-info p:last-child {
  margin: 0;
}

.how-we-do-section .col-container {
  background: #fff;
  border-radius: 12px;
  color: #6e819e;
  padding: 24px 30px;
  position: relative;
  font-size: 13px;
}

.how-we-do-section .col-container:last-child {
  margin-top: 30px;
  z-index: 101;
}

.how-we-do-section .col-container h4 {
  font-size: 15px;
  line-height: 1.45;
  min-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 50px;
}


.how-we-do-section .icon {
  position: absolute;
  right: 20px;
  top: 20px;
}

.team-section {
  background: url(../images/circle-bg.jpg) 100% 0 no-repeat;
  padding: 160px 0 60px;
  background-size: contain;
  margin-top: -100px;
  position: relative;
  z-index: 100;
}

.team-section .section-info {
  color: #6e819e;
  text-align: center;
  padding: 0 100px;
  margin: 0 0 50px;
  font-size: 14px;
}

.team-section .info-box h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #41536e;
  font-weight: 600;
}

.team-section .info-box h5 {
  font-size: 14px;
  font-style: italic;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.team-section .image-container {
  width: 134px;
  margin-right: 20px;
}

.team-section .image-container img {
  width: 100%;
  height: auto;
}

.social {
  margin: 10px 0 0;
}

.social ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social li {
  display: inline-block;
  vertical-align: middle;
}

.social li a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/sprites.png) 0 0 no-repeat;
  background-size: 442px auto;
}

.social li a:hover {
  opacity: 0.65;
}

.social li.fb a {
  background-position: -14px -57px;
}

.social li.tw a {
  background-position: -43px -57px;
}

.social li.yt a {
  background-position: -72px -57px;
}

.social li.in a {
  background-position: -102px -57px;
}

.social li:not(:first-child) {
  margin-left: 8px;
}

.logo-scroller-section {
  background: #f8f8f8;
  padding: 40px 0;
}

.logo-scroller-section .row {
  margin: 0;
}

.logo-scroller-section figure {
  margin: 0;
}

.logo-scroller-section .col {
  flex: 0 0 78px;
  max-width: 78px;
  padding: 0;
  margin: 0 20px;
}

.logo-scroller-section figure img {
  width: 100%;
  height: auto;
}

.testimonial-section {
  position: relative;
}

.testimonial-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/triangle-bg.jpg) 100% 0 no-repeat;
  width: 100%;
  height: 450px;
  background-size: cover;
}

.testimonial-section .item {
  padding: 20px;
}

.testimonial-section .col-contianer {
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 20px rgba(158, 171, 192, 0.4);
  margin-bottom: 30px;
}

.testimonial-section .col-contianer figure {
  margin: 0 20px 0 0;
  position: absolute;
  bottom: -100%;
  margin-bottom: 20px;
  left: 0;
}

.testimonial-section .col-contianer figure img {
  border: 1px solid #d4d4d4;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
  width: 72px;
}

.testi-profile {
  position: relative;
  padding: 20px 0 0 100px;
  margin: 30px 0 0;
}

.testi-profile h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.testi-profile h5 {
  font-size: 14px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #454545;
}

.testi-profile:before {
  content: "";
  width: 116px;
  height: 2px;
  background: #e4e4e4;
  position: absolute;
  left: 0;
  top: 0;
}

.testi-info {
  padding-left: 40px;
  font-size: 15px;
  position: relative
}

.testi-info:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  color: #7b7ff6;
  background: url(../images/sprites.png) -16px -92px no-repeat;
  font-style: italic;
  width: 22px;
  height: 19px;
  background-size: 442px auto;
}

.testimonial-section .container {
  position: relative;
}

.blog-section .info-container {
  position: relative;
  padding-left: 60px;
}

.blog-section .info-container h4 {
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 5px;
  color: #41536e;
  line-height: 1.65;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

.blog-section .info-container h6 a {
  color: #7b7ff6;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.blog-section .info-container h6 a:hover {
  text-decoration: none;
  border-color: #7b7ff6;
}

.blog-section .info-container h6 {
  font-size: 13px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  text-transform: uppercase
}

.blog-section figure {
  margin: 0 0 20px;
}

.blog-section figure img {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
}

.blog-section .post-date {
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-align: center;
  background: #7b7ff6;
  border-radius: 8px;
  display: inline-block;
}

.blog-section .post-date span {
  display: block;
}

.blog-section .post-date .month,
.blog-section .post-date .year {
  font-size: 10px;
}

.blog-section .post-date .date {
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
}

.blog-section .info-container p {
  font-size: 14px;
  color: #454545;
}

.tags ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.tags li {
  display: inline-block;
}

.tags li a {
  color: #7a7a7a;
  border: 1px solid #7a7a7a;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 6px;
}

.tags li:not(:first-child) {
  margin-left: 8px;
}

.tags li a:hover {
  background: #f5f6fa;
  text-decoration: none;
  border-color: #f5f6fa;
}

.read-more {
  width: 36px;
  height: 36px;
  border: 1px solid #7b7ff6 !important;
  border-radius: 50%;
  font-size: 0;
  display: block;
  position: relative;
}

.read-more:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../images/sprites.png) -73px -125px no-repeat;
  background-size: 600px auto;
}

.read-more:hover {
  background: #7b7ff6;
}

.read-more:hover:before {
  background-position: -118px -125px;
}

.blog-section .col {
  position: relative;
  padding-bottom: 60px;
}

.blog-section .col .read-more {
  position: absolute;
  bottom: 0;
  left: 70px;
}

#footer {
  padding: 60px 0;
  background: #022b7f;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

#footer #footer-logo {
  width: 175px;
  display: block;
  margin: 0 0 15px;
}

#footer #footer-logo img {
  width: 100%;
  height: auto;
	filter: brightness(0) invert(1);
}

#footer p:last-child {
  margin: 0;
}

#footer h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  color: #fff;
  padding-bottom: 15px;
  margin: 0 0 30px;
  position: relative
}

#footer h4:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #7b7ff6;
  bottom: 0;
}

.quick-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.quick-col li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.quick-col li:nth-child(-n+2) a {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.quick-col li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, .70);
}

.quick-col li {
  padding: 0 7px;
  max-width: 50%;
  flex: 0 0 50%;
}

.get-in-touch-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.get-in-touch-col li:not(:first-child) {
  margin: 10px 0 0;
}

.social-col ul {
  font-size: 0;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.social-col li {
  display: inline-block;
  margin-left: 8px;
}

.social-col li a {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/sprites.png) 0 0 no-repeat;
  background-size: 442px auto;
}

.social-col li a:hover {
  opacity: 0.65;
}

.social-col li.fb a {
  background-position: -144px -57px;
}

.social-col li.tw a {
  background-position: -173px -57px;
}

.social-col li.yt a {
  background-position: -202px -57px;
}

.social-col li.in a {
  background-position: -232px -57px;
}

.social-col li:first-child {
  margin: 0;
}

.case-study-section .section-info {
  width: 80%;
  margin: 0 auto 40px;
  text-align: center;
}

.case-study-section .row {
  margin: 0 -7px;
}

.case-study-section .row .big-col,
.case-study-section .row .small-col {
  padding: 0 7px;
  margin: 0 0 14px;
}

.case-study-section .row .big-col .col-container,
.case-study-section .row .small-col .col-container {
  border: 1px solid #d4d4d4;
  height: 100%;
}

.case-study-section .big-col .row {
  margin: 0;
}

.case-study-section .big-col .row .col {
  padding: 0;
  border: 0;
}

.case-study-section .big-col .image-col,
.case-study-section .row .small-col .col-container {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
}

.case-study-section .big-col .image-col:before {
  display: block;
  padding-top: 95.208333333333333333333333333333%;
  content: "";
}

.case-study-section .mask {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.case-study-section .mask h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  margin: 0 0 10px;
  color: #41536e;
  font-style: italic;
}

.case-study-section .mask h4 {
  font-size: 16px;
  font-weight: 700;
  color: #41536e;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.case-study-section .mask p {
  color: #6e819e;
  font-size: 14px;
}

.case-study-section .mask p:last-child {
  margin: 0;
}

.case-study-section .row .small-col .mask {
  padding: 30px;
}

.case-study-section .row .small-col .mask h6,
.case-study-section .row .small-col .mask p,
.case-study-section .row .small-col .mask h4 {
  color: #fff;
}

.case-study-section .row .big-col .image-col:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, .50);
  border: 2px solid #fff;
}

.case-study-section .row .small-col .col-container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.case-study-section .readmore {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: lowercase;
  font-style: italic;
  color: #fff;
  background: #7b7ff6;
  padding: 12px 54px;
  right: -120px;
  font-size: 15px;
}

.icon-arrow {
  background: url(../images/sprites.png) -98px -100px no-repeat;
  background-size: 442px auto;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 10px;
  font-size: 0;
  margin-left: 5px;
}

.case-study-section .small-col .readmore {
  right: 0;
  padding: 12px 20px;
  margin: 0;
}

.case-study-section .small-col .readmore .icon-arrow {
  position: relative;
  left: 0;
}

.our-event-section {
  padding-bottom: 0;
  background: url(../images/circle-bg.jpg) 100% 0 no-repeat;
  padding-top: 160px;
  position: relative;
  z-index: 100;
  margin-top: -100px;
}

.our-event-section .section-title {
  margin: 0 0 50px;
}

.our-event-section .grid-section .col {
  padding: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.our-event-section .grid-section .image-container {
  padding-top: 131.57894736842105263157894736842%;
  background-size: cover;
  background-position: 50% 50%;
}

.our-event-section .grid-section .mask {
  padding: 20px 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(65, 83, 110, .75);
  transform: translateY(100%);
  transition: all 550ms linear;
}

.our-event-section .grid-section .mask h4 {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.our-event-section .grid-section .col:hover .mask {
  transform: translateY(0)
}

.our-event-section .slick-dots {
  position: relative;
  bottom: 0;
  margin: 40px 0 0;
}

.about-detail-section .image-container {
  margin-bottom: 60px;
}

.about-detail-section {
  border-bottom: 1px solid #d0d0d0;
}

.about-detail-section .image-container img,
.why-our-client-section .right-col img {
  max-width: 100%;
  height: auto;
}

.why-our-client-section .section-info {
  padding-left: 120px;
}

.why-our-client-section .section-title {
  text-align: left;
}

.why-our-client-section .section-title:before {
  right: auto;
}

.slider-for h4 {
  font-size: 20px;
  margin: 0 0 20px;
  color: #41536e;
  font-weight: 700;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

.slider-for p {
  font-size: 14px;
  color: #41536e;
}

.slider-for h5 {
  font-size: 18px;
  color: #41536e;
  margin: 0;
  padding-left: 60px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.35;
  font-weight: 700
}

.three-grid-section {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0
}

.three-grid-section .row {
  margin: 0;
}

.three-grid-section [class*='col-'] {
  padding: 0;
}

.three-grid-section .col-container {
  padding: 80px;
}

.three-grid-section .col-container p:last-child {
  margin: 0;
}

.three-grid-section [class*='col-']:not(:first-child) {
  border-left: 1px solid #d0d0d0;
}

.three-grid-section h4 {
  font-size: 16px;
  color: #6e819e;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.three-grid-section h5 {
  font-size: 28px;
  color: #6e819e;
  font-weight: 700;
}

.three-grid-section .top-container {
  padding-left: 80px;
  position: relative;
  margin: 0 0 30px;
}

.icon.icon-found,
.icon.icon-growth,
.icon.icon-client {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url(../images/sprites.png) -176px -127px no-repeat;
  background-size: 600px auto;
  background-color: #4dd288;
  border-radius: 50%;
}

.icon.icon-growth {
  background-position: -258px -127px;
  background-color: #ffb135;
}

.icon.icon-client {
  background-position: -342px -128px;
  background-color: #3e7fff;
}

.three-grid-section .top-container .icon {
  position: absolute;
  left: 0;
  top: 0;
}


.categories a {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #d4d4d4;
  font-size: 12px;
  border-radius: 6px;
  margin: 0 4px 4px 0;
  color: #212529;
}

.categories a:hover {
  background: #7b7ff6;
  color: #fff;
  border-color: #7b7ff6;
  text-decoration: none
}

.form-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-list li:not(:first-child) {
  margin: 15px 0 0;
}

.job-detail-section .sidebar-col .col-container {
  border-radius: 24px 0 24px 24px;
  background: #fafafa;
  padding: 30px;
  height: 100%;
  position: relative
}

.job-detail-section .sidebar-col .col-container:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-top: 40px solid #fff;
  border-left: 40px solid #022b7f;
  width: 0;
}

.job-detail-section .sidebar-col h4 {
  margin: 0 0 25px;
}

.get-in-touch-section,
.contact-form-section {
  text-align: center;
  width: 768px;
  margin: 0 auto;
}

.get-in-touch-section h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.contact-form-section .top-container {
  text-align: left;
  margin: 0 0 30px;
}

.get-in-touch-section .col-container {
  height: 100%;
}

.get-in-touch-section .col:not(:first-child) {
  border-left: 1px solid #d4d4d4;
}

.get-in-touch-section p:last-child {
  margin: 0;
}

.icon-pin {
  width: 20px;
  height: 26px;
  background: url(../images/sprites.png) -15px -140px no-repeat;
  background-size: 442px auto;
  display: block;
  margin: 0 auto 10px;
  text-indent: -999em;
}

.icon-phone {
  width: 26px;
  height: 26px;
  background: url(../images/sprites.png) -34px -140px no-repeat;
  background-size: 442px auto;
  display: block;
  margin: 0 auto 10px;
  text-indent: -999em;
}

.icon-mail {
  width: 26px;
  height: 19px;
  background: url(../images/sprites.png) -57px -140px no-repeat;
  background-size: 442px auto;
  display: block;
  margin: 0 auto 10px;
  text-indent: -999em;
}

.btn.btn-primary {
  background: var(--green);
  border-color: var(--green);
}


.steps-service-grid .col-container h4 {
  font-size: 20px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  margin: 0;
  min-height: 60px;
  padding: 0 15px;
}

.steps-service-grid .col-container figure {
  width: 120px;
  height: 120px;
  display: block;
  margin: 20px auto;
  box-shadow: 0 3px 6px rgba(58, 58, 58, .40);
  padding: 10px;
}

.steps-service-grid .col-container figure img {
  width: 100%;
  height: auto;
  padding: 8px;
}

.steps-service-grid .row {
  margin: 120px 0 0;
}

.steps-service-grid .steps-col {
  padding: 0;
}

.step-number {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
}

.steps-service-grid .steps-col .image-container {
  position: relative;
}

.steps-service-grid .steps-col .image-container:before,
.steps-service-grid .steps-col:nth-child(4) .image-container:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 12px solid #cdcdcd;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -2px;
  top: -12px;
}

.steps-service-grid .steps-col:nth-child(1) .image-container {
  padding: 10px;
  border-top: 2px dashed #cdcdcd;
  border-right: 2px dashed #cdcdcd;
}

.steps-service-grid .steps-col:nth-child(2) .image-container {
  padding: 10px;
  border-bottom: 2px dashed #cdcdcd;
  border-right: 2px dashed #cdcdcd;
}

.steps-service-grid .steps-col:nth-child(2) .image-container:before,
.steps-service-grid .steps-col:nth-child(4) .image-container:before {
  top: auto;
  bottom: -12px;
}

.steps-service-grid .steps-col:nth-child(3) .image-container {
  padding: 10px;
  border-top: 2px dashed #cdcdcd;
  border-right: 2px dashed #cdcdcd;
}

.steps-service-grid .steps-col:nth-child(4) .image-container {
  padding: 10px;
  border-bottom: 2px dashed #cdcdcd;
}

.steps-service-grid .steps-col:nth-child(2),
.steps-service-grid .steps-col:nth-child(4) {
  top: -60px;
}

.steps-service-grid .steps-col:nth-child(4) .image-container:after {
  left: auto;
  right: -2px;
  top: auto;
  bottom: -12px
}

.steps-service-grid .steps-col:nth-child(1) figure img {
  border: 1px solid #ffda30;
}

.steps-service-grid .steps-col:nth-child(2) figure img {
  border: 1px solid #7b7ff6;
}

.steps-service-grid .steps-col:nth-child(3) figure img {
  border: 1px solid #0a3792;
}

.steps-service-grid .steps-col:nth-child(4) figure img {
  border: 1px solid #bd3758;
}

.steps-service-grid .steps-col:nth-child(2) .step-number,
.steps-service-grid .steps-col:nth-child(4) .step-number {
  top: auto;
  bottom: -50px;
}

.connection-people-section .section-grid figure {
  margin: 0;
  text-align: center;
}

.connection-people-section .section-grid figure img {
  display: inline-block;
}

.career-listing-grid img {
  width: 60px;
  height: auto;
  border-radius: 50%;
  border: 1px solid #d4d4d4;
  margin-right: 10px;
}

.single #innerbanner .image-container,
.page-template-blog #innerbanner .image-container {
  background: url(../../assets/images/about-banner.jpg) 50% 50% no-repeat;
  background-size: cover;
  position: relative
}

.single #innerbanner .image-container:before,
.page-template-blog #innerbanner .image-container:before {
  padding-top: 300px;
}

.single #innerbanner .image-container:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.single #innerbanner .banner-box,
.page-template-blog #innerbanner .banner-box {
  width: 100%;
  text-align: center;
}

.post-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post-navigation li {
  display: inline-block;
  vertical-align: middle;
}

.post-navigation li:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.post-detail-section h3,
.post-detail-section h4 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}

.post-detail-section h3,
.post-detail-section ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}

.post-detail-section h3,
.post-detail-section li {
  margin: 0 0 20px;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 40px;
}

.post-detail-section h3,
.post-detail-section li:before {
  content: counter(my-awesome-counter) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #7b7ff6;
}

.home .blog-section .slick-track {
  display: flex;
}

.home .blog-section .col {
  height: auto;
}

.post-navigation {
  border-top: 2px solid #d4d4d4;
  padding-top: 15px;
}

.post-navigation a:hover {
  text-decoration: none;
}

.post-navigation .next-col {
  text-align: right;
}

.post-navigation h4 {
  font-size: 18px;
  margin: 10px 0 0;
  line-height: 1.35;
}

.hidden {
  display: none;
}


.process-section {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.process-section:before {
  content: "";
  width: 1000px;
  height: 1000px;
  position: absolute;
  left: -200px;
  top: calc(-100% + -400px);
  border-right: 1000px solid transparent;
  border-top: 2000px solid #ECFCFE;
}

.process-section:after {
  content: "";
  width: 1000px;
  height: 1000px;
  border-radius: 50%;
  position: absolute;
  left: -150px;
  top: calc(-100% + -460px);
  border-right: 1000px solid transparent;
  border-top: 2000px solid #ECFCFE;
  opacity: 0.25;
}

.process-section .container {
  position: relative;
  z-index: 100;
}

.process-section .section-title {
  text-align: left;
  padding: 0 20px 20px;
  position: relative;
  z-index: 100;
}

.process-section .section-title:before {
  right: auto;
  left: 22px;
}

.process-slider .item h4,
.why-choose-slider .item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #41536e;
  line-height: 1.45;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.why-choose-slider .item {
  overflow: hidden;
  position: relative;
}

.why-choose-slider .item .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding:20px;
  text-align: center;
  transform: translateY(2000px);
  transition: all 550ms linear;
}

.why-choose-slider .item .mask-info {
  color: #fff;
  position: relative;
  z-index: 100;
}

.why-choose-slider .item .no-mask {
  opacity: 1;
  transition: all 550ms linear;
}

.why-choose-slider .item:hover {
  cursor: pointer;
}

.why-choose-slider .item:hover .no-mask {
  opacity: 0;
} 

.why-choose-slider .item:hover .mask {
  transform: translateY(0);
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.process-slider figure {
  width: 64px;
  margin: 0 0 20px;
}

.process-slider figure img {
  width: 100%;
  height: auto;
}

.why-choose-slider .item h4 {
  margin: auto 0 10px;
  flex: 0 0 100%;
  max-width: 100%;
  line-height: 1.65;
  font-weight: 600;
  text-align: center;
  font-family: 'Lato',Arial, Helvetica, sans-serif;
}

.process-slider p:last-child {
  margin: 0;
}

.why-choose-slider .item:hover .mask-info h4 {
  color: var(--white);
}

.why-choose-slider .item .mask-info figure {
  margin: 0 auto 20px;
  width: 84px;
  height: 84px;
  background-color: var(--white);
}

.why-choose-slider .item .mask-info figure img {
  width: 48px;
  height: auto;
}

.process-section .process-navigation {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  gap: 15px;
}

.process-slider {
  z-index: 100;
}

.process-navigation .read-more.prev {
  transform: rotate(180deg);
} 

.process-slider .item,
.why-choose-slider .item {
  padding: 30px; 
  margin: 20px;
  background-color: #fff;
  height: auto;
  border: 1px solid #d4d4d4;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}

.process-slider .item {
  border-radius: 8px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.why-choose-slider .item {
  min-height: 400px;
  display: flex !important;
  flex-wrap: wrap;
  height: auto;
  margin: 20px 0 0 -1px;
  border: 0;
}

.why-us-section {
  padding-top: 0;
}

.process-slider.slick-slider .slick-track,
.why-choose-slider.slick-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.why-choose-slider figure {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d4d4d4;
  margin: 60px auto;
  box-shadow: rgba(50, 50, 93, 0.15) 0px 25px 50px -20px, rgba(0, 0, 0, 0.3) 0px 15px 30px -15px;
}

.why-choose-slider figure img {
  width: 54px;
  height: auto;
}

.why-choose-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 30px;
}

.customer-section {
  padding-top: 0;
}

.contact-section {
  background: url(../images/circle-bg.jpg) 100% 0 no-repeat;
}

.customer-section .section-info,
.contact-section .section-info {
  width: 768px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 1.85;
}

.contact-section .form-section {
  width: 768px;
  margin: 40px auto 0;
}

.form-control {
  height: 48px;
  padding: 6px 20px;
}

textarea.form-control {
  height: 120px;
}

.stats-section .col {
  text-align: center;
}

.stats-section {
  background: url(../images/background-abstract.png) 50% 50% no-repeat;
  background-size: contain;
  padding-bottom: 0;
}

.stats-section .col-container {
  padding: 20px;
  height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}


.stats-section h3 {
  font-size: 48px;
  position: relative;
  color: var(--green);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  font-family: 'Lato',Arial, Helvetica, sans-serif;
}

.stats-section .col:not(:first-child) .col-container:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  opacity: 0.5;
  left: -30px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.stats-section h4 {
  font-family: 'Lato',Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.85;
}
