@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	outline: none
}

ul,
ol {
	list-style: none;
}

button,
input[type='submit'],
input[type='reset'],
a {
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
}
.form-control:focus {
    border:0;
    outline:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

::-moz-selection {
	color: #ffd6e9;
	background: #3399ff;
}

::selection {
	color: #ffd6e9;
	background: #3399ff;
}

::-moz-selection {
	color: #ffd6e9;
	background: #3399ff;
}

::placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

::-webkit-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #e4e4e4;
	font-size: 16px;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #e4e4e4;
	font-size: 16px;
}


textarea::-webkit-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

textarea:-moz-placeholder {
	/* Firefox 18- */
	color: #e4e4e4;
	font-size: 16px;
}

textarea::-moz-placeholder {
	/* Firefox 19+ */
	color: #333333;
}

textarea:-ms-input-placeholder {
	color: #e4e4e4;
	font-size: 16px;
}

body {
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
/*    font-family: 'Poppins', sans-serif;*/
    font-weight: 400;
    background: #ffffff;
}

*:focus {
	outline: none;
}

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

img {
	max-width: 100%;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
}

a {
	color: #fff;
	outline: none !important;
	border: none;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-ms-transition: all 0.6s;
	vertical-align: middle;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #123457;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

img {
	border: none;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

p {
	margin: 0;
	padding: 0;
}

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

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: transparent;
}

p {
	color: #5a5a5a;
}
.closebtn,.tgl-innr {
    display: none;
}
.container {
    padding: 0;
    max-width: 1170px;
}
.container-fluid {
	padding: 0 195px;
}
header .container-fluid,.banner-section.bnr-hm .container-fluid  {
    padding: 0 52px;
}
.logo-sec {
	width: 200px;
    padding: 24px 0 19px;
}

.collapse.navbar-collapse.top_nav {
    display: block;
}
ul.navbar-nav li {
    transition: all 0.6s;
	-ms-transition: all 0.6s;
	-webkit-transition: all 0.6s;
    margin-right: 58px;
    position: relative;
    line-height: 1;
}
ul.navbar-nav li:last-child {
    margin-right: 0;
}
ul.navbar-nav li  a{
    color:#0b426c!important;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
/*    text-transform: uppercase;*/
    transition: all 0.6s;
    position: relative;
}
ul.navbar-nav li a:before {
    position: absolute;
    content: '';
    background: #0a9448;
    bottom:-6px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.6s;
}
ul.navbar-nav li:hover a:before,ul.navbar-nav li:focus a:before,ul.navbar-nav li.current-menu-item a:before {
    opacity: 1;
    width: 100%;
}
ul.navbar-nav li:hover  a,ul.navbar-nav li.current-menu-item  a,ul.navbar-nav li:focus  a {
    color:#0a9448!important;
}
.navbar {
    padding: 0;
}
.navbar-expand-md .navbar-nav a {
    padding-right: 0!important;
    padding-left: 0!important;
}
/***hdr fix ****/
.hdr_fix {
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #fff;
	animation: slide-down 0.7s;
	-ms- animation: slide-down 0.7s;
	-webkit- animation: slide-down 0.7s;
	box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
@keyframes slide-down{0%{opacity:0;transform:translateY(-100%);-moz-transform:translateY(-100%);-webkit-transform:translateY(-100%);-o-transform:translateY(-100%);-ms-transform:translateY(-100%);}
100%{opacity:0.9;transform:translateY(0);-moz-transform:translateY(0);-webkit-transform:translateY(0);-o-transform:translateY(0);-ms-transform:translateY(0);}
}
.hdr_fix .logo-sec {
	width: 170px;
    padding: 17px 0 15px;
}

.hdr-top {
    background: #1c2938;
    padding: 18px 0 10px;
}
.hdr-top-outr ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
}
.hdr-top-outr ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 47px;
}
.hdr-top-outr ul li:last-child {
    margin-right: 0;
}
.hdr-icon em {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background: #36424f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center;
    margin-right: 19px;
}
.hdr-add a,.hdr-add address {
    margin: 0;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.hdr-add a:hover {
    color: #0a9448;
}
.header-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header-innr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hdr-btn-innr {
    margin-left: 47px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}
.btn {
    color:#fff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    background: #0a9448;
    border:0;
    border-radius: 5px;
    text-align: center;
    padding: 17px 20px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.btn:hover {
    background:#1c2938;
    border-bottom-right-radius: 30px;
}
.btn:focus {
    color: #fff;
}
/* Curl Bottom Right */
.btn {
  display: inline-block;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
          box-shadow: 0 0 1px transparent;
}
.btn:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: -o-linear-gradient(135deg, transparent 45%, #aaa 50%, #1c2938 56%, white 80%);
  background: linear-gradient(315deg, transparent 45%, #aaa 50%, #1c2938 56%, white 80%);
  -webkit-box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.6s;
       -o-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: width height;
  -o-transition-property: width height;
  transition-property: width height;
}
.btn:hover:before {
  width: 20px;
  height:20px;
}
.dropdown-menu {
    display: none;
    border: 0;
    border-radius: 0;
    margin: 10px 0 0;
    padding: 5px 10px;
    background: rgba(28,41,56,0.9);
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-toggle::after {
    background: url('../images/arr3.png') no-repeat;
    background-size: 100% 100%;
    width: 11px;
    height: 6px;
    border: 0;
    margin-bottom: 2px;
    vertical-align: middle;
}
li.dropdown:before {
    position: absolute;
    content: '';
    background: transparent;
    height: 30px;
    bottom: -30px;
    left: 0;
    right: 0;
    width: 100%;
}
ul.navbar-nav li .dropdown-menu li {
    margin:0 0 4px!important;
}
ul.navbar-nav li .dropdown-menu li.active a:before {
    opacity: 1;
    width: 100%;
}
ul.navbar-nav li .dropdown-menu li a {
    padding: 10px 0!important;
    color: #fff !important; 
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

ul.navbar-nav li .dropdown-menu li a {
    display: inline-block;
    position: relative;
    width: auto;
}
ul.navbar-nav li .dropdown-menu li:after {
    display: none;
}
ul.navbar-nav li .dropdown-menu li a:before {
    bottom:2px!important;
    width: 0;
}

ul.navbar-nav li .dropdown-menu li a:hover:before,ul.navbar-nav li .dropdown-menu li a:focus:before {
    opacity: 1;
    width: 100%;
}
/*
ul.navbar-nav li .dropdown-menu li:after {
   bottom: 4px;
}
*/
ul.navbar-nav li .dropdown-menu li a:hover {
    background: none;
/*    color: #fff !important; */
}
/*banner*/
.banner-section,.banner-outr {
    position: relative;
}
.banner-innr {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
}

.ban-pic img {
    width: 100%;
}
.banner-innr h1 {
    color:#ffffff;
    font-size: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 72px;
    background: rgba(11,66,108,0.3);
    width:53%;
    padding: 45px 10px 42px 75px;
}
.ban-btn .btn {
    font-family: 'Roboto', sans-serif;
}
.ban-btn {
    margin-top: 25px;
}
.ban-btn .btn {
    padding: 22px 56px;
    font-size: 20px;
}
.bnr-btm-outr {
    position: absolute;
    right: 54px;
    bottom: 80px;
}
.banner-outr p {
    text-align: center;
    color:#fff;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    line-height:35px;
    padding: 0 130px;
    letter-spacing: 2px;    
    display: inline-block;
    position: relative;
}
.banner-outr p:before,.banner-outr p:after {
    position: absolute;
    content: '';
    top: 17px;
    background: #fff;
    height: 3px;
    width: 118px;
}
.banner-outr p:before {
    left: 0;
}
.banner-outr p:after {
    right: 0;
}
.ban-txt p {
    margin-bottom: 30px;
    font-style: normal;
}
.swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 24px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
    margin:0 3px;
    border:2px solid transparent;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.swiper-pagination-bullet-active {
    background: #049143;
    border-color: #fff;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
}
.banner-innr.banner2-innr {
    top: 49%;
    -webkit-transform: translateY(-51%);
        -ms-transform: translateY(-51%);
            transform: translateY(-51%);
}
.banner-innr.banner3-innr .ban-txt h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 80px;
    line-height: 90px;
}
.banner-innr.banner3-innr .ban-txt h1 span {
    font-weight: 700;
    text-transform: uppercase;
}
.banner-innr.banner2-innr .ban-txt h1 {
    background: rgba(11,66,108,0.2);
    width: 53%;
}
.banner-innr.banner3-innr .ban-txt h1 {
    width: 30%;
    background: rgba(11,66,108,0.1);
}
.banner-innr.banner3-innr {
    top: 120px;
}
.ban-txt em {
    display: inline-block;
    padding-left: 45px;
    padding-bottom: 6px;
}
.ban-txt em img {
     margin-top: -165px;
}
/*zoom effect*/

.zoom {
  -webkit-animation: scale 30s linear infinite;
          animation: scale 30s linear infinite;
}
  
@-webkit-keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
  }
}
  
@keyframes scale {
  50% {
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
  }
}
.ban-pic {
    overflow: hidden;
}
/*end banner*/
/*expertise-sec*/
.expertise-sec {
    padding: 65px 0 100px;
}
.cmn-hdr {
    margin-bottom: 50px;
}
.cmn-hdr h2 {
    font-size: 50px;
    color:#000000;
    line-height: 1;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    position: relative;
}
.cmn-hdr h2:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #0b426c;
    height: 4px;
    width: 139px;
}
.expertise-outr .row {
    margin: 0 -28px;
}
.expertise-outr .col-md-4 {
    padding: 0 28px;
    margin-bottom: 56px;
}
.expertise-outr .col-md-4:nth-last-child(1),.expertise-outr .col-md-4:nth-last-child(2),.expertise-outr .col-md-4:nth-last-child(3) {
    margin-bottom: 0;
}
.expertise-innr {
    position: relative;
}
.expertise-pic img {
    width: 100%;
}
.cmmn-scale {
    overflow: hidden;
} 
.cmmn-scale img:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.expertise-txt {
    position: absolute;
    right: 0;
    left: 22px;
    bottom: 21px;
}
.expertise-txt h5 {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.expertise-txt h5 a {
    color:#fff;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
/*    text-transform: uppercase;*/
    line-height: 1;
}
.expertise-txt h5:hover a {
    color: #fff;
}
.expertise-txt h5 em {
    margin-left: 20px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.expertise-txt h5:hover em {
    margin-left: 30px;
}
/*impact-sec*/
.impact-sec {
    background: #0b426c;
    padding: 50px 0 60px;
}
.cmn-hdr.wh h2 {
    color: #fff;
}
.cmn-hdr.wh h2:after {
    background: #4a677c;
}
.cmn-hdr.lft h2:after {
    right: auto;
} 
.impact-pic {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.impact-pic img {
    width: 100%;
}
.cmn-para p {
    color:#fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 25px;
}
.cmn-para p:last-child {
    margin-bottom: 0;
}
.cmn-para p strong {
    font-weight: 600;
}
.cmn-hdr.mr-35 {
    margin-bottom: 35px;
}
.impact-lft {
    padding-right:97px;
}
.imp-btn {
    margin-top: 50px;
}
.btn.c-btn {
    padding: 22px 30px;
    font-size: 20px;
}
/*industry-sec*/
.industry-sec {
    padding: 80px 0 90px;
}
.industry-pic {
    width: 112px;
    height: 112px;
    border:2px solid #0b426c;
    border-radius: 100%;
/*    background: #eefaf4;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.industry-pic:hover {
/*
    background: #049143;
    border-color: #049143;
*/
/*
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
*/
}
.industry-pic:hover img {
/*
    -webkit-filter: brightness(100);
            filter: brightness(100);
*/
}
.industry-txt {
    margin-top: 20px;
}
.industry-txt h5 {
    color:#0b426c;
/*    font-size: 34px;*/
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
}
.industry-outr {
    padding-top: 15px;
}
.industry-outr .col-md-3 {
    margin-bottom: 85px;
}
.industry-outr  .col-md-4:nth-last-child(1),.industry-outr  .col-md-4:nth-last-child(2),.industry-outr  .col-md-4:nth-last-child(3) {
    margin-bottom: 0;
}
/*resources-sec*/
.resources-sec {
    background: #0b426c;
    padding: 70px 0;
}
.cmn-hdr p {
    color:#fff;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 36px;
    margin-top: 13px;
}
.resources-pic {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.resources-pic img {
    width: 100%;
}
.resources-txt {
    margin-top: 20px;
}
.resources-txt h3 {
    color:#fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.resources-txt p {
    color:#fff;
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
/*    width: 85%;*/
    width: 85%;
}
.lrn-mr {
    color:#049143;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 1;
    text-transform: uppercase;
}
.lrn-mr:hover {
    opacity: 0.6;
    color:#049143;
}
.lrn-mr:hover em  {
   margin-left: 24px;
}
.lrn-mr em {
    margin-left: 16px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.lrn-btn {
    margin-top: 20px;
}
.resources-innr {
    border-bottom: 2px solid #067751;
    padding-bottom: 17px;
    height: 100%;
}
.resources-btn {
    margin-top: 45px;
}
.resources-btn .btn.c-btn {
    padding: 20px 17px;
}

/*ready sec*/
.ready-sec {
    background: #049143;
    padding: 80px 0 104px;
    position: relative;
}
.shp1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 708px;
}
.shp2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 695px;
}
.cmn-hdr.mr-20 {
    margin-bottom: 20px;
}
.cmn-hdr.blw h2:after {
    background: #0b426c;
}
.rd-btn .btn {
    padding: 22px 56px;
    font-size: 20px;
}
.btn.blw-btn {
    background: #0b426c;
}
.btn.blw-btn:hover {
    opacity: 0.6;
}
/*footer*/
footer {
    background: #1c2938;
    padding: 80px 0 35px;
    position: relative;
    z-index: 1;
}
.ft-shape {
    position: absolute;
    bottom: 0;
    right: 0;
/*    width: 175px;*/
    width: 153px;
    z-index: -1;
}
.footer-menu h3 {
    color:#fff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.footer-menu h3:after{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: #049143;
    height: 3px;
    width: 46px;
}
.footer-menu ul li {
    line-height: 1;
    margin-bottom: 17px;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu ul li a {
    color:#aab9ca;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 1;
}
.footer-menu ul li a:hover {
    color: #049143;
}
.footer-top {
    margin-bottom: 100px;
}
.foot-logo {
    position: relative;
    z-index: 1;
}
.foot-logo:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    content: '';
    border-bottom: 1px solid #495460;
    z-index: -1;
}
.foot-logo-innr {
    width: 217px;
    margin: auto;
    background: #1c2938;
    padding: 0 21px;
}
.footer-bottom-innr p,.footer-bottom-innr p a {
    color:#aab9ca;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400; 
    line-height: 1;
	margin:5px 0;
}
.footer-bottom-innr p a:hover {
    color: #049143;
}
.footer-bottom-innr p a {
    vertical-align: unset;
}
.footer-bottom-innr {
    margin-top: 30px;
}
.footer-menu.ft-menu ul li {
    line-height: 30px;
}
/*30-7-2020*/
.hdr-add a {
    vertical-align: unset;
}
.banner-innr.banner1-innr .ban-txt p, .banner-innr.banner3-innr .ban-txt p {
    display: none;
}

/*19-8-2020*/
.banner-section.banner-innr-sec .banner-innr h1 {
    position: relative;
    padding-bottom: 30px;
    line-height: 1;
    background: none!important;
    width:auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 0!important;
}
.banner-section.banner-innr-sec .banner-innr h1:after {
    position: absolute;
    content: '';
    background: #9db3c4;
    height: 3px;
    width: 118px;
    bottom: 0;
    left: 0;
}
.banner-section.banner-innr-sec .ban-txt {
    padding: 75px 56px 98px;
    width: auto;
    display: inline-block;
    background: rgba(11,66,108,0.4);
}

.banner-section.banner-innr-sec .banner-innr {
    top: 98px;
    left: -50px;
}
/* user-sec */
.user-sec {
    padding: 88px 0;
}
.cmn-hdr.bll h2 {
    color: #1c2938;
}
.cmn-para.bll p {
    color: #1c2938;
}
.cmn-para.bll p strong {
    font-weight: 600;
}
.user-sec .cmn-para p {
    width: 95%;
}
.user-lft,.user-rght {
    padding: 50px 0 26px;
}
.user-outr .col-md-8 {
    position: relative;
}
.user-outr .col-md-8:after {
    border-right: 1px solid #cfd2d5;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.user-rght {
    padding-left: 50px;
}
.user-rght-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.user-rght-img-innr {
/*
    width: 122px;
    height: 122px;
*/
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border:1px solid #1f3d7c;
    overflow: hidden;
}
.user-rght-img-innr img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    padding: 9px;
    border-radius: 100%;
}
.user-rght-txt {
    margin-left: 18px;
}
.user-rght-txt h3 {
    color:#1c2938;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
/*    font-weight: 600; */
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.user-rght-txt h5 {
    color:#1c2938;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 1;
    margin-bottom: 18px;
}
.user-rght-txt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
}
.user-rght-txt ul li:last-child {
    margin-bottom: 0;
}
.user-rght-txt ul li a {
    color:#0b426c;
/*    font-size: 20px;*/
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    /*    font-weight: 600; */
    font-weight: 400;
    line-height: 1;
}
.user-rght-txt ul li a:hover {
    color: #50b37c;
}
.usr-icon {
    margin-right: 14px;
}
.usr-icon em {
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background: #d4ecdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.user-rght-outr {
    margin-bottom: 60px;
}
.user-rght-outr:last-child {
    margin-bottom: 0;
}

/*transaction-sec*/
.transaction-sec {
    padding: 70px 0;
    background: #f9f9f9;
}
.transaction-pic img {
    width: 100%;
}
.transaction-pic {
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 32px 22px;
    margin-bottom: 10px;
    height: 100%;
}
.transaction-outr {
    position: relative;
}
.swiper-button-prev,.swiper-button-next {
    left: -90px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.swiper-button-prev:hover img,.swiper-button-next:hover img {
    -webkit-filter: invert(15%) sepia(62%) saturate(2461%) hue-rotate(188deg) brightness(94%) contrast(91%);
            filter: invert(15%) sepia(62%) saturate(2461%) hue-rotate(188deg) brightness(94%) contrast(91%);
}
.swiper-button-prev::after, .swiper-button-next::after {
     font-size: 0;
}
.swiper-button-next {
    right: -90px;
    left: auto;
}

.usr-icn-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}
.usr-icn-list ul li:last-child {
    margin-bottom: 0;
}
.usr-icn-list ul li em {
    margin-right: 18px;
    width: 43px;
    text-align: center;
}
.usr-icn-list ul li strong {
    color:#0b426c;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 1;
}
.usr-icn-list.usr-lst ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.usr-icn-list.usr-lst ul li {
    width: 40%;
}
.usr-icn-list.usr-lst ul li:nth-child(2n) {
    width: 60%;
}
.usr-icn-list.usr-lst {
    margin-top: 30px;
}
.user-outr.us-l .user-lft {
    padding-top: 0;
    padding-bottom: 0;
}
.user-outr.us-l .col-md-7:after {
    height: 100%;
}
.user-outr.us-l.us-lh2 .col-md-7:after {
    height: 60%;
}
.banner-section.banner-innr-sec.tech-banner .ban-txt {
    background: none;
    padding: 0;
}
.banner-section.banner-innr-sec.tech-banner .ban-txt h1 {
    padding-bottom: 20px;
}
.ban-txt h4 {
    color:#fff;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 36px;
    width: 54.5%;
}

/*20-8-2020*/
/*scl-sec*/
.scl-sec {
    background: #229f5a;
    padding: 21px 38px;
}
.scl-outr {
    border: 2px solid #fff;
}
.scl-innr {
    padding: 30px 163px;
}
.scl-innr p {
    color:#fff;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 44px;
    font-style: italic;
}
.scl-innr p em {
    color: #0b426c;
    text-decoration: underline;
    margin-left: 7px;
}
/*work-sec*/
.work-sec {
    padding: 80px 0;
}
.work-outr {
    border:1px solid #049143;
    padding: 32px 30px 90px 58px;
}
.wrk-hdr {
    padding-bottom: 18px;
    border-bottom: 1px solid #d2d4d7;
    margin-bottom: 29px;
}
.wrk-hdr h3 {
    color:#0b426c;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 1;
    text-transform: uppercase;
    position: relative;
}
.wrk-hdr h3:after {
    position: absolute;
    content: '';
    background: url('../images/arr.png') no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 11px;
    left: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.wrk-list ul li {
    color:#1c2938;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 1;
    margin-bottom: 28px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.wrk-list ul li:last-child {
    margin-bottom: 0;
}
.cmn-hdr.lnh h2 {
    line-height: 45px;
}
.wrk-list ul li:hover {
    margin-left: 10px;
}
/*business-sec*/
.business-sec {
    padding: 85px 0 65px;
}
.btm-para {
    margin-top: 30px;
}
.btm-para p {
    color:#0b426c;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700; 
    line-height: 40px;
}
/*valuation-sec*/
.valuation-outr .cmn-para p {
    color: #6c6c6c;
    font-size: 18px;
}
.valuation-sec {
    padding: 55px 0 98px;
}
.valuation-outr .row {
    margin: 0 -80px;
}
.valuation-outr .col-md-6 {
    padding: 40px 80px;
    border-right: 1px solid #cccccc;
}
.valuation-outr .col-md-6:last-child {
    border-right: 0;
}
/*identity-sec*/
.identity-sec {
    padding: 100px 0 75px;
}
.identity-outr {
    padding: 40px 0 0;
}
.idt-para {
    margin-top: 20px;
}
.idt-para p {
    color:#6c6c6c;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 36px;
}
.idt-no span {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    border: 3px solid #0b426c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #229f5a;
    font-size: 55px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.idt-innr {
    margin-bottom: 30px;
}
.idt-innr:last-child {
    margin-bottom: 0;
}
.idt-no {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.idt-no em {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    color: #000000;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    font-style: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -8px;
    position: relative;
    z-index: 9;
}

/*comp-sec*/
.comp-sec {
    background: #0b426c;
    padding: 58px 0;
}
.comp-sec .cmn-para {
    width: 92%;
    margin: auto;
}
.cmn-para.fnt p {
    font-size: 18px;
    font-weight: 600;
}
.banner-section.banner-innr-sec.expertise-banner .ban-txt { 
    padding: 60px 60px 60px 50px; 
}
.banner-section.banner-innr-sec.expertise-banner .banner-innr {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
/*number-sec*/
.number-sec {
    padding: 65px 0;
}
.number-pic img {
    width: 100%;
}
.cmn-para.bk p {
    color: #6c6c6c;
}
.number-txt {
    padding-left: 30px;
}
.scl-sec.scl-inn-sec .scl-innr {
    padding: 30px 125px;
}
.investor-sec {
    padding: 65px 0;
}
.invs-outr {
    width: 95%;
    margin: auto;
}
.scl-innr p b {
    font-weight: 600;
    text-decoration: underline;
}

/*statistic-sec*/
.statistic-sec {
    padding: 85px 0;
}
.statistic-sec .col-md-6 {
    padding: 0 30px;
    border-right: 1px solid #ddd;
}
.statistic-sec .col-md-6:last-child {
    border-right: 0;
}
.statistic-sec .row {
    margin: 0 -30px;
}
.accordion h1 {
    color: #0b426c;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    text-transform: uppercase;
    position: relative;
    padding-left: 34px;
}
.accordion h1:after {
    position: absolute;
    content: '';
    background: url('../images/arr4.png') no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 11px;
    left:0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.acc-list {
    padding-top: 23px;
    border-top: 1px solid #ddd;
    margin-top: 18px;
}
.acc-list ul li {
    color: #1c2938;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 1;
    margin-bottom: 23px;
}
.acc-list ul li:last-child {
    margin-bottom: 0;
}
.process-sec {
    padding-bottom: 90px;
}
.accordion-header {
    padding: 0;
    background: none;
    border: 0;
}
.qus {
    margin-bottom: 34px;
    padding: 25px 26px;
    border: 1px solid #bebebe;
}
.qus.accordion-item-active {
    border-color: #049143;
}
.qus:last-child {
    margin-bottom: 0;
}
.accordion-item-active .accordion-header {
    background: none;
}
.accordion-item-active .accordion-header h1 {
    color: #0b426c;
}
.accordion-content {
    padding: 0;
    border: 0;
    padding-left: 34px;
    padding-bottom: 20px;
}
.accordion-item-active .accordion-header h1:after {
    background-image: url('../images/arr.png');
}
.accordion-header-icon {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border:2px solid #888888;
    background: url('../images/plus.png') no-repeat;
    background-size: auto;
    background-position: center;
}
.accordion-header-icon.accordion-header-icon-active {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: #229f5a url('../images/minus.png') no-repeat;
    background-size: auto;
    background-position: center;
    border-color: #229f5a;
    color: #fff;
}
.statistic-pic {
    padding-top: 15px;
}
.statistic-pic img {
    width: 100%;
}
.statistic-txt p {
    width: 88%;
}
.usr-icn-list.usr-abs {
    margin-top: 25px;
}
.hdr-top-outr ul li br {
    display:none;
}

/*28-8*/
.impact-outr.im-para .cmn-para p,.element-sec.ele-sec .cmn-para p,.mr-int .cmn-para p {
    position: relative;
    padding-left: 16px;
}
.impact-outr.im-para .cmn-para p:after,.element-sec.ele-sec .cmn-para p:after,.mr-int .cmn-para p:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 10px;
}
.impact-outr.im-para .cmn-para p {
    line-height: 30px;
    margin-bottom: 15px;
}
.impact-outr.im-para .cmn-para p:last-child {
    margin-bottom: 0;
}
.impact-outr.im-para .impact-lft {
    padding-right: 60px;
}
.trn-btn-innr {
    margin-top: 25px;
}
.transaction-outr.trt-outr .transaction-pic {
    padding: 0;
    box-shadow: none;
    background: none;
}
/*28-8-2020*/
/*team member page*/
.team-sec {
    padding: 55px 0;
/*    background: #e5f4ec;*/
}
.lnkd {
    width: 80px;
}
.team-sec .team-outr .user-rght-outr {
    align-items: stretch;
}
.team-sec .user-rght-img {
    width: 50%;
    background: #e8e9eb;
    padding: 20px 0;
    margin-left: 8px;
}
.team-sec .user-rght-txt h5 {
    margin-right: 37%;
}
.team-sec .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.team-sec .user-rght-txt {
    width: 50%;
    background: #e5f4ec;
    padding: 20px 0;
    margin-left: 0!important;
    margin-right: 8px;
}
.team-outr {
    position: relative;
    padding: 0!important;
}
.linkdin-innr {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}
.linkdin-innr a {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    background: #2766b2;
    color: #fff;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.linkdin-innr a:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.team-outr .user-rght-img-innr {
    width: 370px;
    height: 370px;
    margin: auto;
}
.team-outr .user-rght-img-innr img {
    padding: 35px;
}
.team-outr .user-rght-txt h3 {
    font-size: 39px;
    font-weight:700;
}
.team-outr .user-rght-txt h5 {
    font-size: 35px;
}
.team-outr .user-rght-txt ul li {
    margin-bottom: 8px;
}
.team-outr .user-rght-txt ul li a {
    font-size: 25px;
    font-weight: 700;
}
.team-outr .user-rght-txt ul li address {
    margin: 0;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #0b426c;
}
.team-outr .usr-icon em {
    background: none;
}
.team-outr .user-rght-txt {
    margin-left: 100px;
}
.team-outr .user-rght-outr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-outr .user-rght-txt ul li:last-child {
/*     -webkit-box-align: start; */
/*         -ms-flex-align: start;
            align-items: flex-start; */
    margin-bottom: 0;
}
.business-sec.bsn-sec .usr-icn-list ul li strong {
    line-height: 25px;
}
.business-sec.bsn-sec {
    padding: 85px 0;
    padding-bottom: 0!important;
}
.scl-sec.scl-tm-sec .scl-innr {
    padding-left:110px;
    padding-right:110px;
}
.kris-sec {
    padding: 20px 0 90px;
}
.kris-txt ul li {
    color:#1c2938;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 1;
    margin-bottom: 30px;
}
.kris-txt ul li:last-child {
    margin-bottom: 0;
}
.kris-txt ul li em {
    font-weight: 700;
    color: #049143; 
    font-style: normal;
}
.kris-pic img {
    width: 100%;
}
.kris-outr {
    padding: 40px;
    border: 1px solid #229f5a;
}

/*29-8*/
.statistic-sec.price-sec .cmn-para {
    margin-bottom: 15px;
}
.statistic-sec.price-sec .col-md-6:first-child {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    max-width: 45%;
}
.statistic-sec.price-sec .col-md-6:last-child {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
}
.statistic-sec.price-sec .statistic-txt p {
    width: 80%;
} 
.acc-list h4 {
    color:#1c2938;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 1;
    margin-bottom: 16px;
}
.process-sec.overvw-sec {
    padding:65px 0;
}
.buyer-sec {
    padding: 40px 0;
    background: #0b426c;
}
.cmn-para.whtt p {
    color: #fff;
}
.buyer-outr .cmn-para p span {
    text-transform: uppercase;
    font-weight: 700;
}
.buyer-outr .cmn-para p em {
    color: #229f5a;
}
.piee-outr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 15px -15px;
    text-align: center;
}
.pie-innr {
    padding: 0 15px;
}
.piee-pic img {
    width: 100%;
}
.piee-pic {
    width: 488px;
    margin: auto;
}
.pie-innr h4 {
    color:#ffffff;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 24px;
}
.industry-sec.driving-sec {
    padding: 50px 0 0;
    background: #f9f9f9;
}
.industry-txt p {
    color:#000000;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; 
    line-height: 35px;
    width: 70%;
    margin: auto;
}
.industry-sec.driving-sec .industry-outr .col-md-4 {
    margin-bottom: 50px;
}
.trnsn-sec {
    padding: 70px 0 40px;
}
ul.resp-tabs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
}
ul.resp-tabs-list li {
    color:#515151;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    line-height: 1;
    padding: 28px 10px;
    width: 14.28%;
    border: 1px solid #515151;
    margin-right: 20px;
    position: relative;
	cursor: pointer;
}
ul.resp-tabs-list li.resp-tab-active:after {
    position: absolute;
    content: '';
    border-color: #229f5a;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    width: 0!important;
    height: 0!important;
    bottom: -15px!important;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-width: 7.25px;
}
ul.resp-tabs-list li:last-child {
    margin-right: 0;
}
ul.resp-tabs-list li:first-child {
    width: 10%;
}
.trnsn-pic img {
    width: 100%;
}
.trnsn-innr .col-md-3 {
    margin-bottom: 30px;
}

.resrce-sec {
    padding: 85px 0 15px;
}
.resrce-pic img {
    width: 100%;
}
.resrce-txt {
    background: #0b426c;
    padding: 30px;
    margin:-113px 28px 0;
    position: relative;
    z-index: 9;
}
.resrce-txt h5 {
    color:#ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.resrce-txt h5 em {
    margin-right: 13px;
}
.resrce-txt h3 {
    color:#ffffff;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 35px;
    margin: 10px 0 5px;
    margin-top: 0!important;
}
.resrce-txt p {
    color:#ffffff;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; 
    line-height: 30px;
}
.rd-more-inn {
    color: #049143;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.rd-more-inn em {
    margin-right: 17px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.resrce-innr:hover .rd-more-inn {
    text-decoration: underline;
    color: #049143;
}
.resrce-innr:hover .rd-more-inn em {
    margin-left: 10px;
}
.resrce-outr .col-md-4 {
    margin-bottom: 65px;
    padding: 0 25px;
}
.resrce-outr .row {
    margin: 0 -25px;
}
.resrce-innr:hover .resrce-pic:after {
    opacity: 1;
}
.resrce-pic {
    position: relative;
}
.resrce-pic:after {
    position: absolute;
    content: '';
    border: 2px solid #fff;
    top: 17px;
    bottom: 17px;
    left: 17px;
    right: 17px;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.industry-txt.indus-inn h3 {
    color: #0b426c;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 13px;
    line-height: 1;
}
.industry-txt.indus-inn p {
    color: #1c2938;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 30px;
    width: 80%;
}
.our-team-sec {
    padding: 75px 0;
}
.our-team-innr {
    height: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    width: 100%;
}
.our-team-pic {
    padding: 65px 100px 45px;
}
.our-team-pic img {
    width: 100%;
}
.our-team-txt {
    padding: 0 28px 18px 18px;
}
.our-team-txt h5 {
    color: #1c2938;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.our-team-txt h6 {
    color: #1c2938;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.our-team-txt h6 strong {
    font-weight: 400;
}
.our-team-txt h6 a {
    vertical-align: unset;
}
.our-team-txt h6 a:hover {
    margin-right: -10px;
}
.industry-sec.driving-sec.why-sec {
    background: #fff;
}
.element-sec {
    background: #0b426c;
    overflow: hidden;
}
.element-sec .impact-lft {
    padding:45px 0;
}
.imp-rght-innr {
    display: flex;
    align-items: center;
    padding: 77px 100px 77px 145px;
    padding-left: 30%;
}
.imp-rght-innr:first-child {
    background: #049143;
}
.imp-rght-innr:nth-child(2) {
    background: #0b426c;
}
.imp-rght-innr:last-child {
    background: #1c2938;
}
.imp-icn-innr {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.imp-rght-innr:first-child .imp-icn-innr {
    background:  rgba(11,126,63,0.9);
}
.imp-rght-innr:nth-child(2) .imp-icn-innr {
    background:  rgba(11,53,86,0.9);
}
.imp-rght-innr:last-child .imp-icn-innr {
    background:  rgba(24,33,44,0.9);
}
.imp-txt {
    margin-left: 10px;
}
.imp-txt h4 {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.imp-txt p {
    color: #ffffff;
    font-size: 23px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 1;
}
.element-sec .container-fluid {
    padding-right: 0;
}
.element-sec .cmn-para {
    width: 75%;
}
.element-sec .impact-rght {
    position: relative;
}
.element-sec .impact-rght:after {
    position: absolute;
    content: '';
    background: url('../images/shap.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width:483px;
    top: 0;
    bottom: 0;
    left: -215px;
}
.impt-hdr {
    display: none;
}
.impt-hdr h3 {
    color: #0b426c;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 20px;
}
.banner-section.banner-innr-sec .banner-innr {
    top: 50%!important;
    transform:translateY(-50%);
}
.banner-section.banner-innr-sec .ban-pic img {
    height:100%;
    object-fit:cover;
}
.banner-section.banner-innr-sec .ban-pic {
    height: 126px!important;
}
.banner-section.banner-innr-sec .ban-txt {
    padding:0!important;
    background: none;
}
.industry-sec.driving-sec .industry-pic img {
    width: 100%!important;
}
.business-sec.bsn-sec .business-outr {
    padding: 0 0 0 10%;
}
.team-outr {
    padding:  0 25%;
}
.user-rght-img {
    position: relative;
}
.linkdin-innr {
    position: absolute;
    bottom: 3px;
    top: auto!important;
    left: 0;
    right: 0;
    margin: auto;
}
.linkdin-innr a {
    border: 1px solid #fff;
}
.mrm-outr {
    padding-bottom: 0!important
}

/*8-9-2020 poulami*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.resrce-sec.recent-sec .resrce-outr {
    position: relative;
}
.resrce-sec.recent-sec {
    padding-bottom: 50px;
}
.capital-sec {
    padding-top: 50px;
}
.cp-pic {
    border-radius: 10px;
}
.cp-pic img {
    width: 100%;
}
.mt-btm {
    margin: 25px 0;
}
.capital-rght .cmn-hdr h2 {
    text-transform: uppercase;
    padding: 0!important;
}
.capital-rght .cmn-hdr h2:after {
    display: none;
}
.cmn-hdr.sml h2 {
    font-size: 20px;
    line-height: 25px;
}
.cap-lst {
    margin: 15px 0 30px;
}
.cap-lst li {
    color: #1c2938;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cap-lst li:last-child {
    margin-bottom: 0;
}
.cap-lst li em {
    margin-right: 5px;
}
.capital-outr .row {
    margin: 0 -8px;
}
.capital-outr .col-md-2,.capital-outr .col-md-10 {
    padding: 0 8px;
}
.map-outr {
    height: 420px;
}
.contact-sec {
    padding: 50px 0;
}
.contact-pic img {
    width: 100%;
}
.contact-sec .hdr-icon em {
    width: 40px;
    height: 40px;
    border:2px solid #3b6788;
    background: none;
}
.contact-outr .hdr-top-outr ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.contact-outr .hdr-top-outr li {
    width: 50%;
    margin: 0;
    margin-bottom: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.contact-outr .hdr-top-outr li:last-child {
    width: 100%;
}
.contact-outr .hdr-top-outr li:last-child {
    margin-bottom: 0;
}
.contact-outr .hdr-add h4 {
    color: #272727;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
}
.contact-outr .hdr-add a ,.contact-outr .hdr-add address{
    color: #565555;
    font-weight: 400;
}
.contact-outr {
    margin-top: 70px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.contact-outr:after {
    position: absolute;
    content: '';
    background: #f9f9f9;
    height: 100%;
    width: 78%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.contact-txt {
    padding-bottom: 20px;
}
.contact-pic {
    position: relative;
    margin-top: -70px;
    display: inline-block;
}
.contact-form-sec {
    padding: 0 0 50px;
}
.contact-form-outr {
    background: #f9f9f9;
    padding: 40px 0;
}
.contact-form-outr form {
    width: 85%;
    margin: auto;
}
.contact-form-outr .row {
    margin: 0 -10px;
}
.contact-form-outr .col-md-4,.contact-form-outr .col-md-8 {
    padding: 0 10px;
}
.contact-form-outr .form-control {
    border: 1px solid #000000;
    height: 40px;
    width: 100%;
    background: #fff;
    padding: 0 20px 0 40px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 0;
    font-size: 14px;
    background-position: 16px center;
    background-repeat: no-repeat;
    background-size: auto;
}
.frm1 .form-control {
    background-image: url('../images/frm1.png');
}
.frm2 .form-control {
    background-image: url('../images/frm2.png');
}
.frm3 .form-control {
    background-image: url('../images/frm3.png');
}
.frm4 .form-control {
    background-image: url('../images/frm4.png');
}
.contact-form-outr select.form-control:not([size]):not([multiple]) {
     height: 40px;
}
.contact-form-outr select.form-control { 
    -webkit-appearance: none;
    background:#fff url('../images/arr5.png') no-repeat;
    background-size: 12px;
    background-position: 98% center;
    color: rgba(0,0,0,0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    
}
.contact-form-outr ::-webkit-input-placeholder { 
    color: rgba(0,0,0,0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-form-outr :-ms-input-placeholder {
    color: rgba(0,0,0,0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-form-outr ::-moz-placeholder {
  color: rgba(0,0,0,0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-form-outr ::-ms-input-placeholder {
  color: rgba(0,0,0,0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.contact-form-outr ::placeholder {
  color: rgba(0,0,0,0.5);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.frm5 {
    position: relative;
}
.frm5 em {
    position: absolute;
    left: 16px;
    top: 5px;
}
.us-innr {
    margin-bottom: 25px;
}
.us-innr:last-child {
    margin-bottom: 0;
}
.business-sec.bsn-sec {
    margin-bottom: 30px;
}
.team-outr .user-rght-txt h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-outr .user-rght-txt h3 a {
    margin-left: 6px;
}
.ban-btn {
    margin-left: 20px;
}
/*10-9  */
.dropdown-menu {
    min-width: 14rem;
}
/*10-9-2020*/
.mcl-innr {
    padding-left: 20px;
    border-left: 5px solid #0a9448;
    background: #f2f2f2;
}
.mcl-innr {
    margin: 20px 0;
}
.mcl-innr p {
    padding: 15px 0;
}
.team-sec .team-outr .user-rght-txt h5 {
    margin-right: 0!important;
}
.team-sec .user-rght-txt {
    padding-left: 7%;
}
.team-sec .user-rght-txt .container-fluid {
    display: block;
}

/*11.20pm */
.zero-list {
    margin: 25px 0 0;
}
.zero-list ul li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #1c2938;
    margin-bottom: 12px;
    padding-left: 26px;
    position: relative;
}
.zero-list ul li:after {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    background: url('../images/list.png') no-repeat;
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
}
.zero-list ul li:last-child {
    margin-bottom: 0;
}
.cp-dtls-innr {
    margin-bottom: 30px;
}
.cp-dtls-innr:last-child {
    margin-bottom: 0;
}
.mr-top {
    margin-top: 20px;
}
.rch-hdr h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #1c2938;
}
.rch-hdr.fnt-inn h4 {
    font-weight: 600;
    font-style: italic;
}
.capital-left .user-rght-img h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #0a9448;
    text-transform: uppercase;
    margin: 10px 0;
}
.capital-left .user-rght-img-innr {
    margin: auto;
}
.cp-dtls-outr .cmn-hdr h2 {
    font-size: 20px;
    font-weight: 600;
}
.cap-lst ul {
    width: 80%;
    margin: auto;
}
.cap-lst ul li {
    line-height: 30px;
    margin-bottom: 5px;
}
.capital-rght .m-t {
    margin-top: 0!important;
}

/*14-9-2020*/
.business-sec.bsn-sec .usr-icn-list ul li  {
    position: relative;
    padding-left: 26px;
}
.business-sec.bsn-sec .usr-icn-list ul li:after {
    position: absolute;
    content: '';
    background: url('../images/list.png') no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    top: 1px;
    left: 0;
}
.team-sec {
    background: #f5f5f5;
}
.team-sec .user-rght-txt,.team-sec .user-rght-img {
    background:none;
}
/*15-9-2020*/
.ut-txt h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #0a9448;
    margin-top: 20px;
    padding-left: 40px;
    position: relative;
    display: inline-block;
}
.ut-txt h3:after {
    position: absolute;
    content: '';
    background: #0a9448;
    width: 30px;
    height: 2px;
    left: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
}
 ul.navbar-nav li.current-menu-parent a:before {
    opacity: 1;
    width: 100%;
}
ul.navbar-nav li.current-menu-parent a {
    color: #0a9448 !important;
}
.resources-sec.ltst-sec .resources-pic {
    height: 215px;
}
.resources-sec.ltst-sec .resources-pic img {
    height: 100%;
    object-fit: cover;
}

/*16-9-2020*/
.about-our-sec {
    padding: 50px 0 0;
}
.abt-our-img {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.abt-our-img img {
    width: 100%;
}
.abt-our-innr .cmn-para p {
    width: 94%;
}
.our-team-txt h6 a {
    color: #1c2938;
}
.element-sec.ele-sec .cmn-para p:first-child {
    padding-left: 0;
}
.element-sec.ele-sec .cmn-para p:first-child:after  {
    display: none;
}
.m-bt-m {
	margin-bottom:15px;
}
.team-sec .user-rght-img {
    padding-right: 6%;
}
.mr-int {
	margin-bottom:30px;
}
.mr-int .cmn-para p:after {
	background:#000;
}
.mr-int .cmn-para p:first-child {
	padding:0;
}
.mr-int .cmn-para p:first-child:after {
	display:none;
}
/* 17-9-2020  */
.team-sec .user-rght-img-innr {
    border-radius: 0;
    border: 0;
    overflow: inherit;
	height: auto!important;
}
.team-sec .user-rght-img-innr img {
    padding: 0!important;
    border-radius: 0;
}
.banner-section.banner-innr-sec.rscr-sec {
	padding-top:30px;
}
.capital-sec.mt-cap {
	padding-top:0;
}
/*  */
.team-sec .user-rght-img {
    padding-top:10px!important;
    padding-bottom:0!important;
}
.team-sec .user-rght-img .container-fluid {
    align-items: flex-end;
}
.team-sec .user-rght-img-innr.ric-inn {
    width: 220px;
}
.team-sec .user-rght-img-innr.mcl-chn {
    width: 185px;
}
.grp-pic img {
    width: 100%;
}
.grp-pic {
    border: 1px solid #ddd;
    margin-top: 25px;
}
.disclosure-sec{
    margin-bottom: 30px;
}
.gp-innr {
	margin-bottom:25px!important;
}
.gp-innr .cmn-para {
	 margin-top: 25px;
}
.cmn-para.bll.acn p a {
	vertical-align:unset;
	color:#1c2938;
}
.cmn-para.bll.acn p a:hover {
	color:#0a9448;
}
.usr-icn-list.u-lst-inn ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*25-9-2020*/
.piee-inn-outr {
    padding: 20px 0 30px;
    width: 80%;
    margin: auto;
}
.piee-inn-outr .row {
    margin: 0 -10px;
}
.piee-inn-outr .col-md-6 {
    padding: 0 10px;
}
.pe-hdr {
    padding: 14px;
    background: #3f6caf;
    margin-bottom: 10px;
}
.pe-hdr h4 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.pe-list ul li {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-bottom: 25px;
    position: relative;
}
.pe-list.line-inn ul li:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 1px;
    height: 25px;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
/*.pe-list.line-inn ul li:last-child:after {
    background: url('../images/arrr.png') no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 14px;
    right: -25px;
}*/
.pe-list ul li:last-child {
    margin-bottom: 0;
}

/*Sutanu 10-10-20*/
.new_line.light_bk{
	background:#f9f9f9;
}
/* .new_line.dark_bkk{
	background:#1c2938;
}
.new_line.dark_bkk .cmn-hdr h2{
	color:#fff;
}
.new_line{
	padding:50px 0;
} 
.new_line_inn.cmn-hdr{
	margin-bottom: 0;
}
.new_line_inn.cmn-hdr h2{
	padding-bottom:0;
	font-size:28px;
	line-height:40px;
	width:94%;
	margin:auto;
}
.new_line_inn.cmn-hdr h2::after{
	display:none;
}
.impactdown.cmn-para {
	margin-top: 40px;
}*/
.impactdown.cmn-para p{
	padding-left:0!important;
}
.impactdown.cmn-para p::after{
	display:none!important;
}

/* 14-10-2020 */
.nww-sec.tr-sec {
	padding-bottom:30px;
}
.impactdown.cmn-para {
    border: 2px solid red;
    padding: 15px;
	margin-top:30px;
}
/* 27-10-2020  */
/* .our-team-sec.abt-team-sec .our-team-outr .col-md-3 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.our-team-sec.abt-team-sec .our-team-outr .our-team-txt h5 {
    font-size: 15px;
} */
/* 28-10-2020 */
.team-outr .user-rght-txt h3,.our-team-sec.abt-team-sec .our-team-txt h5 {
    text-transform:none;
}
.impactdown.cmn-para {
    border: 0;
	padding:0!important;
}
.our-team-sec.abt-team-sec .our-team-outr .col-md-3 {
	margin-bottom:20px;
}
.statistic-outr .col-md-6:first-child .cmn-para.bll {
	text-align:center;
}
.pe-hdr {
    margin-bottom: 22px;
}
.nww-sec {
    padding: 20px 0 40px;
}
ul.resp-tabs-list {
	flex-wrap:wrap;
	align-items:start;
}
ul.resp-tabs-list li {
    width: 19.3%!important;
	margin-bottom:20px;
}
ul.resp-tabs-list li:nth-child(5n) {
	margin-right:0;
}
ul.resp-tabs-list li:nth-last-child(1),ul.resp-tabs-list li:nth-last-child(2),ul.resp-tabs-list li:nth-last-child(3),ul.resp-tabs-list li:nth-last-child(4),ul.resp-tabs-list li:nth-last-child(5) {
	margin-bottom:0;
}
.our-team-outr .col-md-4 {
	margin-bottom:40px;
}

/* 12-11-2020 */
.banner-innr.banner2-innr .ban-txt.ban2-txt h1 {
    background: none;
    width: auto;
}
.banner-innr.banner2-innr.bnr2-p {
	top: 22%;
}
.banner-innr.banner2-innr.bnr2-p .ban-txt p {
	color: #111;
}
.banner-outr p.bn-sc-p::before, .banner-outr p.bn-sc-p::after {
	
	background: #000;
	
}
h6.btm_hdrr {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
	margin: 0 0 10px;
}
h6.btm_hdrr a {
    color: #049143;
}
.industry-outr .row {
    justify-content: center;
}
/* 3-2-2021 */
.unselectable {
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      .our-team-pic img{
          background-color: whitesmoke;
      }
