@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans-light-webfont.woff2') format('woff2'),
         url('fonts/opensans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*
#loading {
    position:fixed;
    z-index:999;
    width:100%;
    height:100%;
    background-color:#000000;
    transition: all 0.3s ease-in-out;
    top: 0;
}
#loading img { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 100%; max-width: 80px; margin: auto;}
*/

html { scroll-behavior: smooth;}
body{
    margin: 0px;
    padding: 0px;
    font-size: 14px!important;
    font-weight: 300;
    background: #000;
    color: #303e48;
    font-family: 'open_sansregular'!important;
}

p {line-height: 1.5}
a,
a:hover { text-decoration:none; }
.row { display:block!important; margin-left:0!important; margin-right:0!important; clear:both;}
    
.container { 
    max-width:1200px!important; 
    margin:auto;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar.navbar-inverse,
.container-fluid { display:block!important; padding:0;}

header {position:relative; width:100%; z-index:9; top:0px; padding-top:0px; text-align:center; background-color:rgba(255,255,255,1); }
header.homepage {
    position:fixed;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    background-color:rgba(255,255,255,0.8);
}
header.headerinnerpage:after {
    content: "";
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 60px;
    bottom: -25px;
    left: 0;
    background-color: #c70009;
}
header .menu-list li { display:block;}

header .navbar-collapse {
  width: auto;
 border-top: 0;
 -webkit-box-shadow: none;
  box-shadow: none;
}
header .navbar-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    padding: 12px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
}
header .navbar-toggle:focus {outline: inherit;}
header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #001029
}
header .navbar-toggle .icon-bar+.icon-bar {margin-top: 4px;}
header .navbar-toggle .icon-bar {display: block; width: 30px; height: 4px; border-radius: 1px;}
header .navbar-toggle.open {display: none; }
header .navbar-toggle.in:after {
    content: '\f00d';
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0%, -50%);
    color: #fff;
    font-size: 32px;
    font-weight: normal;
   
}
header .navbar-inverse .navbar-toggle.in .icon-bar {display: none;}

header.sticky { position:fixed; top:0; left:0; width:100%; padding:0; box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);}
header.headerinnerpage.sticky:after { display:none;}
header.sticky .navbar-inverse { padding:0;}
header.sticky .navbar-header  { display:inline-block; float:left;}
header.sticky .header-menu-main { display:inline-block; float:right;}
header.sticky .header-menu-main:after { display:none;}
header.sticky .navbar.navbar-expand-lg { margin-top:0; margin-bottom:0;}
header.sticky .navbar-brand img { padding-top:7px; width:100px;}
header.homepage.sticky { background-color: rgba(255,255,255,1);}

.header-menu-main { position:relative;}
.header-menu-main:after {
    content:"";
    position:absolute;
    background-color:#fff;
    width:95%;
    height:100%;
    bottom:-5px;
    left:0;
    right:0;
    margin:auto;
    z-index:-2;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 3% 99%);
}
.navbar.navbar-expand-lg {
    position:relative;
    display:grid;
    grid-template-columns:1fr 140px 190px;
    align-items:center;
    /*clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);*/
    margin-top:10px;
    margin-bottom:-35px;
    padding:0;
    width:100%;
    height:55px;
    background-color:transparent!important;
}
.navbar.navbar-expand-lg:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(199,0,9);
    background: linear-gradient(120deg, rgba(199,0,9,1) 0%, rgba(209,7,16,1) 50%, rgba(237,27,36,1) 100%);
    transform: skew( 150deg);
    z-index:-1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
    box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);
}

.nav-item.dropdown .dropdown-menu li.a .dropdown-item{color: #7dbf1c!important;}
.navbar .nav-item .dropdown-menu li.a:before {background-color: #7dbf1c!important;}

.nav-item.dropdown .dropdown-menu li.b .dropdown-item{color: #00a8e6!important;}
.navbar .nav-item .dropdown-menu li.b:before {background-color: #00a8e6!important;}

.nav-item.dropdown .dropdown-menu li.c .dropdown-item{color: #7e358c!important;}
.navbar .nav-item .dropdown-menu li.c:before {background-color: #7e358c!important;}

.nav-item.dropdown .dropdown-menu li.d .dropdown-item{color: #fe9905!important;}
.navbar .nav-item .dropdown-menu li.d:before {background-color: #fe9905!important;}

.nav-item.dropdown .dropdown-menu li.e .dropdown-item{color: #d9534f!important;}
.navbar .nav-item .dropdown-menu li.e:before {background-color: #d9534f!important;}

.header-social {}
.header-social ul { margin:0; padding:0;}
.header-social ul li { display:inline-block; padding:0 3px;}
.header-social ul li a { display:block; color:#fff; border:2px solid #fff; width:30px; height:30px; padding:2px; border-radius:50%;}
.header-freetrail {}
.header-freetrail a {
    position:relative;
    display:inline-block;
    color:#fff;
    padding:5px 20px;
    text-transform:uppercase;
    font-weight:bold;
    font-size: 12px;
    letter-spacing: 0.1rem;
}
.header-freetrail a:hover { color:#fff; text-decoration:none;}
.header-freetrail a:after {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transform: skew( 150deg);
    border:2px solid #fff;
}


.footer {
    background-image:url(../source/footer-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    padding:20px 0;
}
.footer-logo { text-align:center;}
.footer-social { padding-top:10px;}
.footer-social ul { margin:0; padding:0; text-align:center;}
.footer-social ul li { display:inline-block; padding:0 10px;}
.footer-social ul li a { display:block; color:#fff; border:2px solid #fff; width:30px; height:30px; border-radius:50%;}
.footer-social ul li a i { padding-top:6px;}
.footer-row { display:grid; grid-template-columns:200px 1fr  1fr 1fr 180px; margin-top:20px!important;}
.footer-column { color:#fff; font-size:14px;}
.footer-column ul { margin:0; padding:0; list-style-type:none; }
.footer-column ul li { display:flex; font-size: 12px;}
.footer-column ul li i { flex:0 0 18px; padding-top:4px;}
.footer-column ul li a { color:#fff; }
.footer-column:nth-child(2) .ul-grid { display: grid; grid-template-columns: 80px 1fr; align-items: flex-start;}
/*.footer-column:nth-child(2) ul li { display:inline-block!important; width:80px;}*/
.footer-title { font-family: 'open_sansbold'; text-transform:uppercase; padding-bottom:10px; letter-spacing:0.1rem;}
.footer-copyright { color:#fff; text-align:center; font-size:12px;}
copyright { display:block; margin-top:15px; padding-top:15px; border-top:1px solid #fff;}

.banner-descktop { display:block!important;}
.banner-mobile { display:none!important;}

.owl-carousel { position:relative;}
.home-row1 .owl-controls { position:absolute; width:100%; bottom:60px;}
.owl-nav { display:none;}
.home-row1 .owl-dots span { position:relative; background:transparent!important;}
.home-row1 .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #fff;
}
.home-row1 .owl-dot.active span { background:#ff0000!important;}
.home-row1 .owl-dot.active span:after { border:1px solid #ff0000;}

.about-row1-column-slider .owl-dots { margin-top:15px;}
.about-row1-column-slider .owl-dots span { position:relative; background:transparent!important;}
.about-row1-column-slider .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #cccccc;
}
.about-row1-column-slider .owl-dot.active span { background:#ff0000!important;}
.about-row1-column-slider .owl-dot.active span:after { border:1px solid #ff0000;}


.home-row1 img {display: block;}
.home-row1 .slider-content {
    position:absolute;
    top:47%;
    left:20%;
    transform: translate(-20%, -50%);
    padding:30px;
    max-width:640px;
    color:#fff;
}
.home-row1 .slider-content-title { font-size:28px; text-transform:uppercase;}
.home-row1 .slider-content-title span { font-family:'open_sansbold'; text-shadow: 2px 4px 2px rgba(0,0,0,0.6);}
.home-row1 .slider-content-info { font-size:20px; padding:5px 0;}
.home-row1 .slider-content-info span { display:block; font-size:18px;}
.home-row1 .slider-content-info2 {padding-bottom: 25px;}
.home-row1 .slider-content-info2 ul {padding-left: 0px; list-style: none; margin-bottom: 0px;}
.home-row1 .slider-content-info2 ul li {display: inline-block; position: relative; padding-right: 8px;}
.home-row1 .slider-content-info2 ul li:after{
    content: '';
    display: block;
    width: 2px;
    height: 70%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: -6px;
    right: 0;
    transform: translate(0%, -50%);
}
.home-row1 .slider-content-info2 ul li:first-child:after {display: none;}
.home-row1 .slider-content-info2 ul li a {color: #fff; text-decoration: none;}
.home-row1 .slider-content-button a {
    background: rgb(199,0,9);
    background: linear-gradient(120deg, rgba(199,0,9,1) 0%, rgba(209,7,16,1) 50%, rgba(237,27,36,1) 100%);
    border-radius:50px;
    display:inline-block;
    position:relative;
    color:#ffffff;
    padding:7px 20px 9px;
    font-weight:bold;
    letter-spacing:0.1rem;
    text-transform:uppercase;
}
.home-row1 .slider-content-button a:hover {
    text-decoration:none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}

.home-row1 .slider-content-button a:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#fff;
}
.slider-contact {
    position:relative;
    z-index:1;
    background-color:#fff;
    border-radius:10px;
    padding:20px 60px;
    max-width:850px;
    margin:-180px auto 0;
}
.slider-contact-row { display:grid; grid-template-columns:1fr 170px 170px; align-items:center;}
.slider-contact-column img { display:inline-block; margin-top:-5px;}
.slider-contact-column:first-child img { margin-top:0; padding-right:10px;}
.slider-contact-column span { color:#000; font-family: 'open_sansbold'; letter-spacing:0.1rem;}
.slider-contact-column span a {color: #000; text-decoration: none;}
.slider-contact-column:nth-child(2),
.slider-contact-column:nth-child(3) { text-align:center;}
.slider-contact-column:last-child { border-left:2px solid #ed1b24;}

.home-row2 { position:relative; z-index:1; margin-top:50px;}
.home-row2-row { 
    display:grid;
    grid-template-columns:230px 230px 230px 230px;
    background-color:#e91822;
    align-items:center;
    justify-content: center;
    padding:20px;
    border-radius:20px;

}
.home-row2-column {}
.home-row2-column img { float:left; padding-right:20px; max-width: 80px;}
.home-row2-column span {
    display:inline-block;
    color:#fff;
    text-transform:uppercase;
    padding-top:18px;
    letter-spacing:0.05rem;
    line-height:16px;
    font-family:'open_sansbold';
    font-size: 12px;
}

.home-row3 { padding:50px 0; max-width:950px; margin:auto; text-align:center;}
.home-row3 .title { font-size:16px; text-transform:uppercase;}
.home-row3 .title span a{ display:block; font-size:22px; color:#ed1b24; letter-spacing:0.1rem; font-family:'open_sansbold';}
.home-row3 .info { padding:20px 0; margin:20px 0; border-top:2px solid #ed1b24; border-bottom:2px solid #ed1b24;}
.home-row3 .info span { display:block; font-size:32px; color:#000000; font-family:'open_sansbold';}
.home-row3 .info span a {color: #000;}
.home-row3 .info ul {padding-left: 0px; list-style: none; margin-bottom: 0px;}
.home-row3 .info ul li {display: inline-block; position: relative; padding-right: 8px;}
.home-row3 .info ul li:after{
    content: '';
    display: block;
    width: 2px;
    height: 70%;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: -6px;
    right: 0;
    transform: translate(0%, -50%);
}
.home-row3 .info ul li:first-child:after {display: none;}
.home-row3 .info ul li a {color: #000; text-transform: none;}
.home-row3 .info p { max-width:600px; margin:auto;}

.home-row4 {}
.home-row4-row { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:20px;}
.home-row4-column {
    border:3px solid #d90c16;
    border-radius: 20px;
    position:relative;
    overflow:hidden;
}
.account-software-logo { 
    background: #c8010a;
    background: -moz-linear-gradient(top,  #c8010a 0%, #ec1a24 100%);
    background: -webkit-linear-gradient(top,  #c8010a 0%,#ec1a24 100%);
    background: linear-gradient(to bottom,  #c8010a 0%,#ec1a24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8010a', endColorstr='#ec1a24',GradientType=0 );
    padding:30px 0;
    text-align:center;
}
.account-software-info { padding:20px;}
.account-software-button { padding:0 20px 20px;}
.account-software-button a { color:#000; text-transform:uppercase; font-weight:bold; font-size:12px;}
.account-software-button a:hover { color:#000; text-decoration:none;}
.account-software-button a:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#000;
}

.home-row5 {
    background-image:url(../source/home-row5-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
     background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0;
    color:#fff;
}
.home-row5-row { display:grid; grid-template-columns:1fr 1fr; grid-gap:20px; align-items:center;}
.home-row5-column span { font-weight:bold; text-transform:uppercase; display:inline-block; padding-top:83px; color: #fff;}
.home-row5-column:last-child div img { float:left;}
.home-row5-column:last-child p { padding-left:7px;}
.home-row6 { margin-bottom:50px;}
.home-row6-row { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:10px; align-items:center;}
.home-row6-column { background-color:#f4f4f4; border-radius:10px; padding:20px 35px; height:100%; min-height:130px;}
.home-row6-column:hover {
    background: #c8010a;
    background: -moz-linear-gradient(-45deg,  #c8010a 0%, #ed1b24 100%);
    background: -webkit-linear-gradient(-45deg,  #c8010a 0%,#ed1b24 100%);
    background: linear-gradient(135deg,  #c8010a 0%,#ed1b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8010a', endColorstr='#ed1b24',GradientType=1 );
    color:#fff;
}
.home-row6-column p { margin-bottom:0;}
.home-row6-column .title { font-size:16px; font-weight:bold;}
.home-row6-column-big {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #c8010a;
    background: -moz-linear-gradient(-45deg,  #c8010a 0%, #ed1b24 100%);
    background: -webkit-linear-gradient(-45deg,  #c8010a 0%,#ed1b24 100%);
    background: linear-gradient(135deg,  #c8010a 0%,#ed1b24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8010a', endColorstr='#ed1b24',GradientType=1 );
    color:#fff;
    border-radius:20px;
    grid-row-start:1;
    grid-row-end:4;
    grid-column-start:3;
}
.home-row6-column-big .subtitle { letter-spacing:0.1rem; font-weight:bold;}
.home-row6-column-big .title {
    font-size:26px;
    letter-spacing:0.1rem;
    text-transform:uppercase;
    font-weight:normal;
    padding-bottom:10px;
    margin-bottom:15px;
    position:relative;
}
.home-row6-column-big .title:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    max-width:180px;
    width:100%;
    height:2px;
    background-color:#fff;
}

main.innerpage { margin-top:100px;}
.maintitle { font-size:24px; line-height:26px; font-family:'open_sansbold'; letter-spacing:0.1rem; text-transform:uppercase;}
.maintitle-our-product { font-size:24px; line-height:26px; font-family:'open_sansbold'; letter-spacing:0.1rem; text-transform:uppercase; margin-bottom: 20px;}
.maintitle-red { color:#d20811;}
.maintitle-white { color:#ffffff;}
.maintitle-sub { font-size:18px; font-family:'open_sansbold'; text-transform:uppercase;}
.slogen { color:#c9020a; font-weight:bold;}
.slogen-black { color:#000;}
.subtitle { font-size:16px; font-family:'open_sansbold'; letter-spacing:0.1rem; text-transform:uppercase;}
.subtitle-red { color:#c9020a;}
.inner-title { font-size:16px; font-family:'open_sansbold';}

.readmore-button {
    display:inline-block;
    margin-top:20px;
    background-color:#ed1b24;
    color:#ffffff;
    padding:7px 30px;
    border-radius:50px;
    text-transform:uppercase;
    font-size:13px;
    transition: all 0.3s ease-in-out;
}
.readmore-button:hover { 
    color:#fff;
    text-decoration:none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}
.readmore-button:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#fff;
}

.about-row1 { max-width:1000px; margin:auto;}
.about-row1-row {}
.about-row1-column { float:left; width:55%;}
.about-row1-column-slider { float:left; width:45%;}
.about-row1-column .slogen { margin-bottom:20px;}
.about-row1-column-slider { padding-left:50px;}
#owl-about .owl-stage-outer {
    position:relative;
    overflow:hidden;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
}
#Enhancement-List .owl-nav{ display:block;}
#Enhancement-List .owl-nav .owl-prev,
#Enhancement-List .owl-nav .owl-next { position:absolute; bottom:-15%;  font-size:0; background-color:#ed1b24;}
#Enhancement-List .owl-nav .owl-prev { left:0px;}
#Enhancement-List .owl-nav .owl-next { right:0px;}
#Enhancement-List .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#fff;}
#Enhancement-List .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#fff;}
#Enhancement-List .owl-nav .owl-prev:hover,
#Enhancement-List .owl-nav .owl-next:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

#Enhancement-List  .owl-dots { margin-top:15px;}
#Enhancement-List  .owl-dots span { position:relative; background:transparent!important;}
#Enhancement-List  .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #ed1b24;
}
#Enhancement-List .owl-dot.active span { background:#ed1b24!important;}
#Enhancement-List .owl-dot.active span:after { border:1px solid #ed1b24;}


#Enhancement-List .owl-nav{ display:block;}
#Enhancement-List .owl-nav .owl-prev,
#Enhancement-List .owl-nav .owl-next { position:absolute; top:35%; transform: translate(0, -50%); font-size:0; background-color:#ed1b24;}
#Enhancement-List .owl-nav .owl-prev { left:0;}
#Enhancement-List .owl-nav .owl-next { right:0;}
#Enhancement-List .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#ed1b24;}
#Enhancement-List .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#ed1b24;}
#Enhancement-List .owl-nav .owl-prev:hover,
#Enhancement-List .owl-nav .owl-next:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

.about-row2 {
    background-image:url(../source/about-row2-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
    color:#fff;
}
.about-row2-row { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; align-items:center;}
.about-row2-column { color:#000;}
.about-row2-inner-row { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; align-items:start;}
.about-row2-inner-logo { padding-bottom:50px;}
.about-row2-inner-content {
    background-color:#fff;
    padding:30px;
    margin:50px 0;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
}
.about-row2-inner-content img { margin-bottom:10px;}
.about-row2-inner-content p { margin-top:10px;}
.about-row2-inner-column:last-child .about-row2-inner-content:first-child { margin-top:0;}
.about-row2-inner-column:first-child .about-row2-inner-content:last-child { margin-bottom:0;}
.about-row2-inner-content:hover {
    background: rgb(200,0,9);
    background:linear-gradient(0deg, rgba(200,0,9,1) 0%, rgba(236,26,35,1) 100%);
    color:#fff;
}
.about-row2-inner-content:hover img { filter: brightness(0) invert(1);}

.accounting-row1 {}
.accounting-row1-row { display:grid; grid-template-columns:1fr 1.5fr; grid-gap:30px;}
.accounting-row1-column img { border-radius:25px; margin-bottom:10px;}
.accounting-row1-inner-row { display:grid; grid-template-columns:1fr 1fr; align-items:center; grid-gap:30px;}
.accounting-row1-inner-column { display:flex; align-items:center; padding-right:20px;}
.accounting-row1-inner-img { position:relative; z-index:1;}
.accounting-row1-inner-info {
    position:relative;
    background-color:#fff; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding:20px 20px 20px 70px;
    font-size:16px;
    line-height:20px;
    min-height:80px;
    height:100%;
    font-family:'open_sansbold';
    width:100%;
    margin-left:-30px;
}
.accounting-row1-inner-info:hover {
    color:#fff;
    background: rgb(200,0,9);
    background:linear-gradient(0deg, rgba(200,0,9,1) 0%, rgba(236,26,35,1) 100%);
}
.accounting-row1-inner-info:after {
    content:"";
    position:absolute;
    top:30px;
    right:-30px;
    background-image:url(../source/accounting-arrow.png);
    background-repeat:no-repeat;
    width:19px;
    height:17px;
}
.accounting-row2 {
    background-image:url(../source/accounting-row2-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.accounting-row2-row { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px;}
.accounting-row2-column {}
.accounting-row2-column:last-child img { width:100%;}
.accounting-row2-column p { padding:20px 0;}
.accounting-row2-inner-row { display:grid; grid-template-columns:1fr 1fr; grid-gap:30px; margin-top:20px;}
.accounting-row2-inner-column { position:relative; margin-left:40px;}
.accounting-row2-inner-column .slogen:before {
    content:"";
    position:absolute;
    background-image:url(../source/accounting-arrow.png);
    background-repeat:no-repeat;
    top:2px;
    left:-30px;
    width:19px;
    height:17px;
}
.accounting-row2-inner-column p { padding:10px 0 0;}
.accounting-row3 { padding:50px 0;}
.accounting-row3-row1 { display:grid; grid-template-columns:1fr 1fr; align-items:center; grid-gap:30px;}
.accounting-row3-column p { padding-top:10px;}
.accounting-row3-column:first-child img { width:100%;}
.accounting-row3-row2 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:30px; padding-top:30px;}
.accounting-row4 {
    background-image:url(../source/accounting-row4-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.accounting-row4 { text-align:center; color:#fff;}
.accounting-row4 p { display:block; max-width:800px; margin:15px auto 30px!important;}
#owl-accounting-work-conveniently { max-width:690px; margin:auto; position:relative;}
.owl-accounting-work-conveniently-title { font-weight:bold; padding-top:10px;}
#owl-accounting-work-conveniently p { margin:10px 20px;}
#owl-accounting-work-conveniently .owl-dots { margin-top:15px;}
#owl-accounting-work-conveniently .owl-dots span { position:relative; background:transparent!important;}
#owl-accounting-work-conveniently .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #ffffff;
}
#owl-accounting-work-conveniently .owl-dot.active span { background:#ffffff!important;}
#owl-accounting-work-conveniently .owl-dot.active span:after { border:1px solid #ffffff;}


#owl-accounting-work-conveniently .owl-nav{ display:block;}
#owl-accounting-work-conveniently .owl-nav .owl-prev,
#owl-accounting-work-conveniently .owl-nav .owl-next { position:absolute; top:35%; transform: translate(0, -50%); font-size:0; background-color:#ed1b24;}
#owl-accounting-work-conveniently .owl-nav .owl-prev { left:0;}
#owl-accounting-work-conveniently .owl-nav .owl-next { right:0;}
#owl-accounting-work-conveniently .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-accounting-work-conveniently .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-accounting-work-conveniently .owl-nav .owl-prev:hover,
#owl-accounting-work-conveniently .owl-nav .owl-next:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

.accounting-row5 { padding:50px 0;}
.accounting-row5-row {  display:grid; grid-template-columns:1fr 1.8fr; align-items:center; grid-gap:30px;}
.accounting-row5-column { position:relative; overflow:hidden;}
#owl-it-flows-better { max-width:85%; margin:auto;}
#owl-it-flows-better .item { padding:10px;}
.owl-it-flows-better-row { 
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    grid-gap:30px;
    nackground-color:#fff;
    padding:30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    border-radius:20px;
}
#owl-it-flows-better .owl-nav { display:block;}
#owl-it-flows-better .owl-nav .owl-prev,
#owl-it-flows-better .owl-nav .owl-next { position:absolute; top:45%; transform: translate(0, -50%); font-size:0; background-color:#ed1b24;}
#owl-it-flows-better .owl-nav .owl-prev { left:-40px;}
#owl-it-flows-better .owl-nav .owl-next { right:-40px;}
#owl-it-flows-better .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-it-flows-better .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#fff;}

#owl-it-flows-better .owl-dots span { position:relative; background:transparent!important;}
#owl-it-flows-better .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #cccccc;
}
#owl-it-flows-better .owl-dot.active span { background:#ff0000!important;}
#owl-it-flows-better .owl-dot.active span:after { border:1px solid #ff0000;}
#owl-it-flows-better .owl-nav .owl-prev:hover,
#owl-it-flows-better .owl-nav .owl-next:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

.accounting-row6 {
    background-image:url(../source/accounting-row6-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.accounting-row6-row { display:grid; grid-template-columns:2.5fr 0.8fr; align-items:center; grid-gap:50px; padding:0 15px 0 60px;}
.accounting-row6-column { position:relative; overflow:hidden;}
.accounting-row6-column:first-child { grid-row-start:1; grid-column-start:2; max-width:350px;}
.accounting-row6-column:last-child { grid-row-start:1; grid-column-start:1; padding-left:60px;}
#owl-power-of-flexibility { padding-right:60px;}
#owl-power-of-flexibility .owl-dots { display:none;}
#owl-power-of-flexibility .owl-nav { display:block;}
#owl-power-of-flexibility .owl-nav .owl-prev,
#owl-power-of-flexibility .owl-nav .owl-next { position:absolute; top:50%; transform: translate(0, -50%); font-size:0; background-color:#ed1b24;}
#owl-power-of-flexibility .owl-nav .owl-prev { left:-60px;}
#owl-power-of-flexibility .owl-nav .owl-next { right:0;}
#owl-power-of-flexibility .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-power-of-flexibility .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-power-of-flexibility .owl-nav .owl-prev:hover,
#owl-power-of-flexibility .owl-nav .owl-next:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

.owl-power-of-flexibility-column { 
    padding:20px;
    background-color:#fff;
    border-radius:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    height: 500px;
}
.owl-power-of-flexibility-column img{padding: 30px 0;}
.owl-power-of-flexibility-title { color:#d20811; font-weight:bold; padding:0px 20px 15px;}
.owl-power-of-flexibility-column p {direction: ltr; padding: 0 20px;}


.accounting-row7 { padding:50px 0; text-align:center;}
.accounting-row7 p  { display:block; max-width:800px; margin:15px auto 30px;}
.accounting-row7-row { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:20px;}
.accounting-row7-column { 
    background-color:#fff;
    padding:20px;
    text-align:left;
    border-radius:15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    height:100%;
}
.accounting-row7-column img { width:100%;}
.accounting-row7-column .slogen { padding-top:15px;}
.accounting-row7-column p { margin:10px 0 0;}

.cloudaccounting-row1 .cloudaccounting-column { text-align:center; padding-bottom:20px;}
.cloudaccounting-row1 .cloudaccounting-column p { font-size:18px;}

.cloudaccounting-section2 .maintitle { letter-spacing:0; line-height:26px; padding-bottom:20px;}
.cloudaccounting-inner-row2 { display:grid; grid-template-columns:1fr 1.7fr; align-items:center;}
.cloudaccounting-inner-row2-right { display:grid; grid-template-columns:1.7fr 1fr;}
.cloudaccounting-inner-row2 .cloudaccounting-column { position:relative;}
.cloudaccounting-inner-row2 .cloudaccounting-column p { margin-bottom:0;}
.cloudaccounting-inner-row2 .cloudaccounting-column img { position:relative; width:100%; z-index:1;}
.cloudaccounting-inner-row2 .cloudaccounting-column-right { 
    background-color:#f6f6f6;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding:40px 100px 40px 80px;
    margin-left:-30px;
}
.cloudaccounting-inner-row2 .cloudaccounting-column-right:after {
    content:"";
    position:absolute;
    background-image:url(../source/cloudaccounting-arrow.png);
    background-repeat:no-repeat;
    background-position:center;
    width:28px;
    height:25px;
    top:50%;
    right:40px;
    transform: translate(0, -50%);
}
.cloudaccounting-inner-row2 .cloudaccounting-column-left:after {
    content:"";
    position:absolute;
    background-image:url(../source/cloudaccounting-arrow-left.png);
    background-repeat:no-repeat;
    background-position:center;
    width:28px;
    height:25px;
    top:50%;
    left:40px;
    transform: translate(0, -50%);
}

.cloudaccounting-inner-row2-right .cloudaccounting-column:first-child { grid-column-start:2;}
.cloudaccounting-inner-row2 .cloudaccounting-column-left {
    background-color:#f6f6f6;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    padding:40px 80px 40px 100px;
    margin-right:-30px;
    grid-row-start:1;
    grid-column-start:1;
}
.cloudaccounting-section3 { margin:30px 0;}
.cloudaccounting-section3 img { width:100%;}
.cloudaccounting-row3 { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; max-width:1100px; margin:50px auto 0;}
.cloudaccounting-row3 .maintitle { letter-spacing:0; line-height:26px; padding-bottom:20px;}
.cloudaccounting-button { text-align:center;}

.cloudaccounting-section4 {
    background-image:url(../source/cloudaccounting-section4-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.cloudaccounting-section4 .maintitle { text-align:center;}
.cloudaccounting-row4 { margin-top:30px!important;}
.cloudaccounting-row4 .cloudaccounting-column { float:left;}
.cloudaccounting-row4 .cloudaccounting-column:nth-child(1) { width:35%;}
.cloudaccounting-row4 .cloudaccounting-column:nth-child(2) { width:65%;}
.cloudaccounting-row4 .cloudaccounting-column img { width:100%;}
.cloudaccounting-inner-row4 {}
.cloudaccounting-inner-flex { display:grid; grid-template-columns:1fr 1fr; grid-gap:30px;}
.cloudaccounting-inner-flex .cloudaccounting-inner-column4 { flex:0 0 50%;}
.cloudaccounting-column .owl-item { padding:20px;}
.cloudaccounting-inner-column4 {
    position:relative;
    background-color:#ffffff;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    padding:20px;
}
.cloudaccounting-inner-column4 .cloudaccounting-inner-title { font-family:'open_sansbold'; color:#d20811; font-size:16px; text-transform:uppercase;}
.cloudaccounting-inner-column4-img { position:absolute; top:-25px; right:-25px;}
.cloudaccounting-inner-column4-img img { width:auto!important;}
.cloudaccounting-inner-column4 p { margin-bottom:0;}
#owl-autocountcloud-accounting  { position:relative;}
#owl-autocountcloud-accounting .owl-nav { display:inline-block!important; width:100%;}
#owl-autocountcloud-accounting .owl-nav .owl-prev,
#owl-autocountcloud-accounting .owl-nav .owl-next { position:relative; font-size:0; background-color:#ed1b24;}
#owl-autocountcloud-accounting .owl-nav .owl-prev { left:-40px;}
#owl-autocountcloud-accounting .owl-nav .owl-next { right:-40px;}
#owl-autocountcloud-accounting .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-autocountcloud-accounting .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-autocountcloud-accounting .owl-nav .owl-prev:hover,
#owl-autocountcloud-accounting .owl-nav .owl-next:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);
}
#owl-autocountcloud-accounting .owl-dots { margin-top:-30px;}
#owl-autocountcloud-accounting .owl-dots span { position:relative; background:transparent!important;}
#owl-autocountcloud-accounting .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #cccccc;
}
#owl-autocountcloud-accounting .owl-dot.active span { background:#ff0000!important;}
#owl-autocountcloud-accounting .owl-dot.active span:after { border:1px solid #ff0000;}

.cloudaccounting-section5 { padding:50px 0; text-align:center;}
.cloudaccounting-section5-p { max-width:400px!important; margin:auto!important;}
.cloudaccounting-row5 { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:30px; margin:50px auto!important; max-width:700px!important;}
.cloudaccounting-column {}
.cloudaccounting-column span { display:inline-block; padding-left:10px;}
.cloudaccounting-section5-img { max-width:740px!important; margin:0 auto 20px!important;}
.cloudaccounting-section5-img img { width:100%;}

.psg-row1 { text-align:center;}
.psg-row1 p { max-width:700px; margin:auto;}
.psg-section2 { margin-bottom:50px;}
.psg-row2-img { max-width:700px; margin:20px auto;}
.psg-row2-img img { width:100%;}
.psg-row2 p { max-width:600px; margin:auto; text-align:center;}
.psg-row2 p span { font-size:18px; font-family:'open_sansbold'; color:#d20812;}
.psg-row2 .slogen { text-align:center; margin:30px 0 20px;}
.psg-inner-row2 { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:30px; color:#d20811; max-width:800px; margin:auto;}
.psg-inner-row2 .psg-inner-column { position:relative; padding-left:20px;}
.psg-inner-row2 .psg-inner-column:before {
    content:"";
    position:absolute;
    top:4px;
    left:0;
    background-image:url(../source/accounting-arrow-s.png);
    background-repeat:no-repeat;
    width:12px;
    height:11px;
}

.psg-section3 {
    background-image:url(../source/psg-section3-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.psg-section3 .maintitle { text-align:center;}
.psg-row3 { display:grid; grid-template-columns:1fr 1.8fr; grid-gap:50px; align-items:center; margin-top:30px!important;}
.psg-column3 img { width:100%;}
.psg-inner-row3 { display:grid; grid-template-columns:1fr 1fr; grid-gap:20px; margin:30px 0;}
.psg-inner-column3 { color:#d20811; position:relative; padding-left:20px;}
.psg-inner-column3:before {
    content:"";
    position:absolute;
    top:4px;
    left:0;
    background-image:url(../source/accounting-arrow-s.png);
    background-repeat:no-repeat;
    width:12px;
    height:11px;
}
.psg-section4 { padding:50px 0; text-align:center;}
.psg-row4 { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:30px;}
.psg-column4 {
    position:relative;
    background-color:#f9fafb;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    padding:20px 40px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    text-align:left;
}
.psg-column4 img { width:100%; margin:20px 0;}
.psg-column4 p { margin-bottom:0;}
.psg-column4 p span { font-weight:bold; text-decoration:underline;}
.psg-column4:nth-child p span { text-decoration:none;}
.psg-cert { margin-top:50px;}
.psg-column-add-on{margin-bottom:30px ;}
.psg-add-on-row1-inner-content {
    max-width: 800px;
    background-color:#f4f4f4;
    padding:20px;
    margin:auto;
    }

.psg-add-on-row1-inner-content .inner-title{
    max-width: 400px;
    background:linear-gradient(270deg, rgba(200,0,9,1) 0%, rgba(236,26,35,1) 100%);
    color: #fff;
    padding:10px;
    margin:10px auto 5px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);}


.invoicenow-row1 { text-align:center;}
.invoicenow-row1 .maintitle { margin:20px 0 10px;}
.invoicenow-row1 .maintitle span { color:#9e007f;}
.invoicenow-row1 p { max-width:500px; margin:auto;}

.invoicenow-section2 { background-color:#f7f7f7; padding:50px 0; margin:50px 0;}
.invoicenow-row2 { display:grid; grid-template-columns:1fr 1fr; align-items:center; grid-gap:50px;}
.invoicenow-column2 {}
.invoicenow-column2 .title { font-size:18px; font-family:'open_sansbold'; color:#d20811; padding-bottom:10px;}
.invoicenow-column2 img { width:100%;}

.invoicenow-section3 {}
.invoicenow-row3 { text-align:center;}
.invoicenow-row3 p { max-width:700px; margin:auto;}
.invoicenow-row31 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; align-items:center; grid-gap:10px 0; margin-top:50px;}
.invoicenow-column31 { text-align:center; margin-bottom:80px;}
.invoicenow-column31-title { font-size:25px; font-family:'open_sansbold'; margin-bottom:0;}
.invoicenow-column31-title1 { grid-row-start:1; grid-column-start:1; grid-column-end:2;}
.invoicenow-column31-title2 { grid-row-start:1; grid-column-start:2; grid-column-end:5;}
.invoicenow-column31-img { position:relative; z-index:2;}
.invoicenow-column31-content {
    display:inline-block;
    position:relative;
    background-color:#f6f6f6;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    padding:40px 30px;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    box-shadow: 5px 5px 10px 0px rgba(204,204,204,1);
    font-size:18px;
    font-family:'open_sansbold';
    text-align:center;
    margin-top:-30px;
    margin-bottom:80px;
    height:110px;
}
.invoicenow-column31-content:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background-image:url(../source/e-invoicing-arrow.png);
    background-repeat:no-repeat;
    width:36px;
    height:40px;
    margin:0 auto -70px;
}
.invoicenow-column31-days { position:relative; font-size:25px; font-family:'open_sansbold'; color:#e52f2f;}
.invoicenow-column31-days:before {
    content:"";
    position:absolute;
    bottom:-70px;
    left:50%;
    border-left:2px dotted #e52f2f;
    height:60px;
}
.invoicenow-column31-days:after {
    content:"";
    position:absolute;
    bottom:-70px;
    left:50%;
    border-bottom:2px dotted #e52f2f;
    width:100%;
}
.invoicenow-column31:last-child .invoicenow-column31-days:after { display:none;}
.invoicenow-row3-info { font-size:25px; max-width:500px; margin:auto; text-align:center;}
.invoicenow-row3-info span { color:#e52f2f; font-family:'open_sansbold';}
.invoicenow-section4 { margin-top:50px;}
.e-invoicing-inner-flex { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; align-items:center;}
.e-invoicing-inner-flex-img { clip-path:polygon(0 0, 75% 0, 100% 100%, 0% 100%);}
.e-invoicing-inner-flex-info {}
.e-invoicing-inner-flex-info img { width:auto!important;}
.e-invoicing-inner-flex-info .title { font-size:25px; color:#d20811; font-family:'open_sansbold'; text-transform:uppercase;}
#owl-e-invoicing-slider  { position:relative;}
#owl-e-invoicing-slider .owl-nav { display:inline-block!important; width:100%;}
#owl-e-invoicing-slider .owl-nav .owl-prev,
#owl-e-invoicing-slider .owl-nav .owl-next { position:relative; font-size:0; background-color:#ed1b24;}
#owl-e-invoicing-slider .owl-nav .owl-prev { left:-40px;}
#owl-e-invoicing-slider .owl-nav .owl-next { right:-40px;}
#owl-e-invoicing-slider .owl-nav .owl-prev:before { content:"\f177"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-e-invoicing-slider .owl-nav .owl-next:before { content:"\f178"; font-family: FontAwesome; font-size:16px; color:#fff;}
#owl-e-invoicing-slider .owl-dots {}
#owl-e-invoicing-slider .owl-dots span { position:relative; background:transparent!important;}
#owl-e-invoicing-slider .owl-dots span:after {
    content:"";
    position:absolute;
    top:-3px;
    left:-3px;
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #cccccc;
}
#owl-e-invoicing-slider .owl-dot.active span { background:#ff0000!important;}
#owl-e-invoicing-slider .owl-dot.active span:after { border:1px solid #ff0000;}
.invoicenow-section5 {
    background-image:url(../source/invoicenow-section5-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
    text-align:center;
}
.invoicenow-row5 { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; grid-gap:20px; margin-top:70px; margin-bottom:-80px;}
.invoicenow-column5 {
    position:relative;
    background-color:#f6f6f6;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
    padding:50px 20px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.invoicenow-column5-step { position:absolute; top:0; left:0; right:0; text-align:center; margin:-40px auto 0;}
.invoicenow-column5-img { margin-bottom:20px;}
.invoicenow-column5-content a { display:block; color:#000; font-weight:bold; text-decoration:underline;}
.invoicenow-row6 { max-width:1000px; margin:auto; text-align:center; padding:70px 0 50px;}
.invoicenow-row6 a { color:#000; font-weight:bold; text-decoration:underline;}
.invoicenow-section7 {
    padding:20px 0;
    background: rgb(199,0,9);
    background: linear-gradient(120deg, rgba(199,0,9,1) 0%, rgba(209,7,16,1) 50%, rgba(237,27,36,1) 100%);
}
.invoicenow-row7 { display:grid; grid-template-columns:1fr 200px; grid-gap:20px; align-items:center; max-width:700px; margin:auto;}
.invoicenow-column7 { font-size:18px; font-weight:bold; text-transform:uppercase; color:#fff;}
.invoicenow-column7 a {
    display:inline-block;
    color:#c70009;
    font-weight:normal;
    text-decoration:none;
    background-color:#fff;
    border-radius:50px;
    font-size:14px;
    padding:10px 30px;
    text-align:center;
}
.invoicenow-column7 a:hover { 
    text-decoration:none;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

.invoicenow-column7 a:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#c70009;
}
.invoicenow-column7 a:hover:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#fff;
}

.invoicenow-section8 { padding:50px 0; text-align:center;}
.invoicenow-section8 p { max-width:800px; margin:auto;}
.invoicenow-row8 { text-align:left; margin:50px 0;}
.invoicenow-row8 .title { color:#d20811; font-size:18px; font-weight:bold; text-transform:uppercase; padding-bottom:10px;}
.invoicenow-row8 .collapse.in { display:block;}
.invoicenow-row8 .faq-inner-content {
    margin:-30px 0 15px;
    padding:30px 20px 15px;
    background-color:#fff;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.invoicenow-faq-title.collapsed {
    position:relative;
    display:block;
    background:#f6f6f6!important;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    padding:15px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    color:#000!important;
    text-decoration:none;
    margin-bottom:15px;
}
.invoicenow-faq-title,
.invoicenow-faq-title:hover {
    position:relative;
    display:block;
    background: rgb(199,0,9)!important;
    background: linear-gradient(120deg, rgba(199,0,9,1) 0%, rgba(209,7,16,1) 50%, rgba(237,27,36,1) 100%)!important;
    color:#fff!important;
    text-decoration:none;
    border-top-left-radius:20px;
    border-bottom-right-radius:20px;
    padding:15px 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    text-decoration:none;
    margin-bottom:15px;
}
.invoicenow-faq-title.collapsed:after {
    content:"";
    position:absolute;
    top:10px;
    right:15px;
    background-image:url(../source/e-invoicing-faq-arrow-top.png);
    background-repeat:no-repeat;
    width:28px;
    height:28px;
}
.invoicenow-faq-title:hover:after,
.invoicenow-faq-title:after {
    content:"";
    position:absolute;
    top:10px;
    right:15px;
    background-image:url(../source/e-invoicing-faq-arrow-bottom.png);
    background-repeat:no-repeat;
    width:28px;
    height:28px;
}
.faq-inner-content ul,
.faq-inner-content ol { margin:0 0 0 20px; padding:0;}
.faq-inner-content ol li,
.faq-inner-content ul li { padding:2px 0;}
.ul-element-alpha { list-style-type:lower-alpha;}
.ul-element-alpha li { list-style-type:lower-alpha;}
.ul-element-alpha li ul { list-style-type:disc;}
.ul-element-alpha li ul li { list-style-type:disc;}

.invoicenow-section9 {
    background-image:url(../source/invoicenow-section9-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.invoicenow-row9 { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; align-items:center;}
.invoicenow-row9 .invoicenow-column9:first-child { grid-column-start:2;}
.invoicenow-row9 .invoicenow-column9:last-child { grid-row-start:1;}
.invoicenow-row9 .invoicenow-column9 img,
.invoicenow-row10 .invoicenow-column10 img,
.invoicenow-row11 .invoicenow-column11 img { width:100%;}
.invoicenow-section10,
.invoicenow-section11 { padding:30px 0;}
.invoicenow-row10,
.invoicenow-row11 { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; align-items:center;}
.invoicenow-row11 .invoicenow-column11:first-child { grid-column-start:2;}
.invoicenow-row11 .invoicenow-column11:last-child { grid-row-start:1;}
.invoicenow-section12 {
    padding:20px 0;
    background: rgb(199,0,9);
    background: linear-gradient(120deg, rgba(199,0,9,1) 0%, rgba(209,7,16,1) 50%, rgba(237,27,36,1) 100%);
}
.invoicenow-row12 { display:grid; grid-template-columns:1fr 200px; grid-gap:20px; align-items:center; max-width:700px; margin:auto;}
.invoicenow-column12 { font-size:18px; font-weight:bold; text-transform:uppercase; color:#fff;}
.invoicenow-column12 a {
    display:inline-block;
    color:#c70009;
    font-weight:normal;
    text-decoration:none;
    background-color:#fff;
    border-radius:50px;
    font-size:14px;
    padding:10px 30px;
    text-align:center;
}
.invoicenow-column12 a:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#c70009;
}
.invoicenow-column12 a:hover { 
    text-decoration:none;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);
}
.invoicenow-column12 a:hover:after {
    content:"\f178";
    font-family:fontAwesome;
    margin-left:10px;
    color:#fff;
}

.seamless-row1 { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px; align-items:center;}
.seamless-column:first-child img { width:100%;}
.seamless-column:first-child { grid-column-start:2;}
.seamless-column:last-child { grid-row-start:1;}
.seamless-inner-row1 { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:30px; align-items:center;}
.seamless-inner-row1 .seamless-inner-column1:first-child img { width:100%;}
.seamless-section2 { padding:50px 0 0;}
.seamless-section2 .title { font-size:18px; color:#d20811; font-weight:bold; text-align:center; margin-bottom:20px;}
.seamless-row2 { display:grid; grid-template-columns:1fr 1fr 1fr; grid-gap:20px;}
.seamless-row2 .seamless-column2 {
    background-color:#f5f5f5;
    border-radius:15px;
    padding:30px;
    text-align:center;
    height:100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.seamless-row2 .seamless-column2 p { padding-top:15px; margin-bottom:0;}
.seamless-row2 .seamless-column2:hover {
    background: rgb(200,0,9);
    background: linear-gradient(0deg, rgba(200,0,9,1) 0%, rgba(236,26,35,1) 100%);
    color: #fff;
}
.seamless-row2 .seamless-column2:hover img { filter: brightness(0) invert(1);}
.seamless-section3 {
    background-image:url(../source/seamless-section3-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
    margin:50px 0 0;
}
.seamless-column3 { 
    background-color:#fff;
    border-radius:20px;
    padding:30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.seamless-column3 img { width:100%;}
.seamless-section4 { padding:50px 0;}
.seamless-row4 { display:grid; grid-template-columns:1.4fr 1fr; align-items:center;}
.seamless-column4:first-child { position:relative; z-index:2;}
.seamless-column4-content {
    position:relative;
    background-color:#f6f6f6;
    border-bottom-right-radius:150px;
    padding:50px 100px 50px 40px;
    margin-left:-10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.seamless-column4-content:after {
    content: "";
    position: absolute;
    background-image: url(../source/cloudaccounting-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width:28px;
    height:25px;
    top:50%;
    right:40px;
    transform: translate(0, -50%);
}
.seamless-column4-content p { padding-top:20px; margin-bottom:0;}
.seamless-row41 { display:grid; grid-template-columns:1fr 161px; grid-gap:50px; align-items:center; padding:30px 0 0; max-width:650px; margin:auto;}
.seamless-column41 .readmore-button { margin-top:0;}
.seamless-column41 p { margin-bottom:0;}
.seamless-column41 p span { color:#d20811; font-weight:bold;}

.seamless-section5 {
    background-image:url(../source/seamless-section5-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
}
.seamless-column5 p { margin:10px 0 20px;}
.seamless-row5 { display:grid; grid-template-columns:1fr 1.2fr; grid-gap:50px;}
.seamless-inner-row5 { display:grid; grid-template-columns:1fr 1fr; grid-gap:10px;}
.seamless-inner-column5 { 
    background-color:#fff;
    border-radius:20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    padding:30px;
}
.seamless-inner-column5 .title { font-size:18px; line-height:20px; font-weight:bold; color:#d20811; text-transform:uppercase;}
.seamless-inner-column5 p { position:relative; margin-bottom:0; padding-left:25px;}
.seamless-inner-column5 p:before {
    content: "";
    position: absolute;
    background-image: url(../source/accounting-arrow.png);
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
    width: 19px;
    height: 17px;
}
.seamless-column5:last-child p { color:#d20811; margin:20px 0 0 0;}

.seamless-section6 { padding:50px 0;}
.seamless-section6 #tabbed_box_1 { margin:0px auto 0px auto; width:100%;}
.seamless-section6 .tabbed_area { padding-top:10px;  }
.seamless-section6 ul.tabs { position:relative; margin:0px; padding:0px;}
.seamless-section6 ul.tabs li { list-style:none; display:block;}
.seamless-section6 ul.tabs li { background-color:transparent; color:#000000;}
.seamless-section6 ul.tabs li a { 
    display:block;
    font-size:16px;
    letter-spacing:0.05rem;
    background-color:transparent;
    padding:10px 30px;
    color:#000000;
    border-bottom:1px solid #000;
}
.seamless-section6 ul.tabs li a:hover { background-color:#d20811; font-weight:bold; color:#ffffff; cursor:pointer;}
.seamless-section6 ul.tabs li .activeopen { background-color:#d20811; font-weight:bold; color:#ffffff; border-bottom:1px solid transparent;}
.seamless-section6 ul.tabs li a:hover img,
.seamless-section6 ul.tabs li .activeopen img { filter: brightness(0) invert(1);}
.seamless-section6 .content {
    width:100%;
    -webkit-box-shadow: -3px -3px 5px 0px rgba(238,238,238,1);
    -moz-box-shadow: -3px -3px 5px 0px rgba(238,238,238,1);
    box-shadow: -3px -3px 5px 0px rgba(238,238,238,1);
}
#content_2, #content_3 { display:none;}

.seamless-row6 {
    display:grid;
    grid-template-columns:280px 1fr;
    background-color:#f5f5f5;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(238,238,238,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(238,238,238,1);
    box-shadow: 0px 0px 5px 0px rgba(238,238,238,1);
}
.seamless-column61 { text-align:center;}
.seamless-inner-row61 { display:grid; grid-template-columns:65px 1fr; grid-gap:30px; align-items:center; background-color:#d20811; padding:30px 50px; color:#fff;}
.seamless-inner-column61 { text-align:left;}
.seamless-inner-column61 .title { font-size:18px; font-weight:bold;}
.seamless-inner-column61 p { margin-bottom:0;}
.seamless-row62 { padding:20px 20px 0;}
.seamless-column62 .title { font-size:18px; font-weight:bold;}
.seamless-column62 p { margin-bottom:0;}
.seamless-row63 { display:grid; grid-template-columns:1fr 1fr 1fr; text-align:left; padding:20px;}
.seamless-column63 { padding:20px; border-right:1px solid #000; border-bottom:1px solid #000;}
.seamless-column63:nth-child(3) { border-right:0;}
.seamless-column63:nth-child(4),
.seamless-column63:nth-child(5) { border-bottom:0;}
.seamless-column63:nth-child(6) { border-bottom:0; border-right:0;}
.seamless-column63 .title { font-weight:bold; padding-bottom:10px;}
.seamless-column63 p { margin-bottom:0;}
#content_2 .seamless-row63 { grid-template-columns:1fr 1fr;}
#content_2 .seamless-column63:nth-child(2) { border-right:0;}
#content_2 .seamless-column63:nth-child(3) { border-right:1px solid #000; border-bottom:0;}
#content_2 .seamless-column63:nth-child(4) { border-right:0;}
.seamless-section7 {
    background-image:url(../source/seamless-section7-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
}
.seamless-column7 { text-align:center;}
.e-filing-form { text-align:left; max-width:700px; margin:30px auto 0;}
.e-filing-form .row {}
.e-filing-form .col-md-6 { float:left; width:50%;}
.e-filing-form label { color:#fff; font-weight:bold; margin:10px 0 2px;}
.e-filing-form input { padding:10px;}
.e-filing-form input[type='checkbox'] { display:inline-block; width:25px;}
.input-field-tnc { color:#fff; padding:10px 0; font-size:12px;}
.submit-button { text-align:left; margin:20px 15px;}
.submit-button input { border:0; background-color:#ed1b24; border-radius:50px; padding:7px 50px; color:#fff; cursor:pointer;}
.submit-button input:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    background: #b0151b;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(204 204 204);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgb(204 204 204);}

main.innerpage-service { margin-top:50px;}
.service-section1 {
    background-image:url(../source/service-row1-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0;
}
.service-row1-column { text-align:center;}
.service-row1-column .slogen { font-size:18px; font-weight:normal; padding-top:10px;}
.service-row1-img { padding:30px 0 0;}
.service-row1-info {}
.service-row1-inner-row { 
    display:grid;
    grid-template-columns:100px 1fr;
    align-items:center;
    background-color:#fff;
    border-top-left-radius:150px;
    border-bottom-right-radius:150px;
    border-bottom:5px solid #d20811;
    border-right:5px solid #d20811;
    padding:80px 100px 50px;
    max-width:850px;
    margin:-30px auto 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}
.service-row1-inner-column { text-align:left;}
.service-section2 { background-color:#f4f4f4; padding:50px 0;}
.service-row2 { display:grid; grid-template-columns:1fr 1fr; grid-gap:50px 100px;}
.service-row2-column {}
.service-row2-column img { width:100%;}
.service-row2-column .title { font-size:22px; color:#d20811; font-family:'open_sansbold'; margin-top:20px; padding-left:30px; text-transform:uppercase; position:relative;}
.service-row2-column .title:before {
    content:"";
    position:absolute;
    background-image:url(../source/accounting-arrow.png);
    background-repeat:no-repeat;
    top:7px;
    left:0;
    width:19px;
    height:17px;
}
.service-row2-column p { padding-top:10px;}

main.innerpage-contact { margin-top:50px;}
.contact-section1 {
    background-image:url(../source/contact-bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    background-attachment:fixed;
    background-size:cover;
    padding:50px 0 0;
    margin-bottom:-60px;
}
.contact-section1 .container { max-width:900px!important; margin:auto;}
p.contact-slogon { color:#fff;}
.contact-row1 { 
    display:grid;
    grid-template-columns:1fr 300px;
    background-color:#fff;
    border-radius:25px;
    position:relative;
    overflow:hidden;
    position: relative;
}
.contact-row1-column { padding:30px;}
.contact-row1-column:last-child {
    color:#fff;
    background: rgb(200,0,9);
    background: linear-gradient(0deg, rgba(200,0,9,1) 0%, rgba(236,26,35,1) 100%);
}
.contact-row1-column .title { font-size:20px; font-family:'open_sansbold'; text-transform:uppercase;}
.contact-row1-column:first-child .title { margin:0 15px;}
.contact-row1-column .subtitle { font-weight:bold; padding-top:30px;}
.contact-row1-column ul { margin:0; padding:5px 0 0 0;}
.contact-row1-column ul li { display:flex; padding:2px 0;}
.contact-row1-column ul li i { flex:0 0 20px;}
.contact-form {}
.contact-form em { color:#ff0000;}
.contact-form .col-md-6 { float:left;}
.contact-form label { margin-bottom:0; font-weight:bold; padding-top:30px; padding-bottom:3px;}
.contact-form input { border-bottom:1px solid #000; border-top:0; border-left:0; border-right:0;}
.contact-form textarea { padding:10px;}
.contact-form .input-field-tnc { color:#000; font-size:12px;}
.contact-form .input-field-tnc input { width:25px; float:left;}
.contact-social { margin-top:50px!important;}
.contact-social li { display:inline-block!important; padding-right:15px!important;}
.contact-social li:last-child { padding-right:0!important;}
.contact-social li a {
    display:block;
    border:2px solid #fff;
    width:35px;
    height:35px;
    text-align:center;
    border-radius:50%;
    color:#fff;
    padding:6px;
}
.contact-social li a i { font-size:18px;}
.contact-section2 { background-color:#f4f4f4; padding:50px;}

.whatsapp-link {position: fixed; bottom: 20px; right: 20px; z-index: 9;}
.whatsapp-link img {width: 100%; max-width: 50px;}

.extra-contact-button { text-align:center; background-color:#c8010a; padding:10px 0;}
.extra-contact-button a { 
    display:inline-block;
    padding:10px 20px;
    background-color:#870006;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:1px;
    border-radius:5px;
}
.extra-contact-button a:hover { background-color:#4f0004; color:#fff; text-decoration:none;}

/*###########################################################*/
/*###########################################################*/
/*###########################################################*/

@media (min-width: 991px){
header .navbar-toggle { display: none;}
header .menu-list li { display:inline-block;}
.navbar-nav .nav-item a { 
    color:#ffffff!important;
    padding:17px 30px!important;
    position:relative;
    font-size:14px;
}
.navbar-nav .nav-item:hover,
.navbar-nav .nav-item.active { filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));}
.navbar-nav .nav-item a.active:before,
.navbar-nav .nav-item a:hover:before,
.navbar-nav .nav-item a:focus:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgb(199,0,9);
    background: linear-gradient(45deg, rgba(199,0,9,1) 0%, rgba(226,19,29,1) 50%, rgba(237,27,36,1) 100%);
    color:#ffffff;
    transform: skew( 150deg);
    z-index:-1;
}
.nav-link.dropdown-toggle:after {}
.navbar .nav-item:hover .dropdown-menu { 
    display:block!important;
    top:55px;
    padding:0;
    min-width:300px;
    border-radius:0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,1);
}
/*.navbar .nav-item:hover .dropdown-menu:after {
    content:"";
    position:absolute;
    background: rgb(199,0,9);
    background: linear-gradient(45deg, rgba(199,0,9,1) 0%, rgba(226,19,29,1) 50%, rgba(237,27,36,1) 100%);
    width:100%;
    height:30px;
    z-index:-1;
}*/
.navbar .nav-item:hover .dropdown-menu li {}
.navbar .nav-item:hover .dropdown-menu li:before {
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    background-color:#000;
    z-index:1;
    margin-top:19px;
    margin-left:25px;
}
.navbar .nav-item:hover .dropdown-menu li:hover:before,
.navbar .nav-item:hover .dropdown-menu li.active:before { background-color:#fff!important;}
.navbar .nav-item:hover .dropdown-menu li:last-child {
    -webkit-box-shadow: 0px 1px 0 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 1px 0 0px rgba(0,0,0,1);
    box-shadow: 0px 1px 0 0px rgba(0,0,0,1);
}
.navbar .nav-item:hover .dropdown-menu a.dropdown-item { transform:unset!important; padding:10px 40px!important;}
.navbar .nav-item:hover .dropdown-menu a.dropdown-item:before { display:none;}
.navbar .nav-item:hover .dropdown-menu a.dropdown-item:hover,
.navbar .nav-item:hover .dropdown-menu a.dropdown-item.active { 
    background: rgb(199,0,9);
    background: linear-gradient(45deg, rgba(199,0,9,1) 0%, rgba(226,19,29,1) 50%, rgba(237,27,36,1) 100%);
    color:#fff!important;
}

.PSG-sticky{
    position: fixed;
    top: 300px;
    right: 0;
    padding: 0px 50px 115px 15px;
    width: 0px;
    text-align: center;
    background-color: #f8dee1;
    transition-duration: 0.3s;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    border-left: 1px solid #fb8996;
    border-top: 1px solid #fb8996;
    border-bottom: 1px solid #fb8996;
}
.PSG-sticky:hover { right: 255px;}
.PSG-sticky:hover .PSG-sticky-content{right: 0px;}
.PSG-sticky-title {color: white; font-size: 18px; font-weight: 700; transform: rotate(90deg); transform-origin: bottom right;}
.PSG-sticky-content{
    position: fixed;
    top: 300px;
    right: -255px;
    background: #F9f9f9;
    width: 255px;
    padding: 20px 20px;
    min-height: 150px;
    text-align: left;
    transition-duration: 0.3s;
    border-radius: 0 0 0 5px;
    -webkit-box-shadow: 0px 0px 0px 1px #fb8996;
    box-shadow: 0px 0px 0px 1px #fb8996;
    font-family:'open_sansregular'
}
.PSG-sticky-content h5{font-family:'open_sanssemibold'}

.learn-more { padding: 10px 42px; font-size: 12px; line-height: 1.5; border-radius: 3px;}
.PSG-button { color: #ffffff!important; background-color: #d9534f; border-color: #d43f3a;text-decoration:unset!important;}
.navbar .nav-item:hover .dropdown-menu li:before
.navbar-nav .nav-item:last-child a { border-right:0;}
.navbar-nav { padding:0; text-align:left;}
.navbar-expand-lg .navbar-nav .dropdown-menu { margin:0;}
.accounting-row1-column p { margin-bottom:0;}
.accounting-row7 .container{ max-width:1500px!important;}
}

@media (max-width: 1024px){
.accounting-row1-row { grid-template-columns:1fr; grid-gap:30px;}
.accounting-row1-column:first-child { text-align:center;}
}

@media (max-width: 991px){
header { position:relative; padding:0; box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);}
main.innerpage { margin-top:30px;}
header.headerinnerpage:after { display:none;}
header.sticky { position:fixed;}
#menu.container { margin:0; padding:0;}
header .container-fluid { display:grid!important; grid-template-columns:150px 1fr; padding:0;}
header .navbar-inverse { padding:0;}
header .navbar-header img { max-width:120px; padding-left:15px;}
.header-menu-main { width:100%;}
.navbar.navbar-expand-lg:after { transform:unset; border-top:63px solid rgb(199,0,9); border-left: 100px solid transparent; box-shadow:unset;}
.navbar.navbar-expand-lg { grid-template-columns: 1fr 120px 150px; margin:0;}
.header-menu-main:after { display:none;}
.navbar-toggler:not(:disabled):not(.disabled) { text-align:right;}
.navbar-light .navbar-toggler { position:relative; color:#fff!important; border:0!important; z-index:2;}
.navbar-light .navbar-toggler.collapsed div { position:relative;}
.navbar-light .navbar-toggler div { position:fixed; z-index:2; right:0;}
.navbar-light .navbar-toggler:focus { border:0; outline:0; position:relative; z-index:2;}
.navbar-light .navbar-toggler.collapsed:after { display:none;}
.navbar-light .navbar-toggler:after {
    content:"";
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.9);
    z-index:1;
}
.navbar-light .navbar-toggler div { display:inline-block; border:1px solid #fff; padding:5px;}
.navbar-light .navbar-toggler-icon { filter:invert(1);}
header .navbar-collapse {
    display:block!important;
    position:fixed!important;
    top:0;
    left:-300px;
    width:250px!important;
    height:100vh!important;
    background-color:#ffffff;
    opacity:0;
    transition: all 0.3s ease-in-out;
    z-index:2;
}
header .navbar-collapse.in { left:0; opacity:1; transition: all 0.3s ease-in-out;}
header .navbar-nav .dropdown.open .dropdown-menu {display:block; text-align:center;}
header .navbar-nav .dropdown .dropdown-menu {border: none; border-radius: 0; border-top: 1px solid #333; border-bottom: 1px solid #333;}
header .navbar-nav .dropdown .dropdown-menu a {font-size: 12px; white-space: normal; padding: 0.25rem 15px; }
.navbar-nav .nav-item.active {
    background: rgb(199,0,9);
    background: linear-gradient(45deg, rgba(199,0,9,1) 0%, rgba(226,19,29,1) 50%, rgba(237,27,36,1) 100%);
    color: #ffffff;
}
.navbar-nav .nav-item.active .nav-link.active { color:#fff;}
.dropdown-item.active, .dropdown-item:active { background-color:#ab0d14!important;}
header .navbar-nav .dropdown .dropdown-menu a { padding:0.5rem 0;}
.footer-row { grid-template-columns:200px 1fr 1fr;}
.footer-column:first-child { grid-row-start:1; grid-row-end:3; grid-column-start:1;}
.footer-column:nth-child(4),
.footer-column:nth-child(5) { margin-top:20px;}
.home-row1 .owl-controls { bottom:40px;}
.home-row1 .slider-content-title { font-size:26px; line-height:30px;}
.home-row1 .slider-content-info { font-size: 22px;}
.home-row1 .slider-content-info span { font-size:14px;}
.home-row1 .slider-content { max-width:90%; width:100%;}
.slider-contact { max-width:100%; margin:-30px 15px 0; box-shadow: 0px 0px 5px 0px rgba(51,51,51,1);}
.slider-contact-row { grid-template-columns: 1fr 1fr;}
.slider-contact-row .slider-contact-column:first-child { grid-row-start:1; grid-column-start:1; grid-column-end:3; text-align:center; padding-bottom:20px;}
.home-row2 { margin:20px 15px 0;}
.home-row2-row { grid-template-columns: 230px 230px; grid-gap:20px;}
.about-row2-row { grid-template-columns:1fr; grid-gap:50px; align-items: center;}
.accounting-row2-row { grid-template-columns:1fr;}
.accounting-row2-column:first-child,
.accounting-row2-column:last-child { text-align:center;}
.accounting-row2-column:last-child img { max-width:50%;}
.accounting-row2-inner-row { text-align:left;}
.accounting-row3-row2 { grid-template-columns: 1fr 1fr; grid-gap:20px;}
.accounting-row5-row { grid-template-columns: 1fr; grid-gap:0;}
.accounting-row5-column:first-child { text-align:center;}
.accounting-row6-row { display:block;}
.accounting-row6-column:first-child { max-width:100%; text-align:center;}
.accounting-row7-row { grid-gap:20px;}
.cloudaccounting-inner-row2 { margin-bottom:15px!important;}
.invoicenow-row31 { grid-template-columns: 1fr 1fr 1fr; grid-gap: 10px 0; margin-top:50px;}
.invoicenow-column31-title1 { grid-row-start: 1; grid-column-start: 1; grid-column-end: 4;}
.invoicenow-column31-title2 { grid-row-start: 3; grid-column-start: 1; grid-column-end: 4;}
.invoicenow-column31:nth-child(3)  { grid-row-start:2; grid-column-start: 1; grid-column-end: 4;}
.invoicenow-column31:nth-child(3) .invoicenow-column31-days:after { display:none;}
.invoicenow-row5 { grid-template-columns: 1fr 1fr; margin-top:30px:}
.invoicenow-column5 { margin-top:30px;}
.seamless-row4 { grid-template-columns:1fr;}
.seamless-column4-content { margin-left:0; margin-top:-10px; padding: 30px 100px 30px 30px;}
.seamless-row5 { grid-template-columns:1fr; text-align:center;}
.seamless-row5 img { max-width:60%; width:100%; margin:auto;}
.seamless-inner-row5 { text-align:left;}
.service-row2 { grid-gap:50px;}
main.innerpage-service,
main.innerpage-contact { margin-top:0;}
}
.PSG-sticky{
    position: fixed;
    top: 300px;
    right: 0;
    padding: 0px 35px 115px 10
    px;
    width: 0px;
    text-align: center;
    background-color: #f8dee1;
    transition-duration: 0.3s;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    border-left: 1px solid #fb8996;
    border-top: 1px solid #fb8996;
    border-bottom: 1px solid #fb8996;
}
.PSG-sticky:hover { right: 255px;}
.PSG-sticky:hover .PSG-sticky-content{right: 0px;}
.PSG-sticky-title {color: white; font-size: 18px; font-weight: 700; transform: rotate(90deg); transform-origin: bottom right;}
.PSG-sticky-content{
    position: fixed;
    top: 300px;
    right: -255px;
    background: #F9f9f9;
    width: 255px;
    padding: 20px 20px;
    min-height: 150px;
    text-align: left;
    transition-duration: 0.3s;
    border-radius: 0 0 0 5px;
    -webkit-box-shadow: 0px 0px 0px 1px #fb8996;
    box-shadow: 0px 0px 0px 1px #fb8996;
    font-family:'open_sansregular'
}
.PSG-sticky-content h5{font-family:'open_sanssemibold'}

.learn-more { padding: 10px 42px; font-size: 12px; line-height: 1.5; border-radius: 3px;}
.PSG-button { color: #ffffff!important; background-color: #d9534f; border-color: #d43f3a;text-decoration:unset!important;}

@media (max-width: 767px){
.banner-descktop { display:none!important;}
.banner-mobile { display:block!important;}
.footer-row { grid-template-columns:1fr;}
.footer-column { text-align:center; margin-top:20px;}
.footer-column:first-child { grid-row-start:1; grid-row-end:1; grid-column-start:1;}
.footer-column ul { margin-top:10px;}
.footer-column ul li { display:block; width:auto!important;}
.footer-column:nth-child(2) .ul-grid {display: block; }
.footer-column:nth-child(2) ul li {display: inline-block!important;}
.footer-column:nth-child(2) ul li a { padding:0 10px; border-right:1px solid #fff; line-height:14px;}
.footer-column:nth-child(2) ul li:last-child a { border-right:0;}
.footer-column ul li i { padding-right:5px;}
.footer-title { padding-bottom:0;}
.home-row3  { padding:20px 0; margin:0 15px;}
.home-row4-row { grid-gap:10px;}
.home-row4-row,
.home-row5-row { grid-template-columns:1fr;}
.home-row5 { padding:30px 0; margin:30px 0;}
.home-row5-column:first-child { text-align:center;}
.home-row5-column:first-child img { width:60%;}
.home-row6 { margin-bottom:30px;}
.home-row6-row { grid-template-columns:1fr 1fr;}
.home-row6-column-big { grid-row-start:4; grid-column-start:1; grid-column-end:3;}
.readmore-button { margin-top:0;}
.accounting-row1-inner-row { grid-template-columns:1fr; grid-gap:10px;}
.accounting-row2 { padding:30px 0; margin:30px 0 0;}
.accounting-row3-row1 { grid-template-columns:1fr;}
.accounting-row3-column { text-align:center;}
.accounting-row3-column:first-child img { width: 60%;}
.accounting-row3 { padding:30px 0 0;}
.accounting-row4,
.accounting-row6,
.psg-section3 { padding:30px 0; margin:30px 0;}
.psg-section2 { margin-bottom:30px;}
.accounting-row5 { margin:30px 0; padding:0;}
.accounting-row7-row { grid-template-columns:1fr; grid-gap:20px;}
.accounting-row7-column { text-align:center;}
.accounting-row7-column img { max-width:50%;}
.accounting-row7 { padding:0 0 30px 0;}
.cloudaccounting-section4 { padding:30px 0; margin:30px 0;}
.cloudaccounting-row1 .cloudaccounting-column { padding-bottom:0px;}
.cloudaccounting-inner-row2,
.cloudaccounting-inner-row2-right { grid-template-columns:1fr;}
.cloudaccounting-inner-row2-right .cloudaccounting-column:first-child,
.cloudaccounting-inner-row2 .cloudaccounting-column-left { grid-row-start: unset; grid-column-start: unset;}
.cloudaccounting-inner-row2 .cloudaccounting-column-right,
.cloudaccounting-inner-row2 .cloudaccounting-column-left { 
    margin:0;
    padding:10px 30px 50px;
    border-top-left-radius:unset;
    border-bottom-left-radius:50px;
    border-bottom-right-radius:50px;
    text-align:center;
}
.cloudaccounting-section2 .maintitle { padding-bottom:5px;}
.cloudaccounting-inner-row2 .cloudaccounting-column-left:after { top:unset; bottom:15px; left:0; right:0; margin:auto; transform: rotate(270deg);}
.cloudaccounting-inner-row2 .cloudaccounting-column-right:after { top:unset; bottom:15px; left:0; right:0; margin:auto; transform: rotate(90deg);}
.cloudaccounting-row4 { margin:10px 0!important;}
.cloudaccounting-row4 .cloudaccounting-column:nth-child(1) { float:none; width:100%;}
.cloudaccounting-row4 .cloudaccounting-column:nth-child(2) { float:none; width:100%; margin-top:10px;}
.cloudaccounting-section5 { padding: 0 0 30px 0;}
.psg-section4 { padding:0;}
.cloudaccounting-row5 { margin:20px 0!important;}
.psg-row3 { grid-template-columns:1fr; margin-top:10px!important; grid-gap:0;}
.psg-row4 { grid-template-columns:1fr; grid-gap:15px;}
.psg-column4 img { margin:10px 0;}
.psg-cert { margin:30px 0;}
.invoicenow-row2 { grid-template-columns:1fr; grid-gap:30px; text-align:center;}
.invoicenow-section2 {padding:30px 0 10px; margin:30px 0;}
.invoicenow-row6 { padding:40px 0 30px;}
.invoicenow-section8 { padding:30px 0;}
.invoicenow-row8 { margin:30px 0;}
.e-invoicing-inner-flex,
.invoicenow-row9,
.invoicenow-row10,
.invoicenow-row11 { grid-template-columns:1fr; grid-gap:20px; text-align:center;}
.invoicenow-row9 img,
.invoicenow-row10 img,
.invoicenow-row11 img { width:80%!important; margin:auto;}
.invoicenow-row9 .invoicenow-column9:first-child,
.invoicenow-row11 .invoicenow-column11:first-child { grid-column-start:unset;}
.invoicenow-row9 .invoicenow-column9:last-child,
.invoicenow-row11 .invoicenow-column11:last-child { grid-row-start:unset;}
.invoicenow-section5 { padding:30px 0; margin:30px 0;}
.invoicenow-faq-title.collapsed { padding: 15px 50px 15px 20px;}
.seamless-row1 { grid-template-columns:1fr; grid-gap:20px;}
.seamless-column:first-child { grid-column-start:unset;}
.seamless-column:last-child { grid-row-start:unset; text-align:center;}
.seamless-inner-row1 { max-width:500px; margin:auto;}
.seamless-section2 { padding:20px 0 0 0;}
.seamless-section3 { margin:30px 0 0; padding:30px 0;}
.seamless-section4,
.seamless-section5,
.seamless-section6,
.seamless-section7 { padding:30px 0;}
.seamless-row5 { grid-gap:30px;}
.seamless-row6 { grid-template-columns:1fr;}
.seamless-section6 ul.tabs li {float:left; width:33.33%; text-align:center;}
.seamless-section6 ul.tabs li a { font-size:14px; padding:10px;}
.seamless-section6 ul.tabs li a img { width:20px; padding-right:5px;}
.seamless-row63 { grid-template-columns:1fr 1fr;}
.seamless-column63:nth-child(2) { border-right:0;}
.seamless-column63:nth-child(3) { border-right:1px solid #000;}
.seamless-column63:nth-child(4) { border-bottom:1px solid #000; border-right:0;}
.seamless-column63:nth-child(5) { border-bottom:0;}
.seamless-column63:nth-child(6) { border-bottom:0; border-right:0;}
#content_2 .seamless-column63:nth-child(4) { border-bottom:0!important;}
.service-row1-img { padding-top:10px;}
.service-row1-img img { width:100%;}
.service-row1-inner-row { border-top-left-radius:0; border-bottom-right-radius:100px; border-bottom:5px solid #d20811; border-right:5px solid #d20811; padding:60px 30px 30px;}
.service-section1,
.service-section2,
.contact-section1 { padding:30px 0;}
.contact-row1 { display:block;}
.contact-row-branch { display:grid; grid-template-columns:1fr 1fr;}
.contact-social { text-align:center;}
.contact-row1-column:first-child .title { margin:0;}
.contact-form .col-md-6,
.contact-form .col-md-12 { padding:0;}
}

@media (max-width: 680px){
.home-row3 .info span { line-height:36px;}
.about-row1-column { float:none; width:100%; text-align:center;}
.about-row1-column-slider { padding-left:0; max-width:80%; margin:30px auto 0;}
.about-row2-inner-row { grid-gap:20px;}
.about-row2-inner-content { margin:20px 0;}
.about-row2-column { text-align:center;}
.psg-row2 .slogen { margin:10px 0 10px;}
.psg-inner-row2 { grid-template-columns:1fr; grid-gap:10px;}
.invoicenow-row7,
.invoicenow-row12 { grid-template-columns:1fr; grid-gap:10px; text-align:center;}
.service-row2 { grid-gap:20px;}
}


@media (max-width: 580px){
.navbar.navbar-expand-lg { grid-template-columns: 1fr;}
.header-social,
.header-freetrail { display:none;}
.home-row2-row { grid-template-columns:1fr 1fr; grid-gap:20px 10px;}
.home-row2-column { text-align:center;}
.home-row2-column img { float:none; padding-right:0; padding-bottom:10px;}
.home-row2-column span { display:block; padding-top:0;padding-left: 0;}
.accounting-row3-row2 { grid-template-columns: 1fr;}
.accounting-row2-column img,
.accounting-row2-column:last-child img,
.accounting-row3-column:first-child img { max-width:100%;}
.owl-it-flows-better-row { grid-template-columns: 1fr;}
#owl-it-flows-better { max-width: 80%;}
.maintitle { font-size:18px; line-height:22px;}
.maintitle-our-product { font-size:18px; line-height:22px;}
.cloudaccounting-row1 img { width:80%; margin:auto;}
.cloudaccounting-row3 { grid-template-columns:1fr; margin-top:20px; grid-gap:10px;}
.cloudaccounting-row3 .maintitle { padding-bottom:0;}
.psg-inner-row3 { grid-template-columns: 1fr; grid-gap:10px; margin:20px 0 0;}
.psg-cert img { width:90%;}
.invoicenow-row5 { grid-template-columns:1fr; margin-top:30px:}
.invoicenow-row31 { grid-template-columns:1fr;}
.invoicenow-column31 { margin-bottom:40px;}
.invoicenow-column31-title1 { grid-row-start:1; grid-column-start:1; grid-column-end:1; margin-bottom:0;}
.invoicenow-column31-title2 { grid-row-start:3; grid-column-start:1; grid-column-end:1; margin-bottom:0;}
.invoicenow-column31:nth-child(3) { grid-row-start:2; grid-column-start:1; grid-column-end:1;}
.invoicenow-column31-content { display:block; height:auto; margin-bottom:20px;}
.invoicenow-column31-days:after { display:none;}
.invoicenow-column31-content:after { margin:0 auto -20px;}
.invoicenow-column31-days:before { border-left:2px dotted #e52f2f; height:30px; bottom:-40px;}
.seamless-row2 { grid-template-columns:1fr; grid-gap:15px;}
.seamless-row2 .seamless-column2 { padding:20px 10px;}
.seamless-row2 .seamless-column2 p { padding-top:10px;}
.seamless-column4-content { padding:30px; border-radius:0;}
.seamless-column4-content:after { display:none;}
.seamless-row41 { grid-template-columns:1fr; grid-gap:10px; text-align:center;}
.seamless-section6 ul.tabs li {float:none; width:100%;}
.service-row2 { grid-template-columns:1fr;}
.contact-row-branch { grid-template-columns:1fr;}
.home-row1 .slider-content-title,
.home-row1 .slider-content-info { text-shadow:1px 2px 2px rgb(0 0 0 / 60%) }

}

@media (max-width: 480px){
.slider-contact { padding:20px;}
.slider-contact-row { display:block;}
.slider-contact-column { padding:3px 0;}
.slider-contact-column:last-child { border:0;}
.slider-contact-column:first-child img { padding-right:0; display:block; margin:0 auto 5px;}
.home-row6-row { grid-template-columns:1fr;}
.home-row6-column-big { grid-row-start:1; grid-column-start:1; grid-column-end:1;}
.home-row6-column { min-height:auto;}
.account-software-logo img { max-width:80%;}
.about-row2 { padding:30px 0;}
.about-row2-row { grid-gap:20px;}
.about-row2-inner-row { grid-template-columns:1fr;}
.about-row2-inner-content { margin:10px 0; padding:20px;}
.about-row2-inner-content:last-child { margin-bottom:0;}
.accounting-row7-column img,
.accounting-row1-column img { max-width:100%; width:100%;}
.accounting-row2-inner-row { grid-template-columns:1fr; grid-gap:10px;}
.cloudaccounting-inner-flex { grid-template-columns: 1fr; grid-gap:20px;}
.cloudaccounting-row5 { grid-template-columns:1fr; grid-gap:10px; text-align:left; max-width:200px!important; margin:20px auto 30px!important;}
.psg-column4 { border-top-left-radius:30px; border-bottom-right-radius:30px;}
.invoicenow-row1 img { width:80%;}
.seamless-row63 { grid-template-columns:1fr; padding:0 20px;}
.seamless-column63 { padding:20px 0;}
.seamless-column63:nth-child(1),
.seamless-column63:nth-child(2),
.seamless-column63:nth-child(3) { border-right:0;}
.seamless-column63:nth-child(4),
.seamless-column63:nth-child(5) { border-bottom:1px solid #000; border-right:0;}
.seamless-column63:nth-child(6) { border-bottom:0; border-right:0;}
#content_2 .seamless-row63 { grid-template-columns:1fr;}
#content_2 .seamless-column63:nth-child(3) { border-right:0; border-bottom:1px solid #000;}
.seamless-inner-row5 { grid-template-columns:1fr;}
.e-filing-form { margin-top:10px;}
.e-filing-form .col-md-6,
.e-filing-form .col-md-12 { float:none; width:100%; padding:0;}
.submit-button { margin:20px 0;}
.seamless-inner-row1 { grid-template-columns:1fr; grid-gap:0; margin-top:10px;}
.seamless-inner-row1 img { max-width:150px; width:100%;}
.seamless-inner-row61 { grid-template-columns:1fr; grid-gap:5px; padding:20px;}
.seamless-inner-column61 { text-align:center;}
.service-row1-inner-row { grid-template-columns:1fr;}

.PSG-sticky{
    position: fixed;
    top: 300px;
    right: 0;
    padding: 0px 30px 83px 6px;
    width: 0px;
    text-align: center;
    background-color: #f8dee1;
    transition-duration: 0.3s;
    border-radius: 5px 0 0 5px;
    z-index: 99;
    border-left: 1px solid #fb8996;
    border-top: 1px solid #fb8996;
    border-bottom: 1px solid #fb8996;
}

.PSG-sticky-title img {width:60px; height: auto;}
.PSG-sticky-content{
    position: fixed;
    top: 300px;
    right: -256px;
    background: #F9f9f9;
    width: 255px;
    padding: 20px 20px;
    min-height:auto;
    text-align: left;
    transition-duration: 0.3s;
    border-radius: 0 0 0 5px;
    -webkit-box-shadow: 0px 0px 0px 1px #fb8996;
    box-shadow: 0px 0px 0px 1px #fb8996;
}

.learn-more { padding: 10px 42px; font-size: 12px; line-height: 1.5; border-radius: 3px;}
.PSG-button { color: #ffffff!important; background-color: #d9534f; border-color: #d43f3a;text-decoration:unset!important;}
}

@media (max-width: 380px){
.home-row2-row { grid-gap: 20px 0;}
header .container-fluid { grid-template-columns: 100px 1fr;}
.home-row1 .slider-content { max-width:100%; width:100%;}
.home-row1 .slider-content-title { font-size:22px;}
.home-row3 .title span,
.home-row3 .info span { line-height:28px; font-size:22px;}
.psg-column4 { padding:20px 15px;}
.submit-button input { display:block; width:100%;}
.contact-row1-column { padding:20px;}
.contact-form label { padding-top:20px;}
}