/*

TemplateMo 563 SEO Dream

https://templatemo.com/tm-563-seo-dream

/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

img {
  width: 100%;
  overflow: hidden;
}

.text-web
{
  color: #005d8a ;
}

 .blockquote {
  position: relative;
  margin: 0 20px;
  padding: 0 20px;
  font-size: 21px;
}

/*.blockquote::before {
  content: "“"; /* Real curly quotes */
  font-size: 3rem;
  color: #005d8a;
  position: absolute;
  left: -10px;
  top: 0;
  ;
}*/

/*.blockquote::after {
  content: "”"; /* Real curly quotes */
  font-size: 3rem;
  color: #005d8a;
  position: absolute;
  right: -0.6em;
  top: 0;
}*/

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading {
  margin-bottom: 10px;
}

.section-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #004e56;
  text-transform: uppercase;
  margin-bottom: 15px;

}
.quote {
	font-size: 3rem;
    color: #005d8a;
	position: relative;
    top: 12px;
}
.section-heading h2 {
  font-size: 40px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 45px;
  padding-bottom: 30px;
}

.section-heading h3 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 33px;
  padding-bottom: 10px;
}

.section-heading h2 em {
  font-style: normal;
  color: #00bbcf;
}

.section-heading h2 span {
  color: #004e56;
}

.section-heading h3 em {
  font-style: normal;
  color: #00bbcf;
}

.section-heading h3 span {
  color: #004e56;
}

.main-blue-button a {
  display: inline-block;
  background-color: #4771cb;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #fff!important;
  transition: all .3s;
}

.main-blue-button a:hover {
  background-color: #fff!important;
  color: #4771cb!important;
  border-bottom: 2px solid #4771cb!important;
}

.main-green-button a {
  display: inline-block;
  background-color: #004e56;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #027884!important;
  transition: all .3s;
}

.main-green-button a:hover {
  background-color: #1099c3!important;
  color: #fff!important;
  border-bottom: 2px solid #1099c3!important;
}


#cta {
  background: linear-gradient(rgba(188, 254, 245, 0.4), rgba(164, 190, 239, 0.6)), url(../images/contact-bg.jpg) fixed center center;
  background-size: auto, auto;
  background-size: cover;
  padding: 60px 0;
  margin: 0 0 30px 0;
  background-color: #e6edf7;
}

#progress-cta
{
  background: linear-gradient(rgba(188, 254, 245, 0.4), rgba(164, 190, 239, 0.6)), url(../images/bg-contact.jpeg) fixed center center;
  background-size: auto, auto;
  background-size: cover;
  padding: 10px 0;
  margin:30px 0;
  background-color: #e6edf7;

}

.cta-title
{
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  background: -webkit-linear-gradient(to right, #4771CB 0%, #004e56 50%);
  background: -moz-linear-gradient(to right, #4771CB 0%, #004e56 50%);
  background: linear-gradient(to right, #073896 10%, #0a373c 60%, #073896 100%);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-text{
color: #004e56;
  font-size: 25px;
  font-weight: 700;
}



/*--------------------------------------------------------------

# Top Bar

--------------------------------------------------------------*/

#topbar {

  background: #fff;

  padding: 10px 0;

  border-bottom: 1px solid #eee;

  font-size: 16px;

}



#topbar .contact-info a {

  line-height: 1;

  color: #555;

}



#topbar .contact-info a:hover {

  color: #0755a7;

}



#topbar .contact-info i {

  color: #0755a7;

  padding: 4px;

}



#topbar .contact-info .fa-phone {

  padding-left: 20px;

  margin-left: 20px;

  border-left: 1px solid #e9e9e9;

}



#topbar .social-links a {

  color: #555;

  padding: 5px;

  display: inline-block;

  line-height: 1px;

  border-left: 1px solid #e9e9e9;

}



#topbar .social-links a:hover {

  color: #0755a7;

}



#topbar .social-links a:first-child {

  border-left: 0;

}



/*--------------------------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #ffff!important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #fff;
}

.background-header .main-nav .nav li:hover a {
  color: #004e56;
}

.background-header .nav li a.active {
  position: relative;
  color: #fff;
}

.background-header .nav li a.active:after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #4771cb;
  content: '';
  left: 50%;
  bottom: 0px;
  transform: translateX(-10px);
}

.header-area {
  background-color: #fff;
  position: absolute;
  top: 40px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.background-header
{
  top: 0px!important;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
  position: relative;
    bottom: 45px;
    left: 67px;
    font-size: 25px;
    font-weight: 800;
	font-style: italic;
    text-transform: capitalize;
    color: #004e56;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 img {
  max-width: 30px;
  margin-top: -20px;
  margin-left: 5px;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 20px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #004e56!important;
  font-size: 17px;
  font-weight: 700;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #004e56!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #004e56!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 10px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}
.p-logo{
	height: 60px;
	width: 60px;
	margin-top: 8px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #004e56;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
  .header-area
  {
    top: 0px;
  }
}

@media (max-width: 767px) {

.cta-title
{
  font-size: 23px;
}
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }

  .header-sticky .main-nav .logo h4
  {
    color: #fff!important;
  }

  .header-sticky .main-nav .menu-trigger span, 
  .header-sticky .main-nav .menu-trigger span::before, 
  .header-sticky .main-nav .menu-trigger span::after
  {
    background-color: #fff!important;
  }

  .background-header .main-nav .logo h4
  {
    color: #004e56 !important;
  }

  .background-header .main-nav .menu-trigger span, 
  .background-header .main-nav .menu-trigger span::before, 
  .background-header .main-nav .menu-trigger span::after
  {
    background-color: #004e56 !important;
  }
  #icon_right {
    width: 35px;
    position: fixed;
    top: 250px;
    right: 0;
    display: none;
    z-index: 5000;
}
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #004e56!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #004e56;
    padding: 0px 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 80px;
    text-align: center;
    border-bottom: 2px solid #004e56 ;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 0px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
    text-align: left;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 33px !important;
    padding: 10px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #004e56!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
    -webkit-transform: translateX(96px);
    transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
    -webkit-transform: translateX(-31px);
    transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: #fff;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #004e56;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #004e56;
  border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0px 0px;
  position: relative;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.centered {
  position: absolute;
  top: 31%;
  font-size: 70px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 72px;
  background: #FA9D4D;
  background: -webkit-linear-gradient(to right, #4771CB 0%, #004e56 50%);
  background: -moz-linear-gradient(to right, #4771CB 0%, #004e56 50%);
  background: linear-gradient(to right, #4771CB 0%, #004e56 50%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  z-index: 99;
}

.main-banner:after {
  content: '';
  background-image: url(../images/banner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
 left: 0;
top: 10%;
width: 100%;
height: 100%;
z-index: 2;
}

/*.main-banner:before {
  content: '';
background-image: url(../images/banner-1.jpg);
background-repeat: no-repeat;
position: absolute;
right: 0;
top: 70px;
width: 100%;
height: 100%;
z-index: -1;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
}*/

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 8px;
}

.main-banner .left-content h4 {
  z-index: 2;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  color: #2a2a2a;
}

.main-banner .left-content h2 {
  margin-top: 30px;
  padding-top: 20px;
  font-size: 60px;
  font-weight: 800;
  color: #2a2a2a;
  line-height: 72px;
  background: #FA9D4D;
  background: -webkit-linear-gradient(to right,  #4771CB 0%, #004e56 50%);
  background: -moz-linear-gradient(to right,  #4771CB 0%, #004e56 50%);
  background: linear-gradient(to right, #4771CB 0%, #004e56 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 50px;
}

.main-banner .right-image {
  text-align: right;
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  max-width: 593px;
}



/* 
---------------------------------------------
Features Style
--------------------------------------------- 
*/

#features {
  padding-top: 30px;
  background: #f9f9f9;
}

.features .features-content {
  position: relative;
}

.features-item {
  text-align: center;
  padding: 10px;
  border-radius: 50px;
  background: rgb(255,255,255);
  background: linear-gradient(105deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
  transition: background-color .5s;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
  height: 320px;
  padding: 10px;
}

.features-item:hover {
  background: rgb(51,204,197);
  background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
}

.features-item:hover h4 {
  color: #fff;
}

.features-item:hover p {
  color: #fff;
}

.features-item:hover .line-dec {
  background-color: rgba(255,255,255,0.3);
}

.features-item:hover .icon i{
  color: #fff;
}


.features-item .icon i {
  color: #004e56;
  font-size: 60px;
}


.features-item .number h6 {
  background-repeat: no-repeat;
  width: 110px;
  height: 69px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 69px;
  margin-top: -65px;
  margin-bottom: 30px;
}

.features-item .first-number h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .second-number h6 {
  background-image: url(../images/features-number-02.png);
}

.features-item .third-number h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .fourth-number h6 {
  background-image: url(../images/features-number-04.png);
}

/*.first-feature .icon {
  background-image: url(../images/features-icon-black-02.png);
}

.second-feature .icon {
  background-image: url(../images/features-icon-black-01.png);
}*/

.features-item .icon {
  width: 63px;
  height: 63px;
  margin: 0 auto;
  transition: all 0.5s;
}

.features-item h4 {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #2a2a2a;
  position: relative;
  transition: all 0.5s;
  height: 25px;
}

.features-item .line-dec {
  width: 100px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
  margin: 30px auto;
  transition: all 0.5s;
}

.features-item p {
  position: relative;
  margin-top: 0px;
  transition: all 0.5s;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  line-height: 25px;
}

.skills-content {
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 15px 0px;
}

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

.progress {
  width: 200px;
  height: 200px;
  line-height: 200px;
  background: none;
  margin: 0 auto;
  margin-bottom: 0px;
  box-shadow: none;
  position: relative;
  background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 5px;
  border-style: solid;
  position: absolute;
  top: 0;
  border-color: #fd6a54;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  color: #fff;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;

}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 15px;
  text-transform: uppercase;
}

/* This for loop creates the  necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1.5s linear forwards 1.5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}


/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

.about-us {
  padding: 20px 0;
  background: #f9f9f9;
}

.about-us .section-heading {
  margin-bottom: 20px;
}

.section-heading-about h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 800;
  position: relative;
  z-index: 2;
  line-height: 45px;
}

.section-heading-about h2 em {
  font-style: normal;
  color: #00bbcf;
}

.section-heading-about h2 span {
  color: #004e56;
}

.about-us .left-image {
  margin-right: 45px;
}

.about-us .about-item h4 {
  font-size:30px;
  font-weight: 800;
  color:#088ec3;
}

.about-us .about-item h6 {
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
  color: #2a2a2a;
  text-transform: capitalize;
}
.about-us .fa-check{
  color: #004e56;
}
/*.about-us p {
  margin: 40px 0px;
}*/

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  padding-top: 120px;
}

.our-services .section-heading {
  text-align: center;
  margin-left: 75px;
  margin-right: 75px;
}

.our-services .container-fluid {
  padding: 0px 80px;
}

.service-item {
  padding: 10px 15px;
  /*border: 2px solid #f7f7f7;
  border-radius: 5px;*/
  transition: all .3s;
  margin-top: 150px;
 /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 475px;*/
}
#services .service-items {
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-top: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: 300px;
  border-radius:0 25px 5px 0;
}

#service .col-lg-3{
  margin-top: -93px;
}

.service-item1 {
  padding: 10px 15px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  height: auto;
}

.service-item2 {
  padding: 10px 15px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: auto;
}

.service-item3 {
  padding: 10px 15px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: auto;
}

.service-item4 {
  padding: 10px 15px;
  border: 2px solid #f7f7f7;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  height: auto;
}

.service-item:hover {
  background-color: #fff;
  border: 2px solid transparent;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.service-item .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.service-item .icon img {
  width: 38px;
  height: 38px;
}

.service-item h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}

.service-items .icon {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  display: inline-block;
  text-align: center;
  line-height: 80px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.service-items .icon i {
  width: 38px;
  height: 38px;
}

.service-items h4 {
  font-size: 22px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 15px;
}


/* 
---------------------------------------------
Portfolio
--------------------------------------------- 
*/

.our-portfolio {
  padding-top: 100px;
  overflow: hidden;
}

.our-portfolio .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.portfolio-item {
  margin-bottom: 30px;
  border-radius: 50px;
}

.portfolio-item:hover .thumb .hover-content {
  opacity: 1;
  visibility: visible;
}

.portfolio-item .thumb {
  position: relative;
  border-radius: 50px;
}

.portfolio-item .thumb img {
  border-radius: 50px;
  overflow: hidden;
}

.portfolio-item .thumb .hover-content {
  border-radius: 50px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(51,204,197);
  background: linear-gradient(105deg, rgba(51,204,197,1) 0%, rgba(8,141,195,1) 100%);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

.portfolio-item .thumb .hover-content .inner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.portfolio-item .thumb .hover-content .inner-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.portfolio-item .thumb .hover-content .inner-content span {
  font-size: 15px;
  color: #fff;
}

.our-portfolio .owl-nav {
  display: inline-block!important;
  position: absolute;
  top: -117px;
  right: 15%;
  max-width: 1320px;
}

.our-portfolio .owl-nav .owl-next {
  margin-left: 10px;
}

.our-portfolio .owl-nav span {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  border: 2px solid #eee;
  border-radius: 50%;
  color: #ddd;
  transition: all 0.5s;
}

.our-portfolio .owl-nav span:hover {
  color: #004e56;
  border-color: #004e56;
}



/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

.contact-us {
  margin-top: 60px;
  padding: 60px 0px;
  background: linear-gradient(rgba(188, 254, 245, 0.4), rgba(164, 190, 239, 0.6)),url(../images/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.contact-us .section-heading {
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.contact-us .contact-info {
  padding: 40px 30px;
  border: 2px solid #939090;
}

.contact-us .contact-info ul li {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.contact-us .contact-info ul li a {
  font-size: 15px;
  color: #000;
  transition: all .5s;
}

.contact-us .contact-info ul li:hover a {
  color: #2a2a2a;
}

.contact-us .contact-info ul li:last-child {
  margin-bottom: 0px;
}

.contact-us .contact-info ul li .icon {
  margin-bottom: 10px;
}

.contact-us .contact-info ul li .icon img {
  max-width: 32px;
}

form#contact {
  position: relative;
  background-color: #ffffffcf;
  padding: 40px;
  border-radius: 50px;
  text-align: center;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #939090;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  margin-bottom: 20px;
}

form#contact input::placeholder {
  color: #939090;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #939090;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px;
  margin-bottom: 20px;
}

form#contact textarea::placeholder {
  color: #939090;
}

form#contact button {
  display: inline-block;
  background-color: #004e56;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  border-bottom: 2px solid #4771cb!important;
  transition: all .3s;
  outline: none;
  border: none;
}

form#contact button:hover {
  background-color: #4771cb!important;
  color: #fff!important;
  border-bottom: 2px solid #004e56!important;
}

/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer .footer2 p {
  text-align: center;
margin: 10px 0px 0px;
font-weight: 600;
color: #000;
}

footer p a {
  color: #004e56;
  transition: all .5s;
}

footer p a:hover {
  color: #4771cb;
}

footer .btn-info{
	width: 255px;
    height: 55px;
    font-size: 26px;
    color: #fff;
    background-color: #123033 !important;
    border-radius: 27px;
    border-color: #fff;
}


  .section-services {
    font-family: "Poppins", sans-serif;
    background-color: #e6edf7;
    color: #202020;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .section-services .single-service {
    position: relative;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    height: 370px;
  }

  .section-services .single-service .content {
    position: relative;
    z-index: 20;
  }

  .section-services .single-service .circle-before {
    position: absolute;
    top: 0;
    right: 0px;
    width: 100%;
    height: 35%;
    background-color: #004e56;
    border-bottom: 6px solid #504f93;
    opacity: 0.5;
    z-index: 10;
    transition: all .6s;
  }

  .section-services .single-service:hover .circle-before {
    width: 100%;
    height: 100%;
    transform: none;
    border: 0;
    border-radius: 0;
    opacity: 1;
  }

  .section-services .single-service .icon {
    display: inline-block;
    margin-bottom: 26px;
    width: 70px;
    height: 70px;
    background-color: #004e56;
    border-radius: 5px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    transition: all .3s;
  }

  .section-services .single-service:hover .icon {
    background-color: #fff;
    color: #004e56;
  }

  .section-services .single-service .title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 23px;
    transition: color .3s;
  }

  .section-services .single-service:hover .title {
    color: #fff;
  }

  .section-services .single-service .description {
    margin-bottom: 20px;
    font-size: 14px;
    transition: color .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left;
    color: #000;
  }

  .section-services .single-service:hover .description {
    color: #fff;
  }

  .section-services .single-service a {
    position: relative;
    font-size: 18px;
    color: #202020;
    text-decoration: none;
    font-weight: 500;
    transition: color .3s;
  }

  .section-services .single-service:hover a {
    color: #fff;
  }

  .section-services .single-service a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #004e56;
    transition: background-color .3s;
  }

  .section-services .single-service:hover a:after {
    background-color: #fff;
  }

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  /*.features-item {
    margin-bottom: 45px;
  }*/
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .centered {
    top: 5%;
    font-size: 40px;
  }
  
  .main-banner .left-content h2 {
    border-top: none;
    margin-top: 30px;
    padding-top: 0px;
    margin-bottom: 165px;
    font-size: 40px;
    margin-left: 0px;
    font-weight: 800;
    color: #2a2a2a;
    line-height: 62px;
    background: #FA9D4D;
    background: -webkit-linear-gradient(to right, #4771CB 0%, #004e56 50%);
    background: -moz-linear-gradient(to right, #4771CB 0%, #004e56 50%);
    background: linear-gradient(to right, #4771CB 0%, #004e56 50%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .service-item {
    text-align: center;
    padding: 15px 25px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}

#feature {
  background: #fff; margin-bottom: 30px;
}

#feature .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  text-align: center;
  position: relative;
  z-index: 1
}

#feature .content-left span {
  float: right
}

#feature .content-left .text {
  text-align: right
}

#feature .content-right span {
  float: left
}

#feature .box-item {
  padding: 10px;
  line-height: 20px;
  margin-top: 20px;
  -webkit-transition: all .3s ease-in-out;
  -mox-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: 0
}


#feature .box-brand {
  text-align: center;
  line-height: 22px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: #004e56;
  margin: -5px;
  padding: 20px;
  color: #fff;
}

#feature .box-brand  h3{
  font-weight: 700;
}
#feature .box-item .icon {
  text-align: center;
  /*margin: 12px;*/
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#feature .box-item .icon i {
  color: #027884;
  font-size: 30px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#feature .box-item .text h4 {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear
}

#feature .box-item .text p {
  font-size: 14px;
  line-height: 26px
}

#feature .box-item:hover h4 {
  color: #004e56
}

#feature .show-box {
  margin-top: 45px
}

#feature .show-box img {
  width: 100%
}

.card1 {width: 100%;padding: 5px; border-radius: 10px;box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; border-radius: 0 20px;} 
.card {
  width: 100%;
  padding: 10px;
  box-shadow: 0.5px 0.5px 12px 0px #80808042;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 5px auto;

}
.card .card-img
{
  font-size: 50px;
height: 100px;
width: 100px;
color: #fff;
padding: 10px;
border-radius: 50%;
margin: auto;
text-align: center;
}


.card.card-supervisor .card-img {background: linear-gradient(105deg, rgb(255, 82, 105) 0%, rgb(250, 154, 77) 100%);}
.card.card-team_builder .card-img {background: linear-gradient(105deg, rgb(78, 143, 253) 0%, rgb(58, 40, 215) 100%)}
.card.card-karma .card-img {background: linear-gradient(105deg, rgb(235, 77, 177) 0%, rgb(155, 79, 245) 100%)}
.card.card-calculator .card-img {background: linear-gradient(105deg, rgb(39, 186, 196) 0%, rgb(9, 143, 195) 100%)}
.card.card-team .card-img {background: linear-gradient(105deg, rgb(247, 255, 0) 0%, rgb(1, 160, 156) 100%);}

.card.card-supervisor {border-top: 3px solid hsl(6, 97.5%, 68%); height: 300px;}
.card.card-team_builder {border-top: 3px solid hsl(241.5, 70.7%, 54.5%); height: 300px;}
.card.card-karma {border-top: 3px solid hsl(278.3, 73.4%, 60.2%); height: 300px;}
.card.card-calculator {border-top: 3px solid hsl(212, 86%, 64%); height: 300px;}
.card.card-team {border-top: 3px solid #20ac87; height: 300px;}
.card .card-body {
padding: 10px 10px!important;
}
.card .card-body .card-title {font-size: 19px; height: 20px;height: 40px;font-weight: bold; color: #004e56;}
.card .card-body .card-text {font-size: 15px; text-align: left; margin-top: 8px; color: #000!important;}
.card .card-footer {margin-top: 20px;}
.card .card-footer .card-img {display: flex;flex-direction: row-reverse;}
.card .card-footer .card-img img {width: 50px;height: 50px;}


.card-seo

{

  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

  background: #fff;

  margin: 15px;

  padding: 30px; 

  height: 500px;

}


/* my css */
.sections{
  margin-top: 7%;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

footer
{
  background: #baf4ff;
}

.testimonial {
  background-color: #f9f9f9;
  padding: 30px 0;
}

.testimonial body::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#2d2dff, #ff2f2f);
  clip-path: circle(25% at right)
}

.testimonial body::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: linear-gradient(#870aec, #6e0b81);
  clip-path: circle(20% at 10% 10%)
}

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

.testimonial .container .row .card {
  height: 356px;
  margin: 30px;
  background: rgb(47 197 198);
  overflow: hidden;
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  cursor: pointer
}

.testimonial .container .row .card .card-body {
  padding: 1rem 1.2rem;
  color: #fff
}

.testimonial .container .row .card .card-body .card-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transform: translateY(50px);
  transition: 0.5s;
  border-radius: 50%
}

.time {
  text-align: center;
  height: 350px;
  margin: 5px;
}

.testimonial .container .row .card .card-body .name {
  transform: translateY(50px);
  transition: 0.5s
}

.testimonial .container .row .card .card-body .testimonial-text {
  font-size: 0.9rem;
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.5s;
  opacity: 0
}

.testimonial .container .row .card:hover .card-body .testimonial-text,
.testimonial .container .row .card:hover .card-body .name,
.testimonial .container .row .card:hover .card-body .card-img img {
  transform: translateY(0px);
  opacity: 1
}

.w-n-m
{
  background: #f9f9f9;
  padding: 30px 0;
}

.w-n-m .card .card-body .card-title {
  font-size: 28px;
  color: #088ec3;
  font-weight: 700;
  text-transform: uppercase;
}

.w-n-m .card .card-body .card-text {
  font-size: 14px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: left;
  color: #000;
}
.w-n-m .card {
  height: 200px;
  padding: 35px;
  box-shadow: 0.5px 0.5px 12px 0px #80808042;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 15px auto;
}
.our-strategies h4{
  font-size: 25px;
  color: #088ec3;
  font-weight: 800;
  margin-bottom: 8px;
}
.team .section-heading {
  margin-bottom: -110px;
}
.mt-6{
  margin-top: 60px;
}
.testimonial-text p{
	color: #fff;
}
footer h6{
	font-size: 22px;
    font-weight: 600;
}
#footer.my-5{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

@media(max-width: 991.5px) {
 .testimonial body::after {
  clip-path: circle(40% at 10% 50%)
}
.p-logo {
    margin-top: 11px;
    margin-right: 120px;
}
.testimonial body::before {
  clip-path: circle(50% at right -10%)
}
.ser{
	margin-top: 0px !important;
}
.w-n-m .card {
  width: 296px;
  padding: 0px;
}
.main-banner {
  padding: 100px 0px 30px 0;
}
#feature .show-box {
  margin-top: -20px;
}
#features {
  padding-top: 30px;
}
#feature .top.mt-5{
	margin-top: 0px !important;
}
#features .card{
  margin-top: 3px !important;
}
#about {
  padding-top: 46px;
}
#features .card-body h2{
  margin-top: 20px;
}
.our-portfolio {
  padding-top: 62px;
}
.testimonial .section-heading {
  margin-bottom: 0px;
}
.contact-us {
  padding: 15px 0px;
}
.section-heading h2 {
  font-size: 30px;
  line-height: 35px;
}
.section-heading h3 {
  font-size: 20px;
  line-height: 27px;
}
#services-stra{
  margin-top: 120px;
}
.service-item {
  margin-top: 0px;
}
.service-item1 {
  padding: 5px;
  height: 100%;
  margin-bottom: 10px;
}
.service-item2 {
  padding: 5px;
  height: 100%;
  margin-bottom: 10px;
}
.service-item3 {
  padding: 5px;
  height: 100%;
  margin-bottom: 10px;
}
.service-item4 {
  padding: 12px;
  height: 100%;
  margin-bottom: 10px;
}
.desk{
  display: none;
}
.mbl-service-item{
  display:  block !important;
}
#services-stra p{
  line-height: 23px;
}
.about-us{margin-top: 20px;}
.our-services .container-fluid {
  padding: 0px;
}
.service-item h4 {
  margin-bottom: 15px;
  margin-top: 15px;
}

#portfolio{
  margin-top: 120px;
}
#contact {
  margin-top: 35px;
}81
.f-icons{
	margin-top: 10px;
	font-size: 0px!important;
}
.section-heading-about h2{
	line-height: 27px;
}
.main-green-button{
	margin-top: 14px !important;
}
.main-green-button a{
	padding: 6px 18px;
}
#cta{
	padding: 20px 0;
}
#progress-cta{
	padding: 25px 0;
}
.timeline ul {
    padding: 5px 0;
}
#feature .show-box img{
	height: 450px !important;
}
.features-item{
	height: 290px;
}
.features-item .icon{
	height: 45px;
}
.features-item .line-dec{
	margin: 19px auto;
}
.section-services .section-heading{
	margin-bottom: -19px;
}  
.w-n-m .card{
	height: 170px;
}
.page.marketing{
	margin-top: 120px;
}
.page.marketing .section-heading{
	margin-bottom: 0px;
}
.page.marketing img{
	margin-bottom: 25px;
}
#marketing .ser{
	margin: 0px !important;
}
.page.marketing #Creative img{
	margin-bottom: 25px;
}
#Automation .ser img{
	margin-bottom: 25px;
}
}
}
@media(min-width: 991.5px) {
	.f-icons .btn{
	font-size: 10px;
}

}
@media (min-width: 1198px) {
    .contact-us .contact-info ul li a {
    font-size: 12px;
    color: #000;
    transition: all .5s;
  }}

@media (min-width: 1199px) {
    .header-area .main-nav .logo h4 {
    	font-size: 17px;
	position: relative;
    	bottom: 38px;
    	left: 60px;

	.header-area .main-nav .nav li a{
		line-height: 41px;
}
}
}
 .f-icons .btn{
	padding: 0.3rem 0.5rem;
}
}