* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
*, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
body, textarea {
	font-family: 'Manrope', sans-serif;
}
body {
	font-size: 1rem;
}
body, a:hover {
	color: #666666;
}
img {
    max-width:100%;	
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
}

    a:hover {
        transition: all 0.3s ease;
    }

ul {
    list-style: none;
}
.content p, .content ul, .content ol {
	margin-top: 10px;
}
.content p, .content li, .srv p, .srvdsc, .ea-body p, .blogdesc p, .clientdsc {
	line-height: 26px;
}
.clear {
    clear: both;
}
.outer, .w100, .titlebox {
    width: 100%;
}
body {
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6, strong, .title_text, .wctleft strong, .wctleft span, .btn {
    font-weight: 700;
}
a, h1, h2, h3, h4, h5, h6, strong, .title_text, .wctleft strong, .wctleft span {
    color: #001b45;
}
h1, .title_text {
    font-size: 2.4rem;
    line-height: 40px;
    margin-bottom: 30px;
}
.textcenter, .text-center, .txtcenter, .titlebox {
    text-align: center;
}
.headerone {
    background: url("assets/images/header_bg.jpg");
    justify-content: center;
    padding: 30px 0;
}
.container {
	width: 1200px;
}
h2 {
    font-size: 2.1rem;
    line-height: 42px;
}
h3 {
    font-size: 2rem;
    line-height: 38px;
}
h4 {
    font-size: 1.7rem;
    line-height: 38px;
}
h5 {
    font-size: 1.6rem;
    line-height: 34px;
}
h6 {
    font-size: 1.3rem;
    line-height: 30px;
}
.topnav ul {
    margin: 0;
}
.topnav ul li {
    margin: 0 13px;
}
.topnav ul li a {
    padding: 6px 0;
    border-bottom: solid 2px transparent;
}
.topnav ul li a {
    display: inline-block;
}
.topnav ul li a:hover, .topnav ul li.current-menu-item a {
    border-width: 0 0 2px 0;
}
.topnav ul li a:hover, .topnav ul li.current-menu-item>a {
    border-color: #001b45;
    border-style: solid;
}
section, .flex, .topnav ul {
    display: flex;
	flex-wrap: wrap;
}
section, .homecta, .center {
    justify-content: center;
}
.space-between, .ctamain, .ctaout, .header, .contatcinfo {
    justify-content: space-between;
}
.header, .contatcinfo, .binfo {
    align-items: center;
}
.contatcinfo {
    width: 280px;
}
section, .contatcinfo strong {
    width: 100%;
}

/*sub-menu*/

.sub-menu-toggle .icon-plus, .sub-menu-toggle .icon-minus {
    display: none;
}

.topnav li {
	position: relative;
}
.topnav .sub-menu {
    position: absolute;
    left: 0;
    width: 330px;
    background: rgba(255,255,255,.9);
    border-radius: 0 12px 12px 12px;
    height: 0;
    overflow: hidden;
	 top: 150%;
	z-index:99;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
	box-shadow: 0 0 6px #ccc;
}
.topnav li:hover .sub-menu {
	overflow: hidden;
	height: auto;
	transition: all 0.6s ease;
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}
.topnav li li, .topnav li .sub-menu a {
	width: 100%
}
.topnav li li {
    margin: 0;
}
.topnav li .sub-menu a {
    padding: 8px 20px;
    border-style: solid;
	border-color: #ccc;
	border-width: 2px 0 0; 
    display: inline-block;
}
.topnav li .sub-menu a:hover, .topnav li .sub-menu li.current-menu-item>a {
    background: #001b45;
	border-width: 2px 0 0; 
	color: #fff;
}
.topnav li .sub-menu li:first-child a {
	border: none;
}
.mobmenu-parent-link .menu-item-has-children {
    position: relative;
}
button.sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 9px;
    background: no-repeat;
}
.mobmenu-content #mobmenuleft .sub-menu a {
    padding: 5px 1px;
    font-size: .8rem;
}
/*sub-menu*/
.contatcinfo strong {
    display: inline-block;
}
.contatcinfo span {
    width: 240px;
    font-size: .8rem;
}
.contatcinfo strong {
    font-size: 1rem;
    color: #1a1a1a;
}
.contatcinfo img {
    width: 35px;
}
.searchout {
    margin: 0 14px;
}
.homeslider {
    margin-top: 50px;
}
.herotext {
    font-size: 6.8rem;
	line-height: 104px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 14px 0 10px;
    border-bottom: solid 1px #f1f1f1;
}
#myHeader, .sticky {
    transition: all 0.6s ease;
    z-index: 99;
}
.headerone {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}
.headerone .container {
    position: relative;
    z-index: 9;
}
.inpagebanner {
    position: absolute;
    z-index: 1;
    top: -90%;
    left: 0;
    opacity: .4;
}
.inpagebanner img {
    width: 100%;
    max-width: 100%!important;
}
.home .logonav {
	padding: 0;
	background: none;
}
.logonav {
    background: rgba(255,255,255,.8);
    border-radius: 12px;
    padding: 10px 10px 4px;
}
.pagetitle {
    font-size: 4rem;
    line-height: 74px;
    text-shadow: 0px 0px 50px #fff;
    margin: 80px 0 20px;
}
.herotext, .pagetitle {
    color: #1a1a1a;
    font-weight: 700;
}
.mainhrtxt {
	float: left;
}
.hbigimg {
	float: right;
}
.hbigimg, .hsmallimg {
    overflow: hidden;
	 border-radius: 8px;
}
.hbigimg img, .hsmallimg img {
    border-radius: 8px;
}
.mainhrtxt {
    width: 500px;
    position: relative;
}
.hbigimg {
    width: 366px;
}
.hsmallimg {
    width: 232px;
    position: absolute;
    right: 2px;
    top: 10%;
}
.flexslider {
    background: transparent;
    border: none;
}
.btnbox {
    width: 100%;
    justify-content: space-around;
    margin-top: 60px;
}
.btn, .fetxt {
    background: #001b45;
}
.btn, .fetxt, .btn:hover {
    color: #fff;
}
.btn {
    border-radius: 12px;
    padding: 20px 0 0;
    font-size: 1.3rem;
    text-align: center;
    width: 265px;
    height: 70px;
	position: relative;
	overflow: hidden;
}
.btn::before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	background: #082b61;
}
.btn:hover::before {
	width: 100%;
}
.wtxt {
	font-size: 1.1rem;
}
.btn span {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 7% 0 7% 4%;
}
.btn-primary {
    width: 180px;
    height: 54px;
    padding: 11px 0 0;
    display: inline-block;
    margin: 10px;
}
.btn-primary span {
    padding-left: 13%;
}
.workbtn {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    width: 200px;
	height: 72px;
}
.flexslider .slides .workbtn img {
    width: 72px;
}
.wtxt {
    font-weight: 400;
    letter-spacing: 4px;
    width: 120px;
}
span.heroarrow {
    width: 186px;
    display: block;
    position: absolute;
    right: -20%;
    bottom: 42%;
}
.container-fluid {
    width: 100%;
    display: inline-block;
    padding: 0 6% 0 11%;
}
.flexslider .slides > li {
    position: relative;
}
.hbigimg {
    float: left;
    margin-left: 120px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: -3%;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -5%;
}
.pbout {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    align-content: center;
    align-items: center;
}
.pbout, .j-center {
    justify-content: center;
}
.playbtn {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #0f0f0f;
    border-radius: 3px;
}
.workbtn:hover .pbout {
	 background: #0f0f0f;
}
.workbtn:hover .playbtn {
	 border-left-color: #fff;
}
.workbtn:hover .wtxt {
	 color: #0f0f0f;
	 font-weight: 500;
}
ul.smmbox {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 800;
    color: #1a1a1a;
    position: absolute;
    transform: rotate(-90deg);
    left: -20%;
    bottom: 48%;
}
ul.smmbox li {
    margin: 0 25px;
}
ul.smmbox li a {
	color: #1a1a1a;
}
ul.smmbox li a:hover {
	color: #082b61;
}
.hmout, .bg1, .bgsericon, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=file], select, textarea, input[type=password], input[type=search] {
	background: #e8e4e4;
}
.bg1 {
	color: #1a1a1a;
}
.bg2 {
	background: #1a1a1a;
}
.bg3 {
	background: #001b45;
}
.bg2, .bg3 {
	color: #fff;
}
.ctamain {
    width: 374px;
    padding: 35px;
    border-radius: 0 0 12px 12px;
    align-items: center;
}
.ctahead {
	font-size: 1.2rem;
}
.ctatxt {
    width: 77%;
}
.fetureimg {
    width: 473px;
    position: relative;
}
.featuretxt {
    width: 530px;
}
.hbig {
    border-radius: 10px;
}
.hsmall {
    position: absolute;
}
.hsmall {
    top: 10%;
    right: -26%;
    border: solid 3px #fff;
    border-radius: 10px;
    z-index: 9;
}
.pdtb80 {
    padding: 80px 0;
}
.extxt, .extxt strong {
    color: #fff;
}
.extxt {
    width: 55%;
    margin-left: 14px;
    line-height: 18px;
}
p.subtitle {
    margin-bottom: 8px;
}
.extxt strong {
    font-size: 1.75rem;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.bg2 .ctahead, .bg3 .ctahead {
   color: #fff;
}
.homeinfo {
    justify-content: space-between;
    margin-top: 30px;
}
.hmbtn {
    justify-content: space-between;
    align-items: center;
    width: 60%;
}
.hmout {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
}
.ptxt {
    color: #6a6a6a;
    font-weight: 500;
    width: 83%;
}
.ptxt span {
    color: #1a1a1a;
    font-weight: 700;
    width: 100%;
    display: inline-block;
}
.fetxt {
    position: absolute;
    bottom: 14%;
    left: -20%;
    width: 212px;
    height: 118px;
    border-radius: 12px 12px 0;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}
.fetxt img {
    height: 64px;
}
.extri {
    width: 0px;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 2px solid transparent;
    border-left: 40px solid #001b45;
    border-radius: 0;
    position: absolute;
    right: -32px;
    bottom: 0px;
}
.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
/**Services**/
.servicehome, .bloghome, .ourtestimonial, .page-id-13 .innercontent, .page-id-146 .careerspagesec {
    background: #f6f6f6;
}
.sermain, .wstepmain, .wcopmain, .clientmain {
	margin-top: 20px;
}
.blogpmain {
	margin-top: 10px;
}
.srvtoptxt {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
}
.srvtitle {
	font-size: 1.5rem;
}
.srv {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 2.4%;
    border: solid 1px #e8e4e4;
    overflow: hidden;
}
.srv {
	 width: 32%;
	 margin: 8px;
}
.worstep {
	 width: 31%;
}
.srvlink {
    justify-content: space-between;
    width: 144px;
    align-items: center;
    color: #000;
    font-weight: 600;
}
.srv p {
	margin-bottom: 50px;
}
.srv p, .srvdsc, .ea-body p, .clientdsc {
    color: #6a6a6a;
	margin-top: 10px;
}
.barrow {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #ccc;
    text-align: center;
    padding: 15px;
    background: #fff;
	transition: 0.5s;
}
.srv:hover .barrow {
	box-shadow: 0px 0px 0px #ccc;
	transition: 0.5s;
}
.bgsericon {
    border-radius: 50%;
    transition: 0.5s;
    text-align: center;
    position: absolute;
    right: -42px;
    bottom: -34px;
    width: 160px;
    height: 160px;
    color: #e8e4e4;
    padding: 86px;
}
.sericon {
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 9;
}
.srv:hover .bgsericon {
    height: 100%;
	width: 100%;
	border-radius: 0;
	right: 0;
    bottom: 0;
	transition: 0.5s;
}
.titlebox {
    display: inline-block;
} 
.moreserbox {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnmid {
    width: 234px;
}
.btnmid span {
    padding: 5% 0 7% 10%;
}
.stepmain, .stepicon {
	border-radius: 50%;
}
.stepmain {
    width: 190px;
    height: 190px;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    margin-bottom: 26px;
}
.stepicon {
    width: 162px;
    height: 162px;
    background: #001b45;
    text-align: center;
    padding: 32px;
	transition: 0.5s;
}
.worstep:hover .stepicon {
    width: 100%;
    height: 100%;
    padding: 24%;
	transition: 0.5s;
}
.wcopm {
	background: #001b45;
}
.wcopm, .wcopm .title_text {
	color: #fff;
}
.wcont, .wctleft {
    border-style: solid;
    border-color: #082b61;
}
.wcont {
    margin-bottom: 60px;
    border-width: 0 0 2px;
    padding: 0 0 60px;
    align-items: center;
}
.wctleft {
    width: 40%;
    border-width: 0 2px 0 0;
    padding-right: 5%;
    text-align: right;
    line-height: 70px;
}
.wctleft span {
    font-size: 1.5rem;
    text-transform: uppercase;
}
.wctleft strong {
	font-size: 6.8rem;
}
.wctleft span, .wctleft strong {
	color: #fff;
}
.wctright {
    width: 60%;
    padding-left: 5%;
    font-size: 22px;
    line-height: 36px;
}
/*Accordian*/
.wcopm {
    padding-bottom: 170px;
}
.wcopmain {
    justify-content: space-between;
}
.acctext {
    width: 62%;
}
.accimg {
    width: 36%;
}
.accimg img, .sp-easy-accordion .sp-ea-single {
    border-radius: 12px;
    overflow: hidden;
}
.accimg img {
	width: 100%;
}
.wcopmain #sp-ea-25.sp-easy-accordion>.sp-ea-single>.ea-header a, #sp-ea-25.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
    padding: 28px 40px;
}
.wcopmain #sp-ea-25.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #000;
    font-weight: 700;
}
#sp-ea-25.sp-easy-accordion>.sp-ea-single {
    background: #fff;
}
#sp-ea-25.sp-easy-accordion>.sp-ea-single>.sp-collapse>.ea-body {
    border-top: solid 2px #ccc;
}
/*contactus*/
.getknowcont {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 60px 50px;
    position: absolute;
    justify-content: space-between;
    z-index: 9;
    top: -164px;
}
.getknowcont, .getknowcont strong {
    color: #fff;
}
.getknowleft {
    width: 200px;
}
.getknowleft, .getknowright strong {
    font-size: 24px;
}
.getknowcont strong {
    text-transform: uppercase;
}
.getknowmid {
    width: 300px;
    text-align: center;
	position: relative;
}
.cicncircle {
    background: #fff;
    width: 102px;
    height: 102px;
    border-radius: 50%;
    position: absolute;
    padding: 20px;
    left: 30%;
    top: -24%;
    z-index: 9;
}
.cicn_line {
    width: 100%;
    background: #fff;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
}
.getknowright {
    width: 342px;
}
.getknowright {
	text-align: right;
}
.getknow .container {
    position: relative;
}
.getknowmain {
    margin-top: 90px;
}
.getknowtext {
    width: 38%;
}
.getknowtext .titlebox {
    text-align: left;
}
.getknowform {
    width: 60%;
}
.bigdesc, .timefont strong, .contactlist {
    font-size: 22px;
    line-height: 36px;
}
.timefont {
    margin-top: 30px;
}
.timefont strong, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=file], select, textarea, input[type=password] {
    width: 100%;
}
.formmsg .wpcf7-form-control-wrap {
    width: 98%;
}
.timefont strong {
    color: #001b45;
    display: inline-block;
}
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=file], select, textarea, input[type=password], input[type=search] {
    padding: 20px;
    border-radius: 4px;
    font-size: 1rem;
}
textarea {
    resize: none;
    height: 170px;
}
.formfield {
    width: 48%;
    display: inline-block;
    margin: 6px;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: inline-block;
}
.formmsg, .submitbox {
    width: 100%;
}
.btn::before {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";
    width: 10%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #082b61;
}
input[type=submit] {
	padding: 10px 14px 10px 12px;
	height: 58px;
}
.woocommerce ul.products li.product .button {
    padding: 10px 20px 10px 12px;
    height: 50px;
    line-height: 27px;
}
input[type=submit], .woocommerce .innercontent ul.products li.product .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce input.button.alt input[type=submit], .woocommerce ul.products li.product .button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce input.button {
    background: #001b45;
    border-left: solid 28px #082b61;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    font-size: 1.3rem;
    text-align: center;
	transition: all 0.3s ease;
	height: 50px;
}
input[type=submit]:hover, .slide_right:hover, .woocommerce .innercontent ul.products li.product .button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce input.button:hover {
	background-color: #001b45;
	color: #fff;
    animation: hover 0.4s forwards;
	transition: all 0.3s ease;
}

@keyframes hover {
    from {
        box-shadow: inset 0 0 0 0.01px #082b61;
		transition: all 0.3s ease;
    }
    to {
        box-shadow: inset 8.79928em 0 0 0.01px #082b61;
        color: #fff;
		transition: all 0.3s ease;
    }
}

@keyframes leave {
    from {
        box-shadow: inset -8.79928em 0 0 0.01px #082b61;
        color: #fff;
		transition: all 0.3s ease;
    }
    to {
        box-shadow: inset 0 0 0 0.01px #082b61;
		transition: all 0.3s ease;
    }
}
.wpcf7-not-valid-tip {
    font-size: .7rem;
    position: absolute;
    top: 2px;
    right: 3px;
}
.getknow .wpcf7 form .wpcf7-response-output {
    text-align: center;
    width: 62%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -26px;
    font-size: .9rem;
    margin: 0;
    padding: .7em 1em;
}
/*bloghome*/
.blogpmain {
    justify-content: space-between;
}
.blogpost {
    width: 384px;
    justify-content: flex-end;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.blogthumb {
	width: 100%;
}
.blogthumb a {
    display: block;
}
.blogthumb a, .blogthumb a img {
    height: 306px!important;
}
.blogthumb a img {
    object-fit: cover;
	width: 100%;
}
.blogthumb, .blogdesc {
    border-radius: 12px;
	overflow: hidden;
}
.blogdesc {
    background: #fff;
    padding: 30px;
    margin: -12% 0 0;
    width: 92%;
    transition: all 0.3s ease;
    position: revert;
    z-index: 9;
}
.blogdesc:hover {
    box-shadow: 0px 0px 4px #ccc;
	transition: all 0.3s ease;
}
.blogdesc h2 {
    font-size: 1.5rem;
    line-height: 32px;
    margin: 14px 0;
}
.blogdesc h2 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 64px;
}
.blogdesc h6, .testimonialform, .techsec {
	background: #001b45;
    color: #fff;
}
.techsec .title_text {
    color: #fff;
}
.blogdesc h6 {
    font-size: .8rem;
    line-height: 18px;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 4px;
    margin: 0;
}
.bloglink {
    margin-top: 18px;
    display: inline-block;
}
.bloglink span {
    margin-right: 6px;
}
.bloglink:hover, .blogthumb a:hover img {
	opacity: .5;
	transition: all 0.3s ease;
}
/*ourclient*/
.ourclient a.lgx_app_item_link {
    display: inline-block;
}
.ourclient a.lgx_app_item_link img {
    border: solid 1px #ccc;
    border-radius: 8px;
}
/*ourtestimonial*/
.testimonialform h4, .testimonialform strong {
	color: #fff;
}
.testimonialform h4 {
    font-size: 2.6rem;
    line-height: 52px;
}
.testimonialform p {
    font-size: 1.8rem;
    margin: 36px 0 26px;
}
.wbtn {	
	background: #fff;
}
.wbtn, .wbtn:hover {	
	color: #001b45;
}
.wbtn::before {
    background: #e8e4e4;
}
.testimonialtext {
	width: 60%;
}
.testimonialform {
    width: 36%;
    padding: 10% 3%;
    text-align: center;
}
.testimonialform p strong {
    width: 100%;
    display: inline-block;
}
.testimonialtext .titlebox {
    text-align: left;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-content:before, .strong-view.wpmtst-modern .wpmtst-testimonial-content:after {
    display: none;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-content {
    font-size: 1.3rem;
    font-style: normal;
    margin: 0;
	line-height: 35px;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 0;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-inner, .testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-content p, .testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-field {
    text-align: left;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-field {
    text-align: left;
    display: inline-block;
    font-size: 22px;
    color: #001b45;
    font-weight: 700;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-image {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-inner > *:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 15px;
}
.testimonialslider .strong-view.wpmtst-modern .wpmtst-testimonial-image img {
    border: solid 4px #001b45;
}
.testimonialslider .strong-view.wpmtst-modern .testimonial-company {
	font-weight: 500;
}
.testimonialslider .strong-view.wpmtst-modern.controls-type-sides .wpmtst-testimonial-inner {
    padding-left: 0;
    padding-right: 0;
}
.testimonialslider .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
    right: -30px;
}
.testimonialslider .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
    left: -30px;
}
/*footersec*/
.footersec {
    background: #1a1a1a;
	font-size: 1rem;
	padding-bottom: 0;
}
.footersec, .footersec a {
	color: #8f8f8f;
}
.footersec h6, .footersec strong, .footersec a:hover {
	color: #fff;
}
.copymain {
    border-top: solid 1px #3b3a3a;
    margin-top: 30px;
    padding: 30px 0;
}
.abtfooter {
    width: 30%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.linkfooter {
	width:10%;
}
.linkfooter1 {
	width:16%;
}
.contactfooter {
	width:30%;
}
.footersec h6 {
    margin-bottom: 18px;
}
.finbox p, .finbox li {
    line-height: 26px;
}
.copyleft ul li {
    display: inline-block;
    border-left: solid 1px #8f8f8f;
    padding: 0 12px;
    line-height: 14px;
}
.copyleft ul li:first-child {
	padding-left: 0;
	border-left: 0;
}
.finbox li>a:before {
    content: "\00BB";
    color: #8f8f8f;
    margin-right: 3px;
}
.finbox li:hover>a:before {
    color: #fff;
}
.seobreadcrumb a {
    color: #fff;
    background: #001b45;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 4px;
    line-height: 15px;
}
.seobreadcrumb a:hover {
    color: #001b45;
    background: #fff;
}
.contactuspagesec, .careerspagesec, .page-id-146 .innercontent, .contactusform {
	display: none;
}
.innercontent {
	min-height: 400px;
}
.home .contactusform, .page-id-13 .contactusform, .page-id-146 .contactusform, .page-id-13 .contactuspagesec, .page-id-146 .careerspagesec {
	display: flex;
	flex-wrap: wrap;
}
.innercontent p, .innercontent h1, .innercontent h2, .innercontent h3, .innercontent h4, .innercontent h5, .innercontent h6, .innercontent ol, .innercontent ul, .innercontent li {
    width: 100%;
}
.cntleft {
    width: 45.3%;
}
.cntmap {
    width: 52%;
}
.cntmap iframe {
    width: 100%;
    height: 550px;
    border-radius: 12px;
    border: solid 4px #fff;
	box-shadow: 0px 0px 4px #ccc;
}
.contactlist li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0 0;
}
.cicon {
    background: #001b45;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    padding: 24px;
}
.ctext {
    width: 80%;
}
.ctext strong {
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
}
.content .contactlist {
    margin-top: 20px;
    display: inline-block;
    padding: 0;
}
.page-id-13 .innercontent, .page-id-146 .careerspagesec {
    padding-bottom: 160px;
}
/**shop-page**/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: solid 1px #ccc;
    border-radius: 12px;
    text-align: center;
    overflow: hidden;
}
.woocommerce .innercontent ul.products li.product .woocommerce-loop-category__title, .woocommerce .innercontent ul.products li.product .woocommerce-loop-product__title, .woocommerce .innercontent ul.products li.product h3 {
    padding: .5em;
    line-height: 30px;
    font-size: 1.5rem;
	margin: 0;
}
.woosideleft, .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    background: #f6f6f6;
    border-radius: 12px;
    padding: 20px;
}
.woorightdec, .woocommerce-account .woocommerce-MyAccount-content {
    width: 68%;
	padding-left: 2%;
}
.woosideleft ul li a img, .woosideleft ul li .amount {
	display: none;
}
.woosideleft ul li a .product-title, .woocommerce .innercontent ul.products li.product .price, .woocommerce .innercontent div.product p.price, .woocommerce .innercontent div.product span.price {
    color: #6a6a6a;
}
.woosideleft ul li a .product-title {
    font-weight: 500;
    display: flex;
    line-height: 22px;
}
.woosideleft ul li:hover .product-title {
	color: #001b45;
}
h2.widget-title {
    margin-bottom: 14px;
}
.woosideleft ul li a .product-title:before {
    content: "\00BB";
    margin-right: 2px;
}
.woosideleft ul li {
	border-top: dotted 1px #ccc;
}
.woosideleft ul li a {
	padding: 10px 0;
}
.woocommerce .innercontent ul.products li.product .price {
	font-size: 1rem;
}
.woocommerce .innercontent ul.products li.product .button {
    display: inline-block;
    margin: 8px 0 20px;
}
.woocommerce .innercontent li {
	width: auto;
}
.woocommerce .innercontent div.product .product_title {
    font-size: 1.7rem;
    margin-bottom: 10px;
}
section.related {
    border-top: solid 1px #ccc;
    padding-top: 22px;
}
section.related h2 {
	padding-bottom: 22px;
}
.woocommerce .innercontent .woocommerce-breadcrumb {
    display: none;
}
.woocommerce .innerconten .pswp__scroll-wrap {
    z-index: 9999;
}
.woocommerce .innercontent div.product p.price, .woocommerce .innercontent div.product span.price {
    font-size: 1.6rem;
    margin: 12px 0 16px;
}
.woocommerce .innercontent .quantity .qty {
    border: solid 1px #ccc;
    padding: 16px 4px;
    border-radius: 8px;
    font-size: 1rem;
    margin-right: 6px;
}
.woocommerce .innercontent div.product form.cart {
    margin: 1.6em 0 1em;
}
.woocommerce .innercontent .related ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 22px;
    overflow: hidden;
    height: 60px;
}
.innercontent .woocommerce-message {
    border-top-color: #001b45;
}
.innercontent .woocommerce-message::before {
    color: #001b45;
}
.woocommerce .woorightdec ul.products li.product a img {
    height: 260px!important;
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.woocommerce .woorightdec ul.products li.product:hover a img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 12px;
}
.woocommerce .woorightdec ul.products li.product:hover a h2{
	color: #666666;
}
.innercontent ol, .innercontent ul {
    padding-left: 15px;
    display: inline-block;
}
.innercontent h1 {
    margin: 20px 0 10px;
}
.innercontent h4, .innercontent h2 {
    margin-top: 20px;
}
.woocommerce-product-gallery__wrapper>.woocommerce-product-gallery__image {
    border-radius: 12px;
}
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0,0,0,.3);
    display: none;
}
.woocommerce-tabs h2 {
    margin-bottom: 14px;
}
#review_form {
    width: 60%;
}
form#commentform {
    margin-top: 20px;
}
.innercontent ul li:before, .featuretxt ul li:before {
    content: "\00BB";
    color: #8f8f8f;
    margin-right: 3px;
}
.innercontent .contactlist li:before, .woocommerce .products li:before {
	display: none;
}
.seosec .worstep {
    width: 48%;
    margin: 20px 0;
}
.accord div {
    width: 100%;
    display: inline-block;
} 
.woocommerce-result-count, .woocommerce .woocommerce-ordering select {
    padding: 20px;
    border-radius: 4px;
    background: #e8e4e4;
    line-height: 26px;
    color: #666666;
    font-size: 1rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
}
.innercontent .woocommerce-result-count {
    width: auto;
    display: inline-block;
}
.woocommerce .woocommerce-ordering select {
	cursor: pointer;
}
.product_meta .posted_in a {
    font-weight: 800;
}
.innercontent .outer>.woocommerce {
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 10px 0;
	display: block;
	border-top: dotted 1px #ccc;
}
nav.woocommerce-MyAccount-navigation ul li:first-child {
	border-top: none;
	padding-top: 0;
}
.woocommerce-Address {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}
.innercontent .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 4px;
    background-color: #e8e4e4;
    height: 54px;
}
.innercontent .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 54px;
}
.innercontent .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
}
.woocommerce .innercontent a.added_to_cart {
    display: none;
}
.carticon {
    width: 37px;
    height: 37px;
    background: #ffff;
    position: relative;
    border: solid 1px #ccc;
    display: block;
    border-radius: 50%;
    padding: 20% 14% 8%;
    text-align: center;
}
.pcount {
    position: absolute;
    top: -3px;
    right: -6px;
    background: #001b45;
    color: #ffff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    padding: 2px;
}
.tend {
    margin: 0 8px;
}
.tend:hover {
	opacity: .7;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px!important;
    box-shadow: none;
    border-radius: 5px;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px;
    height: 50px;
    width: 120px;
    border-radius: 6px;
}
.woocommerce-cart .innercontent .outer>.woocommerce {
    justify-content: center;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    text-align: center;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    display: inline-block;
    text-align: left;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    padding: .618em 1em;
}
.innercontent h3 {
    margin: 20px 0 10px;
}
.cart_totals h2 {
    margin-bottom: 10px;
}
.woocommerce table.woocommerce-cart-form__contents th {
    background: #001b45;
    color: #fff;
    font-size: 1.4rem;
}
ul.woocommerce-error {
    padding-left: 46px;
}
ul.woocommerce-error li:before {
    display: none;
}
.careerspagesec .getknowmain {
    margin-top: 0;
}
.curvac_list li {
    background: #e8e4e4;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 1px 0 0 0;
    display: inline-block;
    width: 100%;
    color: #001b45;
    font-size: 1.3rem;
    font-weight: 600;
}
.careerspagesec .curvac_list li::before {
    content: "\00BB";
    background: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    margin-right: 5px;
}
p.cartext {
    color: #001b45;
    padding: 22px 10px 10px;
    font-size: 1.4rem;
}
.searchformsec {
    justify-content: center;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce input.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles))  .innercontent .woocommerce input.button {
    background-color: #001b45;
	background: #001b45;
    color: #fff;
}
.innercontent #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .innercontent .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .innercontent .wc-proceed-to-checkout a.checkout-button {
    padding: .7em;
	display: inline-block;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .innercontent .woocommerce input.button.alt:hover {
    background-color: #001b45;
	background: #001b45;
}
.woocommerce .innercontent .related ul.products li.product .button {
    font-size: 1rem;
    height: 42px;
    line-height: 21px; 
}
section .wpcf7-not-valid-tip {
    font-size: .7em;
}
.getknow .wpcf7 form .wpcf7-response-output {
    bottom: 2%;
}
.techleft {
    width: 38%;
}
.techright {
    width: 60%;
}
.techpmain {
    align-items: center;
    margin: 30px 0 0;
}
.techright ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.techright li {
    width: 16%;
    margin: 2px;
}
.techright li img {
    border-radius: 6px;
}
.techsec strong {
    color: #fff;
    font-weight: 800;
}
.isotag {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0 0;
}
.innercontent h5 {
    margin: 10px 0;
}
.innercontent .portbox h4 {
    color: #fff;
    line-height: 28px;
    margin: 0 0 8px;
}
.portout {
    margin-top: 40px;
} 
.portout .filtr-container .filtr-item {
    border: solid 1px #e8e4e4;
    border-radius: 4px;
}
.portout .tlp-portfolio .layout1 .tlp-content .tlp-content-holder {
    padding: 10px 10px 12px;
    background: #e8e4e4;
    text-align: center;
}
.portout .tlp-portfolio .layout1 .tlp-content h3 {
    margin: 0;
    font-size: 14px;
}
.innercontent .portout li {
    width: auto;
}
ul.footersmm {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 0 0;
}
ul.footersmm li {
    background: none;
	padding: 0;
	margin: 0 5px;
}
ul.footersmm li a {
    font-size: 30px;
}
.abtfooter li a:before {
    content: none!important;
    margin-right: 0!important;
}
ul.flex.footersmm a::before {
    display: none!important;
}
.packagesmain {
    width: 100%;
    text-align: center;
}
.innercontent h4.packageheading {
    font-size: 42px;
    margin: 20px 0 30px;
}
.packages {
    width: 370px;
    border: solid 1px #dcdcdc;
    border-radius: 10px;
    background: #f6f6f6;
}
.innercontent .packagecontent ul li img {
    width: 18px;
}
.packagecontent {
    text-align: left;
}
.packagesbox {
    justify-content: space-between;
}
.packagestitle {
    background: #001b45;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    padding: 25px;
    border-radius: 10px 10px 0 0;
    line-height: 27px;
}
.packagestitle span {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    line-height: 16px;
    margin: 10px 0 0;
}
.packageprice {
    font-size: 1.6rem;
    line-height: 22px;
    color: #001b45;
    font-weight: 700;
	padding: 24px 20px 10px;
}
.packagecontent {
	padding: 10px 20px;
}
.packageprice span {
	color: #666666;
	font-size: 1rem;
	font-weight: 500;
}
.innercontent h5.contentitle {
    font-size: 18px;
    padding: 6px 0 0;
    width: 100%;
    display: inline-block;
    border-top: solid 1px #f1f1f1;
    margin: 0;
}
.innercontent .packagecontent ul li:before {
    content: none;
    margin-right: 0;
}
.innercontent .packagecontent ul {
    padding-left: 0;
    margin-bottom: 24px;
}
.innercontent .packagecontent ul li {
    border-top: solid 1px #dcdcdc;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 6px 0;
    line-height: 20px;
}
.innercontent .packagecontent ul li img {
    width: 18px;
    margin: 3px 5px 0;
}
.getstart {
	text-align: center;
    border-top: solid 1px #f1f1f1;
    margin: 0;
    padding-top: 14px;
}
.innercontent p.tcapply {
    text-align: center;
    margin: 0 0 20px;
}
.submitbox {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
span.capcode {
    width: 66%;
}
span.formsub {
    width: 31%;
}
img.wpcf7-form-control {
    border: solid #001b45 2px;
    height: 42px;
    margin-top: 8px;
    float: left;
    margin-right: 4px;
}
select {
    cursor: pointer;
}
.packageprice span {
    color: #666666;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 26px;
}
.mTop20 {
    margin-top: 20px;
}
.mTop30 {
    margin-top: 30px;
}
.mTop40 {
    margin-top: 40px;
}
.mTop50 {
    margin-top: 50px;
}
.mTop60 {
    margin-top: 60px;
}
.text-center, .textcenter, .txtcenter, .txt-center {
	text-align: center;
}
.pack-sm {
    width: 290px;
}
.pack-sm .packageprice {
    font-size: 1.4rem;
}
.footersec {
    font-size: 14px;
}
.copymain {
    padding: 20px 0;
    font-size: 13px;
}
.woocommerce-cart .woocommerce .quantity .qty {
    width: 44px;
    text-align: center!important;
    border: solid 1px #ccc;
    border-radius: 3px;
    height: 34px;
    padding-left: 8px;
    background: #f6f5f8;
}
.ex_btn {
    margin: 24px 8px!important;
}
.summary .product_meta {
    display: none;
}
.ex_bot {
    background-color: #0cc143!important;
    background: #0cc143!important;
    color: #fff;
	border-left: solid 28px #03882b!important;
}
.ex_bot:hover {
    border-left: solid 28px #03882b!important;
    background: #03882b!important;
    box-shadow: #03882b 183.025px 0px 0px 0.01px inset!important;
}