/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,400,400i,500,500i,600,600i,700,700i');

body {font-family: 'Poppins', sans-serif; font-weight: normal; font-style: normal; font-size: 15px; line-height: 1.7; color:#4f4e4e; letter-spacing: 1px;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{font-weight:normal;margin-top: 0px;margin-bottom: 0px;/* letter-spacing: 2px; */}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 55px; font-style: normal; line-height: 70px; font-weight: 700; text-transform: capitalize; color: #1c2045; letter-spacing: 0;}
h2 { font-size: 38px; font-style: normal; line-height: 46px; font-weight: 600; color: #1c2045;margin-bottom: 10px; position: relative;}
h3 { font-size: 30px; font-style: normal; line-height: 36px; font-weight: 500;}
h4 {font-size: 24px;font-style: normal;margin-bottom: 10px;font-weight: 500;line-height: 30px;color: #1c2045;}
h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #1c2045;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #1c2045;}
ul { margin: 0px; padding: 0px; }
u {text-decoration-style: wavy;}

/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.9;}
.lead{font-weight: normal; font-size: 21px; line-height: 30px;padding-bottom:20px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #0066cb;}
section{padding: 80px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}

.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: #0066cb;}
.text-black{color:#111121 !important;}
.text-grey{color:#999999;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: #ffffff !important;}
.dark-bg{background-color: #141414;}
.grey-bg{background-color: rgb(0 123 255 / 7%);}
.theme-bg{background-color: #0066cb;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner{position: relative;min-height: 700px;top: 95px;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute;top: 40%;width: 100%;z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.bnr-img2 {position: absolute; top: 50%; left: 0;}
.banner-2 .mouse-parallax {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item{height: 100%;}
.hero-bg {left: -50%; position: absolute; top: -45%;}
.banner-4 .mouse-parallax{z-index: 9;}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-cover{background-size: cover;}
.bg-contain{background-size: contain;}
.bg-pos-l{background-position: left;}
.bg-pos-r{background-position: right;}
.bg-pos-rt{background-position: right top;}
.bg-pos-lt{background-position: left top;}
.bg-pos-rb{background-position: right bottom;}
.bg-pos-lb{background-position: left bottom;}


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #0066cb;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2);}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Cases
------------------------*/
.cases-item{overflow: hidden; position: relative; text-align: center;}
.cases-item .cases-description {background: #ffffff; padding: 20px;}
.cases-item .cases-description h5{ margin: 0 0 15px; text-transform: capitalize; font-weight: 500;}
.cases-item img{width: 100%;}
.cases-item span{font-weight: 500; display: block;}
.owl-carousel .cases-item{margin: 30px 10px;}


/* ------------------------
    How It Work
------------------------*/
.work-process-inner{position: relative;}
.step-num {background: linear-gradient(270deg, #1e90d6 0, #009999 100%); border: 5px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; font-weight: bold; height: 80px; line-height: 75px; position: absolute; right: 30%; top: -40px; width: 80px; text-align: center;}
.work-process-inner .work-img {border: 2px dashed #e2dfdf;border-radius: 10px;display: inline-block;width: 210px;height: 220px;line-height: 250px;margin: 40px 0;position: relative;}
.work-process.style-2 .work-process-inner{padding-left: 80px;}
.work-process.style-2 .step-num{right: inherit; left: 0; top: 0; border: none; width: 60px; height: 60px; line-height: 60px; font-size: 24px;}
.theme-bg .work-process-inner,
.theme-bg .work-process-inner h4{color: #ffffff;}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {background: #fff; border: 1px solid #ebebeb; margin-right: -1px; margin-top: -1px; padding: 50px 10px; width: calc(100% / 4);}


/* ------------------------
    Single Page Sidebar
------------------------*/
.sidebar-links li a {color: #2c2c2c; border-bottom: 1px dashed #ddd; padding: 10px 0; display: block; font-size: 15px; font-weight: 600; position: relative; text-transform: uppercase;}
.sidebar-links li.active a, .sidebar-links li a:hover {color: #0066cb;}
.sidebar-links li:first-child a{padding-top: 0;}
.sidebar-links li:last-child a{padding-bottom: 0; border-bottom: none;}


/* ------------------------
    Single Page Meta
------------------------*/
.portfolio-meta li{position: relative; padding-left: 50px;}
.portfolio-meta li i{position: absolute; left: 0; top: 0; color: #0066cb; font-size: 30px;}
.portfolio-meta li span{color: #111121; display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 7px;}
.theme-bg .portfolio-meta li, .theme-bg .portfolio-meta li i, .theme-bg .portfolio-meta li span{color: #ffffff;}


/* ------------------------
    Contact
------------------------*/
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #0066cb; text-align: center;}
.contact-info li span{font-size: 16px; color: #111121; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #111121;}
.contact-info li a:hover{color: #0066cb;}
.info-inner{background: #ffffff; padding: 50px 30px;}
.info-inner ul li{padding-left: 0;}

.form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 5px; font-size: 13px; color: #111121; background: #ffffff; border: 1px solid transparent;}
.theme-bg .form-control .dark-bg .form-control{background: none; border:5px solid rgba(255,255,255,0.1);}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px; border-radius: 5px;}
.form-control:focus{box-shadow: none; background: none; border-color: #0066cb;-webkit-appearance: none;}
.theme-bg .form-control:focus{border-color: #0066cb;}
select.form-control {height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #111121;}
.form-control::-moz-placeholder {color: #111121;}
.form-control:-ms-input-placeholder {color: #111121;}
.form-control:-moz-placeholder {color: #111121;}
.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder{color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder{color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder{color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block;}
.video-btn .btn-play {font-size: 30px; background: #0066cb; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn-pos{position: absolute; position: absolute; left: 50%; top: 50%; width: auto !important; z-index: 99;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #0066cb;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}
.play-btn span{position: relative;text-transform: uppercase;color: #111121;font-weight: 500;padding-right: 50px;margin-right: 10px;}
.play-btn span:before{background: #0066cb;width: 40px;height: 2px;content: "";position: absolute;right: 0;top: 50%;margin-top: -1px;}



/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.image-column {position: absolute; left: 0px; top: 50%;}
.image-column.right{right: 0; left: inherit;}


/* ------------------------
    Error
------------------------*/
.error-page h1{font-size: 300px; line-height: 300px; letter-spacing: 15px; color: #111121; margin-bottom: 20px;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 40px;}
.list-icon li i{position: absolute; left: 0; top: 0; color: #0066cb; font-size: 16px; line-height: 30px;}
.list-icon-2 li{padding-left: 20px; position: relative;}
.list-icon-2 li:before{content: ""; background: #0066cb; position: absolute; top: 8px; left: 0; width: 10px; height: 2px; border-radius: 4px;}
.custom-li{display: inline-block;}
.custom-li li {float: left; margin-bottom: 5px; width: calc(100% / 2);}
.list-icon-3 li i{color: #0066cb; height: 35px; width: 35px; line-height: 35px; border: 1px solid #ece9fa; text-align: center; border-radius: 50%;}


/* ------------------------
    Bg Animated Image
------------------------*/
.pattern-3{position: absolute; left: 50%; top: 60%;}
.pattern-3a{position: absolute; left: 0%; top: 4%;}
.pattern-3b{position: absolute; right: 0%; bottom: 4%;}
.info-img:before {position: absolute; left: 0; top: 0; height: 330px; width: 100%; content: ""; background-image: url(../images/07.png); z-index: -1;}


/* ------------------------
    Round Animated Image
------------------------*/
.round-animation{background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; width: 100%; height: 100%; animation: morph 0s linear infinite; transform-style: preserve-3d; outline: 1px solid transparent; will-change: border-radius;}
.round-animation:before,
.round-animation:after{content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; will-change: border-radius, transform, opacity; animation-delay: 200ms;
background-image: linear-gradient(270deg, #1e90d6 0, #009999 100%);}
.round-animation:before{animation: morph 3s linear infinite; opacity: .21; animation-duration: 25s;}
.round-animation img{position: relative; z-index: 99;}

.insideText {color: rgba(0,0,0,0.030); font-size: 200px; font-weight: 900; left: 50%; line-height: 200px; overflow: hidden; position: absolute; text-align: center; text-transform: uppercase; top: 50%; white-space: nowrap; width: 100%; z-index: 0;opacity: 0.6;}

.boxed-view{padding: 20px 50px 50px;}

.seo-img img {position: relative; -webkit-animation: seo 2s linear infinite; animation: seo 2s linear infinite;}

@-webkit-keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}

@keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}
.signup {
  border: 2px solid #03999d;
  color: #03999d;
}
.signup:hover {
  color: #03999d;
}
.login {
  background: linear-gradient(270deg, #1e90d6 0, #009999 100%);
  border: 2px solid #03999d;
}
.login:hover {
  border: 2px solid #03999d;
  color: #03999d;
}
.play-btn .radius-4 {
  background: linear-gradient(270deg, #1e90d6 0, #009999 100%);
  padding: 15px 20px;
}
.play-btn .radius-4 i {
  color: white;
}
.footer-bg {
  background-color: #e9ecef;
}
.social-facebook a{
  background-color: #266afa;
  color: #fff;
}
.social-twitter a{
  background-color: #40bff5;
  color: #fff;
}
.social-linkedin a{
  background-color: #238cc8;
  color: #fff;
}
.social-instagram a{
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #fff;  
}
.social-youtube a{
  background-color: #d52339;
  color: #fff;
}
.work-process-inner h4 {
  font-size: 22px;
  font-weight: 600;
}
.team-description {
  height: 260px;
}
.custom-popup .modal-dialog{
  max-width: 800px;
}
.custom-popup .modal-header {
  display: block;
  padding: 1rem 1rem 0;
}
.custom-popup p {
  font-size: 14px;
  letter-spacing: 0px;
  padding: 20px;
}
.team-description .btn {
  position: absolute;
  bottom: 15px;
  margin: 0 auto;
  text-align: center;
  padding: 7px 15px;
  left: 30%;
}
.top_header {
  background: linear-gradient(to bottom, rgb(0 0 0 / 53%) 0%, rgb(33 150 243 / 39%)), url(../images/bg-h.jpg);
  background-position: left bottom;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 60px;
  margin-bottom: 0px;
  background-color: #eeeeee80;
}
.banner_content {
  margin: 14% 0;
  text-align: left;
}
.top_header p {
  font-size: 25px;
  line-height: 30px;
  margin: 25px 0 0;
  color: white;
  font-weight: 100;
}
.leadGenForm {
    background-color: #ffffff;
    color: #4b4b4b;
    padding: 20px;
    border-radius: 6px;
    height: fit-content;
    box-shadow: 0px 0px 45px 0px rgba(34, 34, 34, 0.10);
    -webkit-box-shadow: 0px 0px 45px 0px rgba(34, 34, 34, 0.10);
    border: 1px solid #dcdcdc24;
    margin: 0 20px;
    -webkit-appearance: none;
}
.leadGenForm h5 {
  font-size: 24px;
  line-height: 32px;
  color: #272727;
  margin-bottom: 50px;
  margin: 0px 0 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: roboto, sans-serif;
  text-align: left;
}
.leadGenForm p {
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: 0;
  text-align: left;
}
.leadGenForm .form-group {
  margin-bottom: 6px;
}
.leadGenForm label {
  display: none;
  text-transform: uppercase;
  color: #181818;
  font-weight: 400;
  font-size: 11px;
  font-family: roboto, sans-serif;
}
    .leadGenForm .form-control {
        width: 100%;
        height: 40px;
        padding: 6px 16px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #555;
        background-image: none;
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
        margin-bottom: 10px;
        border: 2px solid #e6ecef;
        -webkit-appearance: none;
    }
.leadGenForm .submit-btn {
  font-size: 14px;
  border-radius: 2px;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 15px 30px;
  border: none;
  font-weight: 600;
  background-color: #099;
  width: 100%;
  border: #099 1px solid;
}
.leadGenForm .submit-btn:hover {
  background-color: #ffffff;
  border: #099 1px solid;
  color: #099;
}
.top_head1 {
  font-weight: 300 !important;
  font-size: 55px !important;
  margin-bottom: 0px !important;
  line-height: 70px !important;
  color: #ffffff !important;
}
.note.small {
  color: #707070 !important;
}
.leadGenForm .small {
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 0;
}
.fixed-header #loan_menu .nav-link:hover, .fixed-header #loan_menu .nav-item .nav-link.active {
  color: #4c4c4c;
}
#loan_menu .nav-link {
  color: #ffffff;
}
.blue_color1 {
  color: #0d2366 !important;
  font-weight: 600;
  font-size: 30px !important;
}
.stenght_head1 p {
  display: none;
  color: #636363;
  width: 85%;
  text-align: center;
  margin: 0 auto;
}
.where_use .top-services-item {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  transition: none;
}
.top-services-item .icon {
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}
.top-services-item .icon img {
  height: 60px;
}
.where_use .top-services-item h3 {
  display: none;
}

.top-services-item h3 {
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 500;
  letter-spacing: 0;
  color: #0d2366 !important;
}
.top-services-item p {
  margin-bottom: 15px;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
}

.blue-para {
  color: #0d2366 !important;
  font-size: 18px;
  text-align: center;
  line-height: 25px;
  letter-spacing: 0;
}
.singleProcess_2 {
  margin: 30px 0;
  text-align: center;
}
    .singleProcess_2 .front {
        box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
        -webkit-box-shadow: 0px 4px 16px 3px rgba(213, 221, 234, 0.5);
        border: 1px solid #dee4ee;
        z-index: 2;
        padding: 29px 25px 59px 40px;
        cursor: pointer;
        transition: .5s;
        padding: 30px;
        height: 200px;
        -webkit-appearance: none;
    }
.singleProcess_2 .circle {
  background-color: #e3f0fe;
  width: 60px;
  height: 60px;
  border: 1px solid #0d2366;
  border-radius: 100px;
  color: #0d2366;
  margin: -70px auto 30px auto;
  padding: 10px;
  text-align: center;
  line-height: 1.7;
}
.singleProcess_2 .number {
  font-size: 24px;
  font-weight: 500;
}
.singleProcess_2 .front h4 {
  font-size: 21px;
  color: #0d2366;
  font-weight: 500;
}
.singleProcess_2 .front p {
  font-size: 15px;
  line-height: 26px;
  color: #505050;
  margin: 0;
  letter-spacing: 0;
}
.custom {
  padding: 10px 40px;
  background-color: #0d2366;
  border: 1px solid #0d2366;
}
.custom:hover {
  padding: 10px 40px;
  background-color: #fff;
  border: 1px solid #0d2366;
  color: #0d2366;
}
.loan_offer {
  background: linear-gradient(#f7faff, #E8F0FF);
  padding: 30px 0;
}
.loan_offer h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 20px 0 0 3px;
  color: #3b3b3b;
  font-weight: 600;
  margin-bottom: 15px;
}
.loan_offer p {
  text-indent: -32px;
  margin-left: 32px;
  color: #606162;
  letter-spacing: 0;
}
.loan_offer p i {
  color: #fff;
  width: 22px;
  height: 20px;
  text-align: center;
  line-height: 21px;
  background: linear-gradient(135deg, #0d2366 0%, #0d2366 100%);
  border-radius: 3px;
  font-size: 12px;
  margin-right: 6px;
}
.work-video {
  text-align: center;
}
.work-video img {
  width: 70%;
}
.top-services-item {
  border: 1px solid #dee4eea1;
  background-size: cover;
  background-image: url(../images/cards-bg.png);
  position: relative;
  z-index: 1;
  padding: 20px;
  transition: .5s;
  margin-bottom: 30px;
  background-color: #fff;
  cursor: pointer;
  height: 300px;
}
.top-services-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.where_use .top-services-item:hover {
  transform: none;
}
.where_use .top-services-item {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  height: auto;
  transition: none;
}
.loan_offer p i.fa-check:before {
  margin-left: 33px;
}
section.check-rate-btn-area {
  background: #0d2366;
}
section.check-rate-btn-area {
  padding: 30px 0;
}
.check-your-rate-text h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 0;
  margin-top: 0px;
  letter-spacing: 0;
}
.check-your-rate-text p {
  color: #f0f0f0;
  font-size: 17px;
  margin: 5px 0 0;
  letter-spacing: 0;
}
.check-your-rate-btn .btn.btn-default {
  background: #ffff0000;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: 2px solid white;
  margin-top: 3%;
}
.check-your-rate-btn {
  text-align: right;
}
.para_text {
  letter-spacing: 0;
  line-height: 25px;
}
.list_text_para {
  padding: 10px 20px;
  letter-spacing: 0;
}

.list_text_para li {
  padding-bottom: 10px;
}
.ofr_form_filed {border: 1px solid #e5e5e5;border-radius: 5px;padding: 10px;background: #fff;}


.offer_bg {
    background: #0d78cf;
    margin-top: 70px;
}

    .offer_bg h2 {
        color: #fff;
    }

    .offer_bg p {
        color: #fff;
    }

.offer_form {
    background: #fff;
    padding: 20px 20px 20px;
    border-radius: 15px;
}

.ofr_form_filed {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    box-shadow: none;
    -webkit-appearance: none;
}

.ofr_top_head1 {
    font-weight: normal;
    font-size: 2.1rem;
    margin-bottom: 10px;
    line-height: 3.8rem;
    color: yellow;
}

.top_text {
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: 5px;
    text-indent: -25px;
    margin-left: 32px;
}

    .top_text img {
        width: 18px;
    }

.dwlapp_btn {
    font-size: 18px;
    letter-spacing: .1em;
    padding: 13px 31px !important;
    background-color: yellow !important;
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 18px;
    border-radius: 5px;
    border: 2px solid #1b8cd5;
}

    .dwlapp_btn:hover {
        color: #000;
    }

.paytm_ofr_title {
    color: #1c2045 !important;
    font-size: 23px !important;
}

.stk {
    text-decoration: line-through;
    font-weight: bold;
    color: red;
}
.single-information-box .btn-box .app-store-btn, .single-information-box .btn-box .play-store-btn {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 5px 25px 5px 35px;
  font-size: 11px;
  background: linear-gradient(135deg,#000000,#515151);
}
.single-information-box .btn-box .app-store-btn i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.single-information-box .btn-box .app-store-btn span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.single-information-box .btn-box .play-store-btn i {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.single-information-box .btn-box .play-store-btn i:before {
  font-size: 20px;
}
.single-information-box .btn-box .app-store-btn i:before {
  font-size: 20px;
}
.single-information-box .btn-box .play-store-btn span {
  display: block;
  font-size: 15px;
  font-weight: 500;
}
.pros_stp::after {
  position: absolute;
  left: 99%;
  top: 38%;
  content: "";
  /* background-image: url(../images/direction-sign.png); 
  background-size: contain;
  background-repeat: no-repeat;*/
  width: 173px;
  margin-right: -49px;
  border-top: 7px dotted #1e90d6;
  margin-left: -67px;
  opacity: 0.6;
}
.fixed-header #loan_menu .nav-link {
  color: #2e2e2e;
}
.pay span{
  font-size: 30px;
  line-height: 0px;
}
.pay {
  font-size: 41px;
  font-style: normal;
  line-height: 54px;
}
.prizes.owl-carousel .owl-dots {
  left: 40% !important;
}
.fs-20{
  font-size: 20px;
}

.video-play-button1 {
  position: absolute;
  z-index: 10;
  top: 48% !important;
  right: 35% !important;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 53%;
  right: 42%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#fa183d, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video-play-button i {
  position: absolute;
  color: #ffffff !important;
  font-size: 40px;
  top: 20px;
  left: 28px;
  z-index: 999 !important;
}
.video-play-button1 i {
  position: absolute;
  color: #ffffff !important;
  font-size: 40px;
  top: 20px;
  left: 28px;
  z-index: 999 !important;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.custom-modal .modal-header{
  padding: 15px 20px;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: bold;
  color: #54585b;
  opacity: 1;
}
.video-btn, .video-play-button{
  cursor: pointer;
}
.fs-30{
  font-size:30px;
}
body {
  scroll-behavior: smooth;
}
.featured-icon img{width:125px;}
.price-table{margin-bottom: 20px;}
.work-img img{width:125px;}
.text-primary {color: #0066cb !important;}

.mob_view {
    display: none !important;
}
.gray-bg {
  background-color: #f8f9fa;
}
.price-value h5 {
  font-size: 19px;
  text-align: center;
}

.bdr-lrd {
    border-left: 1px solid #b4b4b4 !important;
    border-right: 1px solid #b4b4b4 !important;
}

.bdr-lrm {
    border-top: 1px solid #b4b4b4 !important;
    border-bottom: 1px solid #b4b4b4 !important;
}
.lucky_draw_text {
    display: inline-block;
    margin-bottom: 20px;
    color: yellow !important;
    padding: 15px 30px !important;
    font-weight: 800 !important;
    border-radius: 5px !important;
    font-size: 36px !important;
    animation: rotate 22s infinite linear !important;
    -webkit-animation: rotate 22s infinite linear !important;
    background: linear-gradient(to right, rgb(2 152 157) 0%,rgb(27 145 208) 25%,rgb(29 145 211) 50%,rgb(3 152 159) 75%,rgba(69,204,137,1) 100%);
}
.subm_dwn_btn {
    background: yellow;
    color: #000;
    font-weight: 600
}

.subm_video {
    top: 48% !important;
    right: 38% !important;
}
    .subm_bnr img.subt_img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 55%;
        width: 40%
    }

.subm_fs {
    background: linear-gradient(180deg, #1e90d6 0, #009999 100%);
    position: relative
}

    .subm_fs img.leftside {
        position: absolute;
        left: -5%;
        bottom: 0%;
        width: 29%;
    }

    .subm_fs img.rightside {
        position: absolute;
        right: -3%;
        bottom: 0%;
        width: 29%
    }
    .btn_pricing, .btn_pricing:hover, .btn_pricing:focus {
      background-color: #0066cb;
      border-radius: 0;
      letter-spacing: 0;
      padding: 11px 40px;
      width: 60%;
      color:white !important;
  }
  .btn_pricing_free {
      border: 1px solid #0066cb;
      color: #0066cb;
      letter-spacing: 0;
      padding: 5px 10px;
      border-radius: 0;
      width: 70%;
}
.btn_pricing_free:hover {
  background-color: #0066cb;
}
.price-header_custom h4{
  font-size: 17px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #0066cb;
  padding:0 12px;
}
.price-header_custom p {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  padding:0 12px;
  margin-bottom:0;
}
.custom_bedge{
  padding: 10px 10px !important;
    border-top: 1px dotted #e0e0e0;
    color: #454545;
    font-weight: 600 !important;
    width: 100%;
    border-radius: 0;
    padding: 9px 0;
    margin: 10px 0 0px;
    font-size: 18px !important;
}

.badge {
    font-size: 15px;
    font-weight: 500;
}
.bg-green {
  background: #00bcd414;
  padding: 10px 0 10px !important;
  border-bottom: 2px dotted #1a91ce;
}
.bg-blue {
  background: #fdede375;
  padding: 10px 0 10px !important;
  margin-bottom: 20px;
}
.price-title_main {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: capitalize;
  color: #272727;
  padding: 11px 12px 0;
}

.table-primary, .table-primary>td, .table-primary>th {
  background-color: #b8daff3b;
}
.table-secondary, .table-secondary>td, .table-secondary>th {
  background-color: #d6d8db2e;
}
.table-success, .table-success>td, .table-success>th {
  background-color: #c3e6cb33;
}
.table-danger, .table-danger>td, .table-danger>th {
  background-color: #f5c6cb26;
}
.table-warning, .table-warning>td, .table-warning>th {
  background-color: #ffeeba29;
}
.table-info, .table-info>td, .table-info>th {
  background-color: #bee5eb21;
}
.price-header_custom td{
  border-bottom: 1px solid #1c90d333 !important;
  border-top: 0;
  vertical-align: baseline;
}
.amount1{
  text-decoration: none !important;
  margin-left: 10px;
  font-size: 25px;
}
ins {
  text-decoration: none;
}
.amount{
  font-size: 13px;
}




.price_per_left .ppleft_content-box {
  background: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 10px 7px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}
.new_priceboxtop .pricerowleft {
  display: inline-flex;
  margin: 0;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #f4f6ff;
  border-radius: 0;
}
.new_priceboxtop .pricerowleft h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .53px;
  color: #364250;
  position: relative;
  display:flex;justify-content:space-evenly;flex-flow:column;
}
.new_priceboxtop .pricerow .pricerowleft p {
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
  display:block;
}
.new_priceboxtop .pricerowleft p span {
  margin-top: 20px;
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  opacity: .8;
}
.pricerowright {
  padding-left: 18px;
}
.new_priceboxtop .pricerowright .pricetile p {
  padding: 0 0;
  color: #364250;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .27px;
}
.pricebox.new_pricebox p b, .pricetile.price_cont p b {
  padding: 20px 0;
  display: inline-block;
  font-weight: 500;
}
.cardsul {
  margin: 0;
  padding: 0;
}
.new_priceboxtop .pricerowright .cardsul li {
  margin: 0;
  display: inline-flex;
  flex-flow: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding-right: 40px;
}
.new_priceboxtop .pricerowright .cardsul li img.img-responsive {
  width: 50px;
  height: 40px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 0;
}
.new_priceboxtop .pricerowright .cardsul li p {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: .2px;
  color: #5f7082;
  padding: 5px 0;
}
.fs-21{
  font-size: 21px !important;
}
.price-table.style-2.bg-contain h4 {
  font-size: 16px;
  letter-spacing: 0;
  color: #0089c7;
}


/* .submenu_show {display: block;opacity: 1;pointer-events: auto;visibility: visible;top: 100%;transition: all .5s ease-in-out;} */
.sublist-menu-title i {
  font-size: 14px;
}
.ga-tracker {
  font-size: 15px;
  line-height: 22px;
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}
.out_row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px;
  border-top: 1px solid #dcdcdc;
  margin-right: 15px;
  letter-spacing: 0;
  font-size: 15px;
}

.out_row p {
  margin-right: 20px;
}
.out_row a i.fa.fa-phone {
  transform: rotate(
100deg);
}
#carouselExampleControls .carousel-item{
  background-color: #e6f7ffa6;
  height: 242px;
  /* text-align: center; */
  padding: 40px 30px 10px 40px;
  display: block;
}
#carouselExampleControls .carousel-item img {
  width: 50%;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  /* position: absolute; */
  /* right: 0; */
}
.custom_megamenu_val:hover .header_sub_menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  top: 100%;
  transition: all 0.5s ease-in-out 0s;
}
.dropdown-menu.show {
  display: block !important;
  opacity: 1 !important;
}
@keyframes fadeInDown_custom {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown_custom {
  animation-name: fadeInDown_custom;
}
.animated_custom {
  animation-duration: 700ms;
  animation-fill-mode: both;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
  display: block;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  top: 100%;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
