 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* body */
 body {
     font-family: 'Poppins', sans-serif;
     overflow-x: hidden;
     font-size: 13px;
     background-color: #fff;
     letter-spacing: 1px;
     background-color: #fff;
}
/* Typography */
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
     color: #5383df;
}
 h1 {
     font-size: 48px;
}
 h2 {
     font-size: 36px;
}
 h4 {
     font-size: 30px;
}
 h5 {
     font-size: 22px;
}
 h6 {
     font-size: 18px;
}
 p {
     color: #716c80;
     font-size: 13px;
     line-height: 27px;
}
 a {
     text-decoration: none !important;
     color: #3f345f;
     transition: all 0.3s ease 0s;
}
 a:hover, a:focus {
     text-decoration: none !important;
     color: #ff8a73;
}
 img {
     transform-style: preserve-3d;
}
/* Section */
 section {
     padding: 50px 0;
}
 .section-title {
     padding-bottom: 80px;
     background-attachment: scroll;
     background-clip: border-box;
     
     background-origin: padding-box;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: 189px auto;
     padding-bottom: 40px;
}
 .section-title .badge {
     margin: 0 0 8px;
}
 .section-title-line {
     background: rgba(0, 0, 0, 0) url("../img/line.png") repeat scroll 0 0;
     display: inline-block;
     height: 5px;
     width: 53px;
}
/* Badge */
 .badge {
     border-radius: 100px;
     font-size: 12px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     padding: 4px 14px;
     text-transform: uppercase;
}
 .badge-primary {
     background-color: rgba(83, 131, 223, 0.15);
     color: #3967bf;
}
 .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
}
 .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
}
 .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40 !important;
}
 .badge-info {
     background-color: rgba(83, 131, 223, 0.22);
     color: #3660b1;
}
 .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #3056a0 !important;
}
/* Button */

.btn {
    border-radius: 50px !important;
    font-size: 13px;
    padding: 8px 18px;
}

.btn.btn-lg {
    font-size: 14px;
    padding: 13px 30px;
}


.bg-primary, .btn-primary, .btn-outline-primary:hover {
    border-color: transparent !important;
    background: #230080;
    background: -moz-linear-gradient(-45deg, #46987c 0%,#3cc194 70%,#1fa276 100%);
    background: -webkit-linear-gradient(135deg, #5987e0 0%,#426cbd 70%,#3c72da 100%);
    background: linear-gradient(135deg, #5987e0 0%,#426cbd 70%,#3c72da 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#230080', endColorstr='#e31eb4',GradientType=1 );
}



 .btn-outline-primary{
     border-color: #230080;
     color: #230080;
}
 .text-primary{
     color: #5383df !important;
}
 .progress-bar{
     background-color: #230080;
}
 .bg-success, .btn-success, .btn-outline-success:hover {
     border-color: transparent !important;
     background: #4eda92;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #4eda92 1%,#56e0cb 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #4eda92 1%,#56e0cb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4eda92', endColorstr='#56e0cb',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-success{
     border-color: #4eda92;
     color: #4eda92;
}
 .text-success{
     color: #4eda92 !important;
}
 .bg-warning, .btn-warning, .btn-outline-warning:hover {
     border-color: transparent !important;
     background: #ffc107;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #ffc107 1%,#fffc07 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #ffc107 1%,#fffc07 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc107', endColorstr='#fffc07',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-warning{
     border-color: #ffc107;
     color: #ffc107;
}
 .text-warning{
     color: #ffc107 !important;
}
 .bg-danger, .btn-danger, .btn-outline-danger:hover{
     border-color: transparent !important;
     background: #ff253a;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #ff253a 0%,#ff8453 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #ff253a 0%,#ff8453 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff253a', endColorstr='#ff8453',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-danger{
     border-color: #ff253a;
     color: #ff253a;
}
 .text-danger{
     color: #ff253a !important;
}
 .bg-secondary, .btn-secondary, .btn-outline-secondary:hover{
     border-color: transparent !important;
     background: #9ba8aa;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #9ba8aa 0%,#92b4d2 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #9ba8aa 0%,#92b4d2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ba8aa', endColorstr='#92b4d2',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-secondary{
     border-color: #9ba8aa;
     color: #9ba8aa;
}
 .text-secondary{
     color: #9ba8aa !important;
}
 .bg-info, .btn-info, .btn-outline-info:hover{
     border-color: transparent !important;
     background: #17a2b8;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #17a2b8 1%,#30def9 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #17a2b8 1%,#30def9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17a2b8', endColorstr='#30def9',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-info{
     border-color: #17a2b8;
     color: #17a2b8;
}
 .text-info{
     color: #17a2b8 !important;
}
 .bg-dark, .btn-dark, .btn-outline-dark:hover{
     border-color: transparent !important;
     background: #171b20;
    /* Old browsers */
     background: -moz-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #171b20 1%,#343a40 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg, #171b20 1%,#343a40 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171b20', endColorstr='#343a40',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .btn-outline-dark{
     border-color: #171b20;
     color: #171b20;
}
 .elements-page-btn .btn {
     margin: 6px 3px;
}
 .custom-card{
     background-color: #ffffff;
     overflow:hidden;
     border: medium none;
     border-radius: 6px;
     box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
}

/* Particles */
 canvas {
     display: block;
     vertical-align: bottom;
}
 #particles-js {
     position: absolute;
     width: 100%;
     height: 100%;
}
/* Navbar */
 .osahan-navbar.fixed-top {
     border-bottom:2px solid rgba(255, 255, 255, 0.4);
     padding: 11px 0px;
}

.osahan-navbar.fixed-top .osahan-center-nav {
    top: 20px;
}

 .osahan-navbar {
     padding: 18px 48px 38px 48px;
     transition: all 0.4s ease-in-out 0s;
}
.osahan-navbar .nav-link {
     font-size: 16px;
     color: #fff !important;
     padding: 10px !important;
     position: relative;
     letter-spacing: 0;
}
.menu-bg .osahan-navbar .nav-link {
    color: #343a40 !important;
}
.menu-bg .navbar-nav-right a {
     color: #343a40;
 }
.navbar-nav-right a {
     font-size: 13px;
     padding: 10px !important;
     color: #fff;
     display: block;
     letter-spacing: 0;
     position: relative;
}

.osahan-center-nav {
    display: inline-block;
    flex-direction: inherit !important;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 22px;
}
.osahan-center-nav li {
    display: inline-block;
}

.navbar-nav-right a.menu-btn {
    background: #fff none repeat scroll 0 0;
    border-radius: 43px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    margin: 0 0 0 9px;
    padding: 9px 18px !important;
}
.osahan-navbar .nav-link.active::before, .osahan-navbar .nav-link:hover::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 22px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
}
 .osahan-navbar.fixed-top .nav-link.active::before, .osahan-navbar.fixed-top .nav-link:hover::before {
     background: #5383df none repeat scroll 0 0;
     border-radius: 20px;
     bottom: -3px;
     height: 2px;
     left: 12px;
     right: 12px;
     width: auto;
}
 .dropdown-menu {
     border: 1px solid rgba(65, 77, 91, 0.1);
     border-radius: 3px;
     box-shadow: 0 10px 24px rgba(91, 94, 222, 0.16);
     margin: 16px 0 0 0;
     padding: 9px;
}
 .dropdown-menu::after {
     border-bottom: 10px solid #fff;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     content: "";
     position: absolute;
     right: 5px;
     top: -7px;
}
 .dropdown-menu .dropdown-item {
     border-radius: 2px;
     color: #7d8b9b;
     font-size: 12px;
     padding: 7px 13px;
}
 .dropdown-menu .dropdown-item:hover {
     background-color: #3f345f;
     box-shadow: 0 6px 15px 0 rgba(29, 25, 122, 0.2);
     color: #ffffff;
}
 .inner-navbar .menu-btn {
     background-color: #5383df !important;
     color: #ffffff !important;
}

.inner-navbar .navbar-nav-right a {
    color: #7b7b7b;
}

/* Banner */
 header {
     position: relative;
     z-index: 3;
}
 .banner-block {
     padding-top: 40px;
}
 .dark-right-banner {
     position: absolute;
     right: 0;
     top: -10px;
}
 .dark-banner {
     min-height: 605px;
     position: relative;
}
 .dark-right-banner img {
     width: 700px;
}
 .effectiv {
     bottom: -1px;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
}
 .effectiv img {
     max-width: 100%;
     min-width: 100%;
     width: 100%;
}
 .bg-primary::after {
     background-attachment: scroll;
     background-clip: border-box;
     background-image: url("../img/bg-primary.png");
     background-origin: padding-box;
     background-position: 0 0;
     background-repeat: no-repeat;
     background-size: 100% auto;
     bottom: 0;
     content: "";
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     opacity: 0.2;
}
 .bg-image {
     background-attachment: fixed;
     background-clip: border-box;
     background-image: url("../img/index-banner.jpg");
     background-origin: padding-box;
     background-position: center top;
     background-repeat: repeat;
     background-size: 100% auto;
}

.banner-block .img-fluid {
    margin: 0 0 -118px;
    margin-top: -30px !important;
}

/* Testimonials */
 .testimonials-item {
     padding: 37px;
}
 .testimonials-item img {
     background: #fff none repeat scroll 0 0;
     border-radius: 90px;
     box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     height: 107px;
}
/* Screens */
 .screens-block .owl-item {
     opacity: 0.5;
     padding: 25px;
}
 .screens-block .owl-item.center {
     opacity: unset;
     padding: 0px;
}
 .screens .item {
     border-radius: 7px;
     margin: 15px;
}
 .screens .item img {
     border: 25px solid #fff;
     border-radius: 12px;
     box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
}
 .screens .owl-nav div {
     background: #fff none repeat scroll 0 0 !important;
     border-radius: 50px !important;
     box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
     color: #3f345f !important;
     height: 60px;
     line-height: 54px;
     opacity: 0.8;
     width: 60px;
}
 .screens .owl-nav div:hover {
     opacity: unset;
}
 .screens {
     position: relative;
}
 .screens .owl-nav .owl-next {
     position: absolute;
     right: 20px;
     top: 37%;
}
 .screens .owl-nav .owl-prev {
     left: 20px;
     position: absolute;
     top: 37%;
}
/* Features */
 .features-block {
      
}

.features-item h5 {
    font-size: 16px;
}

 .features-item img {
    margin: 0 0 29px !important;
    width: 65px;
}
 .features-mid-left {
     padding-top: 58px;
}
/* Sign Up */
 .sign-up-block {
     background: #f2f5fa none repeat scroll 0 0;
}
 .sign-up-form form {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
    overflow: hidden;
    padding: 12px;
}
 .sign-up-form form .btn {
     font-size: 12px;
     font-weight: bold;
     padding: 13px 20px;
     text-transform: uppercase;
}
 .sign-up-form form .form-control {
    border: medium none;
    border-radius: 50px !important;
    font-size: 14px;
}
/* Amazing Dashboard */
.amazing-dashboard-block {
    background: #f2f5f9 none repeat scroll 0 0;
    border-top: 2px solid #fff;
}
/* Why Us */
 .why-us-item i {
     font-size: 45px;
}
/* Video */
 .video-block {
     background: #f2f5fa none repeat scroll 0 0;
}
 .play-btn {
     background: #3f345f none repeat scroll 0 0;
     border-radius: 50px;
     color: #fff !important;
     display: inline-block;
     font-size: 29px;
     box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     height: 100px;
     line-height: 103px;
     width: 100px;
}
 .modal-backdrop {
     background-color: #6051e8;
}
 .modal-backdrop.show {
     opacity: 0.8;
}
 .modal-content {
     box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     border: medium none;
     border-radius: 2px;
}
/* Pricing */
 .pricing-block {
     background: #f2f5fa none repeat scroll 0 0;
}
 .pricing-item .list-group-item {
     border-color: rgba(204, 204, 204, 0.24);
     color: #7d8b9b;
     font-size: 14px;
     padding: 19px 33px;
     text-align: left;
}
 .pricing-item .list-group-item:last-child {
     text-align: center;
}
 .pricing-item .card-body {
     padding: 43px 30px;
}
 .pricing-item .card-body .font-italic {
     color: #a0a0a0;
}
 .pricing-item .list-group-item i {
     margin: 0 9px 0 0;
}
/* Team */
 .team-item h4 {
     font-size: 19px;
}
 .team-item h6 {
     font-size: 15px;
}
 .team-item .card-footer {
     background: transparent none repeat scroll 0 0;
     border-color: rgba(204, 204, 204, 0.24);
}
.social-icons a {
    background: none;
    border-radius: 50px;
    box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 42px;
    width: 40px;
    font-size: 17px;
    text-align: left;
}
/* Blogs */
 .theme-card {
     background-color: #ffffff;
     border: medium none;
     border-radius: 4px;
     margin: 20px 13px;
     box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     transition: all 300ms linear 0s;
}
 .owl-carousel .owl-item .blog-author img {
     display: block;
     width: auto;
}

.rtl-block .pricing-item .list-group-item {
    text-align: right;
}
.rtl-block .pricing-item .list-group-item i {
    margin: 0 0 0 8px;
}
.rtl-block .pricing-item .list-group-item:last-child {
    text-align: center;
}
.rtl-block .card.theme-card.blog-card {
    direction: rtl;
    text-align: right;
}
.rtl-block .blog-author img {
    margin: 0 0 0 10px;
}

 .blogs-block .card .card-img-top {
     width: 100% !important;
}
 .blog-author img {
     display: table-cell !important;
     height: 30px;
     margin: 0 13px 0 0;
     width: 30px !important;
}
 .blog-author p {
     font-size: 14px;
}
 .blog-author p strong {
     color: #414d5b;
}
 .blog-card h6 {
     margin: 10px 0 7px;
}
 .owl-theme .owl-dots .owl-dot span {
     background-color: #fff;
     border: 2px solid #254a94;
     height: 10px;
     transition: all 300ms linear 0s;
     width: 10px;
     box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}
 .owl-theme .owl-dots .owl-dot.active span {
     background: #658fde !important;
     height: 14px;
     margin: 3px !important;
     transition: all 300ms linear 0s;
     width: 14px;
     box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}
/* Trial */
 .trial-block .form-control {
     border-color: #fff;
     border-radius: 0;
     box-shadow: 0 0 14px rgba(91, 94, 222, 0.16);
     font-size: 13px;
     padding: 16px 20px;
}
/* Help */
 .help-block ul {
     margin: 0;
     padding: 0;
}
 .help-block ul li {
     color: #dc3545;
     font-size: 11px;
     list-style: outside none none;
}
/* Sidebar */
 .sidebar-widget {
     border-radius: 2px;
     box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     margin-bottom: 25px;
     padding: 25px;
}
 .sidebar-widget ul {
     margin: 0;
     padding: 0;
}
 .sidebar-widget ul li {
     list-style: outside none none;
}
 .widget-tag li a {
     display: inline-block;
     font-size: 14px;
     width: 100%;
     color:#7d8b9b;
}
 .widget-tag li {
     line-height: 32px;
}
 .widget-tag li a .fa {
     margin: 0 8px 0 0;
}
 .widget-tag li a .badge {
     border-radius: 12px;
     float: right;
     font-size: 11px;
     font-weight: 600;
     margin: 5px 0 0;
     padding: 3px 9px;
}
 .widget-post img {
     width: 100%;
}
 .widget-post li {
     border-radius: 3px;
     box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     margin: 0 0 20px;
     overflow: hidden;
     padding: 0;
}
 .widget-post-info {
     padding: 11px;
}
 .widget-post-info h6 {
     font-size: 15px;
     margin: 0;
}
 .widget-post-info span {
     color: #7d8b9b;
     font-size: 10px;
}
 .widget-post-info > h6 a {
     color: #414d5b;
}
 .widget-post li:last-child {
     margin: 0;
}
/* Inner Nav/Header */
 .inner-navbar {
     border-bottom: 1px solid rgba(65, 77, 91, 0.1);
     background: #fff none repeat scroll 0 0;
     box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
}
 .inner-navbar .osahan-navbar {
     padding: 11px 0;
}
 .inner-navbar .nav-link {
     color: #505050 !important;
     font-size: 15px;
}
 .inner-section-padding{
     padding: 100px 0;
}
 .inner-header-block {
     background-image: linear-gradient(to top, #f0f0f7, #f9f9fd);
     padding: 100px 0;
}
 .inner-header-block h1 {
     font-weight: bold;
}
 .caption-text {
     font-size: 19px;
     line-height: 31px;
     margin-bottom: 0 !important;
}
/* Blog Page */
 .blog-image {
     text-align: center;
}
 .blog-page .theme-card{
     margin:0 0 26px 0;
}
 .blog-page .sign-up-form .form-control {
     border-radius: 50px 0 0 50px;
     padding: 0 0 0 23px;
}
 .blog-page .sign-up-form form {
     border-radius: 50px;
     overflow: hidden;
}
 .blog-page .sign-up-form form .btn {
     background: #503cbc none repeat scroll 0 0 !important;
     color: #fff !important;
     padding: 17px 35px 17px 27px;
}
 .blog-dediated-block {
     background: #fff none repeat scroll 0 0;
     border-bottom: 3px solid #f3f4f5;
     margin: -145px 0 45px;
     padding: 37px 50px 37px 114px;
     position: relative;
}
 .blog-status {
     left: 0;
     position: absolute;
     top: 0;
}
 .blog-date {
     background-color: #503cbc;
     color: #ffffff;
     font-size: 14px;
     height: 73px;
     padding-top: 17px;
     width: 73px;
}
 .blog-time {
     background-color: #eceff4;
     color: #7d8b9b;
     font-size: 14px;
     height: 73px;
     padding-top: 13px;
     width: 73px;
}
 .auther-widget {
     background: #f3f5f6 none repeat scroll 0 0;
     display: inline-block;
     padding: 50px 130px;
}
 .auther-widget img {
     border-radius: 100px;
     float: left;
     height: 118px;
     margin-right: 34px;
     width: 118px;
}
 .auther-widget p {
     color: #7d8b9b;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1.2px;
     margin: 9px 0 7px;
     text-align: left;
}
/* Footer */
 footer {
     background-color: #f0f4f7;
     border-top: 3px solid rgba(65, 77, 91, 0.1);
     padding: 39px 0;
}
.footer-list {
    background: #f0f4f7 none repeat scroll 0 0;
    padding: 90px 0;
}
.footer-list h6 {
   color: #ffffff;
   font-size: 13px;
   text-transform: uppercase;
}
.footer-list li a {
    color: #d9e1ef;
}
.footer-list ul {
    margin: 0;
    padding: 0;
}
.footer-list ul li {
    line-height: 29.6px;
    list-style: outside none none;
}
.footer-list .input-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 50px;
    box-shadow: 0 6px 9px 0 rgba(23, 28, 33, 0.14);
    overflow: hidden;
    padding: 5px;
}

.footer-list .form-control {
    border: medium none;
    border-radius: 50px !important;
    font-size: 13px;
    height: 38px;
    letter-spacing: 1px;
    padding: 0 12px;
}
.footer-list .btn {
    border-radius: 3px;
    box-shadow: 0 6px 9px 0 rgba(23, 28, 33, 0.14);
    height: 40px;
    padding: 0 14px;
    width: 40px;
}
.footer-list .input-group {
    margin: 0 0 6px;
}

.app img {
    box-shadow: 0 6px 9px 0 rgba(23, 28, 33, 0.14);
    margin: 0 3px 0 0;
    width: 121px;
}

 footer p:last-child a {
     font-weight: 600;
}
 .heart-icon{
     animation: 2.5s ease 0s normal none infinite running animateHeart;
     color: #e00404;
     font-size: 12px;
     margin: 0 5px;
}
 @keyframes animateHeart {
     0% {
         transform: scale(1);
    }
     5% {
         transform: scale(1.2);
    }
     10% {
         transform: scale(1.1);
    }
     15% {
         transform: scale(1.25);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(1);
    }
}
 @keyframes animateHeart {
     0% {
         transform: scale(1);
    }
     5% {
         transform: scale(1.2);
    }
     10% {
         transform: scale(1.1);
    }
     15% {
         transform: scale(1.25);
    }
     50% {
         transform: scale(1);
    }
     100% {
         transform: scale(1);
    }
}
/* Mobile Media */
 @media (min-width: 0px) and (max-width: 767px) {
    .osahan-center-nav {
        display: initial;
        flex-direction: inherit;
        left: auto;
        position: unset;
        right: auto;
    }
    .osahan-center-nav li {
        display: inline;
    }
    .navbar-nav-right {
        text-align: center;
    }
    .footer-list h6 {
        margin: 22px 0 10px !important;
    }
     .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") !important;
    }
     .inner-navbar .osahan-navbar {
         padding: 11px 15px;
    }
     .blog-page .sign-up-form {
         display: none;
    }
     .blog-dediated-block {
         margin: 0;
    }
     .success-story-block .mx-auto {
         flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .caption-text {
         font-size: 15px;
         line-height: 24px;
         margin-bottom: 0;
    }
     .blog-dediated-block h2 {
         font-size: 24px;
    }
     .success-story-block h2 {
         font-size: 20px;
    }
     .auther-widget {
         padding: 30px;
    }
     .dark-banner {
         min-height: 505px;
    }
     .dark-banner .text-left{
         text-align: center !important;
    }
     .dark-right-banner {
         display:none;
    }
     h1 {
         font-size: 42px;
    }
     h2 {
         font-size: 36px;
    }
     h5 {
         font-size: 18px;
    }
     p {
         font-size: 13px;
         line-height: 22px;
    }
     .banner-block .img-fluid {
         margin: 0 0 -60px;
    }
     .testimonials-item {
         margin-bottom: 15px;
    }
     .custom-card {
         margin-bottom: 15px;
         height: auto !important;
    }
     .sign-up-block .form-control, .sign-up-block .btn {
         border-radius: 2px !important;
         display: inline-block;
         margin-bottom: 4px;
         padding: 12px;
         width: 100% !important;
    }
     .sign-up-form form {
         box-shadow: none;
    }
     .sign-up-form form .input-group {
         display: inline-block;
    }
     .features-mid-left, .features-mid-right {
         text-align: center;
    }
     .why-us-item {
         margin: 15px 0;
    }
     .sign-up-block .mx-auto {
         flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .amazing-dashboard-right {
         display: none;
    }
     section {
         padding: 60px 0;
    }
     .amazing-dashboard-block .col-md-6 {
         flex: 1 1 100%;
         max-width: 100%;
         text-align: center;
         width: 100%;
    }
     .btn {
         padding: 14px 31px;
    }
     .pricing-item .card-body {
         padding: 33px 10px;
    }
     .pricing-item .list-group-item {
         font-size: 13px;
         padding: 13px 14px;
    }
     .download-app-block .mx-auto {
         flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .lead {
         font-size: 16px;
    }
     .section-title {
         padding-bottom: 30px;
    }
     .container {
         max-width: 100%;
    }
     .osahan-navbar {
         padding: 15px;
    }
     .navbar-brand {
         padding: 0;
    }
     .osahan-navbar.fixed-top {
         padding: 12px 15px;
    }

.navbar-toggler {
    background: #2e5db2 none repeat scroll 0 0;
    border-radius: 2px;
    padding: 3px 7px;
    border-radius: 5px;
}

     .navbar-collapse.collapse.show {
         margin: 17px 0 0;
    }
     .osahan-navbar .nav-link {
         background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
         border-radius: 2px;
         margin-bottom: 1px;
         text-align: center;
    }
     .osahan-navbar.fixed-top .nav-link.active::before, .osahan-navbar.fixed-top .nav-link:hover::before {
         display: none;
    }
     .osahan-navbar.fixed-top .nav-link {
         background: rgba(169, 169, 169, 0.12) none repeat scroll 0 0;
    }
     .menu-btn {
         display: inline-block;
         font-size: 12px;
         margin: 20px 0 0;
         padding: 11px 21px;
         text-align: center;
         width: 100%;
    }
     .info-banner img {
         width: 280px;
    }
     .info-banner div {
         text-align: center !important;
    }
     .info-banner {
         padding: 50px 0 90px !important;
    }
}
 @media (min-width: 768px) and (max-width: 1023px) {
    .osahan-center-nav {
        display: initial;
        flex-direction: inherit;
        left: auto;
        position: unset;
        right: auto;
    }
    .osahan-center-nav li {
        display: inline;
    }
    .navbar-nav-right {
        text-align: center;
    }
    .footer-list h6 {
        margin: 22px 0 10px !important;
    }

    .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") !important;
    }
    .inner-navbar .osahan-navbar {
         padding: 11px 15px;
    }
    .sidebar-widget {
         border-radius: 2px;
         box-shadow: none;
         margin-bottom: 25px;
         padding: 0;
    }
    .blog-dediated-block {
         margin: 0;
    }
     .success-story-block .mx-auto {
         flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .caption-text {
         font-size: 16px;
         line-height: 24px;
         margin-bottom: 0;
    }
     .blog-dediated-block h2 {
         font-size: 27px;
    }
     .success-story-block h2 {
         font-size: 26px;
    }
     .auther-widget {
         padding: 50px;
    }
     .dark-right-banner img {
         width: 370px;
    }
     .dark-banner {
         min-height: 465px;
    }
     .dark-right-banner {
         top: 60px;
    }
     h1 {
         font-size: 42px;
    }
     h2 {
         font-size: 34px;
    }
     h5 {
         font-size: 18px;
    }
     p {
         font-size: 13px;
         line-height: 22px;
    }
     .sign-up-block .mx-auto {
         flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .amazing-dashboard-right {
         display: none;
    }
     .banner-block .img-fluid {
         margin: 0 0 -60px;
    }
     section {
         padding: 100px 0;
    }
     .amazing-dashboard-block .col-md-6 {
         flex: 1 1 100%;
         max-width: 100%;
         text-align: center;
         width: 100%;
    }
     .btn {
         padding: 14px 31px;
    }
     .testimonials-item {
         padding: 6px;
    }
     .pricing-item .card-body {
         padding: 33px 10px;
    }
     .display-4 {
         font-size: 45px;
    }
     .pricing-item .list-group-item {
         font-size: 13px;
         padding: 13px 14px;
    }
     .download-app-block .mx-auto {
         flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .lead {
         font-size: 16px;
    }
     .section-title {
         padding-bottom: 60px;
    }
     .container {
         max-width: 100%;
    }
     .osahan-navbar {
         padding: 15px;
    }
     .navbar-brand {
         padding: 0;
    }
     .osahan-navbar.fixed-top {
         padding: 12px 15px;
    }
     .navbar-toggler {
         background: #123b82 none repeat scroll 0 0;
         border-radius: 2px;
         padding: 3px 7px;
    }
     .navbar-collapse.collapse.show {
         margin: 17px 0 0;
    }
     .osahan-navbar .nav-link {
         background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
         border-radius: 2px;
         margin-bottom: 1px;
         text-align: center;
    }
     .osahan-navbar.fixed-top .nav-link.active::before, .osahan-navbar.fixed-top .nav-link:hover::before {
         display: none;
    }
     .osahan-navbar.fixed-top .nav-link {
         background: rgba(169, 169, 169, 0.12) none repeat scroll 0 0;
    }
     .menu-btn {
         display: inline-block;
         font-size: 12px;
         margin: 20px 0 0;
         padding: 11px 21px;
         text-align: center;
         width: 100%;
    }
}
 @media (min-width: 1024px) and (max-width: 1200px) {
    .osahan-navbar {
        padding: 18px 8px;
    }
    .osahan-navbar .nav-link {
        font-size: 12px !important;
        padding: 10px 6px !important;
    }
    .navbar-nav-right a {
        font-size: 12px !important;
    }
    .osahan-center-nav {
        top: 28px;
    }
     .container {
         max-width: 100%;
    }
     .dark-right-banner img {
         width: 470px;
    }
     .dark-banner {
         min-height: 465px;
    }
     .dark-right-banner {
         top: 60px;
    }
}
/* End Mobile Media */
 .demos-block-item {
     box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     margin-bottom: 28px;
     overflow: hidden;
     position: relative;
     text-align: center;
}
 .demos-block-item .img-fluid {
     display: block;
     position: relative;
     transition: all 0.3s ease 0s;
}
 .demos-block-item:hover .img-fluid {
     box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
     transform: translateY(-10px);
}
 .demos-block-item h5 {
     font-size: 17px;
     font-weight: 500;
     margin: 20px 0 19px !important;
}

.sec_background_gry{
    background: #eff4f7;
}

.sec_back_white{
    background:#4576d3;
}

.fav_logo{
    display: none;
}

.logo_full {
    width: 260px;
    margin-top: -24px;
    margin-bottom: -26px;
}

.fixed-top .fav_logo {
    display: block;
    width: 130px;
    margin-top: -8px;
    margin-bottom: -9px;
    margin-left: 50px;
}

.fixed-top .logo_full{
    display: none;
}

.footer-logo img{
        width: 170px;
    margin-bottom: 20px;
}

.our_servc_sectn{
    padding-top: 120px !important;
}

.sovl_icn_footr a{
    text-align: left;
    font-size: 24px;
    width: 50px;
    padding-top: 3px;
    height: 47px;
    margin-top: 7px;
    padding-left: 4px;
}

.footer_main, .sec_back_white{
    border: 0px solid red !important;
    background-image: linear-gradient(to right, #5383df , #4273d0) !important;
}

.footer_main{padding:0px !important;padding-bottom: 5px !important;background: #2f5db3 !important;padding-top: 15px !important;}

.sec_back_white {
    padding-bottom: 20px;
    padding-top: 50px;
}

.sec_back_white .mb-0 a{
color:#fff !important;
}

.osahan-navbar.fixed-top .osahan-center-nav{
    top: 4px;
}

.osahan-navbar.fixed-top{
padding:5px 0px 2px 0px;
}

.fixed-top .navbar-brand{
    position: absolute;
    z-index: 99;
}

.logo_a_main{
        position: relative;
    z-index: 99;
}


/*_______________________________________________________________________*/


 @media (max-width: 992px) {
    .bg-primary::after{
        left:0;
    }
    
    .osahan-navbar.fixed-top {
    padding: 5px 0px 2px 0px;
    height: 54px;
    }
    
        .fixed-top .navbar-toggler{
            left: auto;
    right: 0 !important;
    align-items: normal;
    float: right;
    margin-right: 10px;
    float: right;
    /* width: 100%; */
    position: absolute;
    z-index: 99;
    }
    
    .fixed-top .show{
        background: rgb(239, 239, 239);
    margin-top: 267px !important;
    padding: 102px 0px 20px;
    padding-right: 11px;
    padding-left: 20px;
    }

 }

 @media (max-width: 767px) {

    .our_servc_sectn .row .col-md-3{
        float: left;
        width: 50%;
    }

    .our_servc_sectn .features-item{
        text-align: center !important;
    }



    

    .features-item img{
            margin-bottom: 9px !important;
    }


 }

 @media (max-width: 640px) {

    h2{
        font-size: 30px;
    }
    
    .logo_full {
    width: 220px;
    margin-top: -13px;
    }

    #banner h1.text-white{
            font-size: 34px;
    }

    .lead {
    font-size: 14px;
    }

}

 @media (max-width: 480px) {

    .our_servc_sectn .row .col-md-3 {
    float: left;
    width: 80%;
    margin-left: 10%;
}

.features-item h5 {
    font-size: 16px;
    border: 0px solid red;
    margin-bottom: 3px !important;
}

.features-item p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 30px;
}



 }

     


 .amazing-dashboard-block{
        padding-bottom: 0px !important;
    }