@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');



html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

a:visited,
a:hover,
a:active {
    text-decoration: none
}

img {
    max-width: 100%
}

body {
     font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333
}

h2 {
     font-family: "Open Sans", sans-serif;
     font-weight: 700;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #4285F4;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #fff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    z-index: 99;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.scrolltotop:hover {
    background: #4285F4;
    color: #fff;
    box-shadow: 0 0 5px #4285F4;
    -webkit-box-shadow: 0 0 5px #4285F4;
    -moz-box-shadow: 0 0 5px #4285F4
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

.header-area {
    padding: 63px 0
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-item-inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-item-inner a {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 700
}

.header-item-inner a span {
    color: #4285F4
}

.header-item-inner img {
    cursor: pointer
}

.header-item-inner2 ul {
    display: flex;
    align-items: center
}

.header-item-inner2 ul li a {
    color: #605656;
    font-size: 18px;
    font-weight: 500;
    margin-left: 38px
}

.header-item-inner2 ul li a:hover {
    color: #4285F4
}

.header-item-inner2 ul li:last-of-type a {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 35px;
    border-radius: 9px;
    border: 2px solid #000;
    background: #FFF;
    margin-left: 54px
}

.header-item-inner2 ul li:last-of-type a:hover {
    background: #000;
    color: #fff
}

.offcanvas-start {
    width: 300px;
    border: none
}

.offcanvas-body {
    padding: 30px 20px
}

.side-menu-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.side-menu-inner a {
   font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700
}

.side-menu-inner a span {
    color: #4285F4
}

.side-menu-inner .close {
    cursor: pointer;
    width: 25px;
    height: 25px
}

.side-menu-inner .close span {
    width: 25px;
    height: 3px;
    display: block;
    background: #000
}

.side-menu-inner .close span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 13px
}

.side-menu-inner .close span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -3px
}

.side-menu-inner2 ul {
    flex-wrap: wrap
}

.side-menu-inner2 ul li {
    width: 100%
}

.side-menu-inner2 ul li a {
    margin: 0 0 15px
}

.side-menu-inner2 ul li:last-of-type a {
    margin-left: 0
}

.result-area-inner {
    padding-top: 70px;
    overflow: hidden
}

.result-item {
    text-align: center
}

.result-item h2 {
    color: #333;
    font-size: 60px;
    font-weight: 700;
    margin-top: 25px
}

.result-item p {
    color: #868686;
    font-size: 20px;
    font-weight: 500
}

.result-item h6 {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.result-item h6 img {
    margin-left: 3px
}

.result-item2 img {
    width: 100%;
    transform: translateY(50%);
    margin-top: -30%
}

.result-item2 img:nth-of-type(2) {
    display: none
}

.work-area {
    padding: 142px 0 121px;
    background: #F5F5F5
}

.work-item img {
    width: 100%
}

.work-item2 {
    padding-left: 132px
}

.work-item2 h6 {
    color: #4285F4;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px
}

.work-item2 h2 {
    color: #000;
    font-size: 40px;
    font-weight: 700
}

.work-item2 p {
    color: #605656;
    font-size: 22px;
    font-weight: 500;
    max-width: 453px
}

.work-item2-inner {
    display: flex;
    align-items: start;
    margin-top: 38px
}

.work-item2-inner2 {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #000;
    background: #FFF;
    margin-right: 25px
}

.work-item2-inner h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px
}

.work-item2-inner h6 {
    color: #605656;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: normal
}

.tool-area {
    padding-top: 140px
}

.tool-item {
    text-align: center;
    margin-bottom: 100px
}

.tool-item h6 {
    color: #4285F4;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px
}

.tool-item h2 {
    color: #000;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 6px
}

.tool-item p {
    color: #605656;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 39px
}

.tool-item2 .work-item2-inner {
    margin-top: 0;
    margin-bottom: 80px
}

.tool-item2 .work-item2-inner2 {
    margin-right: 14px
}

.package-area {
    padding-top: 60px
}

.package-item>h2 {
    color: #333;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 6px
}

.package-item>h2 span {
    color: #4285F4
}

.package-item>p {
    color: #605656;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 48px
}

.package-item-inner {
   
    margin: 50px;
}

/*.new-center {
    max-width: 714px;
    margin: 50 auto;
}

*/


.package-item-inner2 {
    padding: 25px 36px 52px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .12), 0 -1px 4px 0 rgba(0, 0, 0, .12);
    margin-bottom: 30px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.package-item-inner2 h4 {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.package-item-inner2 h3 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.package-item-inner2 h2 {
    color: #000;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 28px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.package-item-inner2 h5 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 22px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.package-item-inner2 ul {
    min-height: 160px
}

.package-item-inner2 ul li {
    display: flex;
    align-items: start;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease
}

.package-item-inner2 ul li i {
    color: #656565;
    margin-right: 9px;
    margin-top: 4px
}

.package-item-inner2 a {
   font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 6px;
    text-align: center;
    width: 139px;
    border-radius: 9px;
    border: 1px solid rgba(0, 0, 0, .52);
    background: #FFF
}

.package-item-inner2:hover {
    background: #4285F4;
    box-shadow: none
}

.package-item-inner2:hover h4 {
    color: #FFF
}

.package-item-inner2:hover h3 {
    color: rgba(255, 255, 255, .8)
}

.package-item-inner2:hover h2 {
    color: #FFF
}

.package-item-inner2:hover h5 {
    color: rgba(255, 255, 255, .8)
}

.package-item-inner2:hover ul li {
    color: rgba(255, 255, 255, .8)
}

.package-item-inner2:hover ul li i {
    color: #FFF
}

.package-item-inner2:hover a {
    background: #fff;
    color: #000
}

.frequently-area {
    padding: 117px 0 70px
}

.frequently-item>h2 {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px
}

.accordion {
    max-width: 960px;
    margin: 0 auto;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .12), 0 -1px 4px 0 rgba(0, 0, 0, .12)
}

.accordion-item {
    background: transparent
}

.accordion-header {
    padding: 0
}

.accordion-button {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 36px;
    border-bottom: 1px solid #868686;
    background: transparent !important
}

.accordion-button:hover {
    color: #000
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #868686;
    color: #000
}

.accordion-button:focus:after {
    color: #000
}

.accordion-button::after {
    width: 26px;
    height: 26px;
    background-size: 26px;
    background-image: url(../images/up.svg)
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down.svg)
}

.accordion-body {
    padding: 25px 40px;
    border-bottom: 1px solid #868686
}

.accordion-body p {
    color: #605656;
    font-size: 16px;
    font-weight: 500
}

.accordion-body p a {
    color: #605656
}

.accordion>div:last-of-type .accordion-button {
    border-bottom: none
}

.accordion>div:last-of-type .accordion-button:not(.collapsed) {
    border-bottom: 1px solid #868686
}

.footer-area {
    padding: 70px 0
}

.footer-item {
    text-align: center;
    margin-bottom: 200px
}

.footer-item h2 {
    color: #333;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 6px
}

.footer-item p {
    color: #605656;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.footer-item a {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 35px;
    border-radius: 9px;
    border: 2px solid #000;
    background: #FFF
}

.footer-item a:hover {
    background: #000;
    color: #fff
}

.footer-item2 {
    display: flex;
    justify-content: space-between
}

.footer-item2-inner {
    margin-bottom: 30px
}

.footer-item2-inner>a {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px
}

.footer-item2 a span {
    color: #4285F4
}

.footer-item2 p {
    color: #605656;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 30px
}

.footer-item2 p a {
    color: #605656
}

.footer-item2-inner p:last-of-type {
    margin-bottom: 0
}

.footer-item2 h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top: 25px
}

.mbl-img2 {
    display: block;
    margin: 40px 0 60px;
}

.terms-area {
    padding: 30px 0 60px;
}

.terms-item {
    padding: 50px 50px 30px;
    background: #F8F9FA;
}

.terms-item h2 {
    font-size: 40px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 40px;
}

.terms-item p {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 20px;
}

.terms-item p a {
    color: #212529;
}

.terms-item p strong {
    font-weight: 700;
    display: block;
}

.terms-item ul {
    margin-bottom: 15px;
}

.terms-item ul li {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 5px;
    display: flex;
    align-items: start;
}

.terms-item ul li span {
    margin-top: px;
    margin-right: 3px;
}

.terms-item p a:hover {
    color: #4285F4
}

.footer-item2-inner p a:hover {
    color: #4285F4
}

.accordion-body p a:hover {
    color: #4285F4
}