<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***start banner content**/
html {
  scroll-behavior: smooth;
}


.margin_all{ margin:40px !important;}
header {
}
header .UpHeader {
    background-color: #3A526A;
    padding: 13px 0
}
header .UpHeader ul {
    margin: 0
}
header .UpHeader .UpHeaderLeft ul li {
    display: inline-block;
    margin: 0 10px 0 0
}
header .UpHeader .UpHeaderRight ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 23px;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: 0.4s;
}
header .UpHeader .UpHeaderRight ul li:hover{
    background: #fff;
    color: #3A526A; 
    transition: 0.4s;   
}
header .UpHeader .UpHeaderRight ul li:hover a{
    color: #3A526A;    
}
header .UpHeader ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 14px
}

header .UpHeader ul li a .fa {
    margin: 3px 5px 0px 1px;
}
header .UpHeader ul li a:hover {
    color: #fff
}
header .UpHeaderRight {
    text-align: right;
        margin-right: 4%;
}
header .UpHeader .UpHeaderRight ul li a {
    font-size: 14px;
    display: block;
}
header .UpHeader .UpHeaderRight ul li a .fa{
    margin: 0;
}
header .LogoArea {
    padding: 15px 0 20px
}
header .LogoArea img {
    width: 94px;
    padding: 8px 0 0 10px
}
header .LogoArea .LogoRight {
    text-align: right;
    height: 95px
}
header .LogoArea .mainNav ul {
    margin: 0
}
header .navbar {
    border: none;
    border-radius: 0;
    min-height: auto;
    margin: 10px 0
}
header .navbar .navbar-nav&gt;li&gt;a {
    padding: 8px 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}
header .navbar .navbar-nav&gt;li&gt;a:hover {
    color: #5886C7;
}
header .navbar .navbar-collapse.collapse {
    padding: 0 5px
}
header .navbar .navbar-right {
    margin: 0
}
header .navbar .navbar-right li a {
    color: #000;
}
header .navbar-nav li .dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
header .navbar-default .navbar-nav&gt;li&gt;a {
    width: 200px;
    font-weight: 700
}
header .nav&gt;li&gt;a:focus, .nav&gt;li&gt;a:hover {
    text-decoration: none;
    background-color: #eee0 !important;
}

.banner_area .ContactLeft form{ height: auto!important; padding-bottom: 30px!important;}
/*banner*/
.banner-bg{
     /*background:url("../images/AUDIT.jpg") no-repeat;
        background-size: cover;*/
    padding: 0 0 0px 0;
    display: flex;
}
.form-text {
   /* margin-top: 4%;*/
    color: #000;
    background-color: #fff;
    padding: 15px;
    width: 353px;
/*    border: 1px solid #fff;*/
    border-radius: 4px;
}
span.silicon {
    color: #010721 !important;
}


.myform.form {
    margin: 20px!important;
    top: -4px;
    position: relative;
}

.banner_area .ContactLeft h3 {
    /* margin: 0 0 30px; */
    text-align: center;
    font-weight: 500;
    position: relative;
    line-height: 31px;
    font-size: 20px;
    letter-spacing: 1px;
    background: #072867!important;
    padding: 20px 10px;
    color: #fff;
    margin: 0;
}
.content h1 {
    padding: 28px 0 0 0;
}
.ContactLeft.padding_0 {
    padding: 0 !important;
}
.form-text.padding_0 {
    padding: 0;
}

.ContactLeft span {
    font-weight: 800;
    color: #fff;
}
.padding_0 {
    padding: 0 !important;
}
.accounting_img img {
    width: 100%;
    /* padding: 0; */
}
.silicon{
     font-weight: 800;
    color: #3A7DD8;
}
.banner_area .ContactLeft {
    background: #ffffffff;
/*    border: 2px solid #ff9f3c;*/
    padding: 20px;
}
.banner_area .ContactLeft p {
    font-weight: normal;
    color: #000;
    font-size: 18px;
    position: relative;
    line-height: 24px;
    margin: 0 0 0px 0;
    text-align: center;
    padding: 10px 10px;
    background: #c5c3c3cf;
}


hr.border {
    /* width: 251px; */
    /* color: red; */
    background:#FF7506;
    border-color: #3A7DD8;
    /* font-weight: 800; */
    height: 2px;
}
.fancy-btn { cursor: pointer;
    background-color:#ff7506;
     font-size: 15px;
     text-decoration: none;
     position: relative;
     word-spacing: 2px;
     transform: perspective(1px)translateX(0px);
     transition: all 0.2s ease 0s;
     overflow: hidden;
     z-index: 2;
     display: block;
     padding: 10px 14px;
     color: #fff;
     font-weight: 500;
     text-transform: uppercase;
     letter-spacing: 0.3px;
     font-weight: 600;
     border: 2px solid #ff7506;
     outline: 0;
     width: 310px;
     margin: 4px auto 0;
     border-radius: 25px;
     margin-bottom: 20px;
     
 }
 .fancy-btn:before {
     content: "";
     background-color: #fff;
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     top: 0;
     transform: scaleX(0);
     transform-origin: left;
     transition: transform 0.5s ease-in-out;
     z-index: -1;
 }
 .fancy-btn:hover {
     color:#ff7506;
     text-decoration: none;
 }
 .fancy-btn:hover:before {
     transform: scaleX(1);
     background-color: #ffffff;
     transition: transform 0.5s ease-in-out;
 }
/*.banner_area .ContactLeft form .form-group {
    padding: 0 5px;
    margin: 0 0 20px;
}*/
.banner_area .ContactLeft form .form-group .form-control {
    height: 45px;
    border-radius: 46px;
    margin: 30px 0px;
}

/*accounting_area*/
secrion.accounting_area {
    padding: 5% 0;
    display: block;
}
.accounting_content h1 {
    /* font-size: 41px; */
    margin: 0px auto 20px;
    font-weight: 600;
    color: #000000;
    /* text-transform: uppercase; */
    line-height: 45px;
    text-align: center;
}
.accounting_content span {
    color:#000;
    
}
.accounting_content {
    /* text-align: center; */
    font-size: 20px;
    margin: 0 40px 0 40px;
}
.padding_left{
    padding-left:0;
}

section.accounting_area {
    padding: 5% 0;
}


/*start whychoose*/
.chooseArea {
    padding: 50px 0;
    background:url(../images/cropped-data-entry.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    
}
.chooseArea h2 {
    /*margin: 0 0 50px;*/
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 35px;
    padding: 0 0 0px;
        color: #000;
}
.chooseArea .chooseCard {
    padding: 20px;
    border: 0px double #d6d6d6;
    /*box-shadow: 0px 5px 10px #e8e8e8;*/
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10%;
     padding:40px;
     background: #fff;
         border-radius: 30px;
}
.chooseArea .chooseCard2 {
    padding: 20px;
    border: 0px double #d6d6d6;
    box-shadow: 0px 5px 10px #e8e8e8;
    text-align: center;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10%;
    background: #101f2e;
    padding: 40px;
        border-radius: 29px;
}
.chooseArea p {
    margin: 0 0 50px;
    text-align: center;
    color: #000;
    /* font-weight: 800; */
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 20px;
}.chooseArea span {
    color: #3A7DD8;
}
.whychooseusbold{
    font-weight: 700;
    color: #000 !important;
}

.chooseArea .chooseCard:hover {
    box-shadow: 0px 10px 20px #adadad;
}
.chooseArea .chooseCard2:hover {
    box-shadow: 0px 10px 20px #adadad;
}
.chooseArea .chooseCard h3 {
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin: 15px 0;
}
h1.banner-heading {
    color: #fff;
}

.chooseArea .chooseCard2 h3 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin: 15px 0;
}
.chooseArea .chooseCard figure {
}
.chooseArea .chooseCard p {
    font-size: 16px;
}
.chooseArea .chooseCard2 p {
    font-size: 16px;
}
.chooseArea .chooseCard a {
    font-size: 15px;
    color: white;
    margin: 10px auto 0;
    display: block;
    background: #868686;
    width: 100px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
    overflow: hidden;
    border: 2px solid #868686;
}
.chooseArea.chooseCard a:before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
.chooseArea .chooseCard a:hover:before {
    transform: scaleX(1);
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
}





.chooseArea .chooseCard2 a {
    font-size: 15px;
    color: white;
    margin: 10px auto 0;
    display: block;
    background: #868686;
    width: 100px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
    overflow: hidden;
    border: 2px solid #868686;
}
.chooseArea.chooseCard2 a:before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
.chooseArea .chooseCard2 a:hover:before {
    transform: scaleX(1);
    background-color: #fff;
    transition: transform 0.5s ease-in-out;
}
.chooseArea .chooseCard a:hover {
    /*    background: #fff;*/
    color: #000;
}
.chooseArea .chooseCard2 a:hover {
    /*    background: #fff;*/
    color: #000;
}



h1 {
    font-size: 25px;
    color: #181818;
    font-weight: 600;
}

.banner_hdr {
    color: #fff;
    padding-left: 55px;
    margin-top: 50px;
    max-width: 900px;
}
.banner_pra {
    display: flex;
    color: #fff;
    margin-top: 15px;
    padding-left: 55px;
}
.pra02 {
    margin-left: 10px;
}
.pra02 h4 {
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    margin: 0;
}




















/*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*/


/*.banner-bg {
    background: url(../assets/images/amy-hirschi-1416712-unsplash.jpg) no-repeat;
    background-size: cover;
    padding: 0 0 25px 0;
    display: flex;
}*/
.app-download-box, .blog-list-item-content::after, .app-btn, .featured-services, .portfolio-list-item::after, .section-title-wrapper.light-bg span.subtitle::after, .section-title-wrapper.light-bg .section-title::after, .title--underlined::after, .services-list-item-content::after, .team-members-item-role, .about-us-content-bottom-item:hover, .app-pricing-item:hover .app-pricing-item-heading, .app-pricing-item:hover .select-plan-btn, .app-pricing-item-content .select-plan-btn:hover, .services-box-item.services-box-item--iconed:hover, .services-list-item:hover .services-list-item-icon, .small-article-box:hover .small-article-btn {
    background: #ff7506 !important;
}


.app-contact-wrapper form.contact-form-wrapper .input-row button[type="submit"] {

    background: #ff7506 !important;
}
.contact-form-details-item i {
    color: #ff7506  !important;
}
.app-offer-box-right a {
    background: #ff7506;
}
.comman-inner-page .text-heading {
    padding: 10px 0 0;
}
.comman-inner-page h3 {
    font-weight: 600;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}
ol, ul {
    list-style: none;
}

.comman-inner-page ul:before {
    display: block;
    content: '';
    clear: both;
}
.comman-inner-page ul:after  {
    display: block;
    content: '';
    clear: both;
}
.text-heading li {
    float: left;
    padding: 5px 10px 5px 0;
    color: #fff;
    font-size: 20px;
}
.text-heading li a {
    color: #fff;
    text-decoration: none;
}


.comman-inner-page {
    position: absolute;
    bottom: 30%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
/**end banner content**/

.aboutarea {
    margin-top: 40px;
}
/**latest news**/
.section-title {
    margin: 0;
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: .78;
    position: relative;
    /* padding-bottom: 33px; */
    margin-top: 64px;
    text-align: center;
}
h2.section-title:after {
    content: '';
    position: absolute;
    left: 50%;
    /* bottom: 0; */
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 40px;
    background: #072867;
    margin: 0 auto;
    top: 38px;
}
/**latest news**/
/**start sticky navbar**/
.navbar-fixed{
    position:fixed; 
/*    background:#ccc; */
    z-index:999; 
    top:0; 
    transition:0.5s;
    width:100%; 
}

.mega-menu-dropdown img {
    /* margin-right: 14px; */
    width: 25px;
    height: 25px;
    margin-left: -24px;
    margin-top: 20px;
}
/**end sticky navbar**/
.services-list-item-icon.service-right {
    width: 102px;
    height: 102px;
    top: 50%;
    left: 85%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
. padding-0{
    padding: 0;
}
a.dropdown-heading {
    margin-left: 0 !important;
}
.mega-menu-dropdown a {
    position: relative;
    margin-left: 10px;
}
/*
.app-navbar-dropdown {
    width: 800px !important;
    position: absolute;
    left: -286px !important;
}*/
.app-navbar-dropdown {
    width: 1024px !important;
    position: absolute;
    left: -560px !important;
}

a.dropdown-heading {
    font-size: 18px !important;
    color: #252b33;
    /* padding: 5px 60px 5px 5px; */
    padding: 5px 0;
    line-height: 30px;
    font-weight: 800 !important;
}


/********Floating and call btn***********/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 0.4s;
}
.body-call-btn {
    position: fixed;
    top: 10rem;
    left: 10px;
    margin: auto;
    z-index: 9999;
    width: 50px;
    height: 50px;
}
a.btn.body-call-btn-icon {
    background:#ff7506;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0px !important;
    position: relative;
    font-size: 24px;
    -webkit-animation: pulshadow-pulsese 2s infinite;1895
    animation: shadow-pulse 2s infinite;
}
a.btn.body-call-btn-icon:hover, a.btn.body-call-btn-icon:focus {
    outline: none;
}
@-webkit-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(207, 57, 40, 0.5);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(245, 196, 0, 0);
    }
}
@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(207, 57, 40, 0.5);
    }
    100% {
        box-shadow: 0 0 0 35px rgba(245, 196, 0, 0);
    }
}
.body-call-btn .popover {
    width: 300px !important;
}
section#services-section {
    padding: 80px 0;
}
.social-bar .popover-content {
    padding: 9px 14px;
    color: #000;
}
/*start Floating Form*/
.floating-form.open .inner-float {
    right: 1490px;
}
.f-whole .left-sec {
    padding: 0px 0 0;
    position: relative;
    top: -70px;
}
.floating-form .f-whole {
    padding: 30px 60px 0 90px;
}
.floating-form {
    position: fixed;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    right: -50px;
    height: 100%;
    z-index: 999;
    top: 0;
    width: 50px;
}
.floating-form.open {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 1000;
    right: 600px;
}
.floating-form.open:before {
    position: fixed;
    content: "";
    width: 100%;
    height: 100vh;
    background: #000000d6;
    z-index: 1;
    left: -612px;
}
.floating-form.open .strip { /* -webkit-transition: 0.4s; */
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    right: unset;
    z-index: 100;
}
.floating-form .strip p {
    color: #ff7506;
    font-size: 20px;
    transform: rotate(-90deg);
    display: inline-block;
    padding: 0;
    position: absolute;
    bottom: 18px;
    left: -57px;
    font-weight: 700;
}
.floating-form .strip span.plane {
    color: #000;
    position: absolute;
    left: 13px;
    font-size: 28px;
    transform: rotate(0);
    top: 35px;
}
.floating-form select#interest option {
    color: #2a2a2a;
}
.floating-form.open .strip span.plane {
    opacity: 0;
}
.floating-form .inner-float {
    position: absolute;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    top: 0;
    bottom: 0;
}
.app-btn.app-btn--only-icon {
    min-width: 40px;
    padding: 0;
    border-radius: 50%;
    background: #ff7506;
}
.floating-form.open .inner-float {
    right: 50%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.form-set input.form-control::placeholder {
    color: #A0A0A0;
}
.form-set input.form-control {
    display: block;
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 12px;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #4c4c4c;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.floating-form .strip {
    position: absolute;
    width: 100px;
    height: 100px;
    background:#ff7506;
    z-index: 5;
    top: 0;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
    box-shadow: -10px 0 60px #24214a7d;
    display: inline-block;
    left: -40px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 100;
}
.floating-form:hover .strip {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
input:invalid {
    /* color: #fff; */
    font-size: 18px;
}
.floating-form .f-whole {
    position: absolute;
    width: 800px;
    background: rgb(33, 33, 33);
    z-index: 99;
    top: 0;
    height: 100vh;
    padding: 48px 60px 0 90px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floating-form.open .f-whole {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.f-whole {
    display: table;
    width: 100%;
}
.f-whole .left-sec {
    display: table-cell;
    vertical-align: middle;
}
.left-sec h3, .left-sec p {
    color: #fff;
}
.left-sec h2 {
    color: #fff;
    padding-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.floating-form form {
    float: right;
    width: 100%;
}
.floating-form form textarea, .floating-form form select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border: transparent;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}
.floating-form form input {
    margin: 0px 0 25px 0;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #ffffff;
    background-color: transparent;
    background-clip: padding-box;
    border: transparent;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: none;
}
.floating-form form select {
    margin: 0 0 25px 0;
}
.floating-form form .intl-tel-input {
    margin: 0px 0 25px 0;
}
.floating-form .intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 18px;
    color: #495057;
}
.floating-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    color: #495057;
    border-bottom: 1px solid #ced4da;
    font-size: 18px;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {
    padding-left: 94px;
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #8b9de2;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: transparent;
    border-bottom: 1px solid #3f4d84;
    border-radius: 0;
    
}
.floating-form form textarea {
    height: 100px;
    resize: none;
}
.floating-form form input[type="submit"] {
    width: 200px;
    margin: 20px 0 0;
    border: transparent;
    background: #01b4ed;
    color: rgb(255, 255, 255);
    padding: 15px 0;
    border-radius: 10px;
    cursor: pointer; /* float: right; */
}
.floating-form form input:focus, .floating-form form select:focus, .floating-form form textarea:focus {
    outline: none;
    box-shadow: none;
}
.floating-form .f-rght {
    padding: 0 0px;
    height: 100%;
    /*background: url(../img/bg-form.png)no-repeat right bottom;*/
    background-position: 0 160px;
    background-size: contain;
}
.floating-form h3 {
    font-size: 22px;
    max-width: 100%;
}
.floating-form h6 {
    padding: 0;
    font-size: 18px;
}
.floating-form p {
    font-size: 18px;
    max-width: 100%;
    font-weight: 500;
    color: #fff;
    padding: 0px 0 30px 0;
}
.floating-form a.teli {
    color: var(--theme-dark);
    font-size: 18px;
}
.cross-btn {
    font-size: 40px;
}
.floating-form.open .btn-close {
    z-index: 100;
    position: absolute;
    left: 32px;
    top: -10px;
    width: 80px;
    color: #000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    bottom: 0;
    margin: auto;
    height: 25px;
    transform: none;
    display: block;
    text-decoration: none;
}
.form-bottom.formb-floating {
    margin: 14px 0 0 0;
}
.form-bottom.formb-floating .formb-left {
    display: inline-block;
    width: 61%;
    vertical-align: bottom;
}
.form-bottom.formb-floating .formb-left p {
    font-size: 18px;
}
.form-bottom.formb-floating .checkbx p {
    padding: 0;
    margin: 0 0 0 6px;
    display: inline-block;
    font-size: 12px;
    width: 86%;
    vertical-align: middle;
}
.form-bottom.formb-floating .formb-right {
    display: inline-block;
    width: 10%;
    text-align: left;
}
.form-bottom.formb-floating .checkmark {
    background-color: #ffffff;
    top: 3px;
}
.form-bottom.formb-floating .checkbx .checkmark:after {
    border: solid #4c5682;
    color: #4c5682;
    border-width: 0 3px 3px 0;
}
.floating-form .f-whole {
    width: 680px;
    padding: 80px 60px 0 80px;
}
/*.f-whole .left-sec{width: 100%;}*/
/*.floating-form.open{right: 555px;}*/
.floating-form form textarea, .floating-form form select, .floating-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .floating-form form input {
    font-size: 12px;
}
.rght-sec {
    width: 50%;
    float: right;
    display: inline-block;
}
.checkbx label input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 17px;
    margin: 0;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: 5px;
}
.checkbox-dis {
    display: inline-block;
}
.btn-close .hamb {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 9px;
    z-index: 99999;
}
.btn-close .hamb .bar.one {
    height: 1.5px;
    transform: rotate(-40deg);
}
.btn-close .hamb .bar {
    -webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    z-index: 99999;
}
.btn-close .hamb .bar.second {
    display: none;
}
.btn-close .hamb .bar {
    -webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    z-index: 99999;
}
.btn-close .hamb .bar.two {
    transform: rotate(47deg);
    top: -5px;
    position: relative;
    height: 1.5px;
}
.btn-close .hamb .bar {
    -webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    -o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;
    z-index: 99999;
}
.icon-paperplane:before {
    content: "\f1d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    top: -7px;
    position: relative;
}
.floating-form .fa-times {
    opacity: 0;
}
.floating-form.open .fa-times {
    opacity: 1;
}
.floating-form input::placeholder, .floating-form textarea::placeholder {
    color: #fff;
}
select#budget {
    background: #2841a6;
}
i.fa.fa-times.cross-btn {
    color: #fff;
}

/*end Floating Form*/

/*start requestSec*/
.requestSec {
    background:#072867;
    /* display: inline-block;*/
    width: 100%;
}
.requestLeft {
    padding: 30px 0px;
}
.requestLeft h6 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
}
.requestLeft h5 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    margin: 0px 0px 30px 0px;
}
.requestLeft p {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto;
    padding: 0px;
}
.requestLeft .requestField {
    padding-top: 30px;
    display: flex;
}
.requestLeft .requestField input {
    border: 2px solid #ffffff;
    box-shadow: none;
    border-radius: 0px;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    color: #949494;
    width: 50%;
    margin-right: 15px;
}
}
.requestLeft .requestField .btn_submit_requeset {
    font-size: 18px;
    background: #01b4ed;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #01b4ed;
    position: relative;
    top: 0px;
    height: 44px;
    display: inline-block;
    line-height: 20px;
    width: 193px;
}
.requestRight img {
    width: 100%;
}
div.stylish-btn button, div.stylish-btn a {
    text-align: center;
    cursor: pointer;
    background-color: #ff7506;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    word-spacing: 2px;
    transform: perspective(1px)translateX(0px);
    transition: all 0.2s ease 0s;
    overflow: hidden;
    z-index: 1;
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: 2px solid #fff;
    border-radius: 25px;
    outline: 0;
    width: 200px;
    margin: 0px auto 0;
}
div.stylish-btn button:hover, div.stylish-btn a:hover {
    color: #ff7507;
    font-weight: 800;
    border: 2px solid #ff7507;
}
div.stylish-btn button:before, div.stylish-btn a:before {
    content: "";
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
    z-index: -1;
}
div.stylish-btn button:hover:before, div.stylish-btn a:hover:before {
    transform: scaleX(1);
    background-color: #ffffff;
    transition: transform 0.5s ease-in-out;
}
/*end requestSec*/
.app-contact-wrapper {
    margin-bottom: 60px;
}


.flat-content-detailsbox-item a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
}
.flat-content-detailsbox {
    width: 240px;

}
.flat-content-detailsbox {
    padding: 20px 22px;
    margin: 0px 30px 25px 0;
}




/**a.dropdown-heading:hover:after {
  
}
a.dropdown-heading:after {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    background-color: transparent;
    color: #ffbe0a;
    border-bottom: 2px solid #ffbe0a;
    transition: all .3s ease-in-out;
    transform: translate(0, 0) translateZ(0);
    -webkit-transform: translate(0, 0) translateZ(0);
}
a.dropdown-heading {
    position: relative;  width: 100%;
}**/

.app-navbar-ul-link.has-child.has-mega-menu .app-navbar-dropdown {
   /** visibility: hidden;
    opacity: 1;**/
    display:none;
}

  .app-navbar-ul-link.has-child.has-mega-menu:hover .app-navbar-dropdown {
    /** visibility: visible;
        opacity: 1;**/
        display:block;
  }
  
.main-map-form-item.aws {
    margin: -40px 0 0 0 !important;
    width: 31%;
    vertical-align: top;
}
.no-padding{
    padding: unset;
}

p.timeline-type-2_pra {
    padding: 30px 30px;
    color: #828282;
    font-size: 15px;
}
.article-content-main ol {
    list-style: inside;
    margin-top: 10px;
}
h2.Service01 {
    /*text-align: center;*/
    margin-top: 30px;
    padding-top: 30px;
}
.margin-left{ margin-left: 30px; }
a.headbar-mail-link {
    color: #fff;
}
a.headbar-mail-link {
    color: #fff !important;
}
a.headbar-tel-link {
        font-size: 13px;
    color: #fff;
}
a.headbar-tel-link:hover{ text-decoration: none; }
.text-heading p {
    color: #fff;
}

.app-navbar-ul-link.has-child .app-navbar-dropdown a:hover {
    background: none;
    color: #072867;
    padding-left: 45px !important;
}

a.dropdown-heading:hover{padding-left: 40px !important;}
.pd{
    padding:64px;
}
@media only screen and (max-width:768px) {
    .services-list-item-icon.service-right {
    width: 70px;
    height: 70px;
    top: -10%;
        left: -10%;}
    .services-list-item-content {
        order: 1;}
    .services-list-item-figure {
        order:0;}
    .services-list-item-content span.title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

.slick-next.slick-arrow{ width: 44px; height: 44px;  display: block;}
.slide-type-1 .slick-next {
    position: absolute;
    top: 40px;
    left:100px;
    height: 44px;
    width: 44px;
    display: block;
}
}
@media only screen and (max-width:439px) {
    .flex_box {
    display: block;
}
    .pra02 h4 {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
}
    form#contactFrm2 {
    padding: 0 !important;
}
    .services-list-item-icon.service-right {
    width: 70px;
    height: 70px;
    top: -10%;
        left: -10%;}
    .services-list-item-content {
        order: 1;}
    .services-list-item-content span.title {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}
    .services-list-item-figure {
        order: 0;}
    .team-members-item-content{ padding: 0px 5px;}
    .testimonials-type-1 .testimonial-item .customer-image img {
    border-radius: 50%;
    margin: 20px auto;
}
    .testimonials-type-1 .testimonial-item {
        text-align: center;
    display: block;
    padding-top: 130px;
    padding-bottom: 170px;
    padding-left: 15px;
    padding-right: 15px;
}
.headbar-content .headbar-text{ width: 100px; font-size:9px; }
.headbar-mail-link{ margin-left: 0px; font-size: 9px; }
a.headbar-tel-link {
    font-size: 9px;
    color: #fff;
}

.container.posrel h3 {
    text-align: right;
    font-size: 13px;
    margin-top: -60px;
}

.strip i {
    color: #fff !important;
    position: absolute;
    left: 11px;
    font-size: 24px;
    transform: rotate(0);
    top: 23px;
}
.slick-next.slick-arrow{ width: 44px; height: 44px;  display: block;}
.slide-type-1 .slick-next {
    position: absolute;
    top: 40px;
    left: 100px;
    height: 44px;
    width: 44px;
    display: block;
}
}
@media (max-width:767px) {
    
    .order01{  order:1!important;}
    .order02{ order:2!important;}
    
    .flex_box {
    display: block;
}
    form#contactFrm2 {
    padding: 0 !important;
}
    .pra02 h4 {
    line-height: 25px;
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
}
    
    .text-heading p {
    color: #fff;
    font-size: 13px;
}

    .comman-inner-page h3 {
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
    .timeline-type-2 .section-title-wrapper .section-title::after{ display: none;}
    .timeline-list .timeline-list-item:hover .item-date, .timeline-list .timeline-list-item.active .item-date {
    background: #072867;
    display: none;
}
    .timeline-type-2 .section-title-wrapper span.subtitle {
    margin-bottom: 15px;
    text-align: center;
    margin: 20px auto;
}
    .timeline-type-2 .section-title-wrapper .section-title {
    color: #072867;
    font-size: 20px;
    text-align: center;
    margin: auto;
}
    .timeline-type-2 .section-title-wrapper .section-title {
    color: #072867;
    font-size: 20px;
    text-align: center;
    margin: auto;
}

.item-date {
    display: none;
}

.software_hdr h2 {
    font-size: 12px;
}

    .requestLeft h5 {
    font-size: 30px;
}
    
}
img.accounting_img {
    width: 35px !important;
    height: 35px !important;
}



.app-statistics-item:hover i{
    visibility: visible;
    opacity: 1;
}

/*SNACKBAR/ FLASH MESSAGE
***************************************************/
/* The snackbar - position it at the bottom and in the middle of the screen */

#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    /*background-color: #333;  Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 99; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}
.bg-danger {
    background-color: #e62020;
}
.bg-success {
    background-color: #609132;
}
/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}
@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}



.help-block {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: red;
    position: absolute;
    top: 40px;
    left: 5px;
}
span#phone-error {
    top: 110px;
}
.main-map-form-item {
    position: relative;
    z-index: 2;
}
.main-map-form-item.aws {
    position:static;
    /*z-index:2;*/
}
.main-map-form-item .app-input {
    width: 100%;
    border-radius: 4px;
}
span#enquiry_name-error {
    position: absolute;
    top: 38px;
    left: 10px;
}
.has-error {
    position: relative;
}
span#enquiry_email-error {
    position: absolute;
    top: 38px;
    left: 10px;
}
span#enquiry_number-error {
    position: absolute;
    top: 38px;
    left: 10px;
}
span#enquiry_service-error {
    position: absolute;
    top: 40px;
    left: 10px;
}

.icon-paperplane:before {
    content: "\f1d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    top: -7px;
    position: relative;
}


.contact_content h1 {
    text-align: center;
    color: #010721;
    font-size: 34px;
    font-weight: 800;
    /* padding: 0 0; */
        margin-bottom: 20px;
}
.contact_content .form-text {
    /* margin-top: 4%; */
    color: #000;
    background-color: #ddd;
    padding: 15px;
   
    /* border: 1px solid #fff; */
    border-radius: 4px;
}



span.silicon {
    color: #010721 !important;
}




.contact_content .ContactLeft h3 {
    /* margin: 0 0 30px; */
    text-align: center;
    font-weight: 500;
    position: relative;
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 1px;
    background: #010721;
    padding: 27px 0;
    color:#fff;
    margin:0;
}
.contact_content .content h1 {
    padding: 28px 0 0 0;
}
.contact_content .ContactLeft.padding_0 {
    padding: 0 !important;
}
.contact_content .form-text.padding_0 {
    padding: 0;
}
 
.contact_content .ContactLeft span {
    font-weight: 800;
    text-align: left;
}
.contact_content .padding_0 {
    padding: 0 !important;
}
.contact_content .accounting_img img {
    width: 100%;
    /* padding: 0; */
}
.contact_content .silicon{
     font-weight: 800;
    color: #3A7DD8;
}
.contact_content .ContactLeft {
    background: #ffffffcf;
/*    border: 2px solid #ff9f3c;*/
    padding: 20px;
}
.contact_content .ContactLeft p {
    font-weight: normal;
    color: #000;
    font-size: 20px;
    position: relative;
    line-height: 26px;
    margin: 0 0 25px 0;
    text-align: center;
    padding: 17px 0;
    background: #D2D2D2;
}
.contact_content .ContactLeft form .form-group .form-control {
    height: 45px;
    border-radius: 46px;
}
form {
    padding: 0 60px !important;
    height: 75vh;
}
.contact_content a {
    background: #3A7DD8;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    padding: 10px 26px;
    border-radius: 8px;
}
.contact_content a:hover {
    background-color: #000;
    color: #fff;
}
section.contactarea {
    /* padding: 3% 0; */

}
.contact_content {
    text-align: center;
}
.contact_content p {
    font-size: 20px;
    color: #555;
}
.contact_add {
    padding: 10;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 20px;
}
.contact_add1 ul {
    display: inline-block;
}
.contact_add span {
    margin-left: 10px;
}
.contact_content span {
    margin-left: 10px;

}
.contact_content i.fa.fa-location-arrow, 
.contact_content i.fa.fa-phone, 
.contact_content i.fa.fa-envelope-o,
.contact_content i.fa.fa-fax,
.contact_content i.fa.fa-mobile,
.contact_content i.fa.fa-whatsapp
 {
    color: #3A7DD8;
    font-size: 21px;
    font-weight: 800;
}

.contact_add1 ul li{list-style:none; display:inline-block;}
.contact_add1 ul li a{text-decoration:none; padding: 1px 8px;}
.contact_add1 ul li a:hover{ background:#000;}

.contact_add1 {
    text-align: center;
    display: inline-block;
}
.contact_add1 strong {
    float: left;
    display: inline-block;
    margin-top: 16px;
    margin: 8px 8px 0 14px;
    font-size: 18px;
}
/*.item.pd {
    padding: 37.3px 0 !important;
}*/
section.count {
    padding: 4% 0;
}

.content_bar p {
    vertical-align: middle;
    padding: 30% 0 0 0;
    font-size: 20px;
}
.flex_box{
    display: flex;
}
.main-map-content014 {
    padding: 80px 0 80px 0px;
}
.main-map-form01{ height: auto !important;}
.contactarea02{ background: url(../images/SV_timelapse.gif); position: relative; z-index: 1;}
.contactarea02:before{ content: ""; position: absolute; height: 100%; width: 100%; top: 0; bottom: 0; left: 0; right: 0; background:#07286778; z-index: 2;}
/*
.main-map-form01 {
    display: flex;
}
*/

/***********start whatsapp icon***************/
.body-whatup-btn {
    position: fixed;
    bottom: 10rem;
    left: 10px;
    margin: auto;
    z-index: 9999;
    width: 50px;
    height: 50px;
}
.body-whatup-btn a.body-whatup {
    background: #25d366;
    padding: 7px 8px;
    border-radius: 50px;
    -webkit-animation: pulshadow-pulsese 2s infinite;
    animation: shadow-pulse 2s infinite;
    height: 50px !important;
    width: 50px;
    position: absolute;
}
a.body-whatup img {
    width: 35px;
    height: 35px;
}
/***********end whatsapp icon***************/


.hdr01_shadow {
     box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.slick-slide img{ margin-top: 15px;}
.software_hdr {
    padding-top: 00px !important;
}



/*28/10/2020*/

@media screen and (max-width: 1550px){

form#contactFrm2 {
    padding: 0px !important;
}
/*  div#our_clients {
    padding-bottom: 10px;
}*/
    div#our_clients button.fancy-btn {
    max-width: 100%;
    font-size: 12px;
    width: 244px;
}

}



@media screen and (max-width: 1400px){
.banner_area .ContactLeft form {
    height: auto!important;
    padding-bottom: 30px!important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
}


@media screen and (max-width: 992px){
    .app-btn.app-btn--only-icon {
    min-width: 40px;
    padding: 0;
    border-radius: 50%;
    background: #ff7506;
    position: absolute;
    right: 20px;
        z-index: 555;
}
    a.app-navbar-logo {
    width: 150px;
    position: absolute;
}
    .myform.form.margin_all{margin: 40px 0 !important;}
    div#our_clients button.fancy-btn {
    width: 100%;
    font-size: 12px;
}

}




@media screen and (max-width: 768px){
    form#main-enquiry {
    padding: 0 !important;
}
    form#map-contact {
    padding: 0 !important;
}
    section.contactarea{ display: none!important;}

}




















.help-block {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    color: red;
    position: absolute;
    top: 70px;
    left: 5px;
}





.accounting_content p{text-align:justify;}
.counter-num {
    display: flex;
    align-items: center;
}
.amount.counter {
    width: 100%;
    display: inline-block;
}
span.plus {
    font-size: 40px;
    font-weight: 700;
}




.main-map-form-item.aws.has-error {
    position: relative;
}
.main-map-form-item.aws.mar_phone.has-error {
    position: relative;
}

.main-map-form-item.aws.mar_phone.has-error span#number-error {
    position: absolute;
    top: 118px;
}
.has-error span {
    
    font-weight: 400;
    color: red;
    position: absolute;
    top: 39px;
    font-size:14px;
    left: 30px;
}

section.banner_area{ position: relative;}
section.banner_area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #2125299e;
    z-index: 0;
}


.main-map-form-item.map_span.has-error {
    position: relative;
}
.main-map-form-item.has-error span#name-error {
    position: absolute;
    top: 44px;
    left: 5px;
    font-size: 12px;
}

.main-map-form-item.has-error span#email-error {
     position: absolute;
    top: 44px;
    left: 5px;
    font-size: 12px;
    
}
.enquiry-error{
    border:2px solid !important;
    border-color:red !important;
}



@media screen and (max-width: 768px){
    .has-error span{
        top:40px !important;
    }
      .service-mb{
          margin-bottom:20px !important;
      }
     .main-map-form-title-wrapper span.title{
         margin-top:20px;
     } 
}

.main-map-form-item.has-error span#service-error{
     position: absolute;
    top: 44px;
    left: 5px;
    font-size: 12px;
    
}
.main-map-form-item.has-error span#number-error {
    position: absolute;
    top: 118px;
    left: 5px;
    font-size: 12px;
}</pre></body></html>