@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

a:hover {
    text-decoration: none;
}

button {
    outline: none;
}

button:focus {
    outline: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: #ff7675;
}

::-webkit-selection {
    color: white;
    background: #ff7675;
}

::-moz-selection {
    color: white;
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

/* sm-menu-area-css-start  */
.sm-menu-area {
    padding: 15px 0;
    background-color: #E6EBFF !important;
}

.sm-menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sm-menu-wrapper .logo img {
    display: inline-block;
    width: 130px;
}

.hamburger {
    width: 30px;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 100%;
    margin: 6px 0;
    background: #240526;
    height: 3px;
}

.sm-menu-nav ul li {
    display: block;
}

.sm-menu-nav ul li a {
    text-decoration: none;
    display: inline-block;
    color: #0D207F;
    padding: 5px 15px;
    font-weight: 500;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}


.select_ul {
    border: 2px solid #F9F9F9;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.select_wrap .select_ul {
    position: absolute;
    top: 60px;
    left: -43px;
    width: 100%;
    border-radius: 5px;
    display: none;
}

.select_wrap .select_ul li {
    padding: 10px 0px;
    cursor: pointer;
    padding-left: 15px;
}

.select_wrap .option {
    display: flex;
    align-items: center;
    cursor: pointer;
}


.select_wrap.active .select_ul {
    display: block;
    z-index: 99999;
}

.select_wrap.active .default_option:before {
    top: 25px;
    transform: rotate(-225deg);
}

.language-select {
    width: 100px;
    position: relative;
}

.language-select p {
    width: 80px;
}

.language-select img {
    width: 30px;
}

.select_wrap p {
    margin-bottom: 0;
    padding-right: 20px;
    font-size: .9rem !important;
    font-weight: 100;
    color: #313231;
    position: relative;
    font-size: 13px;
}

.select_wrap p:hover {
    font-weight: 600 !important;
}

.select_wrap {
    position: relative;
}

.select_wrap:after {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: none;
    /*display: inline-block;*/
    padding-right: 5px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 35px;
    bottom: 4px;
}

.sm-menu-area .language-select {
    width: 140px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-top: 15px;
}

.select_wrap.active .select_ul {
    padding: 0 20px;
}

/* sm-menju-area-css-end  */


/* menu-area-css-start  */
.black {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999999;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
}

/*
.herobg {
    background-image: url(../img/headerbg.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: 45% 100%;
}
*/

.menu-area {
    padding: 20px 0;
    background-color: #E6EBFF;
}

.menu-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu-nav {
    font-size: .95rem;
}

.menu-nav ul li {
    display: inline-block;
}

.menu-nav ul li a {
    text-decoration: none;
    display: block;
    color: #0D207F;
    padding: 5px 12px;
    font-weight: 500;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.menu-nav ul li a:hover,
.menu-nav ul li.active a {
    font-size: 1rem;
    color: #FF0CB2;
}

.menu-area .logo img {
    display: inline-block;
    width: 150px;
}

/* menu-area-css-end   */

/* hero-area-start  */
.hero-area {
    padding: 50px 0;
    background-image: url('../img/illustrations/page1-background.png');
    background-repeat: no-repeat, repeat;
    background-size: cover;
}

.hero-right .img img {
    display: inline-block;
    width: 100%;
}

.hero-area .b-link a {
    display: inline-block;
    background: #1F8C57;
    color: #fff;
    font-weight: 500;
    padding: 5px 30px;
    font-size: 14px;
    border-radius: 20px;
    padding-right: 50px;
}

.hero-area .hero-left h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 0px;
}

.hero-area .hero-left h5 {
    font-size: 1.5rem;
    font-weight: 100;
    color: #FFFFFF;
    margin-top: 30px;
}

.hero-btns {
    margin-top: 30px;
}

.hero-btns a {
    display: inline-flex;
    background: #FF0CB2;
    color: #FFFFFF;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    transition: all 0.20s ease;
    -moz-transition: all 0.20s ease;
    -webkit-transition: all 0.20s ease;
    margin-top: 30px;
}

.hero-btns a:hover {
    opacity: 0.8;
}

.hero-btns a span {
    color: #FFFFFF;
    display: block;
    font-size: 1.1rem;
    font-weight: 500;
}


.sm-menu-nav {
    margin-top: 20px;
    display: none;
    font-size: .95rem;
}

.sm-menu-nav.active {
    display: none;
}

.hero-btns a p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}

.hero-btns a img {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
}

.hero-btns .google-play {
    background: #1F8C57;
}

.hero-btns .google-play span {
    color: #ECECEC;
}

/* hero-area-end   */

/* core-and-service-area-css-start  */
.core-and-service-area {
    overflow: hidden;
    padding: 50px 0;
}

.core-and-service-area .text {
    padding: 40px 60px 40px 40px;
    background: #DBC3FF;
}

.core-and-service-area .text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.core-and-service-area .text h5 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #272727;
    margin-top: 30px;
}

.core-and-service-area .img img {
    display: inline-block;
    position: relative;
}

@media (min-width: 576px) {
    .core-and-service-area .img img {
        width: 100%;
        top: 0px;
        left: 0px;
    }
}

@media (min-width: 768px) {
    .core-and-service-area .img img {
        width: 110%;
        top: 0px;
        left: 0px;
    }
}

@media (min-width: 992px) {
    .core-and-service-area .img img {
        width: 120%;
        top: 0px;
        left: -20px;
    }
}

@media (min-width: 1200px) {
    .core-and-service-area .img img {
        width: 130%;
        top: 0px;
        left: -100px;
    }
}

/* core-and-service-area-css-end  */

/* technology-area-css-start */
.technology-area {
    overflow: hidden;
    padding: 50px 0 50px 0;
}

.technology-area .text {
    margin-bottom: 5rem;
    text-align: center;
}

.technology-area .text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.technology-item {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 3px 4px 4px 0px #ecefee;
    background: #fff;
    border: 1px solid #ECEFEE;
    border-radius: 10px;
    height: 445px;
    margin-bottom: 0px;
}

.technology-item .img {
    margin-bottom: 20px;
}

.technology-item .img img {
    display: inline-block;
    height: 15rem;
}

.technology-item .text h3 {
    font-size: 1.5rem;
    color: #272D3A;
    font-weight: 500;
}

.technology-item .text h5 {
    font-size: .95rem;
    color: #272D3A;
    font-weight: 200;
}

.technology-item:hover {
    background: #2995CC;

}

.technology-item:hover .text h3,
.technology-item:hover .text h5 {
    color: #FFFFFF !important;
}

/* technology-area-css-end  */

/* scale-your-business-area-css-start  */
.scale-your-business-area {
    overflow: hidden;
    margin: 50px 0;
    padding: 25px 0;
    background: #DBC3FF;
}

.scale-your-business-area .text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.scale-your-business-area .text h5 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #272727;
    margin-top: 30px;
}

.scale-your-business-area .text h5 .highlight {
    color: #0D207F;
    font-weight: 600;
}

.scale-your-business-area .img img {
    display: inline-block;
    width: 100%;
}

/* scale-your-business-area-css-end  */


/* our-services-area-css-start  */
.our-services-area {
    overflow: hidden;
    padding: 50px 0;
}

.our-services-area .text {
    margin-bottom: 1rem;
    text-align: center;
}

.our-services-area .text h3 {
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.our-services-area .text h3 span {
    background: #fff;
    z-index: 100;
    position: relative;
    padding: 15px;
}

.our-services-area .text h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 50%;
    background: #FF0CB2;
    z-index: 50;
}

.our-services-area .img img {
    display: inline-block;
    width: 100%;
    padding: 40px 0;
}

.our-services-area .service {
    padding: 10px 0;
}

.our-services-area .service img {
    display: inline-block;
    margin-bottom: 10px;
    width: 60px;
    color: #FF0CB2;
}

.our-services-area .service h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #0D207F;
}

.our-services-area .service h5 {
    font-size: .9rem;
    font-weight: 100;
}

/* our-services-area-css-end  */


/* how-we-proceed-area-css-start  */
.how-we-proceed-area {
    overflow: hidden;
    padding: 50px 0;
}

.how-we-proceed-area .title {
    margin-bottom: 5rem;
    text-align: center;
}

.how-we-proceed-area .title h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.how-we-proceed-item {
    height: 250px;
    padding: 20px 20px;
    margin-bottom: 2rem;
    text-align: center;
    /*
    border: 2px solid #ECEFEE;
    border-radius: 10px;
    */
    background-image: url(../img/bg/frame.png);
    background-repeat: no-repeat;
    background-position: top 0px right 0px;
    background-size: 100% 100%;
}

.how-we-proceed-item .img img {
    display: inline-block;
    height: 80px;
    margin-top: 35px;
}

.how-we-proceed-item .text h5 {
    margin-top: 20px;
    font-size: .95rem;
    color: #272D3A;
    font-weight: 600;
}

/* how-we-proceed-area-css-end  */


/* news-area-css-start  */
.news-area {
    overflow: hidden;
    padding: 0px 0;
}

/* news-area-css-end  */


/* partners-and-clients-area-css-start  */
.partners-and-clients-area {
    overflow: hidden;
    padding: 50px 0;
}

.partners-and-clients-area .text-1 {
    padding: 30px 0;
    margin-bottom: 0rem;
    text-align: center;
    background: #E6EBFF;
}

.partners-and-clients-area .text-1 h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.partners-and-clients-area .text-2 {
    margin: 3rem 0;
    text-align: center;
}

.partners-and-clients-area .text-2 h3 {
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.partners-and-clients-area .text-2 h3 span {
    background: #fff;
    z-index: 100;
    position: relative;
    padding: 15px;
}

.partners-and-clients-area .text-2 h3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 50%;
    background: #FF0CB2;
    z-index: 50;
}

.partners-and-clients-area .img-1,
.partners-and-clients-area .img-2 {
    text-align: center;
}

.partners-and-clients-area .img-1 img {
    display: inline-block;
    margin-bottom: 10px;
    min-width: 250px;
    max-height: 250px;
}

.partners-and-clients-area .img-2 img {
    display: inline-block;
    margin-bottom: 30px;
    max-height: 200px;
    max-width: 250px;
}

/* partners-and-clients-area-css-end  */


/* products-area-css-start  */
.products-area {
    overflow: hidden;
    padding: 0px 0;
}

/* products-area-css-end  */


/* about-us-area-css-start  */
.about-us-area {
    overflow: hidden;
    margin: 50px 0;
    padding: 25px 0;
    background: #E6EBFF;
}

.about-us-area .text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #272727;
    margin-top: 0px;
}

.about-us-area .text h5 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #272727;
    margin-top: 30px;
}

.about-us-area .text h5 .highlight {
    color: #0D207F;
    font-weight: 600;
}

.about-us-area .img img {
    display: inline-block;
    width: 100%;
}

/* about-us-area-css-end  */


/* contact-area-css-start */
.contact-area {
    overflow: hidden;
    padding: 0 10%;
    margin: 50px 0;
    padding-top: 7rem;
}

.contact-area .text {
    margin-bottom: 3rem;
    text-align: center;
}

.contact-area .text h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #FF0CB2;
    margin-top: 0px;
}

.contact-area .text h5 {
    font-size: 1.3rem;
    font-weight: 400;
    color: #272727;
    margin-top: 30px;
}

.contact-area .text h5 .highlight {
    font-weight: 600;
}

.contact-form {
    margin-bottom: 5rem;
}

.contact-form .input {
    position: relative;
}

.contact-form .input input,
.contact-form .input textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    outline: none;
    padding: 15px 25px;
    border-radius: 10px;
    background: #FFF;
    border: 2px solid #ECEFEE;
    box-shadow: none;
    font-size: 17px;
    color: #8a8a8a;
    padding-right: 30px;
}

.contact-form .input input::placeholder {
    opacity: 1;
}

.contact-form .submit-btn {
    margin-top: 30px;
    text-align: center;
}

.contact-form .submit-btn button {
    display: inline-block;
    outline: none;
    border: none;
    color: #FFF;
    background: #FF0CB2;
    border-radius: 10px;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.contact-form .submit-btn button:hover {
    opacity: 0.8;
}

/* contact-area-css-end  */


/* footer-area-css-start  */
.footer-area {
    padding: 50px 0;
    background: #F3FFFA;
    padding-bottom: 20px;
}

.footer-nav {
    text-align: left;
    margin-bottom: 30px;
}

.footer-nav img {
    display: inline-block;
    width: 150px;
    margin-bottom: 0px;
}

.footer-nav .img-map img {
    max-height: 150px;
    max-width: 150px;
}

.footer-nav ul li {
    display: inline-block;
}

.footer-nav ul li a {
    text-decoration: none;
    display: block;
    color: #3D424E;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
}

.footer-nav ul li a:hover {
    color: #1F8C57;
}

.footer-nav-item {
    margin-bottom: 15px;
    font-size: 1rem;
    font-weight: 500;
}

.footer-nav-item img {
    display: inline-block;
    width: 150px;
    margin-bottom: 0px;
}

.footer-nav-item .img img {
    display: inline-block;
    width: 25px;
}

.footer-nav-item h4 {
    margin-top: 20px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #0D207F;
}

.footer-nav-item a {
    text-decoration: none;
    display: block;
    color: #3D424E;
}

.footer-nav-item a:hover {
    color: #0D207F;
}

.footer-area .line {
    display: block;
    width: 100%;
    background: #DDDDDD;
    height: 2px;
    margin-top: 20px;
}

.footer-content {
    text-align: center;
    padding-top: 20px;
}

.footer-content .logo img {
    display: inline-block;
    width: 150px;
}

.footer-content .logo {
    margin-bottom: 20px;
}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 8px;
    font-size: 20px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.footer-social ul li a span {
    color: #DDDDDD;
}

.footer-social ul li a:hover span {
    color: #1F8C57;
}

.footer-area .copyright {
    margin-top: 15px;
}

.footer-area .copyright p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #0D207F;
}

.footer-area .copyright p img {
    width: 100px;
}

.pizza_option p:after {
    content: none;
}

.select_wrap.active .select_ul {
    padding-left: 0;
    width: 150px;
    background: #fff;
}

.sm-menu-nav ul li.active a {
    font-size: 1rem;
    color: #FF0CB2;
}


/* footer-area-css-end   */

/* privacy-policy-css-start */

.privacy-policy-area {
    overflow: hidden;
    padding: 2rem 0;
}

.privacy-policy-area .title {
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
}

.privacy-policy-area .subtitle {
    font-size: 1.3rem;
    font-weight: 700;
}

.privacy-policy-area .info {
    padding: 2rem 15rem;
    font-size: 1.1rem;
}

/* privacy-policy-css-end */

.dropdown-content-products {
    cursor: pointer;
    color: #0D207F !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: -10px;
    left: 100px;
    background-color: #FFFFFF;
    border: 2px solid #F9F9F9;
    border-radius: 5px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    width: 100%;
    color: black !important;
    padding: 12px 16px !important;
    font-size: .9rem !important;
    font-weight: 100 !important;
    text-decoration: none !important;
    display: block !important;
}

.dropdown-content a:hover {
    /*background-color: #FF0CB2;*/
    font-size: .9rem !important;
    font-weight: 600 !important;
    /*color: #FFFFFF !important;*/
}

.dropdown-content img {
    width: 20px;
}

.dropdown-content span {
    padding-left: 10px;
}

.dropdown-content-show {
    display: inline-block !important;
}

.alert-success {
    display: none;
}

.alert-success h4 {
    margin-bottom: 1.1rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.alert-success p {
    margin-bottom: 0rem;
    text-align: center;
    font-size: .9rem;
    font-weight: 100;
}