
/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,500,700&display=swap');


/* ===================================
    Scrollbar
====================================== */
/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    width: 12px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #213472;
    width: 0;
    height: 25%;
    transition: .5s ease;
}
/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'Roboto', sans-serif;margin-bottom: 0}
a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #0596a1;}
.hidden{display: none;}
ul{margin-bottom: 0;}
ul{margin-bottom: 0;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 17px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; width: auto;font-family: 'Roboto', sans-serif; font-weight: 500; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */

/* background color */
.bg-light-gray{background-color: #f7f8fb;}
.bg-blue{background-color: #0596a1;}
.bg-yellow {background-color: #dabf07;}
.bg-green {background-color: #9cc11a;}

/* text-color */
.color-blue{color: #0596a1 !important;}
.color-yellow {color: #dabf07 !important;}
.color-green {color: #9cc11a !important;}

.height-50{
    height: 50vh;
}
/*Max Width*/
.parallax-disable{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}
.position-relative{
    position: relative;
}

/*icon text bover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color: #c3712a !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}
.youtube-text-hvr:hover{color:#DB4437 !important;}


/* ===================================
    Cursor
====================================== */

.magic{
   /* display: none !important;*/
}
.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover ~ .aimated-cursor{
    display: inline-block;
    z-index: 9999999;
}
.cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(255, 255, 255);
    /*border: 2px solid rgb(0, 0, 0);*/
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}


/*slider social*/

.slider-social{
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}
.side-nav-menu .slider-social {
    right: auto;
}
.slider-social li{

    list-style: none;
}

.slider-social a {
    /*display: block;*/
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}


/* ===================================
      Custom css
  ==================================== */
.no-animation{
    animation: none !important;
}
.padding-top{
    padding-top: 120px;
}
.padding-top-half{
    padding-top: 80px !important;
}
.padding-bottom{
    padding-bottom: 120px;
 }
.padding-bottom-half{
    padding-bottom: 80px;
}
.margin-b-50{
    margin-bottom: 50px;
}
.sub-heading{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 300;
}
.heading{
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    font-weight: 700;
}
.text{
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.px0 { padding-left:0 !important; 
	   padding-right:0 !important;
}
.py0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
@media screen and (max-width: 767px){.mbhide{display: none !important;}.bnftilte { margin-top: 20px;}nav#desktop-navigation {display: block !important;}.chtimg img {height: 220px !important;}.contctus .map-box { left: 36px !important; top: 80px !important; max-width: 300px !important;}}
@media screen and (min-width: 767px){.dt-hide {
    display: none;
}}
.heading span{
    display: block;
}
.heading span.color{
    display: inline-block;
    color: #9cc11a;
}
.white-trans-btn{
    border: solid 1px #FFFFFF;
    color: #FFFFFF !important;
    font-weight: 400;
    padding: 8px 20px;
    background-color: transparent;
    transition: .5s ease;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}
.white-trans-btn-green-hvr:hover{
    background-color: #FFFFFF;
    color: #9cc11a !important;
}
.white-trans-btn-yellow-hvr:hover{
    background-color: #FFFFFF;
    color: #dabf07 !important;
}
.green-btn{
    border: solid 1px #9cc11a;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 35px;
    background-color: #9cc11a;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
}

.blue-btn{
    border: solid 1px #0596a1;
    color: #FFFFFF;
    font-weight: 400;
    padding: 10px 35px;
    background-color: #0596a1;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    border-radius: 0.5em;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}
.yellow-btn{
    border: solid 1px #dabf07;
    color: #FFFFFF;
    font-weight: 400;
    padding: 10px 35px;
    background-color: #dabf07;
    font-size: 14px;
    font-family: Roboto, sans-serif;

    border-radius: 0.5em;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
}

.anim-btn {
    border: 1px solid #FFFFFF;
    border-radius: 0.5em;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.anim-btn:hover{
    border:solid 1px #FFFFFF;
}
.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #FFFFFF;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn:hover {
    color: #202020;
}

.anim-btn:hover span ,.green-btn:hover span ,.blue-btn:hover span,.yellow-btn:hover span{
    transform: translateY(0) scale(3.2);
}

.anim-btn span:nth-child(1),.green-btn span:nth-child(1) ,.blue-btn span:nth-child(1) ,.yellow-btn span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2) ,.green-btn span:nth-child(2) ,.blue-btn span:nth-child(2) ,.yellow-btn span:nth-child(2){
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3) ,.green-btn span:nth-child(3) ,.blue-btn span:nth-child(3),.yellow-btn span:nth-child(3){
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4),.green-btn span:nth-child(4),.blue-btn span:nth-child(4) ,.yellow-btn span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}
.anim-btn span:nth-child(5) ,.green-btn span:nth-child(5),.blue-btn span:nth-child(5) ,.yellow-btn span:nth-child(5){
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}
.btn-hvr-green:hover{
    border:solid 1px #9cc11a;
    color: #FFFFFF;
}
.btn-hvr-green span{
    background-color: #9cc11a;
}
/*for yellow*/
.btn-hvr-yellow:hover{
    border:solid 1px #dabf07;
    color: #FFFFFF;
}
.btn-hvr-yellow span{
    background-color: #dabf07;
}
/*for blue*/
.btn-hvr-blue:hover{
    border:solid 1px #0596a1;
    color: #FFFFFF;
}
.btn-hvr-blue span{
    background-color: #0596a1;
}
/*for white*/
.btn-hvr-white-blue:hover{
    color: #0596a1;
}
.btn-hvr-white-yellow:hover{
    color: #dabf07;
}
.btn-hvr-white-green:hover{
    color: #9cc11a;
}

.btn-hvr-white-blue span,.btn-hvr-white-yellow span,.btn-hvr-white-green span{
    background-color: #fff;
}

.btn-hvr span {
    position: absolute;
    width: 25%;
    height: 100%;
    /*background-color: #FFFFFF;*/
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow, .scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #9cc11a;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #350d82; }



/* ===================================
    Background images
====================================== */

[class*=bg-img]{
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    /*background:linear-gradient(45deg, rgb(53, 13, 130) 0%, rgba(128, 33, 181, 1) 50%);*/
    z-index: 999;
}
.dot-container {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    filter: url('#goo');
    animation: rotate-move 2s ease-in-out infinite;
}

.dot {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.dot-3 {
    background-color: #dabf07;
    animation: dot-3-move 2s ease infinite, index 6s ease infinite;
}

.dot-2 {
    background-color: #9cc11a;
    animation: dot-2-move 2s ease infinite, index 6s -4s ease infinite;
}

.dot-1 {
    background-color: #0596a1;
    animation: dot-1-move 2s ease infinite, index 6s -2s ease infinite;
}

@keyframes dot-3-move {
    20% {transform: scale(1)}
    45% {transform: translateY(-18px) scale(.45)}
    60% {transform: translateY(-90px) scale(.45)}
    80% {transform: translateY(-90px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-2-move {
    20% {transform: scale(1)}
    45% {transform: translate(-16px, 12px) scale(.45)}
    60% {transform: translate(-80px, 60px) scale(.45)}
    80% {transform: translate(-80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes dot-1-move {
    20% {transform: scale(1)}
    45% {transform: translate(16px, 12px) scale(.45)}
    60% {transform: translate(80px, 60px) scale(.45)}
    80% {transform: translate(80px, 60px) scale(.45)}
    100% {transform: translateY(0px) scale(1)}
}

@keyframes rotate-move {
    55% {transform: translate(-50%, -50%) rotate(0deg)}
    80% {transform: translate(-50%, -50%) rotate(360deg)}
    100% {transform: translate(-50%, -50%) rotate(360deg)}
}

@keyframes index {
    0%, 100% {z-index: 3}
    33.3% {z-index: 2}
    66.6% {z-index: 1}
}

.bg-white {
    background: var(--body-background-color);
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


nav#desktop-navigation {
    width: 75%;
    float: left;
}

nav#desktop-navigation ul {
    float: right;
}
div#mobile-navigation-toggle {
    float: right;
    width: 40px;
}

#logo {
    margin: 0.75em 0;
    width: 25%;
    float: left;
}
h2.section-heading {
    font-size: 34px;
    text-align: center !important;
    margin-bottom: 30px;
}
h3.section-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
	letter-spacing: .6px;
}
.mt40 {
    margin-top: 40px;
}
.climg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 40px;
}
.content-box {
    background: #fff;
    padding: 20px 38px;
    box-shadow: 1px 2px 4px 2px #d5d8d896;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 4px solid #1260a3;
    border-radius: 10px;
    height: 200px;
    max-height: 166px;
}
h4.title {
    font-size: 16px;
    margin-left: 36px;
    margin-bottom: 10px;
}
.icon-image svg {
    width: 30px;
    position: absolute;
    left: 36px;
    top: 16px;
    fill: #1260a3;
}
.mb40 {
    margin-bottom: 40px;
}
.mt20 {
    margin-top: 20px;
}
section.full-width.emlnchts {
    background: #fff;
}
h4.title a {
    color: #162466;
}
.srvcicon svg {
    width: 80px;
    position: absolute;
    top: 0;
	padding: 14px;
    left: 12px;
    fill: #fff;
    background:#162466c2;
    border-radius: 10px;
	box-shadow: 0.3rem 0.3rem #1624664a;
}
.inertxt {
    margin-left: 100px;
}
section.full-width {
    padding: 40px 0;
}
.content-box:hover {
    border-bottom: 4px solid #162466;
}
.content-box:hover a {
    color: #1260a3;
}
.featured-header {
    background: #162466;
    width: 100%;
    height: 120px;
}
.featured-header h1 {
    color: #fff;
    font-size: 30px;
}
.chtimg img {
    width: 100%;
    height: 420px;
}
div#content div#inner-content div#sidebar1 {
    float: right;
}
.row {
    margin: 0 auto !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav {
 
    text-align: left !important;
	padding: 20px 10px !important;
	padding-bottom: 0px !important;
   
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu {
     margin-top: 15px;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav li#mega-menu-item-211.mega-menu-flyout > ul.mega-sub-menu{
	margin-top: 15px;
}
p {
    font-size: 16px;
    letter-spacing: .4px;
}
.eml-sctn {
    padding: 25px 15px 25px 30px;
    margin: 0px 0px 25px 0px;
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    border-left: 5px solid #162466;
}
.chtmg img {
    width: 100%;
    height: 180px;
}
.srvcpgicon img {
    width: 18px;
    height: 18px;
}
.srvcpgicon {
    display: flex;
}
span.chckcircle {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    letter-spacing: 1px;
    line-height: 16px;
    margin-bottom: 20px;
}
p.eml-text {
    color: #222;
}
.echtimg img {
    width: 100%;
    height: 460px;
}
.sidebar {
    background: #162466;
}
.menu-in-bound-container ul li a {
    color: #fff;
	font-size: 14px;
	padding-left: 5px;
}
.menu-in-bound-container ul li {
    border-bottom: 1px solid #e8e9ec40;
    width: 100%;
}
.sidebar section.widget.widget_nav_menu {
    background: #162466;
    margin-top: 5px;
    padding: 20px 8px;
}
.sidebar .menu-in-bound-container ul li {
    border-bottom: 1px solid #e8e9ec40;
    width: 100%;
}
.menu-in-bound-container ul li:last-child {
    border-bottom: none;
}

.hdrbtns .reclbak a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 500;
}
.hdrbtns .reclbak {
    background: #1260a3;
    vertical-align: middle;
    color: #fff;
    text-align: center;
	padding: 13px 0;
}
.hdrbtns {
    display: flex;
    width: 25%;
    position: absolute;
    right: 0;
}

.clnw {
    text-align: center;
    font-size: 16px;
    width: 50%;
	padding-top: 10px;
}
.menu-in-bound-container ul li a:hover {
    padding-left: 2px;
    color: var(--accent-color) !important;
}
.sidebar {
    margin-top: 40px !important;
}
.hdrcl {
    margin-bottom: 0px;
	color: #152365;
    font-weight: 600;
}
.clnw a {
    color: #1260a3;
}
.clnw a:hover {
    color: #142264;
}
.hdrbtns:hover .reclbak {
    background: #242e6d;
}
.pt200{
	padding-top: 200px;
}
.small-shadow.text-icon.text-icon--icon-top_position {
    max-height: 310px;
}
h3.title_a {
    font-size: 26px;
    font-weight: 600;
	margin-bottom: 10px !important;
}
h3.title_b {
    font-size: 26px;
    font-weight: 600;
	margin-bottom: 10px !important;
}
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      line-height: 24px !important;
      border-bottom: 1px solid #1010103b;
}
ul.mega-sub-menu > li:last-child > a {
    border-bottom: 0 !important;
}
.contctus .map-box {
    position: absolute;
    left: 160px;
    top: 160px;
    max-width: 350px;
    width: 100%;
    display: block;
    float: right;
    z-index: 2;
    padding: 50px 30px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 25px rgba(0,0,0,0.10);
}
.contctus .contact-list{
	    position: relative;
}
.contctus .contact-list li {
    position: relative;
	color: #222;
    font-size: 16px;
    line-height: 1.8em;
    padding-left: 40px;
    margin-bottom: 15px;
}
.contctus .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 30px;
    line-height: 1em;
    font-size: 26px;
    color: #1260a3;
 }
.contctus .contact-list li a {
    position: relative;
    color: #222;
    font-size: 16px;
   
}
.contact-form .inner-column {
    position: relative;
	padding-top: 150px;
    padding-left: 160px;
}
.contact-form .image {
    position: absolute;
    left: 10px;
    top: 0px;
    display: inline-block;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
}
.form-column.inner-column {
    position: relative;
    padding-top: 40px;
    padding-left: 0px;
}
.sec-title .title.color-three {
    background: #1260a3;
}
.sec-title .title {
    position: relative;
    font-weight: 700;
    padding: 7px 20px 5px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.sec-title h2 {
    font-size: 50px;
    margin-bottom: 20px;
}


.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form .wpcf7-form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 28px;
    padding: 10px 20px 10px 40px;
    border-radius: 0px;
    font-size: 16px;
    color: #222;
    background-color: #fff;
    border: 1px solid transparent;
  }
.nopad.padr {
    padding-left: 0px;
}
.echtimg.abtus img {
    width: 100%;
    height: 300px;
}
.emlnchts .inner-column {
    position: relative;
    padding-left: 160px;
    padding-top: 180px;
}

.emlnchts .image {
    position: absolute;
    left: 10px;
    top: 0px;
    display: inline-block;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
	z-index: 99;
}
.emlnchts .image:after {
    position: absolute;
    content: "";
    border-right: 6px solid #1260a3;
    height: 160px;
    top: 10px;
    right: -20px;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.emlnchts .image-two {
    position: relative;
}
.emlnchts .image-two:after {
    position: absolute;
    content: "";
    height: 160px;
    top: 90px;
    right: 0;
    left: -20px;
    bottom: 0;
    z-index: 1;
    border-left: 6px solid #1260a3;
}
.dgtlmrkt img {
    height: 300px;
}