/*@import url('https://fonts.googleapis.com/css2?family=Paytone+One&display=swap');
*/
/*.paytone-one-regular {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
}*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

/*.lora-<uniquifier> {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

a {
    text-decoration: none !important;
}
.header-sec nav.navbar {
    background: none !important;
    padding: 20px 0px;
}
.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link {
    color: #1d2150;
    font-size: 16px;
    padding: 13px 25px;
    font-weight: 500;
}
.header-sec nav.navbar .navbar-nav li.nav-item a.nav-link.active {
    color: #f05697;
}
.header-sec nav.navbar .navbar-nav li.nav-item.signupbtn a.nav-link {
    background: #0b5266;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    padding: 13px 35px;
    box-shadow: 2px 2px 7px 0px #cfcccc;
    font-weight: 600;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link img.img-fluid {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #000;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link {
    padding: 0px;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link:after{
  display: none;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .nav-link span {
    color: #5aaff7;
    font-weight: 500;
    display: inline-block;
    margin-right: 12px;
}
.header-sec nav.navbar .navbar-nav li.nav-item.dropdownprofile .dropdown-menu {
    position: absolute;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px;
    left: auto;
    right: 0px;
    min-width: 185px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 42%);
    border: none;
    overflow: hidden;
    background: #ffffff;
}
.header-sec nav.navbar .navbar-brand {
    width: 227px;
}
.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li a.dropdown-item {
    padding: 9px 19px;
    display: block;
    color: #000;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    background: none !important;
}
.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}
.header-sec .navbar-nav li.nav-item.dropdownprofile .dropdown-menu li a.dropdown-item i.la {
    margin-right: 10px;
    width: 20px;
    font-size: 20px;
    vertical-align: middle;
}
.mainbanner {
    padding: 160px 0px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.mainbanner-bg {
    max-width: 700px;
}
.mainbanner-bg h1 {
    color: #FFF;
    
    font-weight: 600;
    font-size: 55px;
    text-shadow: -1px 1px black;
    margin: 0px 0px 30px 0px;
}
.mainbanner-bg h1 span {
    font-weight: 600;
    color: #f05697;
}
.mainbanner-bg h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 34px;
    margin-bottom: 30px;
}
.btn.btn-info {
    background: #f05697 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
}
.heading-sec {
    text-align: center;
    max-width: 800px;
    margin: 0px auto 60px;
}
.heading-sec h2 {
    font-size: 40px;
    line-height: 39px;
    font-weight: 400;
    color: #1d2150;
    
    margin-bottom: 20px;
}
.heading-sec h2 span {
    font-weight: 600;
    color: #f05697;
}
.heading-sec p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
}
.features-sec {
    padding: 90px 0px;
}
.features-sec ul {
    margin: 0px -15px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.features-sec ul li {
    width: 20%;
    padding: 0px 15px;
    text-align: center;
}
.features-card h3 {
    color: #1d2150;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 11px;
}
.features-card p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
    margin: 0px;
}
.features-card span img.img-fluid {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 23px;
}
.whysec {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    padding: 130px 0px 130px;
}
.whysec::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(29, 33, 80, .65);
}
.whysec .container {
    position: relative;
    z-index: 1;
}
.whysec .heading-sec {
    margin: 0px auto;
}
.whysec .heading-sec h2 {
    color: #fff;
    margin-bottom: 30px;
}
.whysec svg {
    height: 36px;
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
}
.whysec svg path {
    fill: #ffffff;
}
.whysec .heading-sec p {
    color: #fff;
}
.clientslider {
    padding: 90px 0px;
}
.clientsecowl-desc .item-img img.img-fluid {
    border-radius: 100px;
}
.clientsecowl-desc .item-img {
    width: 98px;
    height: 98px;
    border-radius: 100px;
    border: 2px solid #f05697;
    margin: 0px auto 20px;
    box-shadow: 8px 12px 0px #f05697;
}
.clientsecowl-desc {
    text-align: center;
    padding: 0px 30px;
}
.clientsecowl-desc p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 0px 0px 0px 0px;
}
.item-desc h4 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #1d2150;
    
    margin-bottom: 10px;
    margin-top: 10px;
}
.item-desc h5 {
    font-size: 14px;
    color: #000;
    line-height: 14px;
    margin: 0px 0px 0px 0px;
}
.ready-sec .shottext {
    display: block;
    font-size: 13px;
    margin-top: 8px;
}
.ready-sec .heading-sec p {
    margin-bottom: 30px;
}
.ready-sec {
    padding-bottom: 90px;
}
.site-footer {
    position: relative;
    padding-top: 100px;
    background-color: #1d2150 !important;
    background-repeat: no-repeat !important;
    background-position: center bottom;
    background-image: url(../images/footer-bg.png) !important;
    background-size: cover !important;
}
.site-footer svg {
    height: 36px;
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
}
.site-footer svg path {
    fill: #ffffff;
}
.footerlink ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.footerlink ul li {
    display: inline-block;
}
.footerlink ul li a {
    color: #fff;
    padding: 0px 22px;
    position: relative;
    font-size: 16px;
}
.social-links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.social-links ul li {
    display: inline-block;
}
.social-links ul li a {
    display: block;
    margin: 0px 10px 0px 0px;
    text-align: center;
}
.social-links ul li a .fa {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
}
.social-links ul li .fa-facebook {
    background: #1877f2;
}
.social-links ul li .fa-twitter {
    background: #1da1f2;
}
.social-links ul li .fa-instagram {
    background: #e4405f;
}
.social-links {
    text-align: center;
}
.footerlink {
    margin-bottom: 37px;
}
.footerlink ul li a::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 4px;
    width: 1px;
    height: 15px;
    background: #fff;
}
.footerlink ul li:last-child a::after {
  display: none;
}
.copyright {
    text-align: center;
    padding: 50px 0px 20px;
    margin-top: 80px;
}
.copyright p {
    margin: 0px;
    color: #fff;
    font-size: 14px;
}
.footerlogo {
    text-align: center;
    margin-bottom: 28px;
}
.footerlogo a {
    display: inline-block;
    width: 320px;
}
.footerlogo a img.img-fluid {
    filter: brightness(0) invert(1);
}
html {
  scroll-behavior: smooth;
}
.contactsec {
    text-align: center;
}
.contactsec ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.contactsec ul li {
    display: inline-block;
        color: #fff;
    padding: 0px 22px;
    position: relative;
    font-size: 16px;
}
.contactsec ul li::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 6px;
    width: 1px;
    height: 15px;
    background: #fff;
}
.contactsec ul li i {
    margin-right: 6px;
}
.contactsec ul li:last-child:after{
    display: none;
}
.cont-sec {
    padding: 90px 0px;
}
.contdesign h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #1d2150;
    margin-bottom: 7px;
}
.contdesign p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
}
.contdesign ul {
    margin: 0px 0px 20px 0px;
    list-style: none;
    padding: 0px;
}
.contdesign ul li {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.header-sec.innerheader {
    border-bottom: 1px solid #e5e5e5;
}