@media (min-width:1800px) {
    .container { width: 1475px; }
}

/*********************************** Start Of Common Css ***********************************/
@font-face { font-family: Oswald-Regular; src: url(../fonts/Oswald-Regular.otf); }
@font-face { font-family: Oswald-Extra-Light; src: url(../fonts/Oswald-Extra-Light.ttf); }
@font-face { font-family: Poppins-Bold; src: url(../fonts/Poppins-Bold.otf); }
@font-face { font-family: Poppins-Regular; src: url(../fonts/Poppins-Regular.ttf); }
@font-face { font-family: Muli-Regular; src: url(../fonts/Muli-Regular.ttf); }
@font-face { font-family: Gilroy-Medium; src: url(../fonts/Gilroy-Medium.ttf); }
body { padding: 0px; margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-family: Oswald-Regular; letter-spacing: 0.5px; font-weight: normal; margin: 0px; padding: 0px; }
h1 { font-size: 60px; line-height: 1.1; }
h2 { font-size: 50px; line-height: 1.1; }
h3 { font-size: 40px; line-height: 1.1; }
h4 { font-size: 30px; line-height: 1.1; }
h5 { font-size: 20px; line-height: 1.1; }
h6 { font-size: 18px; line-height: 1.1; }
p { font-family: Muli-Regular; font-size: 16px; color: #A0A0A0; line-height: 30px; margin: 0px; }
p+p { margin: 20px 0px 0px 0px; }
ul, ol { list-style-type: none; margin: 0px; padding: 0px; }
img { width: 100%; outline: none; }
a { color: #4d4d4d; text-decoration: none; }
a:active, a:hover, a:focus { outline: none; text-decoration: none; color: #1d1d1b; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
:focus { outline: none; }
input, select, textarea { font-family: Muli-Regular; font-size: 16px; color: cornsilk; width: 100%; height: 45px; background: #1d1c1a; padding: 0px 15px; border-radius: 8px; border: 1px solid #5b4f2a; }
textarea { padding: 15px; height: 100px; }
input[type="checkbox"], input[type="radio"] { width: 20px; height: 20px; }
::-webkit-input-placeholder { color: #c1c1c1; }
::-moz-placeholder { color: #c1c1c1; }
::-ms-input-placeholder { color: #c1c1c1; }
::-moz-placeholder { color: #c1c1c1; }
strong { font-family: Poppins-Bold; }

/*********************************** End Of Common Css ***********************************/

/*********************************** Start Of Common Class Css ***********************************/
.page-content { overflow: hidden; }
.sub-container { padding: 0% 10%; }
.mini-size { font-size: 14px; }
.small-size { font-size: 20px; }
.large-size { font-size: 23px; }
.extra-large-size { font-size: 25px; }
.grey-color { color: #cfccce; }
.grey-bg { background: #cfccce; }
.white-color { color: cornsilk; }
.white-bg { background: cornsilk; }
.black-color { color: #000000; }
.black-bg { background: #000000; }
.golden-color { color: #f4d363; }
.golden-bg { background: #f4d363; }
.title-box { padding-bottom: 50px; }
.title-big-text { font-size: 60px; line-height: 60px; }
.title-text { font-size: 55px;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcdc6d+0,a87f0b+100 */ background: rgb(252, 220, 109); /* Old browsers */ background: -moz-linear-gradient(left, rgb(252, 220, 109) 0%, rgb(168, 127, 11) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, rgb(252, 220, 109) 0%, rgb(168, 127, 11) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, rgb(252, 220, 109) 0%, rgb(168, 127, 11) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcdc6d', endColorstr='#a87f0b', GradientType=1); /* IE6-9 */ -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.title-info { font-family: Gilroy-Medium; font-size: 18px; color: cornsilk; line-height: 22px; margin-top: 20px; }
.title-small-text { font-size: 50px; line-height: 50px; }
.sub-title-text { font-family: Muli-Regular; font-size: 18px; color: cornsilk; margin-top: 25px; }
.title-info { font-size: 17px; }
.title-separator { position: relative; }
.title-separator:after { content: ""; content: ""; background: url(../images/Title-Separator.png); background-repeat: no-repeat; background-size: contain; width: 200px; height: 30px; display: block; margin: 30px auto 0px auto; }
.button { font-family: Oswald-Regular; font-size: 18px; color: #181512; text-align: center; padding: 15px 60px; display: inline-block; border: none; outline: none; border-radius: 60px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.button:hover { background: cornsilk; color: #000; border-color: cornsilk; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.button.black-bg { color: #edcb5b; }
.empty-space { padding: 100px 0px; }
.empty-space-top { padding-top: 100px; }
.empty-space-bottom { padding-bottom: 100px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters>[class^="col-"], .row.no-gutters>[class*=" col-"] { padding-right: 0; padding-left: 0; }
.row-height { display: table; table-layout: fixed; height: 100%; width: 100%; }
.col-height { display: table-cell; float: none; height: 100%; }
.col-top { vertical-align: top; }
.col-middle { vertical-align: middle; }
.col-bottom { vertical-align: bottom; }
.col-5 { width: 20%; float: left; padding-left: 15px; padding-right: 15px; }
.form-field { margin: 15px 0px; }
.form-button { text-align: center; }
.z-index-11 { z-index: 11; position: relative; }

/*********************************** End Of Common Class Css ***********************************/

/*********************************** Start Of Back To Top Css ***********************************/
.back-to-top {
    font-size: 30px;
    color: #f4d363;
    text-align: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 28px;
    background: #1a1914;
    border: 2px solid cornsilk;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 111;
}
.back-to-top:hover { background: rgb(249, 217, 106); background: -moz-linear-gradient(top, rgb(249, 217, 106) 0%, rgb(170, 129, 13) 100%); background: -webkit-linear-gradient(top, rgb(249, 217, 106) 0%, rgb(170, 129, 13) 100%); background: linear-gradient(to bottom, rgb(249, 217, 106) 0%, rgb(170, 129, 13) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d96a', endColorstr='#aa810d', GradientType=0); color: cornsilk; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }

/*********************************** End Of Back To Top Css ***********************************/

/*********************************** Start Of Bounce Top Bottom Css ***********************************/
.bounce { -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite; }
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-10px); }
    60% { transform: translateY(-10px); }
}

/*********************************** End Of Bounce Top Bottom Css ***********************************/

/*********************************** Start Of Slick Slides Css ***********************************/
.slick-prev, .slick-next { font-size: 0px; background: none; border: none; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 1; }
.slick-prev:before { content: ""; border-top: 2px solid #ad8411; border-right: 2px solid #ad8411; transform: rotate(-134deg); display: block; width: 40px; height: 40px; }
.slick-next:before { content: ""; border-top: 2px solid #ad8411; border-right: 2px solid #ad8411; transform: rotate(40deg); display: block; width: 40px; height: 40px; }
.slick-next { right: -50px; }
.slick-prev { left: -50px; }
.slick-dots { text-align: center; }
.slick-dots li { display: inline-block; margin: 0px 5px; }
.slick-dots li button { width: 10px; height: 10px; font-size: 0px; background: #000; border: none; border-radius: 100%; padding: 0px; }
.slick-dots li.slick-active button { background: #f4d363; }

/*********************************** End Of Slick Slides Css ***********************************/

/********************************* Start Of Banner Css***************************************/
.banner-box { padding-top: 100px; }
.banner-info { text-align: center; }
.banner-info h1 { background: rgb(252, 220, 109); background: linear-gradient(99deg, rgba(252, 220, 109, 1) 0%, rgba(168, 127, 11, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke-width: 1px; -webkit-text-stroke-color: #fbdb6b; text-transform: uppercase; }
.banner-image { margin-bottom: -100px; }
.banner-bg { background: url(../images/Banner-Bg.jpg); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; }

/********************************* End Of Banner Css***************************************/

/********************************* Start Of Header Css***************************************/
header { background: url(../images/Header-Bg.jpg); background-repeat: no-repeat; background-size: 100% auto; background-position: top right; position: absolute; left: 0px; right: 0px; top: 0px; z-index: 1111;}
.topbar-left { padding: 10px 0px; }
.topbar figure { width: 36px; display: inline-block; vertical-align: middle; }
.topbar h5 { display: inline-block; vertical-align: middle; margin-left: 15px; }
.topbar h5 span { -webkit-text-fill-color: white; }
.topbar h5 a { background: rgb(170, 129, 13); background: -moz-linear-gradient(top, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%); background: -webkit-linear-gradient(top, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%); background: linear-gradient(to bottom, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa810d', endColorstr='#fcdc6c', GradientType=0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.topbar-right { padding-left: 15%; }
.search-box input { background: rgb(29, 28, 26); background: -moz-linear-gradient(left, rgb(29, 28, 26) 0%, rgb(65, 58, 34) 100%); background: -webkit-linear-gradient(left, rgb(29, 28, 26) 0%, rgb(65, 58, 34) 100%); background: linear-gradient(to right, rgb(29, 28, 26) 0%, rgb(65, 58, 34) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1c1a', endColorstr='#413a22', GradientType=1); color: cornsilk; border: none; padding-left: 68px; height: 62px; border-radius: 0px; }
.search-box button { position: absolute; left: 30px; top: 50%; width: 26px; padding: 0px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); background: no-repeat; border: none; }
.search-box { display: inline-block; vertical-align: middle; position: relative; }
.action-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    padding: 10px 0px;
    width:100%
}
.action-box ul li a img { width: 30px; margin-right: 15px;    vertical-align: -7px; }
.action-box ul li a { font-family: Oswald-Regular; font-size: 20px; color: cornsilk; }
.header-menu { padding: 30px 0px; margin: 0px; }
.header-menu ul li { display: inline-block; position: relative; }
.header-menu ul li a { font-family: Gilroy-Medium; font-size: 16px; color: cornsilk; display: block; padding: 10px 20px; border-radius: 60px; }
.header-menu ul li a:hover { color: #121212; background: rgb(249, 216, 105); background: -moz-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: -webkit-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: linear-gradient(to bottom, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d869', endColorstr='#aa810d', GradientType=0); }
.header-menu ul .active a { color: #121212; background: rgb(249, 216, 105); background: -moz-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: -webkit-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: linear-gradient(to bottom, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d869', endColorstr='#aa810d', GradientType=0); }
.header-menu ul li .sub-menu li {display: block; position: static;}
/********************************* End Of Header Css***************************************/

/********************************* Start Of Home Pages Css***************************************/
.hero-bg { background: url(/WebAssets/images/Hero-Bg.jpg); background-size: 100% 100%; background-repeat: no-repeat; background-position: center center; }
.hero-info { text-align: center; padding-top: 2%; }
    .hero-info h1 {
        --verylightgold: #fbf1d0;
        --lightgold: #f4d363;
        --lightgoldtwo: #e3be40;
        --deepgold: #aa810d;
        --deepgoldtwo: #856305;
        color: #4d4d4d;
        text-decoration: none;
        background: linear-gradient(to bottom, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: transparent;
        font-weight: bold;
        text-align: center;
        font-family: "Gilroy-Medium", "Helvetica Neue", "Helvetica", Arial, sans-serif; -webkit-box-direction: normal;
        box-sizing: border-box;
        font-size: 50px;
    }
.hero-info h5 { font-family: Gilroy-Medium; font-size: 35px; color: cornsilk; margin: 20px 0px; }
.hero-info p { font-size: 20px; font-family: Gilroy-Medium; color: cornsilk; margin-bottom: 25px; }
.hero-image { margin-top: -105px; }
.bounce-dots { width: 13px; height: 30px; border: 1px solid #d0ac3b; display: flex; border-radius: 60px; margin: 0px auto; align-items: center; }
.bounce-dots .bounce { width: 3px; height: 5px; background: #b99f4a; display: block; margin: 0px auto; }
.bounce-arrow a { width: 80px; height: 80px; font-size: 25px; border-radius: 100%; position: relative; text-align: center; margin: 0px auto; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.bounce-arrow a i { color: #ab830f; }
.bounce-arrow a i:after { content: ''; display: block; position: absolute; top: -10px; bottom: -10px; left: -10px; right: -10px; border: 1px solid cornsilk; border-radius: 100%; animation: pulsate 1s ease-out; animation-iteration-count: infinite; }
.bounce-arrow a:before { content: ''; display: block; position: absolute; top: -20px; bottom: -20px; left: -20px; right: -20px; border: 1px solid cornsilk; border-radius: 100%; animation: pulsate 1s ease-out; animation-iteration-count: infinite; }
.bounce-arrow a:after { content: ''; display: block; position: absolute; top: -15px; bottom: -15px; left: -15px; right: -15px; border: 1px solid cornsilk; border-radius: 100%; animation: pulsate 1s ease-out; animation-iteration-count: infinite; }
@keyframes pulsate {
    0% { transform: scale(.1); opacity: 0.0; }
    50% { opacity: 1; }
    100% { transform: scale(1.2); opacity: 0; }
}
.light-image-bg { background: url(../images/Light-Image-Bg.jpg) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; }
.black-light-bg { background: #121212; }
.pgi { position: relative; margin-top: 100px; margin-bottom: 100px; }
.pgi-image img { width: 600px; display: block; margin: 0px auto; }
.pgi-center-box .pgi-info { display: block; width: calc(100% - 0px); padding: 20px 0px; }
.pgi-center-box { text-align: center; }
.pgi-box { max-width: 480px; position: absolute; }
.pgi-icon { width: 80px; display: inline-block; vertical-align: middle; }
.pgi-info { display: inline-block; width: calc(100% - 85px); vertical-align: middle; padding: 0px 15px; }
.pgi-info p { font-family: Poppins-Regular; color: cornsilk; line-height: 20px; }
.pgi-info h5 { font-size: 21px; margin: 10px 0px; background: rgb(170, 129, 13); background: -moz-linear-gradient(top, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%); background: -webkit-linear-gradient(top, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%); background: linear-gradient(to bottom, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa810d', endColorstr='#fcdc6c', GradientType=0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.pgi-left-box { text-align: right; }
.pgi-left-box .pgi-box:nth-child(1) { top: 1%; left: 11%; }
.pgi-left-box .pgi-box:nth-child(2) { top: 20%; left: 3%; }
.pgi-left-box .pgi-box:nth-child(3) { bottom: 40.5%; left: 0.5%; }
.pgi-left-box .pgi-box:nth-child(4) { bottom: 19%; left: 3%; }
.pgi-left-box .pgi-box:nth-child(5) { bottom: 0%; left: 10.5%; }
.pgi-center-box .pgi-box:nth-child(1) { top: -24%; left: 0%; right: 0%; margin: 0px auto; }
.pgi-center-box .pgi-box:nth-child(3) { bottom: -25%; left: 0%; right: 0%; margin: 0px auto; }
.pgi-right-box .pgi-box:nth-child(1) { top: 1%; right: 11%; }
.pgi-right-box .pgi-box:nth-child(2) { top: 19%; right: 3%; }
.pgi-right-box .pgi-box:nth-child(3) { bottom: 40%; right: 0.5%; }
.pgi-right-box .pgi-box:nth-child(4) { bottom: 20%; right: 3%; }
.pgi-right-box .pgi-box:nth-child(5) { bottom: -1.5%; right: 10.5%; }
.simple-icon-box { text-align: center; }
.simple-icon-box img { width: 150px; height: 150px; object-fit: contain; }
.simple-icon-box h5 { font-size: 19px; color: cornsilk; line-height: 1.2; margin-top: 15px; }
.since-box { padding-top: 100px; padding-bottom: 100px; }
.since-info { text-align: center; }
.since-info img { width: 85px; }
.since-info h5 { font-family: Oswald-Extra-Light; color: #dadada; margin-top: 10px; }
.certified-logo { text-align: center; margin: 15px 0px; }
.certified-logo img { width: 200px; height: 95px; object-fit: contain; }
.video-box {
    border: 10px solid rgb(252, 220, 109);
}
.video { width: 100%; position: relative; }
.playpause { width: 120px; height: 70px; background: #afafafbf; border-radius: 10px; position: absolute; left: 0%; right: 0%; top: 0%; bottom: 0%; margin: auto; font-size: 30px; text-align: center; line-height: 70px; color: #0a0a0a; }
.software-feature-bg { background: url(../images/Software-Feature-Bg.png) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center }
.icon-box { text-align: center; background: #131312; border: 1px solid #564c29; border-radius: 15px; padding: 10% 8%; margin: 15px 0px; }
.icon-box figure { width: 140px; height: 140px; line-height: 100px; background: #2a2a2a; padding: 10px; border-radius: 100%; text-align: center; border: 10px solid #191919; box-shadow: 0px 0px 1px 2px #d2ae3c; margin: 0px auto; }
.icon-box figure img { width: 60px; }
.icon-box h5 { font-size: 25px; color: cornsilk; line-height: 1.2; margin: 40px 0px; }
.icon-box p { line-height: 20px; }
.icon-box:hover {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9d96a+0,aa810d+100 */
background: rgb(249, 217, 106); /* Old browsers */ background: -moz-linear-gradient(top, rgb(249, 217, 106) 0%, rgb(170, 129, 13) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgb(249, 217, 106) 0%, rgb(170, 129, 13) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgb(249, 217, 106) 0%, rgb(170, 129, 13) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d96a', endColorstr='#aa810d', GradientType=0); /* IE6-9 */ }
.icon-box:hover figure { border-color: #b69f52; }
.icon-box:hover p {color: cornsilk;}

.button-box { padding-top: 40px; }
.accounting-services-bg { background: url(../images/Light-Image-Bg.jpg) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center }
.accounting-services-image img { height: 333px; object-fit: cover; border-radius: 15px; }
.accounting-services-image:after { background: rgb(255, 255, 255); background: -moz-linear-gradient(bottom, rgb(255 255 255 / 10%) 1%, rgb(3 3 3 / 100%) 100%); background: -webkit-linear-gradient(bottom, rgb(255 255 255 / 10%) 1%, rgb(3 3 3 / 100%) 100%); background: linear-gradient(to bottom, rgb(255 255 255 / 10%) 1%, rgb(3 3 3 / 100%) 100%); position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; content: ""; width: 100%; height: 100%; }
.accounting-services-box { margin: 15px; position: relative; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.accounting-services-info { position: absolute; left: 0px; right: 0px; bottom: 20px; text-align: center; }
.accounting-services-info h5 { font-size: 22px; color: cornsilk; line-height: 1.2; text-transform: uppercase; }
.accounting-services-box:hover { transform: scale(1.1); transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.price-bg { background: url(../images/Price-Bg.jpg) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; padding: 200px 0px; }
.price-box { background: #21201f; border: 1px solid #615632; border-radius: 15px; padding: 10px; margin: 15px 10px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.price-heading { text-align: center; padding: 15px 0px 20px 0px; }
.price-heading h4 { font-size: 33px; color: cornsilk; }
.price-info { background: #2d2c29; padding: 20px; border-radius: 15px; }
.price-info h6 { font-family: Muli-Regular; font-size: 16px; color: cornsilk; text-align: center; }
.price-info h2 { font-size: 30px; text-align: center; margin: 30px 0px; background: rgb(249, 216, 105); background: -moz-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: -webkit-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: linear-gradient(to bottom, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9d869', endColorstr='#aa810d', GradientType=0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.price-info h2 sub { font-size: 15px; -webkit-background-clip: text; -webkit-text-fill-color: cornsilk; }
.price-info .button { width: 100%; margin-bottom: 23px; }
.price-info ul { display: inline-block; vertical-align: middle; padding: 15px 10px; }
.price-info ul + ul { border-left: 1px solid #41403f; }
.price-info ul li { font-family: Gilroy-Medium; font-size: 15px; color: #4b4a49; margin-left: 30px; }
.price-info ul li:before { content: ""; background: url(../images/List-Icon.png); background-size: contain; background-repeat: no-repeat; display: inline-block; vertical-align: middle; width: 20px; height: 20px; margin-left: -33px; margin-right: 10px; }
.price-box:hover { background: cornsilk; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.price-box:hover .price-info { background: none; }
.price-box:hover .price-heading h4 { color: #333333; }
.price-box:hover .price-info h6 { color: #333333; }
.price-box:hover .price-info h2 sub { -webkit-background-clip: text; -webkit-text-fill-color: #333333; }
.price-box:hover .button.black-bg { color: #181512; background: rgb(249, 216, 105); background: -moz-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: -webkit-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: linear-gradient(to bottom, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); }

/********************************* End Of Home Pages Css***************************************/

/********************************* Start Of Footer Css***************************************/
.footer-bg { background: url(../images/Footer-Bg.jpg) #161512; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; position: relative; }
/**.footer-bg:before { background: url(../images/Footer-Before.png); background-size: cover; background-position: bottom; background-repeat: no-repeat; content: ""; width: 100%; height: 100%; position: absolute; left: 0px; right: 0px; top: -49.5%; margin: 0px auto; z-index: 1; }*/
.footer-box { float: left; padding: 100px 15px; }
.footer-info { width: 20%; text-align: center; }
.footer-contact { width: 20%; }
.footer-menu { width: 15%; }
.footer-newsletter { width: 30%; }
.footer-info img { max-width: 130px; margin-bottom: 15px; }
.social-media li { display: inline-block; margin-right: 5px; }
.social-media li a { width: 45px; height: 45px; border: 1px solid #fcdc6d; display: block; border-radius: 100%; color: cornsilk; line-height: 39px; text-align: center; }
.social-media li a:hover { background: #fcdc6d; color: #000; }
.footer-title { font-size: 25px; color: cornsilk; margin-bottom: 30px; }
.footer-menu ul li + li { margin-top: 12px; }
.footer-menu ul li a { font-family: Muli-Regular; font-size: 16px; color: #d1d1d0; }
.footer-menu ul li a:hover { color: #fcdc6d; }
.footer-contact ul li:nth-child(2) a { border-top: 1px solid #302f2b; border-bottom: 1px solid #302f2b; padding: 15px 0px; margin: 10px 0px; display: block; color: #fcdc6d; text-decoration: underline; }
.footer-contact ul li a { font-family: Muli-Regular; font-size: 16px; color: #d1d1d0; }
.footer-contact ul li a:hover { color: #fcdc6d; }
.footer-contact ul li b { font-family: Oswald-Regular; display: block; color: cornsilk; font-weight: normal; }
.footer-newsletter p { color: #d1d1d0; line-height: 20px; }
.footer-newsletter .newletterdiv { position: relative; margin-top: 15px; }
.footer-newsletter input { border-radius: 60px; padding: 0px 40px; height: 65px; }
.footer-newsletter button { width: 50px; height: 50px; background: rgb(249, 216, 105); background: -moz-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: -webkit-linear-gradient(top, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); background: linear-gradient(to bottom, rgb(249, 216, 105) 0%, rgb(170, 129, 13) 100%); font-size: 20px; color: cornsilk; border: none; border-radius: 100%; position: absolute; right: 8px; top: 8px; }
.copyright { padding: 20px 0px; text-align: center; position: relative; }
.copyright p { font-family: Gilroy-Medium; color: #d0d0d0; }
.copyright:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgb(30,27,18);
    background: -moz-linear-gradient(left, rgb(30,27,18) 0%, rgb(103,87,39) 49%, rgb(30,27,18) 100%);
    background: -webkit-linear-gradient(left, rgb(30,27,18) 0%,rgb(103,87,39) 49%,rgb(30,27,18) 100%);
    background: linear-gradient(to right, rgb(30,27,18) 0%,rgb(103,87,39) 49%,rgb(30,27,18) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1b12', endColorstr='#1e1b12',GradientType=1 );
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
}
/********************************* End Of Footer Css***************************************/

/********************************* Start Of Accounting Services Pages Css***************************************/
.as-bg { background: url(../images/As-Bg.jpg) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; }
.left-right-box { display: flex; align-items: center; padding-top: 100px; padding-bottom: 100px; }
.left-right-box:nth-child(odd) .as-info { padding-left: 10%; }
.left-right-box:nth-child(even) .left-box { order: 2; }
.left-right-box:nth-child(even) .as-info { padding-right: 10%; }
.as-info h2 { font-size: 37px; color: cornsilk; line-height: 1.3; margin-bottom: 15px; }

/********************************* End Of Accounting Services Pages Css***************************************/

/********************************* Start Of Pricing Pages Css***************************************/
.price-offer { padding-bottom: 30px; }
.price-offer h3 { font-size: 33px; color: cornsilk; }
.price-offer h3:after { content: ""; background: url(../images/Offer-Separator-Before.png); background-repeat: no-repeat; background-size: contain; width: 200px; height: 12px; display: inline-block; vertical-align: middle; margin-left: 20px; }
.price-offer h3:before { content: ""; background: url(../images/Offer-Separator-After.png); background-repeat: no-repeat; background-size: contain; width: 200px; height: 12px; display: inline-block; vertical-align: middle; margin-right: 20px; }
.price-bottom-info { text-align: center; padding-top: 100px; }
.price-bottom-info h3 { font-size: 34px; color: cornsilk; }
.price-bottom-info h6 { font-family: Muli-Regular; font-size: 22px; color: cornsilk; margin-top: 20px; margin-bottom: 50px; }
.faq-box .panel { border: none; margin: 10px 0px; background: none; }
.faq-heading a { background: #191919; display: block; padding: 15px 30px; border: 1px solid #594e2a; font-family: Gilroy-Medium; font-size: 18px; color: cornsilk; border-radius: 10px; position: relative; }
.faq-box.panel-group .panel-body { border: none; padding: 0px 30px 20px 30px; }
.faq-box .panel-body h6 { font-family: Gilroy-Medium; font-size: 18px; color: cornsilk; margin-bottom: 15px; }
.faq-box .panel-body p { font-family: Gilroy-Medium; font-size: 18px; color: #b3b3b3; }
.faq-box .panel.active { background: #000000; border: 1px solid #eecd5d; }
.faq-box .panel.active .faq-heading a { background: none; border: none; }
.faq-heading a:after { content: "\f105"; font-family: 'FontAwesome'; color: #c39d2a; position: absolute; right: 15px; top: 50%; display: block; font-size: 26px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.active .faq-heading a:after { content: "\f107"; }
.jtgromcn-box { text-align: center; }
.jtgromcn-box .button { margin-top: 40px; }
/********************************* End Of Pricing Pages Css***************************************/

/********************************* Start Of Contat Us Pages Css***************************************/
.contact-form-bg { background: url(../images/Contact-Form-Bg.jpg) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; padding: 150px 0px 200px 0px; }
/********************************* End Of Contat Us Pages Css***************************************/

/********************************* Start Of Software Features Pages Css***************************************/
.erp-sf-bg { background: url(../images/erp-sf-bg.jpg) #121212; background-size: 100% auto; background-repeat: no-repeat; background-position: top center; padding: 200px 0px 200px 0px; }
.erp-sf-icon:nth-last-child(-n+2) { float: none; display: inline-block; vertical-align: top; }
/********************************* End Of Software Features Pages Css***************************************/


.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 145%;
    text-align: left;
    padding: 10px;
        background: #000000;
      width: 250px;
    border-top: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25px);
    z-index: 111;
   border-radius: 20px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.header-menu ul li:hover .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.sub-menu .sub-menu
{
	 visibility: hidden !important;
    opacity: 0 !important;
    transform: translateY(-25px) !important;
    left: 110% !important;
    top: 0%;
}

.header-menu ul li .sub-menu li:hover .sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.toggle-link
{
	display: none;
}

.header-menu ul li .sub-menu:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    left: 27px;
    top: -11px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
    background: #000000;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
}
.header-menu ul li .sub-menu li .sub-menu:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    top: 30%;
    transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    left: -12px;
    z-index: -1;
    background: #000000;
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
}

.ui-dialog-titlebar-close .ui-icon-closethick .ui-dialog-titlebar-close {
    position: relative !important;
    margin-top: -1px !important;
    margin-left: -8px !important;
}

div.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle > button {
    position: relative !important;
    float: right !important;
    margin-right: 5px;
    padding: 0px;
    height: 20px;
    background: none;
}
.ui-dialog {
    z-index: 115 !important;
}

#msgsent {
    display: none;
}

.center-screen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.goldtext {
    background: rgb(170, 129, 13);
    background: -moz-linear-gradient(top, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%);
    background: -webkit-linear-gradient(top, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%);
    background: linear-gradient(to bottom, rgb(170, 129, 13) 0%, rgb(252, 220, 108) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa810d', endColorstr='#fcdc6c', GradientType=0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header {
    background: url(../images/Header-Bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top right;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 1111;
}
