@charset "UTF-8";

/*
Theme Name: RisingP Phoenix

Author: the RisingP Phoenix team

*/
body {
    margin: 0px;
    font-family: "Poppins", sans-serif;
}
 
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}
  

/* Logo Section */
 
 
main.menu-section header.sticky-top {
    background: #003c80;
}

main.menu-section nav {
    padding: 0;
}

main.menu-section a {
    padding: 10px 18px !important;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}
 
.toggle-button {
    display: none;
}
  
li.nav-item {
    padding: 0 40px;
}
a.nav-link {
    color: #ef5b27;
    font-size: 18px;
    padding: 52px 35px 30px !important;
}
a.nav-link:hover {
    color: #ffffff;
    background-color:#ef5b27 ;
}
nav.navbar {
    padding: 0;
}
a.nav-link.active {
    color: #ffffff;
    background-color:#ef5b27 ;
}
a.nav-link.active:hover {
    background-color: #275378;
}
main.logo-section.sticky-top {
    background: #fff;
    height: 110px;
}
.pdg-tp{
    padding-top: 50px;
}
.rp-1 {
    align-items: center;
    display: flex;
    padding-top: 115px;
    background-image: url(img/bg-hm.png);
    background-size: cover;
    background-position: right bottom;
    padding-bottom: 131px;
}
.rp-2 {
    align-items: center;
    display: grid;
    padding: 50px 0;
}

.container.container-1 {
    max-width: 95%;
}

section.rp-1 h2 {
    font-size: 50px;
    color: #f68723;
    font-weight: 700;
}
section.rp-1 h3 {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    color: #0a203f;
}
section.rp-1 h4 {
    font-size: 28px;
    font-weight: 400;
    color: #f68723;
    margin-bottom: 90px;
    line-height: 35px;
    padding-right: 100px;
}
section.rp-1 a {
    /*background: #275378;*/
    background-image: linear-gradient(
  45deg,
  hsl(208deg 63% 11%) 0%,
  hsl(208deg 59% 13%) 11%,
  hsl(208deg 57% 15%) 22%,
  hsl(208deg 55% 18%) 33%,
  hsl(208deg 53% 20%) 44%,
  hsl(208deg 52% 23%) 56%,
  hsl(208deg 52% 25%) 67%,
  hsl(207deg 51% 28%) 78%,
  hsl(207deg 50% 30%) 89%,
  hsl(207deg 50% 33%) 100%
);
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 10px;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    transition: .5s all;
}

section.rp-1 a:hover {
   /* background: #f68723;*/background-image: linear-gradient(
  45deg,
  hsl(207deg 50% 33%) 0%,
  hsl(207deg 50% 30%) 11%,
  hsl(207deg 51% 28%) 22%,
  hsl(208deg 52% 25%) 33%,
  hsl(208deg 52% 23%) 44%,
  hsl(208deg 53% 20%) 56%,
  hsl(208deg 55% 18%) 67%,
  hsl(208deg 57% 15%) 78%,
  hsl(208deg 59% 13%) 89%,
  hsl(208deg 63% 11%) 100%
);
   
   background-image: linear-gradient(
  45deg,
  hsl(207deg 50% 33%) 0%,
  hsl(207deg 50% 30%) 11%,
  hsl(207deg 51% 28%) 22%,
  hsl(208deg 52% 25%) 33%,
  hsl(208deg 52% 23%) 44%,
  hsl(208deg 53% 20%) 56%,
  hsl(208deg 55% 18%) 67%,
  hsl(208deg 57% 15%) 78%,
  hsl(208deg 59% 13%) 89%,
  hsl(208deg 63% 11%) 100%
);
}


.btm-sc-1 {
 
    width: 100%;
    text-align: center;
    background: #333f50;
    padding: 10px 50px;
 
    display: grid;
    align-items: center;
}

.btm-sc-1 p {
    margin: 0;
    color: #fff;
    font-style: italic;
    font-size: 28px;
}
 
.rp-2-cntnt {
    text-align: center;
}

.rp-2-cntnt h2 {
    font-size: 45px;
    background: #e57c20;
    padding: 10px 30px;
    color: #fff;
    width: fit-content;
    margin: auto;
    margin-bottom: 60px;
}
.rp-2-cntnt p {
    font-size: 30px;
    line-height: 44px;
    color: #000;
}
.rp-2-cntnt h3 {
    font-size: 28px;
    margin-top: 30px;
    color: #13293c;
    font-weight: 700;
}
.btm-sc-1 p span {
    color: #ef5b27;
}
.bg-1 {
    background-image: url(img/bg-1.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right center;
}
.rp-2-cntnt-hd-1 h3 {
    background-image: linear-gradient(to left, #caf1c5 10%, rgb(255 255 255) 90%);
    padding: 9px 10px;
    border-radius: 50px;
    width: fit-content;
    margin: auto;
    margin-bottom: 50px;
    font-size: 22px;
}

.mbl-in-img{
    display: none;
}


footer h6 {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

footer {
    padding: 20px 0;
    /*background: #000;*/
    background-image: linear-gradient(
  45deg,
  hsl(208deg 63% 11%) 0%,
  hsl(208deg 59% 13%) 11%,
  hsl(208deg 57% 15%) 22%,
  hsl(208deg 55% 18%) 33%,
  hsl(208deg 53% 20%) 44%,
  hsl(208deg 52% 23%) 56%,
  hsl(208deg 52% 25%) 67%,
  hsl(207deg 51% 28%) 78%,
  hsl(207deg 50% 30%) 89%,
  hsl(207deg 50% 33%) 100%
);
}


.ofrng-1 img {
    width: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 86%);
}
.ofrng-1 h3 {
    text-align: left;
}
.ofrng-1 h4 {
    font-size: 20px;
    color: #13293c;
    font-weight: 700;
    margin-bottom: 0;
}
.ofrng-1 h4 span {
    font-weight: 400;
}
.ofrng-mn{
    margin-bottom: 10px;
}

.ofrng-lft-img{
    padding-right: 30px;
}
.cntct-rght-hd h3 {
    color: #333f50;
    padding: 14px 30px;
    border: 2px solid #333f50;
    width: fit-content;
    border-radius: 50px;
    font-size: 28px;
    font-weight: 500;
    background: #fff;
    z-index: 88;
    display: block;
    position: relative;
}
.cntct-bx-1 {
    padding: 40px;
    border: 2px solid #355b68;
    margin-top: 20px;
    background: #fff;
}
.cntct-bx-1 h4 {
    color: #59879b;
    font-size: 19px;
    line-height: 27px;
    font-weight: 400;
    padding-bottom: 20px;
}
.cntct-bx-1 h6 {
    color: #59879b;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}
.cntct-bx-1 h5 {
    color: #355b68;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 20px;
    font-weight: 500;
}
.cntct-bx-1 h6 a {
    text-decoration: none;
    color: #59879b;
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
}
.cntct-bx-1 img {
    margin-top: 30px;
    margin-bottom: 30px;
}
 
.cntct-lft h3 {
    color: #7f7f7f;
    font-weight: 400;
    font-size: 30px;
    background: #ffffff;
    padding: 60px 60px;
    border-radius: 30px;
    width: fit-content;
}

.sprt-cntct-frm {
    width: 60%;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 10px;
}
.cntct-lft {
    padding-top: 40px;
}
.sprt-cntct-frm input {
    height: 50px;width: 100%;
    border: 0;
    border-radius: 0;
    padding-left: 15px;
    margin-bottom: 10px;
   
}
.sprt-cntct-frm textarea {
    border: 0;width: 100%;
    border-radius: 0;
    padding-left: 18px;height: 100px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.sprt-cntct-frm button {
    background: #333f50;
    border: 0;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 13px;
}



.wpcf7-submit {
    background: #333f50;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 20px;
    font-size: 13px;
    width: auto !important;
    height: auto !important;
    text-transform: uppercase;
    color: #fff;
}
.social ul {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.social li {
    display: inline-block;
}

.social i {
    background: #fff;
    color: #ef5b27;
    font-size: 15px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.social a {
    text-decoration: none;
}
.social {
    text-align: right;
}


.sprt-bg {
    background-image: url(img/bg-support.jpg);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 0;
    padding-top: 170px;
}

span.cn-bl {
    background: #333f50;
    width: 200px;
    height: 50px;
    display: block;
    border-radius: 20px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    transform: translate(-10px, -20px);
}
.cntct-rght-hd {
    position: relative;
}
span.cn-orng {
    background-image: linear-gradient(to right, #ec4127, #f58024);
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50px;
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    transform: translate(-10px, 45px);
}





/* Media Screens */
@media (min-width: 1650px){
    .sprt-bg .container {
        max-width: 1600px;
    }


}
 

@media (min-width: 1600px){
    .container {
        max-width: 1500px;
    }


}
 
@media (max-width: 576px) {
    .ofrng-1 h4 {
        font-size: 18px;
        line-height: 27px;
    }
    .mbl-in-img{
        display: block;
    }
    .dsktp-in-img {
        display: none;
    }
    .row.ofrng-mn {
        margin-top: 30px;
    }

    .toggle-button {
        display: block;
    }
    .login-language-section a {
        padding: 4px 8px;
        line-height: 20px;
    }
    .container {
        max-width: 90%;
    }
    button.toggle-button label {
        display: none;
    }

    .mbl-img-sc-1 img {
        max-width: 60%;
        margin: auto;
        display: block;
    }

}
 
@media (max-width: 767.9px) {
    .social {
        text-align: left;
        margin-top: 20px;
    }
    .social ul {
        padding: 0;
        color: #494444;
    }
     .cn-orng {
        display: none !important;
    }
    .cn-bl  {
        display: none !important;
    }

    .cntct-rght-hd h3 {
        padding: 10px 20px;
        border-radius: 50px;
        font-size: 20px;
    }
    .cntct-lft h3 {
        font-size: 24px;
        padding: 30px 30px;
        background: #f1efef;
    }
    .sprt-cntct-frm input {
        background: #f1efef;
    }
    .sprt-cntct-frm textarea {
        background: #f1efef;
    }
    .sprt-cntct-frm {
        width: 100%;
        margin-top: 20px;
    }
    .cntct-bx-1 {
        padding: 20px;
    }
    .cntct-bx-1 h4 {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .cntct-bx-1 h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .cntct-bx-1 h6 {
        font-size: 15px;
        line-height: 22px;
    }
    .cntct-bx-1 h6 a {
        font-size: 15px;
        line-height: 20px;
    }
    .ofrng-lft-img {
        padding-right: 15px;
    }
    .rp-1 {
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .rp-2 {
        padding: 10px 0;
    }
    .bg-1 {
        background-size: 25%;
    }
    .sc-mn {
        height: auto;
    }
    li.nav-item {
        padding: 0 0px;
    }
    .rp-2-cntnt h2 {
        font-size: 20px;
        padding: 10px 20px;
        margin-bottom: 20px;
    }
    .btm-sc-1 {
        padding: 10px 20px;
        height: auto;
        position: inherit;
    }
    .btm-sc-1 p {
        font-size: 13px;
    }
    .rp-2-cntnt p {
        font-size: 16px;
        line-height: 24px;
    }
    .toggle-button {
        display: block;
    }
    button.navbar-toggler.toggle-button {
        float: right;
        margin-top: 0px;
        padding: 0;
    }
    .rp-2-cntnt h3 {
        font-size: 15px;
        margin-top: 10px;
    }
    .rp-2-cntnt {
 
        padding-top: 10px;
    }
    .lgo-sc {
        display: flex;
        justify-content: space-between;
    }
    ul.navbar-nav {
        background: #f1eded;
    }
    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }
    body {
        height: auto;
        overflow: auto;
    }
    section {
        height: auto;
    }
    main.logo-section.sticky-top {
        height: 15vh;
    }
    section.rp-1 a {
        padding: 13px 15px;
        font-size: 20px;
    }
    section.rp-1 h4 {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
        padding-right: 0px;
    }
    section.rp-1 h3 {
        font-size: 18px;
        margin: 10px 0;
        line-height: 25px;
    }
    a.nav-link {
        font-size: 15px;
        padding: 10px 20px 10px !important;
    }
    section.rp-1 h2 {
        font-size: 25px;
    }
    img.img-fluid.logo-image {
        width: 200px;
        float: left;
    }
    .mbl-img-sc-1{
        margin-bottom: 30px !important;
    }
    .mbl-img-sc-1 img {
        margin: auto;
        display: block;
    }
    .mbl-img-sc-1 img {
        text-align: center;
    }
    .rp-1-cntnt {
        text-align: center;
        padding-bottom:  0px;
    }
 
}

@media (min-width: 768px) and (max-width: 991.9px) {
    span.cn-bl {
        width: 100px;
        height: 40px;
    }
    span.cn-orng {
        width: 40px;
        height: 40px;
    }
    .sprt-bg {
        padding-top: 70px;
    }

    .cntct-bx-1 {
        padding: 20px;
    }
    .cntct-bx-1 h4 {
        font-size: 15px;
        line-height: 20px;
        padding-bottom: 10px;
    }
    .sprt-cntct-frm {
        width: 90%;
        margin-top: 20px;
    }
    .cntct-lft h3 {
        font-size: 25px;
        padding: 30px 40px;
    }
    .sprt-cntct-frm button {
        padding: 8px 12px;
        font-size: 12px;
    }
    .cntct-rght-hd h3 {
        padding: 11px 20px;
        font-size: 20px;
    }
    .cntct-bx-1 h6 a {
        font-size: 14px;
        line-height: 17px;
    }
    .cntct-bx-1 h6 {
        font-size: 14px;
        line-height: 22px;
    }
    .cntct-bx-1 h5 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .rp-2-cntnt h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .ofrng-1 img {
        border-radius: 10px;
        max-width: 55px;
    }
    .rp-2-cntnt p {
        font-size: 26px;
        line-height: 38px;
    }
    li.nav-item {
        padding: 0 10px;
    }
    .btm-sc-1 p {
        font-size: 22px;
    }
    .toggle-button {
        display: none;
    }
    a.nav-link {
        color: #ef5b27;
        font-size: 18px;
        padding: 42px 20px 20px !important;
    }
    section.rp-1 h2 {
        font-size: 36px;
    }
    section.rp-1 h3 {
        margin: 20px 0;
        font-size: 20px;
        line-height: 25px;
    }
    section.rp-1 h4 {
        font-size: 20px;
        margin-bottom: 50px;
        line-height: 25px;
    }
    section.rp-1 a {
        padding: 14px 20px;
        font-size: 20px;
    }





}

@media (min-width: 992px) and (max-width: 1200px) {
    .sprt-cntct-frm input {
        height: 40px;
    }
    .cntct-bx-1 h4 {
        font-size: 17px;
        line-height: 23px;
        padding-bottom: 10px;
    }

    .cntct-lft h3 {
        font-size: 30px;
        padding: 30px 40px;
    }

    .sprt-cntct-frm button {
        padding: 6px 6px;
        font-size: 13px;
    }
    .social i {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }



    .cntct-bx-1 h6 {
        font-size: 15px;
        line-height: 25px;
    }
    .sprt-bg {
        padding-top: 60px;
    }
    .cntct-bx-1 {
        padding: 20px;
    }
    .cntct-bx-1 h5 {
        font-size: 20px;
        line-height: 20px;
    }
    .ofrng-1 img {
        border-radius: 10px;
        max-width: 65px;
    }
    .toggle-button {
        display: none;
    }
    a.nav-link {
        color: #ef5b27;
        font-size: 18px;
        padding: 42px 20px 20px !important;
    }
    section.rp-1 h2 {
        font-size: 36px;
    }
    section.rp-1 h3 {
        margin: 20px 0;
        font-size: 20px;
        line-height: 25px;
    }
    section.rp-1 h4 {
        font-size: 20px;
        margin-bottom: 50px;
        line-height: 25px;
    }
    section.rp-1 a {
        padding: 14px 20px;
        font-size: 20px;
    }
    .btm-sc-1 p {
        font-size: 22px;
    }
    .rp-2-cntnt p {
        font-size: 23px;
        line-height: 34px;
    }
    .rp-2-cntnt h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
 

}

@media (min-width: 1201px) and (max-width: 1400px){
    section.rp-1 h4 {
        font-size: 22px;
        margin-bottom: 40px;
        line-height: 30px;
    }
    section.rp-1 a {
        padding: 20px 20px;
        font-size: 22px;
    }
    section.rp-1 h3 {
        margin: 20px 0;
        font-size: 23px;
        line-height: 30px;
    }
    .rp-1-dsktp-img img {
        max-width: 83%;
        float: right;
    }
    .btm-sc-1 p {
        font-size: 18px;
    }
    .rp-2-cntnt p {
        font-size: 18px;
        line-height: 27px;
    }
    .rp-2-cntnt h3 {
        font-size: 18px;
        margin-top: 20px;
    }
    li.nav-item {
        padding: 0 20px;
    }
    .rp-2-cntnt h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .cntct-bx-1 h6 {
        font-size: 16px;
    }
    .cntct-bx-1 h6 a {
        font-size: 16px;
    }
    .cntct-bx-1 h5 {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 10px;
    }
    .cntct-bx-1 {
        padding: 30px;
        margin-top: 20px;
    }

    .cntct-lft h3 {
        font-size: 25px;
        padding: 40px 40px;
    }
    .cntct-rght-hd h3 {
        font-size: 20px;
    }
    .cntct-bx-1 h4 {
        font-size: 17px;
        line-height: 27px;
        padding-bottom: 10px;
    }
    .sprt-cntct-frm {
        margin-top: 30px;
    }
    .sprt-cntct-frm button {
        padding: 10px 17px;
        font-size: 13px;
    }
    .sprt-bg {
        padding-top: 100px;
    }







}


@media (min-width: 1401px) and (max-width: 1650px){


    .rp-2-cntnt p {
        font-size: 25px;
        line-height: 42px;
    }
    .btm-sc-1 p {
        font-size: 25px;
    }





}


@media (max-width: 767.9px)   and (orientation: landscape) {
    .rp-2-cntnt img {
        max-width: 400px;
    }
    .btm-sc-1 {
 
        position: inherit;
    }
    .rp-2-cntnt p {
        font-size: 14px;
        line-height: 21px;
    }
    .mbl-img-sc-1 img {
        max-width: 300px;
    }
    main.logo-section.sticky-top {
        height: auto;
    }

}

/* Close Media Screens */

@media (min-width: 768px) {
  .menu {
    flex-direction: row !important;
  }
}

.menu {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  li.menu-item {
    padding: 0 20px;
  }
}

.menu {
  list-style: none;
}
.current_page_item a {
  color: #ffffff !important;
  background-color: #ef5b27;
}

.menu-item a {
  color: #ef5b27;
  text-decoration: none;
  display: block;
  font-size: 18px;
  padding: 52px 35px 30px !important;
}


.wpcf7 label{width:100%;}

.wpcf7-not-valid-tip{color: #fff !important;}

@media (max-width: 767.9px) {
  ul.menu {
    background: #f1eded;
  }
   .menu a {
    font-size: 15px;
    padding: 10px 20px 10px !important;
  }
  
  .wpcf7-submit {
  background: #333f50;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 10px 20px;
    padding-left: 20px;
  font-size: 13px;
  width: auto !important;
  height: auto !important;
  text-transform: uppercase;
  color: #fff;
}

}