/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;
    4) font-family: 'Source Sans Pro', sans-serif;
    5) font-family: 'Oswald', sans-serif;
    6) font-family: 'Montserrat', sans-serif;
*/

@font-face {
    font-family: futurabold;
    src: url(../fonts/futurabold.ttf);
}


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    color: #595959;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.list1 li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 8px;
    font-size: 17px;
}

.list1 li::before {
    position: absolute;
    content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    top: 1px;
    left: 15px;
    font-size: 20px;
    color: #0d7590;
}



.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: futurabold;
}

.textp p {
    color: #787c80;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.6;
}

.text-upper {
    text-transform: uppercase;
}

.font-weight-bold {
    font-weight: bold;
}

.btn1 {
    padding: 15px 35px;
    background: #f15723;
    border-radius: 50px;
    color: #fff;
    outline: 0;
    display: inline-block;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.btn1:hover {
    background: #0d7590;
    border: 1px solid #fff;
    transition: all 0.5s;
    color: #fff;
}


/* End of globle css */


/* Start we now start up section  */

.title h2 {
    font-size: 48px;
    font-weight: 300;
    color: #0d7590;
}

.bg-1 {
    background: rgba(13, 117, 144, 0.11);
}

.bg-2 {
    background: #cfe8ef;
}

.text1 {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #04495a;
}


/* End of we now start up section  */


/* Start Nev Section */

.mynav {
    margin-bottom: 0;
    padding: 8px 0;
    position: relative;
    transition: all 0.5s;
}

.logo {
    padding: 15px;
    display: inline-block;
    /* background: #fff; */
    transition: all 0.5s;
}

.logo img {
    transition: all 0.5s;
}

.mynav li a {
    color: #333;
    display: inline-block;
    font-size: 21px;
    line-height: 31px;
    cursor: pointer;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu>li>a {
    color: #333 !important;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: transparent;
    border-color: #337ab7;
}

.darkHeader {
    background: #fff !important;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.navbar-nav {
    margin-top: 54px;
    transition: all 0.5s;
}

.navbar-nav li a:hover {
    color: #f15722 !important;
}

.menuwhite li a {
    color: #fff;
}

.darkHeader li a {
    color: #333 !important;
}

.darkHeader .logo img {
    width: 87px;
    transition: all 0.5s;
}

.darkHeader .logo {
    padding: 8px;
    transition: all 0.5s;
}

.darkHeader .navbar-nav {
    margin-top: 16px;
    transition: all 0.5s;
}


/* End of Nev Section */


/* Start home intro section  */

.homeintroSec {
    position: relative;
    background: url(../img/2.png) no-repeat;
    background-size: cover;
    background-position: bottom right;
    margin-bottom: -102px;
    z-index: 1;
}

.homeintrobox {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 73%;
    margin: auto;
}

.introtagline .text {
    font-size: 4.5vw;
    color: #0d7590;
}

.homebtn {
    position: absolute;
    bottom: 52px;
    bottom: 135px;
}

.homebtn a {
    padding: 15px 35px;
    background: #f15723;
    border-radius: 50px;
    color: #fff;
    outline: 0;
    border: 1px solid #fff;
    transition: all 0.5s;
}

.homebtn a:hover {
    background: #0d7590;
    border: 1px solid #fff;
    transition: all 0.5s;
}


/* End of home intro section  */


/* Start Hero images section  */

.maincontent h1 {
    font-size: 85px;
    font-weight: 300;
    color: #0d7590;
}

.maincontent p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0d7590;
    line-height: 32px;
}


/* End  Hero section */


/* Start expert consultancy section */

.expertinfo p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #04495a;
}

.expertinfo h4 {
    font-size: 32px;
    font-weight: 400;
    color: #0d7590;
    font-family: 'Montserrat', sans-serif;
}


/* End of expert consultancy section */

.we_assistSec {
    background: url(../img/abstracts_left.png) no-repeat;
    background-size: 60%;
    background-position: 120%;
}

.we_assistSec2 {
    background: url(../img/abstracts_right.png) no-repeat;
    background-size: 60%;
    background-position: -18%;
}


/* Start our partner section */

.ourpartnerbox {
    padding: 10px
}

.ourpartnerbox img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .7;
}

.ourpartnerbox img:hover {
    -webkit-filter: inherit;
    filter: inherit;
    opacity: 1;
}

.partner-benifitbox {
    padding: 28px;
    box-shadow: 0px 40px 80px rgba(109, 109, 109, .3) !important;
    min-height: 308px;
    background: #fff;
    transition: all 0.5s;
    border-radius: 8px 40px 8px 40px;
}

.partner-benifitbox:hover {
    border-radius: 40px 8px 40px 8px;
    transition: all 0.5s;
    background: rgba(241, 87, 34, 0.31);
}


/* End of our partner section */


/* Start footer section  */


/**Footer section**/

footer {
    position: relative;
}

.footer-svg {
    height: 80px;
    overflow: hidden;
    margin: -20px 0 0 0px;
}

.footer-svg svg path {
    fill: #FFF0F5;
}

footer .row {
    position: relative;
    z-index: 1;
}

footer:after {
    content: "";
    background: url(../img/shape-1.png);
    position: absolute;
    width: 200px;
    height: 370px;
    background-repeat: no-repeat;
    top: 35%;
    z-index: 0;
    right: 0;
    background-position: center right;
    background-size: 80%;
    opacity: 0.5;
}

footer:before {
    content: "";
    background: url(../img/shape-2.png);
    position: absolute;
    width: 250px;
    height: 250px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    opacity: 0.5;
}

.footer-row1 {
    background: #0d7590;
    /* background: -moz-linear-gradient(top, #fffdf2 0%, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #fffdf2 0%, #ffeff5 100%);
    background: linear-gradient(to bottom, #fffdf2 0%, #ffeff5 100%); */
    padding: 80px 0;
}

.footer-row2 {
    background: #ffffff;
    padding: 10px 0 80px 0;
}

.footer-row3 {
    background: #ffffff;
    padding: 40px 0;
}

.email-subs {
    color: #fff;
}

.email-subs h3 {
    margin-bottom: 10px;
    font-size: 35px;
}

.hline {
    border-top: 1px solid #e2eaef;
    margin: 0;
    position: relative;
}

.email-subs-form {
    position: relative;
}

.email-subs-form form {
    align-items: center;
    justify-content: center;
    display: flex;
}

.email-subs-form input {
    width: 100%;
    height: 65px;
    padding: 0px 175px 0px 30px;
    margin: 0px 0 0px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    /* -webkit-box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8;
    box-shadow: -6px 6px 11px #f2f2f2, 6px -6px 11px #fff0e8; */
}

.email-subs-form button {
    width: max-content;
    position: absolute;
    right: 5px;
    border-radius: 28px 100px 100px 28px;
    padding: 0 30px;
    line-height: 55px;
}

.footer-row2 h5 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    margin-top: 30px;
    color: #0d7590;
}

.footer-address-list li p {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.footer-address-list li p span {
    display: flex;
    font-weight: 400;
    font-size: 15px;
}

.footer-address-list li>span {
    position: relative;
    top: 5px;
}

.footer-address-list li {
    color: #0d7590;
    display: flex;
    padding: 0 0 15px 0;
}

.footer-address-list li:last-child {
    padding: 0 0 0px 0;
}

.footer-address-list li a {
    color: #0d7590;
}

.footer-address-list li i {
    margin: 0 15px 0 0;
    display: initial;
    font-size: 21px;
}

.footer-block {
    padding: 20px 0;
}

.social-links {
    text-align: right;
}

.social-links a {
    color: #0d7590;
    font-size: 25px;
    line-height: 1;
}

.footer-social-media-icons a:hover {
    color: #f15723;
}

.footer-social-media-icons a {
    color: #0d7590;
    font-size: 26px;
    border-radius: 4px;
    margin: 0 30px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
}

.copyright {
    text-align: center;
    color: #0d7590;
}

.footer-social-media-icons {
    margin: 0 0 30px 0;
}

.link-hover a {
    color: #0d7590;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    z-index: 1;
}

.link-hover a::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.link-hover a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.link-hover a:hover {
    color: #f15723 !important;
}


/* End of footer section  */


/* Start services section */


/**Service section**/

.pad-tb {
    padding-top: 100px;
    padding-bottom: 100px;
}

.service-section {
    background: #fff;
    position: relative;
    overflow: hidden;
    /* padding-top: 150px;
    margin-top: -94px;
    z-index: -1; */
}

.image-block img {
    width: 100%;
}

.white-text {
    color: #fff !important;
}

.shape-bg2 {
    position: relative;
}

.shape-bg2:after {
    /* content: '';
    background: url(../img/shape-2.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    right: -70px;
    bottom: -70px;
    z-index: -1; */
}

.shape-bg2:before {
    content: '';
    background: url(../img/shape-1.svg);
    background-size: auto;
    position: absolute;
    height: 150px;
    width: 150px;
    background-repeat: no-repeat;
    left: -40px;
    bottom: -80px;
    z-index: 0;
}

.service-section:before {
    content: "";
    background: url(../img/dot-shape.png) #d7f0fd;
    position: absolute;
    height: 400px;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: center top;
    background-size: contain;
    background-repeat: repeat;
}

.s-block {
    background: #fff;
    text-align: center;
    background-size: 200%;
    background-position: top right;
    background-repeat: no-repeat;
    text-align: center;
    padding: 50px 20px;
    margin: 0;
    position: relative;
    border: 1px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.service-section .s-block {
    background: url(../img/shape-7.svg) #fff;
    background-size: 180px;
    background-position: top right;
    background-repeat: no-repeat;
}

.s-card-icon {
    width: 80px;
    margin: 0 auto 30px;
}

.s-block h4 {
    margin: 0 0 10px 0;
}

.s-block a {
    display: inline-block;
    margin: 30px 0 0 0;
    color: #050748;
}

.upset {
    position: relative;
    z-index: 5
}


/**Service index2**/

.service-2:before {
    background-color: #f9f9f9
}

.wide-block {
    padding: 50px 30px;
    margin: 5px 0;
    position: relative;
    border: 0px solid #d4f0ff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.service-img1 {
    background: #e9ddff;
}

.service-img1:after {
    background: url(../img/service-img-1.png);
}

.service-img2 {
    background: #ffdadb;
}

.service-img2:after {
    background: url(../img/service-img-2.png);
}

.service-img3 {
    background: #d6edff;
}

.service-img3:after {
    background: url(../img/service-img-3.png);
}

.service-img4 {
    background: #ffede1;
}

.service-img4:after {
    background: url(../img/service-img-4.png);
}

.wide-block:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 280px;
    background-position: right center;
    background-repeat: no-repeat;
}

.block-space- {
    max-width: 50%;
    position: relative;
    z-index: 555;
}

.wide-block h4 {
    margin: 20px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}


/**Statistics section**/


/* End of services section */


/* Start we work section */


/**Work category section**/

.common-heading>span {
    color: #f15723;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
    display: block;
}

.common-heading h2 {
    font-size: 58px;
    font-weight: 300;
    color: #0d7590;
}

.common-heading p {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #04495a;
}

.work-category {
    /* background: #fbf9ed;
    background: -moz-linear-gradient(top, #fbf9ed 0%, #fbeaf8 100%);
    background: -webkit-linear-gradient(top, #fbf9ed 0%, #fbeaf8 100%);
    background: linear-gradient(to bottom, #fbf9ed 0%, #fbeaf8 100%); */
    position: relative;
    background: url(../img/dot_bg.png);
}

.work-category .common-heading h2 {
    margin-bottom: 30px;
}

.work-card p {
    color: #050748;
    line-height: 19px;
    font-size: 14px;
    margin: 5px 0 0 0;
    padding: 0 -6px;
}

.icon-bg {
    display: block;
    height: 62px;
    width: 62px;
    margin: 0 auto;
    text-align: center;
}

.icon-set {
    width: 25%;
    display: inline-block;
    float: left;
    position: relative;
}

.work-card {
    margin: 10px;
    padding: 30px 20px;
    max-height: 170px;
    text-align: center;
    min-height: 170px;
    border-radius: 8px 40px 8px 40px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    background: rgba(13, 117, 144, 0.18);
    transition: all 0.5s;
    position: relative;
}

.icon-set a:hover .work-card {
    border-radius: 40px 8px 40px 8px;
    transition: all 0.5s;
    background: rgba(241, 87, 34, 0.31);
}

.work-card .comingsoon {
    color: #f15722;
    position: absolute;
    top: 0;
    font-size: 11px;
    background: #fff;
    padding: 2px 5px;
    box-shadow: 0px 0px 2px 0px #ccc;
    border-radius: 0px 0px 5px 6px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.work-card .new {
    color: #0d7590;
    position: absolute;
    top: 0;
    font-size: 11px;
    background: #fff;
    padding: 2px 5px;
    box-shadow: 0px 0px 2px 0px #ccc;
    border-radius: 0px 0px 5px 6px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}


/* 
.cd1 {
    background: #70e4e8;
}

.cd2 {
    background: #f5eb92;
}

.cd3 {
    background: #a3ffe2;
}

.cd4 {
    background: #ffbc7a;
}

.cd5 {
    background: #e3ff8e;
}

.cd6 {
    background: #ffa0c6;
}

.cd7 {
    background: #f3a6ff;
}

.cd8 {
    background: #97ffaf;
}

.cd9 {
    background: #6cfffa;
}

.cd10 {
    background: #77baff;
}

.cd11 {
    background: #ffefd4;
}

.cd12 {
    background: #7affdb;
} */


/* End of we work section */


/* Start top page banner section */

.pagebanner {
    background: url(../img/2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 258px 0px 152px 0px;
    position: relative;
    overflow: hidden;
    /* text-align: center; */
    height: 269px;
}

.pagebanner h3 {
    color: #fff;
}

.breadcrumbs li {
    display: inline-block;
    list-style: none;
    font-weight: 400;
    font-size: 15px;
}

.breadcrumbs li a {
    color: #222;
}

.breadcrumbs .active:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 15px;
    font-weight: 600;
}

.breadcrumbs .active {
    margin-left: 15px;
    color: #0d7590;
}


/* End of top page banner section */


/* Start contact page design */


/**Enquire form section**/

.enquire-form {
    background: #D6FFFC;
    background: -moz-linear-gradient(top, #D6FFFC 0%, #ffeff5 100%);
    background: -webkit-linear-gradient(top, #D6FFFC 0%, #ffeff5 100%);
    background: linear-gradient(to bottom, #D6FFFC 0%, #ffeff5 100%);
}

.form-block input:focus,
.form-block textarea:focus {
    border-bottom: 2px solid #0d7590;
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0px 15px;
    margin: 0px 0 15px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-block textarea {
    height: 100px;
    width: 100%;
    padding: 15px;
    margin: 0px 0 15px 0;
    color: #172b43;
    font-size: 16px;
    outline: none;
    background: #fff;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #ff1f8e;
    background-color: #ff1f8e;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
    box-shadow: 0 3px 6px rgba(91, 130, 148, .08);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #ffbc80;
}

.custom-control-label::before {
    position: absolute;
    top: -1px;
    left: -1.5rem;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: -3px;
    left: -26px;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-control {
    margin-bottom: 10px;
}

.form-block label input {
    height: 20px;
    width: 20px;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
}

.fieldsets label {
    position: relative;
    top: -14px;
    font-size: 14px;
    color: #ff1f8e;
    margin: 0;
    padding: 0;
    display: inline;
}

.custom-control label {
    text-indent: -21px;
    padding: 2px 0 0 21px;
    font-size: 14px;
}

.form-block label a {
    color: #000;
}

.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
}

.form-block p.trm i {
    padding: 5px 5px 0 0;
}


/**contact page**/

.banner-6 {
    background: url(../images/banner/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-location {
    overflow: hidden;
}

.info-card {
    padding: 30px;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3.4px 2.7px -30px rgba(0, 0, 0, 0.059), 0 8.2px 8.9px -30px rgba(0, 0, 0, 0.071), 0 25px 40px -30px rgba(0, 0, 0, 0.2);
}

.contact-card {
    background: #fff8f2;
}

.email-card {
    background: #dff2f7;
}

.skype-card {
    background: #eafffd;
}

.info-card span i {
    margin-right: 10px;
}

.info-card span {
    font-size: 20px;
    font-weight: 700;
    color: #0d7590;
}

.info-card p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 10px 0;
}

.info-card a {
    font-size: 20px;
    color: inherit;
    font-weight: 600;
}

.bglight {
    background: #fbfbfb;
}


/* End of contact page design */


/* Start Manage website site services section */


/* Start about us page  */

.topTitleSec {
    padding-bottom: 80px;
    background: url(../img/dot-bg.png);
}

.topTitleSec .container {
    background: url(../img/bubble1.png);
    background-repeat: no-repeat;
    background-size: 23%;
    background-position: right;
}

.topTitleSec h1 {
    color: #0c748f;
    font-size: 77px;
    font-weight: 700;
    margin-top: 140px;
}

.topTitleSec p {
    color: #21191d;
    font-size: 22px;
    font-weight: 400;
    text-align: justify;
}


/* End of about us page  */


/* Start manage website Services Section */

.webserbox {
    background: #0c748f;
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-radius: 5px;
    transition: all 0.3s linear 0s;
}

.manageboxno {
    font-size: 98px;
    color: #ffffff85;
    padding-right: 12px;
}

.manageboxtext h3 {
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}

.manageboxtext p {
    margin-bottom: 0;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    padding-top: 13px;
}

.webserbox:hover {
    transform: translateY(-5px);
    transition: all 0.3s linear 0s;
}


/* Flip effect on box */

.flip-box {
    float: left;
    display: block;
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 200px;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
}

.flip-box .object {
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(-75px);
    -moz-transform: translateZ(-75px);
    -ms-transform: translateZ(-75px);
    -o-transform: translateZ(-75px);
    transform: translateZ(-75px);
}

.full-size,
.flip-box .object,
.flip-box .front,
.flip-box .back {
    width: 100%;
    height: 100%;
}

.flip-box .front {
    z-index: 1;
    /* background-color: #789e13; */
    -webkit-transform: rotateY(0deg) translateZ(75px);
    -moz-transform: rotateY(0deg) translateZ(75px);
    -ms-transform: rotateY(0deg) translateZ(75px);
    -o-transform: rotateY(0deg) translateZ(75px);
    transform: rotateY(0deg) translateZ(75px);
}

.slice,
.flip-box .front,
.flip-box .back,
.flip-box .flank {
    display: block;
    overflow: hidden;
    position: absolute;
}

.flip-box .flip-content {
    padding: 10px 20px;
    color: #fff;
}

.flip-box.flip-up .back {
    -webkit-transform: rotateX(180deg) translateZ(75px);
    -moz-transform: rotateX(180deg) translateZ(75px);
    -ms-transform: rotateX(180deg) translateZ(75px);
    -o-transform: rotateX(180deg) translateZ(75px);
    transform: rotateX(180deg) translateZ(75px);
    display: flex;
    align-items: center;
}

.flip-box .back {
    z-index: 0;
    background-color: #2098b7;
    -webkit-transform: rotateY(180deg) translateZ(75px);
    -moz-transform: rotateY(180deg) translateZ(75px);
    -ms-transform: rotateY(180deg) translateZ(75px);
    -o-transform: rotateY(180deg) translateZ(75px);
    transform: rotateY(180deg) translateZ(75px);
}

.flip-box .back .flip-content {
    color: #fff;
    font-size: 16px;
}

.flip-box .flip-content {
    padding: 10px 20px;
    color: #fff;
}

.flip-box.flip-up .flank {
    width: 100%;
    height: 150px;
    left: 0;
    top: 25px;
    -webkit-transform: rotateX(-90deg) translateZ(100px);
    -moz-transform: rotateX(-90deg) translateZ(100px);
    -ms-transform: rotateX(-90deg) translateZ(100px);
    -o-transform: rotateX(-90deg) translateZ(100px);
    transform: rotateX(-90deg) translateZ(100px);
    background-color: #055e75;
}

.flip-box.flip-up .object:hover,
.flip-box.flip-up .object:focus {
    -webkit-transform: translateZ(-75px) rotateX(180deg);
    -moz-transform: translateZ(-75px) rotateX(180deg);
    -ms-transform: translateZ(-75px) rotateX(180deg);
    -o-transform: translateZ(-75px) rotateX(180deg);
    transform: translateZ(-75px) rotateX(180deg);
}


/* End of effect on box */


/* End of manage website Services Section */


/* Start manage website package section */

.managepacages {
    background: #181818;
    color: #fff;
}

.managepacages h2 {
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    line-height: 40px;
    padding-right: 30px;
}

.mpckgright h3 {
    font-size: 26px;
    font-weight: 400;
    padding-right: 120px;
    border-bottom: 2px solid #565656;
    margin-bottom: 34px;
    padding-bottom: 30px;
}

.mpckgright ul li {
    background: url(../img/bluetick.jpg) no-repeat;
    /* display: block; */
    padding-left: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 19px;
    display: flex;
    justify-content: space-between;
}

.mpckgright ul li span {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.mpckgright ul li span small {
    font-size: 12px
}

.webprice {
    margin-top: 50px;
}

.webpricebox {
    display: inline-block;
    vertical-align: text-bottom;
    font-size: 32px;
    font-weight: bold;
    vertical-align: bottom;
}

.webpricebox small {
    display: block;
    font-size: 15px;
}

.webprice_btn {
    background: #0d7590;
    color: #fff;
    padding: 17px 54px;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 45px !important;
    display: inline-block;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: all 0.3s linear 0s;
}

.webprice_btn:hover {
    background: #f15723;
    transition: all 0.3s linear 0s;
    color: #fff;
}

.pck-info {
    font-size: 18px;
    text-align: justify;
}

.mpckgright table {
    width: 100%;
    ;
}

.mpckgright table tr {
    margin-bottom: 20px;
}

.mpckgright table td {
    padding-bottom: 22px;
    font-size: 18px;
}

.mpckgright table td i {
    color: #f15722;
}

.mpckgright table td del {
    font-size: 16px;
}

.final-pck td {
    font-size: 27px !important;
    font-weight: bold;
}

.mpckgright table td:first-child {
    padding-left: 20px;
}

.final-pck td:first-child {
    padding-left: 0px!important;
}

.pck-btn {
    background: #0d7590;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 5px;
    /* margin-left: 45px !important; */
    display: inline-block;
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: all 0.3s linear 0s;
}

.pck-btn:hover {
    background: #f15723;
    transition: all 0.3s linear 0s;
    color: #fff;
}


/* End of manage website package sectionimg*/


/* Start manage website feature section */

.manage_webFeatures {
    background: #4a97ac;
}

.mgWebFbox {
    background: #fff;
    margin-Right: 0px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: rgba(224, 224, 224, 1) 6px 6px 0px;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-property: transform;
    min-height: 318px;
}

.mgWebFbox_img {
    display: inline-block;
    vertical-align: top;
}

.mgWebFbox_text {
    display: inline-block;
    vertical-align: top;
    padding-left: 12px;
}

.mgWebFbox_text h4 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.mgWebFbox_text p {
    font-size: 16px;
    color: #333;
    text-align: justify;
}

.mgWebF_inner {
    display: flex;
}

.mgWebFbox_img img {
    width: 70px;
}


/* End of manage website feature section */


/* End of Manage website site services section */


/* Start management section */

.directoimg img {
    border-radius: 50%;
    border: 12px #0d7590;
    border-style: outset;
}

.directorinfo h3 {
    margin-bottom: 0;
}

.directorinfo span {
    margin-bottom: 30px;
    display: block;
}


/* End of management section */


/* start block qotes section  */

.blockquote-wrapper {
    display: flex;
}


/* Blockquote main style */

.blockquote {
    position: relative;
    align-self: center;
}


/* Blockquote header */

.blockquote .blockbox {
    position: relative;
    /* for pseudos */
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 4px;
    border-radius: 20px;
    padding: 25px;
}


/* Blockquote right double quotes */

.blockquote .blockbox:after {
    content: "";
    position: absolute;
    border: 4px solid #ffffff;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 65px;
    bottom: -65px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote .blockbox:before {
    content: "";
    position: absolute;
    width: 80px;
    border: 7px solid #0d7590;
    bottom: -4px;
    left: 50px;
    z-index: 2;
}

.blockbox p {
    color: #fff;
    ;
}


/* increase header size after 600px */

@media all and (min-width: 600px) {
    .blockquote .blockbox {
        font-size: 2rem;
        line-height: 1.2;
    }
}


/* Blockquote subheader */

.blockquotesSec {
    background: #0d7590;
}


/* End of block qotes section  */


/* start value section  */

.valuesection {}

.main-timeline {
    padding: 25px 0 0;
    position: relative;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 65%;
    margin: -20px auto 0;
    padding: 30px 0 0 50px;
    float: left;
    position: relative;
    margin-top: 30px;
}

.main-timeline .timeline-content {
    color: #333;
    background-color: #fff;
    padding: 20px 90px 20px 100px;
    border-radius: 20px;
    display: block;
    position: relative;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(to right bottom, #0d7590, #0d7590);
    height: 150px;
    width: 150px;
    border-radius: 10px 0;
    position: absolute;
    left: -50px;
    top: -30px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.main-timeline .timeline-count {
    color: #fff;
    background: linear-gradient(to right bottom, #0d7590, #0d7590);
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    height: 110px;
    width: 110px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -10px;
}

.main-timeline .timeline-icon {
    color: #f15722;
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.main-timeline .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}

.main-timeline .description {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 0 auto;
    margin-top: 30px;
}

.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-count {
    background: linear-gradient(to right bottom, #0d7590, #0d7590);
}

.main-timeline .timeline:nth-child(4n+2) .timeline-icon {
    color: #f15722;
}

.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-count {
    background: linear-gradient(to right bottom, #0d7590, #0d7590);
}

.main-timeline .timeline:nth-child(4n+3) .timeline-icon {
    color: #f15722;
}

.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-count {
    background: linear-gradient(to right bottom, #0d7590, #0d7590);
}

.main-timeline .timeline:nth-child(4n+4) .timeline-icon {
    color: #f15722;
}

@media screen and (max-width:990px) {
    .main-timeline .timeline {
        margin: -30px auto 0;
    }
}

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        min-height: 150px;
        padding: 20px 0 0 20px;
        margin: 0;
    }
    .main-timeline .timeline-content {
        padding: 60px 20px 15px 20px;
    }
    .main-timeline .timeline-content:before {
        height: 80px;
        width: 100px;
        left: -20px;
        top: -20px;
    }
    .main-timeline .timeline-icon {
        transform: translateY(0);
        top: 5px;
    }
    .main-timeline .timeline-count {
        font-size: 40px;
        line-height: 50px;
        height: 60px;
        width: 60px;
        border-width: 5px;
        left: 0;
    }
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px;
    }
}


/* End of value section  */


/* start easycard feature section  */

.features1inner {
    display: flex;
    align-items: center;
    text-align: right;
    margin-bottom: 60px;
}

.feature_1_info h4 {}

.feature_1_info p {
    font-size: 14px;
    margin-bottom: 0;
}

.feature_1_img {
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px;
}

.feature_1_img i {
    font-size: 50px;
    color: #0d7590;
}

.features1inner_left {
    text-align: left;
}


/* End of easycard feature section  */


/* start work flow section  */

.section-header {
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 20px;
}

.work-porcess-area {
    background: #f6f8fc;
}

.work-porcess-area.white {
    background: #FFFFFF;
}

.process-info p {
    text-align: center;
    padding: 3vw;
}

.work-porcess-area .process-info {
    margin-top: 7px;
}

.work-porcess-area .process-info .single-process {
    width: 160px;
    height: 160px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding-top: 53px;
    margin: 0 auto;
    background: #FFFFFF;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.work-porcess-area .process-info .single-process:after {
    position: absolute;
    content: "\f101";
    font-family: "fontawesome";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -103px;
    color: #0d7590;
    font-size: 50px;
}

.work-porcess-area .process-info .single-process.first {
    background: #0d7590;
}

.work-porcess-area .process-info .single-process.first i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.first h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard {
    background: #0d7590;
}

.work-porcess-area .process-info .single-process.thard i:before {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.thard h4 {
    color: #FFFFFF;
}

.work-porcess-area .process-info .single-process.last:after {
    display: none;
}

.work-porcess-area .process-info .single-process i {
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
}

.work-porcess-area .process-info .single-process i:before {
    font-size: 36px;
    color: #0d7590;
}

.work-porcess-area .process-info .single-process h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #0d7590;
}

@media only screen and (max-width: 767px) {
    .work-porcess-area .process-info .single-process::after {
        display: none;
    }
    .work-porcess-area .process-info .single-process {
        margin-top: 30px;
    }
    .work-porcess-area .section-title h2 {
        margin-bottom: 5px;
    }
    .section-header h2 {
        font-size: 30px;
    }
}


/* End of work flow section  */


/* Start cominsoon page  */

.comingsection {
    text-align: center;
    padding: 8% 0;
}


/* End of cominsoon page  */

/* Start product section  */
.heading2 h2{
    font-size: 60px !important;
    font-weight: bold;
   
}
.gradient-text {
        font-size: 60px;
        font-weight: bold;
        background: linear-gradient(90deg, #7b61ff, #e058b9, #f7b267);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
        
    }
    .lms-order{
        background: #fff;
    }
    .lms-order {
    background: #f5f6fa;
    padding: 20px;
    text-align: center;
    box-shadow: 5px 5px 5px 5px #dddddd;
    border-radius: 10px;
        min-height: 234px;
}

.lms-order i {
    font-size: 37px;
    margin-bottom: 20px;
    color: #0d7590;
}
.content2 h1{
        color: #0c748f;
    font-size: 77px;
    font-weight: 700;
  

}

body .r-bg-x{background: #fff;}
body .r-bg-a{background: #fbf1ef;}
body .r-bg-b{background: #ff5b2e;}
body .r-bg-c{background: #f7f7f7;}
body .r-bg-d{background: #ffdbca;}
body .r-bg-e{background: #5a428e;}
body .r-bg-f{background: #452650;}

.home-services .ree-card {min-height: 330px; background-color: #fff;}
.ree-card{background: #fff;position: relative;place-items: start;display: grid;border-radius: 14px;padding: 40px 30px;-webkit-box-shadow:0 10px 15px -2px rgb(82 0 57 / 8%);box-shadow:0 10px 15px -2px rgb(82 0 57 / 8%);}
.light-grdnt{
background: linear-gradient(180deg, #fff5f9 50%, #f2fcff 100%);}
.ree-card-img {
background: #fff;
    box-shadow: 0 15px 30px -10px rgb(0 0 0 / 14%);
    padding: 15px;
    border-radius: 14px;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -30px;
    right: 30px; /* Changed from left to right */
}
.ree-card-img img{ width: 100%; }
.ree-card-content h3{
font-size: 28px;
line-height: 38px;
}
.ree-card-link{
display: block;
color: #110a32;
font-size: 18px;
}
.ree-card-content h3{
    color: #0c748f;
}
.ree-card-link:hover { color: #ff5b2e;}
/*cta block*/
.cta-heading-wide-bt{
    display: inline-flex;
    align-items: center;
}
.cta-heading-wide-bt h3{margin-right: 20px;}
.ctablock{
    padding: 50px;
    border-radius: 14px;
    overflow: hidden;
}
.cta-block-a{background: #fff;}



/*tech industry cate*/
.industry-workfor {
    background: #f7f7f7;
    padding: 15px 20px;
    border-radius: 14px;
    margin-top: 30px;
    display: flex;
    align-items: center;  
}
.industry-workfor img {width: 55px;}
.industry-workfor h6 {margin: 0 0 0 15px;}





  .package-table h1 {
      color: #0d7590;
      margin-bottom: 10px;
    }

    .package-table .subtitle {
      font-size: 18px;
      color: #555;
      margin-bottom: 30px;
    }

    .package-table table {
      margin: 0 auto;
      border-collapse: collapse;
      width: 80%;
      max-width: 600px;
      background: white;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      border-radius: 10px;
      overflow: hidden;
    }

    .package-table thead {
      background-color: #0d7590;
      color: white;
    }

   .package-table th,.package-table td {
      padding: 15px 20px;
      text-align: center;
      font-size: 16px;
    }

    .package-tabletbody tr:nth-child(even) {
      background-color: #f2f2f2;
    }

    .package-tabletbody tr:hover {
      background-color: #e0ffe5;
      cursor: pointer;
    }

    .package-table .highlight {
      font-weight: bold;
      color: #0d7590;
    }




/* End product section  */



/* Start new pricing table  */
.package-table {
    background: #f7fdff;
}
.nwpriceblk .npr_mainblk {
    display: block;
    margin: 40px 0px 10px;
    clear: both;
    font-family: 'Nunito Sans', sans-serif;
}

.nwpriceblk .npr_mainblk .npricing_blk {
    margin: 0% 0% 1.5%;
    padding: 0% 0%;
    clear: both;
    border: solid 1px #8e8d8d;
    width: 100%;
    display: inline-block;
}

.nwpriceblk .npricing_blk .nprice_left {
    display: block;
    width: 74%;
    float: left;
    border-right: solid 1px #8e8d8d;
    padding: 21px 0px;
}

.nwpriceblk .npricing_blk .nprice_right {
    display: block;
    width: 25%;
    float: right;
    padding: 10px 0px;
}

.nwpriceblk .container {
    font-family: 'Nunito Sans', sans-serif;
}

.nwpriceblk .npricing_blk .nprice_left .npr_smsqty {
   background: #0d7590;
   padding: 14px 0px 7px 10px;
   width: 20%;
   float: left;
   font-size: 18px;
   line-height: normal;
   position: relative;
   height: 45px;
}

.npricing_blk .nprice_left .npr_smsqty::before {
    width: 0;
    height: 0;
    border-bottom: 45px solid #0d7590;
    border-right: 30px solid transparent;
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
}

.nwpriceblk .npricing_blk .nprice_left .npr_smsqty span {
    color: #fff;
    margin: 0px;
    line-height: normal;
    padding: 0;
}

.nwpriceblk .npricing_blk .nprice_left .npr_smsval {
    margin: 0px;
    width: 19.5%;
    text-align: center;
    float: left;
}

.nwpriceblk .npricing_blk .nprice_left .npr_smsval p {
    font-size: 18px;
    font-weight: 700;
    margin: 0px 0px 3px 0px;
    color: #0d7590;
}

.nwpriceblk .npricing_blk .nprice_left .npr_smsval span {
    font-size: 13px;
    line-height: normal;
    font-weight: 600;
}

.nwpriceblk .npricing_blk .nprice_right .npr_smspur {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.nwpriceblk .npricing_blk .nprice_right .npr_smspur a.buybtn {
    background: #20a6f5;
    color: #fff;
    padding: 6px 16px;
    display: inline-block;
    margin: 5px 0px;
    width: 50%;
    border-radius: 50px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 15px 1px #dbdbdb;
    box-shadow: 0 0 15px 1px #dbdbdb;
    border: solid 1px #fff;
}

.nwpriceblk .npricing_blk .nprice_right .npr_smspur a.buybtn:hover {
    border-color: #20a6f5;
    color: #20a6f5;
    background: #fff;
}

.nwpriceblk .npricing_blk .nprice_right .npr_smspur span {
    font-size: 12px;
    line-height: normal;
    clear: both;
}

.nwpriceblk .container h3.nwpr_shd {
    text-align: center;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    color: #5b5b5b;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.nwpriceblk .container h4.nwpr_xsshd {
    text-align: center;
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
    color: #5b5b5b;
    font-family: 'Nunito Sans', sans-serif;
    margin-bottom: 10px;
}

.nwpriceblk .npr_optblk {
    font-family: 'Nunito Sans', sans-serif;
    margin: 0px 0px 20px 0px;
    display: block;
    width: 97%;
    padding: 1.5%;
    border: dashed 1px #8e8d8d;
    border-radius: 5px;
    clear: both;
}

.nwpriceblk .npr_optblk p {
    margin: 0px;
    font-size: 15px;
    line-height: 24px;
}

.nwpriceblk .npr_optblk a.pr_dwnbtn {
    text-align: center;
    display: table;
    background: #20a6f5;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    font-size: 15px;
    margin: 0 auto;
}

.nwpriceblk .npr_optblk.sign_process h4 {
    text-align: left;
    background: #20a6f5;
    display: inline-block;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    clear: both;
    margin: 0px;
}

.nwpriceblk .npr_optblk.sign_process ul.inner_list {
    float: inherit;
    display: inline-block;
    clear: both;
    margin: 10px 0px 0px !important;
    padding: 0px !important;
}

.nwpriceblk .npr_optblk.sign_process ul.inner_list li a {
    color: #20a6f5;
}

.nwpriceblk .npr_featureblk {
    display: inline-block;
    margin: 0px 0px 30px 0px;
    clear: both;
    font-family: 'Nunito Sans', sans-serif;
}

.nwpriceblk .npr_featureblk h3 {
    text-align: center;
    line-height: normal;
    font-size: 22px;
    font-weight: 700;
    color: #2866af;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0px auto 15px;
    display: table;
}

.nwpriceblk .npr_featureblk h3::after {
    width: 70%;
    height: 3px;
    content: "";
    position: static;
    bottom: 0;
    display: block;
    margin: 10px auto 0 auto;
    background: #d6353a;
}

.nwpriceblk .npr_featureblk p {
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
}

.nwpriceblk .npr_featureblk ul li {
    font-size: 15px;
}

.nwpriceblk .npricing_blk .nprice_left p.npr_dltsub {
    font-size: 11px;
    line-height: normal;
    margin: 5px 0px 0px 7px;
    display: inline-block;
}

.btn_new1 {
    border-radius: 4px 0 0 4px !important;
}

.btn_new2 {
    border-radius: 0px 0 0 0px !important;
}

.btn_new3 {
    border-radius: 0px 4px 4px 0px !important;
}

.btn_newactive {
    background: #62c462 !important;
    border: solid 1px #62c462 !important;
}
/* End of new pricing table  */


/* Email marketing feature section  */
.sernew_featureblk {
    clear: both;
    display: flex;
    margin-bottom: 30px;

}
.sernew_featureblk h2 {
    text-align: center;
    color: #127892;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0px;
    font-size: 48px;
    line-height: 30px;
}
.sernew_featureblk p {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.sernew_featureblk .one {
    display: flex;
}
.one {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 0;
    float: left;
    position: relative;
    margin-right: 2.21%;
    z-index: 1000;
}

.one-third {
    width: 31.86%;
    float: left;
    position: relative;
    margin-right: 2.21%;
    z-index: 1000;
}
.sernew_featureblk .srnw_featsec {
    background: rgb(255 255 255);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.sernew_featureblk .srnw_featsec i {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: normal;
    color: #0d7590;
}
.sernew_featureblk .srnw_featsec h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 22px;
}
.sernew_featureblk .srnw_featsec p {
    color: #000;
    font-size: 13.5px;
    margin-bottom: 0px;
    text-align: left;
    padding: 0px;
    border: inherit;
}
/* End of Email marketing feature section  */