/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
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=Poppins:wght@100;200;300;400;500;600;700;800;900&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: 'Poppins', 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: 15px !important;
  line-height: 30px !important;
  color: #2a2a2a;
}

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

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', 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 h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

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

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #fe3f40;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

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

.background-header {
  background-color: #fff!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: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #fe3f40!important;
}

.background-header .nav li a.active {
  color: #fe3f40!important;
}

.header-area {
  background-color: #fafafa;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

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

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  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 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 100px;
    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;
}

.logo h4 span {
  color: #fe3f40;
}

.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: 30px;
  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:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  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 a {
  color: #2a2a2a;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #fe3f40!important;
}

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

.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #03a4ed;
}

.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: #fe3f40!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: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.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: #1e1e1e;
  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: #1e1e1e;
}

.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: #1e1e1e;
  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: #1e1e1e;
}

.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: #1e1e1e;
}

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

.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: #1e1e1e;
}

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

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

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

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

@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;
  }
}

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #fe3f40!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .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;
  }
  .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: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #fe3f40!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: #fe3f40;
    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: #fe3f40;
    border-radius: 50%;
}



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

.main-banner {
  background: url(../images/banner-bgshade.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 360px;
  margin-bottom: 25px;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0px;
  width: 180px;
  height: 350px;
  z-index: -1;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0px;
  width: 84px;
  height: 250px;
}

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

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fe3f40;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #fe3f40;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #fe3f40;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



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

#about {
  margin-top: 30px;
}

.about-us {
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 0px 120px 0px;
}

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

.about-us .services .item {
  margin-bottom: 30px;
}

.about-us .services .item .icon {
  float: left;
  margin-right: 25px;
}

.about-us .services .item .icon img {
  max-width: 70px;
}

.about-us .services .item h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-us .services .item p {
  color: #fff;
}


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

.our-services {
  margin-top: 0px;
  padding-top: 0px;
}

.our-services .left-image {
  margin-right: 45px;
}

.our-services .section-heading h2 {
  margin-right: 100px;
}

.our-services .section-heading p {
  margin-top: 30px;
  margin-bottom: 60px;
}

.our-services .progress-skill-bar {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.our-services .progress-skill-bar span {
  position: absolute;
  top: 0;
  font-size: 18px;
  font-weight: 600;
  color: #03a4ed;
}

.our-services .first-bar span {
  left: 69%;
}

.our-services .second-bar span {
  left: 81%;
}

.our-services .third-bar span {
  left: 88%;
}

.our-services .progress-skill-bar h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 14px;
}

.our-services .progress-skill-bar .full-bar {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: #f7eff1;
  position: relative;
  z-index: 1;
}

.our-services .progress-skill-bar .filled-bar {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  height: 6px;
  border-radius: 3px;
  margin-bottom: -6px;
  position: relative;
  z-index: 2;
}

.our-services .first-bar .filled-bar {
  width: 71%;
}

.our-services .second-bar .filled-bar {
  width: 83%;
}

.our-services .third-bar .filled-bar {
  width: 90%;
}


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

.our-portfolio {
  padding-top: 15px;
  margin-top: 0px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}

.our-portfolio .hidden-content {
  background: rgb(255,77,30);
  background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255,77,30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255,52,69,1) 0%, rgba(255,51,78,1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}


/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.our-blog {
  position: relative;
  margin-top: 80px;
  padding-top: 120px;
}

.our-blog .section-heading h2 {
  margin-right: 180px;
}

.our-blog .top-dec {
  text-align: right;
  margin-top: -80px;
}

.our-blog .top-dec img {
  max-width: 270px;
}

.our-blog .left-image {
  position: relative;
}

.our-blog .left-image img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.our-blog .left-image .info {
  position: relative;
}

.our-blog .left-image .info .inner-content {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 20px;
  margin-right: 75px;
  position: absolute;
  margin-top: -100px;
  padding: 30px;
}

.our-blog .left-image ul li {
  display: inline-block;
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
  margin-right: 20px;
}

.our-blog .left-image ul li:last-child {
  margin-right: 0px;
}

.our-blog .left-image ul li i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .left-image h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}

.our-blog .left-image .info .main-blue-button {
  position: absolute;
  bottom: -80px;
  left: 0;
}

.our-blog .right-list {
  margin-left: 30px;
}

.our-blog .right-list ul li {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}

.our-blog .right-list .left-content {
  margin-right: 45px;
}

.our-blog .right-list .left-content span {
  font-size: 15px;
  color: #afafaf;
  font-weight: 300;
}

.our-blog .right-list .left-content span i {
  color: #ff4d61;
  font-size: 16px;
  margin-right: 8px;
}

.our-blog .right-list .left-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #2a2a2a;
  margin: 20px 0px 15px 0px;
}


.our-blog .right-list .right-image img {
  width: 250px;
  border-radius: 20px;
}


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

.contact-us {
  padding: 50px 0px 20px;
  margin-top:50px;
  /* background-image: url(../images/contactbackground.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
}

.contact-us .section-heading h2,
.contact-us .section-heading h2 em,
.contact-us .section-heading h2 span {
  color: #fff;
}

.contact-us .section-heading p {
  color: #fff;
  margin-top: 30px;
}

.phone-info {
  margin-top: 40px;
}

.phone-info h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.phone-info h4 span i {
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #fff;
  border-radius: 50%;
  color: #ff3b2c;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 15px;
}

.phone-info h4 span a {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

form#contact .contact-dec {
  display: none;
  position: absolute;
  right: -166px;
  bottom: 0;
}


form#contact .contact-dec img {
  max-width: 178px;
}

form#contact {
  margin-left: 30px;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  border-radius: 20px;
}

form#contact input {
  width: 100%;
  height: 46px;
  border-radius: 4px;
  /* background-color: #d1f3ff; */
  border:1px solid #d1d1d1;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 0px 20px;
  /* margin-bottom: 20px; */
}

form#contact input::placeholder {
  color: #2a2a2a;
}

form#contact textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  max-height: 180px;
  min-height: 140px;
  height: 140px;
  border-radius: 4px;
  /* background-color: #d1f3ff; */
  border:1px solid #d1d1d1;
  outline: none;
  font-size: 15px;
  font-weight: 300;
  color: #2a2a2a;
  padding: 15px 20px !important;
  /* margin-bottom: 20px; */
}

form#contact textarea::placeholder {
  color: #2a2a2a;
}

form#contact button {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 4px;
  letter-spacing: 0.25px;
  border: none;
  outline: none;
  transition: all .3s;
}

form#contact button:hover {
  background-color: #fe3f40;
}


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

footer p {
  text-align: center;
  margin: 30px 0px 45px 0px;
}

footer p a {
  color: #fe3f40;
}



/* PMR css starts here */
.banner-logo-wrapper{
  margin:20px 0;
}
.banner-logo-holder{
  width: 250px;
  height: auto;
  margin: 0 auto;
}
.blu-ft{color:#03a4ed;}
.red-ft{color:#fe3f40;}
.banner-caption{
  font-size: 36px;
  font-weight: 300;
  color:black;
  text-transform: capitalize;
  line-height: 50px;
  text-align: left;
}
.pmr-banner{
  padding:0px;
}
.pmr-banner-row{
  width:95%;
  margin: 0 auto;

}
.fnd-btn{
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding:10px 33px;
  background-color:#ff0000;
  border:1px solid #03a4ed;
  cursor: pointer;
  border-radius: 6px;
  position: relative;
}
.banner-fnd-btn-holder{margin:5px 0;}
.fnd-btn:hover{background-color: #03a4ed;}
.fnd-txt{
  font-size: 16px;
  font-weight: 500;
  color:#444;
  padding:0 10px;
  text-transform: capitalize;
}
.banner-info-blk{
  margin:10px 0;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  color: #444;
  padding: 15px 50px;
  border-radius: 7px;
  border: 2px solid #032362;
}
.banner-srch-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.banner-srch-container{
  display: inline-flex;
  justify-content: space-between;
  border-radius: 45px;
  padding:5px;
  background-color: #03a4ed;
}
.srch-input{
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0 13px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}
.srch-input::placeholder{
  font-size: 10px;
  font-weight: 500;
  color:#f7eff1;
}
.srch-btn-holder{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0 10px;
  font-size: 12px;
  font-weight: 500;
  color:#fe3f40;
  background-color: #fff;
  border-radius: 45px;
  white-space: nowrap;
  cursor: pointer;
}

.banner-subcaption{
  font-size: 14px;
  font-weight: 500;
  color:#fe3f40;
  text-transform: uppercase;
  margin-bottom:15px;
}
.green-ft{color:#4c6d36;}
.banner-para{
  font-size: 12px;
  font-weight: 500;
  color: #222;
  line-height: 16px;
}
.pro-btn-bann{padding-top:15px;}
.pro-btn-bann .subt-btn{text-transform: initial;}
.features-content .col-lg-3:nth-child(n+5){margin-top:60px;}






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

/* #features {
  padding-top: 45px;
} */

.features .features-content {
  z-index: 2;
  position: relative;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}

.features-item {
  text-align: center;
  padding: 30px;
  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;
}

.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);
}

/* .first-feature:hover .icon {
  background-image: url(../images/features-icon-white-01.png);
} */

.second-feature:hover .icon {
  background-image: url(../images/features-icon-white-02.png);
}

.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_1 h6 {
  background-image: url(../images/features-number-01.png);
}

.features-item .first-number_2 h6 {
  background-image: url(../images/features-number-02.png);
}
.features-item .first-number_3 h6 {
  background-image: url(../images/features-number-03.png);
}

.features-item .first-number_4 h6 {
  background-image: url(../images/features-number-04.png);
}
.features-item .first-number_5 h6 {
  background-image: url(../images/features-number-01.png);
}
.features-item .first-number_6 h6 {
  background-image: url(../images/features-number-02.png);
}
.features-item .first-number_7 h6 {
  background-image: url(../images/features-number-03.png);
}
.features-item .first-number_8 h6 {
  background-image: url(../images/features-number-04.png);
}

.first-feature_1 .icon {
  background-image: url(../images/marketing.png);
}
.first-feature_2 .icon {
  background-image: url(../images/digital_marketing.png);
}
.first-feature_3 .icon {
  background-image: url(../images/c_d_p.png);
}
.first-feature_4 .icon {
  background-image: url(../images/logistic_supply.png);
}
.first-feature_5 .icon {
  background-image: url(../images/it_counsulting_si.png);
}
.first-feature_6 .icon {
  background-image: url(../images/app_dev.png);
}
.first-feature_7 .icon {
  background-image: url(../images/business_sevices.png);
}
.first-feature_8 .icon {
  background-image: url(../images/c_r_e.png);
}


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

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

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

.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;
}

.skills-content {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  background-color: #f5f5f5;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 110px 0px 50px 0px;
}

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

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid #ddd;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  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 {
  text-align: center;
  color: #2a2a2a;
  display: flex;
  width: 100%;
  border-radius: 50%;
  font-size: 32px;
  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: 12px;
  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;
}





.fea-sec-row{
  margin-top:60px;
  position: relative;
  box-sizing: 0px 0px 10px #000000;
}
.fea-sec-row .features-item{margin-top:3px;}
.fea-sec-row::after{
  content: "";
  position: absolute;
  top:0px;
  left:60px;
  right:60px;
  height: 2px;
  background-color: #00000012;
  z-index: -1;
}
.pmr-fea-session .pmr-heading{
    font-size: 17px;
    font-weight: 500;
    color:#111;
    line-height: 23px;
    height: 60px;
    margin:5px 0;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: all 0.5s;
}
.pmr-fea-session .pmr-heading::before{
  content: "";
  position: absolute;
  left:25%;
  right:25%;
  bottom:0px;
  height: 2px;
  background-color: rgba(51,204,197,0.3);
}
.pmr-fea-session .features-item:hover .pmr-heading{color:#fff;}
.pmr-fea-session .fea-desc{
  font-size: 15px;
  font-weight: 500;
  color: #333;
  line-height: 23px;
  margin: 17px;
  height: 75px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
  transition: all 0.5s;
}
.pmr-fea-session .features-item:hover .fea-desc{color:#fff;}
.pmr-aboutus-session .services .item {
  margin-bottom: 60px;
}
.pmr-aboutus-session .services .item h4{font-weight: 500;}
.pmr-aboutus-session .services .item {
  display: flex !important;
  align-items: center;
  margin-bottom: 40px;
}
/*.pmr-aboutus-session{margin-top:15px !important;}*/
.pmr-header{
  background-color: #fff;
  box-shadow: none !important;
}
.pmr-header  .main-nav .dropdown-menu .dropdown-item {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  line-height: 14px;
  color: #2a2a2a;
  position: relative;
}
/* .pmr-header  .main-nav .dropdown-menu .dropdown-item:hover{color:#222;} */
.pmr-header .main-nav .nav .dropdown-menu {
  position: static;
  float: none;
  margin: 0px;
  border-radius: 0;
  border: 0;
  box-shadow: 0px 6px 4px 0px #44444421;
  padding: 0px;
  color:#333;
}
.pmr-header .main-nav .nav .nav-item{padding:0px;}
.pmr-header .main-nav .nav .pr-nav-item {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 20px;
  line-height: 14px;
  color: #2a2a2a;
  cursor: pointer;
  margin-right: 5px;
}
.pmr-header .main-nav .nav .my-course-btn{
  width:108px;
  padding:15px !important;
  text-align: center;
}
.pmr-header .main-nav .nav .my-course-btn:hover{
  background-color: #6d30d4;
  color:#fff;
}
.mob-show{display: none;}
.pmr-header .logo_block{
  display: flex;
  transform: translate3d(0,10%,0);
  width: 118px;
}
.pmr-header.background-header .logo_block{
  transform: translate3d(0,0,0);
}
.footer-logo{
  width:90px;
  text-align: center;
  margin: 0 auto;
}


/* .pmr-banner-row .left-content{margin-top:65px !important;} */
.pmr-banner-row .right-image{margin-top:30px;}
.pmr-banner-row .banner-para-cap{
  font-size: 23px;
  font-weight: 500;
  color: #444;
  line-height: 23px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.banner-para-blk{
  text-align: center;
  padding: 15px 75px 25px;
  background: url(../images/watermark-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.green-btn-holder{
  background: url(../images/green-btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210px auto;
  text-align: center;
  min-height: 110px;
}
.green-btn-holder .subt-btn{
  font-size: 21px;
  font-weight: 400;
  background-color: unset !important;
  padding-top: 18px;
}
.pmr-banner-row .green-btn-holder{margin-left:12px;}
.pmr-banner-row .green-btn-holder .subt-btn {
  width: 170px;
  height: 45px;
  margin-left: -20px;
  
}
.common-heading-blk{
  border-bottom:2px solid #eee;
}
.common-caption{
  /* font-size: 26px;
  font-weight: 500; */
  font-size: 36px;
  font-weight: 300;
  color: #333;  
  line-height: 44px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.common-caption span{
  text-transform: capitalize;
  color:#e21e1f;
}
.wwh-blk{padding:60px 0;}

.wwh-wrapper{
  margin:20px 0;
}
.wwh-container{
  /* background: url(../images/feature-box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; */
  box-shadow: 1px 0.5px 8px 0 rgb(0 0 0 / 27%);
  width: calc(100% / 5 - 15px);
  margin-right: 15px;
  padding: 25px;
  transition: all .6s ease;
  background-color: #fff;
  border-radius: 5px;
}
.wwh-container:last-child{
  margin-right: 0px;
  min-width: calc(100% / 5);
}
/* .wwh-container:hover{
  transform: scale(1.2);
  transition: all .6s ease;

} */

.wwh-img-holder{
  width:50px;
  height: auto;
  margin: 0 auto 20px auto;
}
.wwh-caption{
  font-size: 15px;
  font-weight: 500;
  color: #4c4c4c;
  line-height: 20px;
  text-transform: capitalize;
  text-align: center;
  min-height: 45px;
}
.wwh-desc{
  font-size: 13px;
  font-weight: 400;
  color:#565656;
  line-height: 20px;
  text-align: center;
}
.infog-1-blk{
  padding:100px 0;
}
/* .infog-1-wrapper{
  background: url(../images/thread-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 690px;
  padding-top:23px;
  position: relative;
} */


/* 16-08 */
.infog-1-wrapper{
   background: url(../images/thread-image.png);
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 850px;
  padding-top: 23px;
  position: relative;
  width: 100%;
  background-position: center;

}
.infog-1-wrapper::before {
  /* content: '';
  background: url(../images/thread-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px; */
}
/* 16-08 */

/* .infog-1-desc2-blk{
  position: absolute;
  top:365px;
} */

/* 16-08 */
.infog-1-desc2-blk{
  position: absolute;
  /* top:360px; */
  top:425px;
}
/* 16-08 */

@media (max-width: 1199px) {
  .banner-caption {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 991px) {

    /* 16-08 */
    .infog-1-wrapper {
      min-height: 750px;
    }
    .infog-1-desc2-blk {
      position: absolute;
      top: 380px;
    }
    .banner-caption {
      padding-top: 50px;
    }
    .right-image img {
      max-width: 400px;
    }

}
.infog-1-desc span{color:#e21e1f;}

.infog-1-desc p{
  font-size: 15px !important;
  font-weight: 300;
  color:#565656;
  line-height: 22px !important;
  margin-top:15px;
  margin-bottom: 10px;
}
.infog-1-blk .common-caption{font-size: 25px;}


.infog-1-desc2-blk .infog-1-desc p{padding-right: 0;}
.cvs-wrapper{margin-top:33px;}
.cvs-wrapper .cvs-container{
  min-height: 534px;
  margin-bottom:33px;
}

.cvs-wrapper .cvs-container:nth-child(1){
  background: url(../images/infograph-slide-1.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cvs-wrapper .cvs-container:nth-child(2){
  background: url(../images/infograph-slide-2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cvs-wrapper .cvs-container:nth-child(3){
  background: url(../images/infograph-slide-3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.cvs-heading{
  font-size: 19px;
  font-weight: 600;
  color:#333;
  line-height: 20px;
  margin-bottom:10px;
}
.cvs-heading span{color:#e21e1f;}
.cvs-desc{
  font-size: 13px;
  font-weight: 400;
  color:#565656;
  line-height: 18px;
  margin-bottom:4px;
  text-align: center;
  padding:0 19%;
}
.cvs-box{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding-top:25px; */
  margin-top:-45px;
}
/* .cvs-wrapper .cvs-container:nth-child(1) .cvs-box{margin-left:-23px;} */
.cvs-wrapper .cvs-container:nth-child(2) .cvs-box{padding-top:25px;}

.chr-wrapper{
  background: url(../images/chr.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 400px;
  margin:100px 0 30px;
}
.chr-heading{
  font-size: 21px;
  font-weight: 600;
  color:#333;
  line-height: 20px;
  margin-bottom:16px;
}
.chr-heading span{color:#e21e1f;}
.chr-desc{
  font-size: 12px;
  font-weight: 500;
  color:#333;
  line-height: 18px;
  margin-bottom:4px;
  text-align: center;
  padding:0 23%;
}
.chr-box{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.chr-wrapper .chr-container:nth-child(1) .chr-box{
  margin-top: 31px;
  margin-left: 23px;
}
.chr-wrapper .chr-container:nth-child(2) .chr-box{
  margin-top: 40px;
  margin-left: -37px;
}
.chr-wrapper .chr-container:nth-child(3) .chr-box{
  margin-top: 20px;
  margin-left: -100px
}
.common-subcaption{
  /* font-size: 16px;
  font-weight: 500; */
  font-size: 20px;
  font-weight: 300;
  color: #565656;
  line-height: 26px;
  margin-bottom:20px;
  text-align: center;
}
.kma-icon{
  min-width:50px;
  height: auto;
}
.kma-desc-blk{
  margin-left:15px;
  margin-bottom:10px;
}

.kma-caption{
  font-size: 18px;
  font-weight: 500;
  color:#4c4c4c;
  line-height: 24px;
  margin-bottom: 10px;
}
.kma-desc{
  font-size: 16px;
  font-weight: 300;
  color:#565656;
  line-height: 22px;
}
.kma-container{margin-top:5px;}

.fr_by-desc-blk{
  border-left:1px solid #d9d9d9;
  padding-left:15px;
  padding-bottom: 15px;
}
.fr_by-caption{
  font-size: 18px;
  font-weight: 500;
  color:#4c4c4c;
  line-height: 25px;
  margin-bottom: 10px;
}

.fr_by-desc{
  /* font-size: 13px; */
  font-size: 16px;
  font-weight: 300;
  color:#565656;
  line-height: 22px;
}
.fr_by-icon{
  min-width: 25px;
  width: 25px;
  height: auto;
  margin-top: 30px;
  margin-right: 10px;
}
.fr_by-blk{padding:60px 0;}
.features-heading{
  font-size: 36px;
  font-weight: 300;
  color:#333;
  line-height: 44px;
  margin-bottom:15px;
  text-align: center;
}
.features-subheading{
  font-size: 20px;
  font-weight: 300;
  color:#565656;
  line-height: 26px;
  margin-bottom:15px;
  text-align: center;
}
.gen-info-blk{
  padding:60px 0;
}
.gen-blue-bg{
  background: #f0f5fb;
}
.gen-info-heading{
  font-size: 26px;
  font-weight: 500;
  color: #333;
  line-height: 34px;
  margin-bottom: 10px;
  text-transform: capitalize;
  text-align: center;
}
.gen-info-heading span{
  text-transform: capitalize;
  color: #e21e1f;
}
.gen-info-desc{
  font-size: 13px;
  font-weight: 400;
  color: #4c4c4c;
  line-height: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.gen-info-blk .green-btn-holder .subt-btn {
  width: 170px;
  height: 45px;
  margin-left: -20px;
}
.blue-btn-holder {
  background: url(../images/blue-btn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210px auto;
  text-align: center;
  min-height: 110px;
  position: relative;
  padding-top:15px;
  margin-top:25px;
  
}
.blue-btn-holder::before{
  content: "";
  position: absolute;
  top: -15px;
  left: 0px;
  right: 0px;
  height: 25px;
  background: url(../images/blue-btn-bg-before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.gen-info-blk .blue-btn-holder .lsted-btn {
  width: 170px;
  height: 45px;
  margin-left: -20px;
}
.lsted-btn{
  font-size: 21px;
  font-weight: 400;
  border: none;
  outline: none;
  text-align: center;
  box-shadow: none;
  padding: 8px 23px;
  background-color: unset;
  color: #333;
  cursor: pointer;
}
.gen-info-left{
  flex:0 0 40%;
  max-width: 40%;
  padding:0 15px;
}
.gen-info-right{
  flex:0 0 40%;
  max-width: 40%;
  padding:0 15px;
}
.gen-info-center{
  flex:0 0 20%;
  max-width: 20%;
  padding:0 15px;
}
.custom-input-holder{min-height: 106px;}
.custom-txtarea-holder{min-height: 200px;}
.contact-form{
  position: relative;
}
.contact-form::before{
  content:none;
  position: absolute;
  bottom:0px;
  right:-170px;
  width:180px;
  height: 340px;
  background-image: url(../images/contact-decoration.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.phone-desc-home{
  font-size: 15px !important;
}

/* new css on 25 Nov 21 */
.banner-search-container{
  background-color: #e5e5e5;
  border-radius: 6px;
}
.banner-srch-icon{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:5px;
}
.banner-srch-icon svg{
  width:20px;
  height: auto;
  stroke:#444;
}
.banner-srch{
   padding:7px 7px 7px 30px !important;
   font-size: 13px;
   font-weight: 500;
   color:#333;
   line-height: 20px;
   outline: none;
   box-shadow: none;
   background: none;
   border:none;
}
.b-srch-underline::after{
  content: "";
  position: absolute;
  bottom:0px;
  left:0px;
  height: 2px;
  width:0%;
  background-color: #428cff;
  transition: all .4s ease;
}
.banner-srch:focus{
  background: none;
}
.banner-srch:focus ~ .b-srch-underline::after{
  width:100%;
  transition: all .4s ease;
}
.banner-srch-label{
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-right: 10px;
  text-align: left;
}

.banner-desc{
  font-size: 15px;
  font-weight: 400;
  color:rgb(0, 0, 0);
  line-height: 20px;
  padding:10px 0 20px;
}
.hm-btn-holder{text-align: center;}
.hm-inverse-btn{
  background-color: transparent;
  color: #ffa236;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  min-height: 40px;
  padding:10px 40px 10px 20px;
  border:1px solid #ffa236;
  margin:15px 0;
  border-radius: 5px;
  background-size: 200% 200%;
  background-image: linear-gradient(180deg,transparent 50%,#ffa236 0);
  transition: background-position .4s,color .3s;
}
.hm-inverse-btn:hover{
  color: #fff;
  background-position: 0 -100%;
  background-color: transparent;
  border-color:#ffa236 ;
}
.gen-info-btn-pro{
  padding-right: 12px;
}
.gen-info-btn-pro img{width:auto;}
.gen-info-cap{
  font-size: 15px;
  font-weight: 500;
  color:#4c4c4c;
  line-height: 22px;
  padding-top:23px;
  text-align: center;
  text-transform: capitalize;
}

.pmr-fea-session{display: none !important;}


.pm-feat-cap{
    font-size: 14px;
    font-weight: 500;
    color:#333;
    line-height: 20px;
    padding:12px 0;
}
.pm-feat-desc{
  font-size: 14px;
  font-weight: 400;
  color:#555;
  line-height: 20px;
}
.pm-feat-subhead{
  font-size: 14px;
  font-weight: 500;
  color:#333;
  line-height: 20px;
}
.pm-feat-container .pm-feat-chead{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color:#333;
  margin-bottom:10px;
}
.pm-feat-container  .fea-desc{
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color:#333;
  margin-bottom:10px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-align: left;
}
.pm-feat-container{
  position: relative;
  padding:5px 10px;
  min-height: 215px;
}
.pm-feat-container:hover{background-color: #fff;}
.pm-feat-container::before,.pm-feat-container::after{
  content:"";
  position: absolute;
  left:0px;
  top:0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow:1px 0.5px 8px 0 rgb(0 0 0 / 27%);
  transition: all .5s;
}
.pm-feat-container::after{
  /* border-top:1px solid red;
  border-bottom:1px solid red; */
  /* transform: scale(0,1); */
}
.pm-feat-container::before{
  /* border-left:1px solid red;
  border-right:1px solid red; */
  /* transform: scale(1,0); */
}
.pm-feat-container:hover::before,.pm-feat-container:hover::after{
  opacity: 1;
  transform: scale(1);
}
.pm-feat-container .feat-icon{
  width:60px;
  height: 60px;
  margin-bottom: 5px;
}
.pm-feat-lst-blk{
  /* background: url(../images/feat-bg.png);
  background-repeat: no-repeat;
  background-size: cover; */
  padding:15px;
}
.banner-srch-blk{
    margin:15px 0;
}
.home-cat-drop{
  font-size: 13px;
  font-weight: 400;
  height: auto;
}

.banner-left-blk .subt-btn{
  /* background: #04245e !important;
  font-size: 15px; */
  background: transparent !important;
  font-size: 15px;
  color: #04245e;
  border: 1px solid #04245e;
  border-radius: 30px;
  padding: 10px 20px;
}
.features-heading-blk{padding:50px 0 20px;}

.fea-desc b {
  display: inline-block;
  margin-top: 10px;
}
.contact-left-img-wrapper img{max-height: 100vh;}
.kma-blk{padding-top:60px;}
.kma-blk .common-heading-blk{margin-bottom: 25px;}
.cvs-blk{
  background: linear-gradient(to right, #fff , #f3f3f3);
  padding: 50px 0;
}
.cr-readmore-btn{
  font-size: 14px;
  font-weight: 500;
  color:#333 ;
  border:1px solid #ffa236;
  box-shadow: none !important;
  outline: none;
  padding:7px 25px;
}
.cr-readmore-btn:hover{opacity: .73;}
.infog-rd{margin-top:100px;}
.readmore-arrow{
  display: inline-block;
  width:25px;
  height: auto;
}
.prs-desc{
  font-size: 13px !important;
  font-weight: 400;
  color:#565656;
  line-height: 19px !important;
  padding-top:10px;
}
.prs-session{padding:60px 0;}
.prs-desc-wrapper{padding:15px 0 25px;}





@media only screen and (max-width:992px){

  
  .banner-srch-label {
    font-size: 15px;
  line-height: 20px;
  }
  .chr-box{
    margin-top: 60px;
    margin-left: 27px;
    margin-right: 25px;
    box-shadow: 5px 7px 4px 0px #00000036;
    border-radius: 33px;
    padding-top: 136px;
    padding-bottom: 34px;
    height: auto;
  }
  .chr-wrapper{
    background: #fbfbfb;
    min-height: auto;
    margin-top:15px;
    margin-bottom:0px;
    align-items: flex-start;
  }
  .chr-wrapper .chr-container{
    min-height: 280px;
    margin-bottom:15px;
  }
  .chr-wrapper .chr-container:nth-child(1){
    background: url(../images/chr-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .chr-wrapper .chr-container:nth-child(2){
    background: url(../images/chr-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .chr-wrapper .chr-container:nth-child(3){
    background: url(../images/chr-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .chr-wrapper .chr-container:nth-child(1) .chr-box {
    /* margin-top: 39px;
    margin-left: 37px;
    margin-right: 32px;
    padding-top: 114px;
    padding-bottom: 40px; */
    margin-top: 30px;
    margin-left: 37px;
    margin-right: 32px;
    padding-top: 105px;
    margin-bottom: 59px;
  }
  .chr-wrapper .chr-container:nth-child(2) .chr-box {
    /* margin-top: 76px;
    margin-left: 30px;
    margin-right: 38px;
    padding-top: 123px; */
    margin-top: 64px;
    margin-left: 30px;
    margin-right: 28px;
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .chr-wrapper .chr-container:nth-child(3) .chr-box {
    /* margin-top: 96px;
    margin-left: 23px;
    margin-right: 37px;
    padding-top: 119px; */
    margin-top: 74px;
    margin-left: 30px;
    margin-right: 43px;
    padding-top: 109px;
    padding-bottom: 30px;
    margin-bottom: 33px;
  }
  .chr-desc{padding:0 5%;}
}



@media only screen and (max-width:767px){
  .pmr-header .main-nav .nav .dropdown-menu{
    position: static !important;
    transform:translate3d(0,0,0) !important;
  }
  .mob-show{display: block;}
  .pmr-header .main-nav .logo{line-height: normal;}
  .pmr-header.background-header .logo_block{width:90px;}
  .pmr-header .logo_block{ width: 80px;}
  .pmr-header{
    height: 55px;
    min-height: 55px;
  }
  .pmr-banner-row{
    padding-top:25px;
    width:100%;
  }
  .banner-caption{
    font-size: 24px;
    line-height: 30px !important;
    line-height: normal;
    margin-bottom:10px;
  }
  .pmr-banner-row .right-image{margin-bottom:23px;}
  .features-heading{
    font-size: 20px;
    line-height: normal;
  }
  .home-logo-holder{
    width:80%;
    margin:0 auto;
  }
  .pm-feat-subhead{margin-top: 10px !important;}
  .pm-feat-lst-blk{padding:0px;}
  .pm-feat-lst-blk{background:none;}
  .pm-feat-container{min-height: auto;}
  .gen-info-blk{margin:0px;}
  .gen-info-left {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .gen-info-center {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .gen-info-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .gen-info-heading{font-size: 20px;}
  .fr_by-blk{margin-top:30px;}
  .wwh-blk{margin-top:30px;}
  .common-caption{font-size: 26px; line-height: 32px;}
  .common-subcaption {
    font-size: 16px; line-height: 22px;
  }
  .features-subheading {
    font-size: 16px; line-height: 22px;}
  .infog-1-wrapper{
    background-size: 100%;
    padding-top: 400px;
    min-height: auto;
    /* 16-08 */
    background-position: top;
    /* 16-08 */
  }
  .infog-1-blk{padding:0;}
  .infog-1-blk .common-caption{font-size: 20px;}
  .infog-1-desc p{padding-right: 0;}
  .infog-1-desc2-blk{position: static;}
  form#contact{padding:0;}
  .contact-us{padding:0;}
  .cvs-box{padding-top:20px;}
  .cvs-wrapper .cvs-container{
    min-height: 540px;
    margin-bottom:15px;
  }
}




@media only screen and (max-width:576px){
  .banner-srch-blk{flex-direction: column;}
  .banner-srch-label{
    margin-right: 0px;
    margin-bottom:10px;
  }
  .banner-search-container{
    width: 100%;
    border: 1px solid #ccc;
  }
  .wwh-container{
    width:100%;    
    margin-right: 0;
    margin-bottom:10px;
  }
  .infog-1-wrapper{padding-top:290px;}
  .chr-wrapper .chr-container:nth-child(1) .chr-box{
    padding-top: 125px;
    margin-top:37px;
  }
  .chr-wrapper .chr-container:nth-child(3) .chr-box{
    margin-right: 38px;
  }
}
@media only screen and (min-width:577px) and (max-width:767px){
  .wwh-container{
    width:50%;
    margin-bottom:10px;
  }
  .wwh-container:nth-child(even){margin-right: 0px;}
  .wwh-container:nth-child(odd){margin-right: 0px;}
  .cvs-wrapper .cvs-container:nth-child(1){background-size: 100% 100%;}
  .cvs-wrapper .cvs-container:nth-child(2){background-size: 100% 100%;}
  .cvs-wrapper .cvs-container:nth-child(3){background-size: 100% 100%;}
}
@media only screen and (min-width:768px) and (max-width:992px){
  .mob-show{display: block;}
  .pmr-header.background-header .logo_block{width:90px;}
  .wwh-container{ 
    width: calc(100% / 3 - 15px);
    margin-bottom:20px;
  }
  .wwh-wrapper{
    justify-content: space-around;
    margin-bottom:0px;
  }
  .pm-feat-wrapper .row{align-items: center;}
  form#contact{padding:0;}
  .contact-us{padding:0;}
  

  /* 16-08 */
  /* .infog-1-wrapper{ 
    min-height: 800px;
  } */
  /* 16-08 */
}

@media (min-width: 1400px) {
  .custom-container {
      max-width: 1360px;
  }
}
@media only screen and (min-width:1450px) and (max-width:1919px){
  .cvs-wrapper .cvs-container {
    min-height: 600px;
    margin-bottom: 33px;
  }
}
@media only screen and (min-width:1920px){
  .cvs-wrapper .cvs-container {
    min-height: 610px;
  }
}


@media only screen and (max-width:991px){
  .infog-1-blk {
    padding: 40px 0;
  }
  .infog-1-desc p{
    padding-right: 0;
    font-size: 13px !important;
    line-height: 20px !important;
    margin-top: 10px !important;
  }
  .fr_by-desc {
    font-size: 13px;
    line-height: 20px;
  }
  .features-subheading {
    font-size: 16px;
    line-height: 22px;
  }
  .kma-desc{
    font-size: 13px;
    line-height: 20px;
  }
  .kma-caption {
    font-size: 15px;
  }
  .wwh-blk {
    padding: 40px 0;
  }
  .features-heading,
  .common-caption {
    font-size: 28px;
    line-height: 34px;
  }
}



.count-list {
	display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.count-list li {
  text-align: center;
}
.count-list li h3 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 5px;
  font-weight: 500;
  position: relative;
}
.count-list li h3::after {
  content: '+';
}
.count-list li small {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: 400;
}






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

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .count-list li h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .count-list li small {
    font-size: 14px;
    line-height: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  /* .main-banner:after {
    top: 76px;
    z-index: -1;
  } */
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  .our-services {
    margin-top: 200px;
  }
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  /* .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  } */
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
}



.banner-left-blk .head-srch-holder {
  padding: 0;
}
.banner-left-blk .custom-input-holder.initial .c-form-input {
  width: 100% !important;
}



.search-box {
  width: 100%;
  max-width: 350px;
	background-color: transparent;
	border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 0;
	position: relative;
  border: 1px solid #9d9d9d;
}
	
.search-box .search-icon {
	position: absolute;
  left: 10px;
  top: 8px;
	/* height: 55px;
	width: 55px; */
	text-align: center;
	color: #3a0ca3;
	cursor: pointer;
}
.search-box .search-icon svg {
  width: 15px;
}
	
.search-box>input {
	/* height: 55px; */
	width: 100%;
	outline: none;
	border: none;
	border-radius: 5px;
	padding: 8px 10px 8px 35px;
	font-size: 13px;
  line-height: 16px;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-wrap {
  white-space: nowrap;
}
.desc-blk-img img {
  max-width: 30px;
  margin-bottom: 15px;
}
.we-offer img {
  max-width: 400px;
}

.listed-noticed .right-image img {
  max-width: 550px;
}
@media (max-width: 767px) { 
  .we-offer .contant-block {
    order: 2;
  }
  .we-offer .img-block {
    order: 1;
    text-align: left !important;
  }
  .success-step .fr_by-desc-blk {
    border: none !important;
  }
}