 
 @import url('https://fonts.googleapis.com/css2?family=Dosis:wght@400;500;600&family=Open+Sans:ital,wght@0,400;0,600;1,400&display=swap');

*{margin: 0; padding: 0; box-sizing: border-box;}
ul{padding: 0; margin:0; list-style-type: none;}

a{color:inherit; text-decoration: none;}
h1,h2,h3,h4,h5,h6{color: #222222; font-family: 'Dosis', sans-serif;}

h2 {
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 46px;
 
}
:focus{outline: none; border:none;}
body{
  font-size: 18px;
  line-height: 28px;
  color: #494949;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;

}
.home p {margin-bottom: 20px;}

.row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.maindiv{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.img-fluid{
  max-width: 100%;
}
.img-res{
  max-width: 100%;
  width: 100%
}
.inner-container{}

.transition{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.padding{padding: 70px 0;}
.height-light-sub {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
}

.text-white{color: #fff;}
.text-center{text-align: center;}
.rounded{border-radius: 5px;}
.pt-1{padding-top: 20px;}
.pt-2{padding-top: 40px;}
.pt-3{padding-top: 60px;}
.pb-1{padding-bottom: 20px;}
.pb-2{padding-bottom: 40px;}
.pb-3{padding-bottom: 60px;}

.mt-1{margin-top: 20px;}
.mt-2{margin-top: 40px;}
.mt-3{margin-top: 60px;}
.mb-1{margin-bottom: 20px;}
.mb-2{margin-bottom: 40px;}
.mb-3{margin-bottom: 60px;}



.two-div .col1{width: 48%}
.four-div .col1{width:23%;}
.three-div .col1 {width: 31%;}

.inner-row {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.first-slot {
    position: relative;
    width: 100%;
    background-image: url(../images/banner-n1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
}
.first-slot.home-inner {
    padding: 50px 0;
}
.banner-n1 .maindiv {
    position: relative;
}
.banner-n1 .row1 {
    align-items: center;
}
.banner_text h1 {
    color: #fff;
    font-size: 42px;
    line-height: 52px;
}
.first-slot:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(31 31 31 / 60%);
    top: 0;
    left: 0;
}

/*-----header css start----*/
.warning {
    background: #cf9e01;
    z-index: 9;
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding: 0px 0;
}
.header {
    padding: 0px 0;
}
.home .header {
    position: relative;
    width: 100%;
    z-index: 9;
}
.header .row1 {
    justify-content: space-between;
    align-items: center;
}
.logo {
    max-width: 250px;
    width: 100%;
    padding: 5px 0;
}
.nav01 {
    width: 72%;
    display: flex;
    flex-wrap: wrap;
}
a.top_ph {
    width: 100%;
    text-align: right;
    color: #ff4266;
    font-size: 10px;
    letter-spacing: 2px;
}
.menu01 {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.menu01 li a {
    font-size: 18px;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 1px solid transparent;
    color: #132f58;
    font-weight: 600;
}




.menu01 li {
    padding: 0px 20px;
}
.menu01 li.apply-now {
    padding-left: 60px;
}
.menu01 li.apply-now a {
    padding: 10px 30px;
    border-radius: 29px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-bottom: 0;
    color: #fff;
    background-image: linear-gradient(to right,#2e94b3 0%,#6fba98 100%);
}


.icon1 {
    position: relative;
}
.icon1:before {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    color: #fff;
    right: 0px;
    top: 0px;
    font-size: 10px;
}
#menu-icon {
    color: #ffffff;
    font-size: 20px;
    line-height: 0;
    padding: 0;
    padding-top: 5px;
    background: transparent;
    margin-bottom: 30px;
}
.innerpage #menu-icon{color: #222222; padding-top: 6px; margin-bottom: 22px; padding-right: 15px;}
.mid-header {
    background: #fff;
    padding-right: 15px;
}
/*---header css end----*/


.second-intro .text {
    width: 67%;
}
.second-intro .intro {
    width: 29%;
}
.second-intro {
    display: flex;
    justify-content: space-between;
}

.list1 {
    padding-left: 50px;
}
.list1 li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #444343;
}
.list1 li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2d7b78;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: -30px;
    content: "\f18e";
}
.bg-blue {
    color: #fff;
    background: #2d7b78;
    position: relative;
}

.bg-blue .textbox, .bg-blue .display-n {
    position: relative;
}
.bg-blue h2 {
    color: #fff;
}
.list1.w li {
    color: #fff;
}
.list1.w li:before {
    color: #fff;
}


.list2 {
    padding-left: 30px;
}
.list2 li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #444343;
}
.list2 li:before {
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: -30px;
    background-image: url(../images/tick1.png);
    content: "";
}

.avail .list2 {
    column-count: 3;
    padding-top: 20px;
}
.list2 li {
    position: relative;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
    color: #444343;
    padding-left: 24px;
}
.list2 li:before {
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: -30px;
    background-image: url(../images/tick1.png);
    content: "";
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
}
.heightlight {
    padding: 15px 15px 2px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    border: 3px dashed #2d7b78;
    color: #fff;
}
.heightlight-n {
    padding: 15px 15px 2px 15px;
    border-radius: 5px;
    margin-bottom: 30px;
    font-style: italic;
    position: relative;
    border: 3px dashed #2d7b78;
    color: #333;
}
.heightlight p {
    position: relative;
}



.home-testimonials .slider1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}
.home-testimonials .slider1:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 54px;
    line-height: 64px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 12px;
    content: "\f10d";

}
.home-testimonials .slider1 .item {
    padding-left: 70px;
}
.home-testimonials .slider1 .item .pimg {
    max-width: 146px;
    width: 100%;
    height: 146px;
    border-radius: 50%;
    padding: 5px;
    border: 2px solid #2f94b3;
    margin: 0 auto;
    margin-bottom: 30px;
}
.home-testimonials .slider1 p.data {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.home-testimonials .slider1 p.subtitle .text {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.home-testimonials .owl-dots {
    display: none;
}

.home-testimonials .owl-nav button span {
    font-size: 46px;
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #2d989c;
    color: #fff;
    font-weight: 600;
    background: #2d989c;
    line-height: 23px;
    border-radius: 50%;
    padding-top: 6px;
}
.home-testimonials .owl-nav [class*='owl-']:hover{background: transparent;}
.home-testimonials .owl-nav button span:hover {
    background: #2f94b3;
    color: #fff;
}
.home-testimonials .owl-theme .owl-nav {
    text-align: left;
}
.home-testimonials .owl-nav .owl-prev {
    position: absolute;
    top: 20%;
    left: -81px;
}
.home-testimonials .owl-nav .owl-next {
    position: absolute;
    top: 20%;
    right: -81px;
}
.home-testimonials {
    padding: 30px 0;
    background: #f1f1f1;
}






.footer-list.reach a {
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}



.footer-top h4 {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer-top {
    position: relative;
    color: #fff;
    padding: 60px;
}
.footer-bottom {
    background: #010101;
    color: #edeeee;
    padding: 15px 0;
    font-size: 14px;
    line-height: 14px;
    position: relative;
}


.footer a:hover {
    color: #39bdf7;
}

.footer a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.f-list li {
    position: relative;
    font-size: 16px;
    line-height: 32px;
}

.footer .social a {
    margin-right: 10px;
}
.footer-list li {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.footer-list .fa {
    padding-right: 10px;
}
.footer-top .flogo {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    width: 230px;
}

.footer-top .col1 {
    flex-grow: 3;
}


.f-list.quick {
    column-count: 2;
}


/*---accordian------*/
.accordion .heading {
    color: #222222;
    border: 1px solid #333333;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
    background: transparent;
}
.accordion .heading.active {
    margin-bottom: 0;
}
.accordion .heading:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #3333333;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 15px;
}
.accordion .details {
    border: 1px solid #333;
    padding: 15px 15px;
    border-top: 0;
    margin-bottom: 20px;
    background: transparent;
    color: #333333;
}

.accordion .head-data {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #333333;
}

/*----table----*/


.table-cus .tr-bg{
    background: #50c0d5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; 
    background-color: #42378f;
    background-image: linear-gradient(to right,#2e94b3 0%,#6fba98 100%);
}
.table-cus .tr-bg td{
    border:2px solid #fff;
    border-right:0;
}
.table-cus .tr-bg td p{
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #fff;
    border-right: 0px solid #fff;
    margin-bottom: 0;
} 
.table-cus .tr-bg{
    font-family: 'Frank Ruhl Libre', serif;
    font-size: 20px;
    color: #fff;
    border-right: 2px solid #fff;
}
/*.table-cus th{
    border-right: 2px solid #fff;
}*/
.table-cus th:last-child{
    border-right: 0;
}
.table-cus th, .table-cus td{
    padding: 15px 20px;
}
.table-cus.td-icon td{
    position: relative;
    padding-left: 50px;
    font-size: 16px;
}
/*.table-cus td{
    border-right: 2px solid #2d7b78;
}*/
.table-cus td:last-child{
    border-right: 0;
}
.table-cus.td-icon td{
    vertical-align: top;
}
.table-cus.td-icon td:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 18px;
    position: absolute;
    top: 14px;
    left: 18px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( 
99deg
 , #f53844 0%, #843874 74%);
    width: 30px;
    padding-left: 2px;
    content: "\f0a9";
}
.table-grey{
    background: #f7fafb;
    width: 100%;
}
.table-two-col td{
    width: 50%;
}
.table-cus.td-icon td.no-icon:before{
    display: none;
}

.table-grey tr:nth-child(even) {
  background-color: #f2f2f2;
}


.tbl-head {
    background: #2d7b78;
    padding: 4px 0;
    color: #fff;
}
.table-cus {
    overflow-x: auto;
}
.table-cus table {
    width: 100%;
}

.apply-sec-inn h2 {
    color: #333;
}


/*----------APPLY NOW--------------------*/


.apply-sec-inn .two-div .col1 {
    width: 49%;
}
.apply-sec-inn .form-select select.col1 {
    width: 32%;
}
.form-area.form-box {
    background: #f1f1f1;
    padding: 30px;
    border-radius: 5px;
}
.contact-gapping {
    padding: 60px 0;
}
.form-box .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #d3cece;
}
.from-zone {
    padding: 0 50px;
}
.form-box input[type="submit"] {
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 1px solid #22062f;
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 0 20px 0;
    display: inline-block;
}
.form-box input[type="submit"]:hover {      
    background: #22062f;
    color: #fff;
}
.contact-gapping .from-zone {
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 20px;
}
.form-box input::-webkit-input-placeholder, .form-box textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #818181;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}
.form-box input::-moz-placeholder, .form-box textarea::-moz-placeholder { /* Firefox 19+ */
  color: #818181;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}


.form-box input:-ms-input-placeholder, .form-box textarea:-ms-input-placeholder { /* IE 10+ */
  color: #818181;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}

.form-box input:-moz-placeholder, .form-box textarea:-moz-placeholder { /* Firefox 18- */
  color: #818181;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
}



.apply-now-submit {
    padding: 15px 41px;
    border-radius: 30px;
    font-size: 18px;
    border: 0;
    outline: 0;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}





.contact-form .col2 {
    width: 50%;
}
.contact-form .col2 .img-res {
    height: 100%;
}

.thanks-box img {
    max-width: 350px;
    width: 100%;
}
.thanks-box {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 30px;
}
.theme-btn{
    padding: 15px 41px;
    border-radius: 30px;
    font-size: 18px;
    border: 0;
    outline: 0;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #cf9e01;
    text-decoration: none;
}


.bread-cum {
    background: #edfdff;
    padding: 10px 0;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {
    color: #333333;
}




.step1 li {
    display: flex;
    margin-bottom: 15px;
}
.step1 .iconbox {
    width: 80px;
    height: 80px;
}
.step1 .iconbox .fa {
    font-size: 50px;
    position: relative;
    top: 2px;
}
.step1 .textbox {
    width: 80%;
}
.step1 li h3 {
    color: #fff;
    margin-bottom: 10px;
}

/*-----slider css start--*/
.irs--big .irs-line {
    top: 33px;
    background: #4a4a4a;
    border: 1px solid #fff;
}
.irs--big .irs-min, .irs--big .irs-max {
    top: -20px;
    color: #ffffff;
    text-shadow: none;
    background-color: #2f94b3;
}
.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
    color: white;
    text-shadow: none;
    background-color: #0957d1;
    background: #6eb998;
}
.irs--big .irs-bar {
    top: 33px;
    border: 1px solid #3599b0;
    background: #2f94b3;
    box-shadow: none;
}
.irs--big .irs-handle {
    top: 13px;
    width: 48px;
    height: 48px;
    border: 6px solid #fff;
    background: #6eb998;
    box-shadow: none;
    border-radius: 30px;
}
.irs-from, .irs-to, .irs-single {
    top: -20px;
}
.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
    border-color: hsl(0deg 0% 100%);
    background-color: #0957d1;
    background: linear-gradient(to bottom, #09c6f9, #0957d1);
}
.r-slider {
    margin-bottom: 30px;
}
.how-much {
    background: #f1f1f1;
    padding: 30px 0;
}
.slider-area {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

/*-----slider css end--*/  


/*--12-07-2022--*/

.topinfo-header .textbox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.topinfo-header .textbox p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
    padding: 5px;
}

.menu01 > li > a {
    position: relative;
}
.menu01 > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
    background-color: #132f58;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.menu01 > li:hover > a:after {
   
}

.secure-btn {
    background: #2d7b78;
    background-image: linear-gradient(to right,#2d7b78 0%,#132f58 100%);
    display: inline-block;
    color: #fff !important;
    padding: 10px 20px;
    padding-bottom: 10px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 26px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: none;
    border: 1px solid transparent;
    -webkit-animation-name: blink-span;
    -webkit-animation-duration: 0.5s;
    animation: blink-span 0.5s infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes blink-span {
  from {background-image: linear-gradient(to right,#2d7b78 0%,#132f58 100%);}
  to {background-image: linear-gradient(to right,#132f58 0%,#2d7b78 100%);}
}
/* Standard syntax */
@keyframes blink-span {
 from {background-image: linear-gradient(to right,#2d7b78 0%,#132f58 100%);}
  to {background-image: linear-gradient(to right,#132f58 0%,#2d7b78 100%);}
}

.menu01 > li.secure > a:after{display: none;}


.irs--big .irs-line {
    top: 33px;
    background-color: #fff;
    border: 1px solid #fff
}

.irs--big .irs-max,
.irs--big .irs-min {
    top: -20px;
    color: #fff;
    text-shadow: none;
    background-color: #2d7b78;
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
    color: #fff;
    text-shadow: none;
    color: #132f58;
    text-shadow: none;
    background: #cf9e01;
}

.irs--big .irs-bar {
    top: 33px;
    background-color: #033432;
    border: 1px solid #2d7b78;
    background: #2d7b78;
    box-shadow: none;
}

.irs--big .irs-handle {
    top: 13px;
    width: 48px;
    height: 48px;
    border: 6px solid #fff;
    background-color: #033432;
    background: #2d7b78;
    box-shadow: none;
    border-radius: 30px;
}

.irs-from,
.irs-single,
.irs-to {
    top: -20px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
    border-color: hsl(0deg 0% 100%);
    background: #132f58;
    background-image: linear-gradient(to right,#2d7b78 0%,#132f58 100%);
}

.r-slider {
    margin-bottom: 30px
}

.btn-comm {
    padding: 9px 20px;
    border-radius: 35px;
    font-size: 16px;
    letter-spacing: .5px;
    cursor: pointer;
    border: 2px solid #cf9e01;
    background: #cf9e01;
    color: #fff !important;
    text-decoration: none;
    font-weight: 500;
}

.btn-comm:hover {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.slider-area .form-heading {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

.banner-intro .row1 {
    justify-content: center;
    align-items: center;
}
.banner-intro .imgbx {
    text-align: center;
    line-height: 0;
}
.slider-area .get-quote {
    text-align: center;
}
.new-avail {
    padding: 30px 0;
}
.new-avail h3 {
    font-size: 24px;
    line-height: 34px;
}
.list2 li p:first-child  strong {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#132f58 0%,#2d7b78 100%);
}

.heading {
    color: #2d7b78;
}

.heading span {
    color: #ffc815;
}

.blue-heading{color: #333333;}
.heading-w span{color: #ffc815;}
.display-n .wrap {
    border: 1px solid #fff;
    padding: 20px;
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 5px;
}

.display-n .wrap h3 {
    color: #ffffff;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 15px;
}

.display-n .wrap .img-bx img {
    max-width: 90px;
}



.home-testimonials .bg-blue {
    border-radius: 5px;
}
.home-testimonials .bg-blue {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.home-testimonials .bg-blue:before {
    border-radius: 15px;
    background: rgb(110 186 152 / 40%);
}
.recent-posts {
    padding: 50px 0;
}

.section-heading-c {
    font-size: 35px;
    font-weight: 600;
    color: #2d7b78;
    text-align: center;
    margin-bottom: 20px;
}
.section-heading-c span {
    font-weight: 700;
    color: #ffc815;
}

.recent-posts .textbox-wrap {
    padding: 0 20px;
}
.recent-posts.textbox-wrap .textbox {
    background: #f1f4f6;
    padding: 20px;
    position: relative;
    margin-top: -40px;
}
.recent-posts .textbox-wrap .textbox h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}
.recent-posts .content2 .text-wrap {
    background: #f1f1f1;
    padding: 30px;
}
.recent-posts .listing-news li {
    display: flex;
    border-bottom: 1px dotted #c7c6c6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.recent-posts .listing-news li .imgarea {
    width: 230px;
    margin-right: 20px;
}
.recent-posts .listing-news li .textarea {
    width: 80%;
}
.recent-posts .listing-news li .textarea h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #5c5c5c;
}
.recent-posts .listing-news li .textarea p {
    font-size: 15px;
    line-height: 25px;
}
.recent-posts .textbox-wrap .textbox {
    background: #fff;
    padding: 20px;
    position: relative;
    margin-top: -40px;
}
.recent-posts .textbox-wrap .textbox .btn-area {
    margin-top: 26px;
}


.btn-comm.btn-color:hover {
    color: #333;
    border: 2px solid #333;
    background: transparent;
}


.hithere {
  animation: hithere 1s ease infinite;
}
@keyframes hithere {
  30% {
    transform: scale(1.2);
  }
  40%,
  60% {
    transform: rotate(-20deg) scale(1.2);
  }
  50% {
    transform: rotate(20deg) scale(1.2);
  }
  70% {
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.btn-apply-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    border-bottom: 0;
    z-index: 9999;
    padding: 10px 30px;
    text-decoration: none;
    background: #cf9e01;
    box-shadow: 0 0px 5px 2px rgb(255 255 255 / 30%);
}

.scroll-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 35px;
    transition: background .5s;
    z-index: 11;
    text-decoration: none;
}

.scroll-top .fa {
    width: 40px;
    height: 40px;
    background: #cf9e01;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-comm.btn-w {
    padding: 8px 15px;
}
.btn-comm.btn-w:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.faqs {
    background: #f1f1f1;
}

.low-income {
    background: #f1f1f1;
}

.low-income .image-box {
    padding: 20px 15px;
    background: #fff;
    border-radius: 5px;
}
.low-income .row1 {
    align-items: center;
}

.low-income .two-div .col1:nth-of-type(2) {
    width: 40%;
}

.gray-bg {
    background: #f1f1f1;
}
.types .row1 {
    align-items: center;
}
.types img {
    padding: 50px;
}


/*-----24/07/2022------*/
.form-area #regForm {
    background-color: #2d7b78;
    margin: 0 auto;
    color: #fff;
    padding: 10px 40px 40px;
    width: 80%;
    border: 3px solid #13514f;
}

.form-area input,.form-area select {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaa
}

.form-area input.invalid {
    background-color: #fdd
}

.form-area .tab {
    display: none
}

.form-area #regForm input {
    line-height: normal;
    width: calc(100% - 35px);
}

.form-area button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
    border-radius: 20px
}

.form-area button:hover {
    opacity: .8
}

.form-area #prevBtn {
    background-color: #FC8423;
    border-radius: 20px
}
.form-area .apply-fix {
    position: fixed;
    bottom: 14px;
    text-align: center;
    width: 100%;
    display:none;
}
.form-area .apply-fix a {
    background: #002b56;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 18px 23px 15px;
    border-radius: 10px 10px 0 0;
    text-decoration:none;
}
.form-area .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: .5;
    display: none
}

.form-area .step.active {
    opacity: 1
}

.form-area .contents-box {
    margin: 0 auto;
    width: 100%;
    max-width: 100%
}

.form-area select {
    width: calc(100% - 35px);
    height: 41px
}

.form-area .step.finish {
    background-color: #4CAF50
}

.form-area .span {
    width: 35px;
    padding: 6px 9px 0;
    background: #144442;
    height: 42px;
    display: inline-grid;
    line-height: 27px;
    color: #fff;
    font-size: 24px;
    border: 1px solid #144442;
    float: left;
}

.form-area input[type="submit"] {
    background: #fc8423;
    border: none;
    color: #fff;
    height: 57px;
    width: 33.9%;
    border-radius: 0 20px 20px 0
}

@-moz-document url-prefix() {
    input[type="submit"] {
        background: #fc8423;
        border: none;
        color: #fff;
        height: 57px;
        width: 32.7%;
        border-radius: 0 20px 20px 0
    }
}
.form-area .heading-form h2 {
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #8d9ba9;
    padding-bottom: 15px;
    color: #fff;
}

.form-area span img {
    height: auto;
}
.form-area .chkbox-sec {
    width: 100%;
    float: left;
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.form-area .chkbox-sec input {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.form-area #regForm .chkbox-sec input {
    width: auto;
    float: left;
    margin-right: 5px;
}

.form-area .btn-submit {
    margin-top: 20px;
    font-size: 20px;
}
.form-area .chkbox-sec .terms {
    margin-top: -7px;
}
.apply-now-submit {
    margin-top: 15px;
}


.new-blg .listing-news li .imgarea img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.new-blg .img-box img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

h1.home-inner {
    text-align: center;
    color: #fff;
    font-size: 42px;
    line-height: 52px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}


.first-slot.innerpage {
    padding-bottom: 30px;
}
.banner-intro .points {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.banner-intro .last {
    max-width: 362px;
    width: 100%;
    margin: 0 auto;
}

.boxes .wrap {
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    border-radius: 15px;
    min-height: 377px;
}
.boxes .wrap .tr-bg {
    background: #50c0d5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #42378f;
    background-image: linear-gradient(to right,#2e94b3 0%,#6fba98 100%);
    text-align: center;
    color: #fff;
    padding: 15px 0;
}
.boxes .wrap .list1 {
    padding-top: 20px;
}

.major-box h3 {
    background: #2d7b78;
    padding: 4px 15px;
    color: #fff;
    text-align: center;
}
.major-box .row-custom {
    display: flex;
    background: #f7fafb;
}
.major-box .row-custom .box1 {
    border-right: 2px solid #2d7b78;
}

.major-box .row-custom .box1:last-child {border-right: 0;}

.major-box .row-custom .box1 .list1 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.new-avail .major-box .row-custom .box1 {
    width: 33.33%;
}
.faqs .boxes .wrap {
    background: #fff;
    color: #000;
    min-height: auto;
}
main a {
    color: #0c6be5;
    text-decoration: underline;
}
main .bg-blue a {
    color: #00b1ff;
}
.head-style{
    margin-bottom: 24px;
    font-size: 36px;
    line-height: 46px;
}

.three-div-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
}
.four-div-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}
.three-div-grid div, .four-div-grid div {
    padding: 50px 30px 30px 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 15%);
}
.three-div-grid h3, .four-div-grid h3{margin-bottom: 8px;}

.list1_1 li p:first-child > strong {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#132f58 0%,#2d7b78 100%);
}

.representative p:first-child{
    margin-bottom: 0;
}
.two-div-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.two-div-grid h3{margin-bottom: 15px;} 
.two-div-grid div {
    border: 1px solid;
    padding: 20px;
}
.text-black p{color: #494949;}

.r-icon {
    background: #cf9e01;
    padding: 8px;
    display: inline-flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 15px;
}
.r-icon i {
    font-size: 40px;
    color: #ffffff;
}
.banner-n1 .list1.w li:before {
    color: #ffc300;
}

.banner-n1 .slider-area {
    padding: 30px 30px;
    border-radius: 5px;
    margin-bottom: 40px;
    background: rgb(23 23 23 / 40%);
}

.display-icon i {
    font-size: 60px;
    color: #2d7b78;
    margin-bottom: 26px;
    display: inline-block;
}

.display-icon {
    text-align: center;
}
.banner-n1 .banner_text h1 {
    max-width: 100%;
    margin-bottom: 11px;
    text-align: left;
    font-size: 38px;
    line-height: 48px;
}
.banner-n1 .sub-text-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #ffc300;
    margin-bottom: 10px;
}
.banner-n1 .list1 li {
    font-weight: 600;
}


.three-div-grid .tick-on-top {
    padding: 30px 30px;
    position: relative;
    background: #fff;
}
.three-div-grid .tick-on-top > span {
    width: 40px;
    height: 40px;
    background: #ffc300;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #333333;
    position: absolute;
    top: -20px;
    left: 30px;
}
.three-div-grid .tick-on-top > span i {
    font-size: 26px;
}
.first-slot.home-inner .maindiv {
    position: relative;
}


/* capcha css start */

#image {
    width: auto;
    padding: 7px 35px;
    font-weight: 500;
    user-select: none;
    font-style: italic;
    font-size: 18px;
    background: #fff;
    color: #000;
}
.capcha-code input#submit {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ffffff;
    margin-top: 15px;
}

.capcha-code input#submit {}

.capcha-code input#submit::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.capcha-code input#submit::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.capcha-code input#submit:-ms-input-placeholder { /* IE 10+ */
   color: #fff;
  font-weight: 500;
}

.apply #image {
    background: #f1f1f1;
}

input {
    padding: 15px 20px;
    font-size: 18px;
}
.capcha-code {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
}
#user-input {
    width: auto;
    margin-right: 10px;
}

#key{font-size: 16px; font-style: italic; color: #fff;}
input#captcha {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ffffff;
    margin-bottom: 20px;
}
/* capcha css end */


input#captcha::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d0cfcf;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
input#captcha::-moz-placeholder { /* Firefox 19+ */
   color: #d0cfcf;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
input#captcha:-ms-input-placeholder { /* IE 10+ */
   color: #d0cfcf;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
input#captcha:-moz-placeholder { /* Firefox 18- */
   color: #d0cfcf;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.example label {
    color: #fff;
}

.first .row1 {
    align-items: center;
}
.first .row1 .imgbox {
    line-height: 0;
}
.grey {
    background: #f1f1f1;
}
.intro .btn-area {
    display: inline-block;
    width: 100%;
}

.bg-intro .maindiv {
    position: relative;
}

.bg-intro:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    content: "";
}

.bg-intro {
    position: relative;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.footer {
    background: #101010;
}
.heading-w{color: #fff !important;}


.breadcrumb {
    padding: 10px;
    background: #cfd2c3;
}
.breadcrumb li {
    display: inline-block;
}




/*----blog page css---*/
.blog-list{
    padding-top: 60px;
}

.blog-list .col {
    box-shadow: 0px 2px 3px 2px rgb(77 77 77 / 10%);
    margin-bottom: 35px;
}
.blog-list .col .imagebox {
    line-height: 0;
    width: 100%;
    overflow: hidden;
    height: 300px;
}
.blog-list .admin-box {
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    background: #cf9e01;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: -30px;
    position: relative;
}
.blog-list .col1 {
    webkit-box-shadow: 0 1px 4px 2px rgb(77 77 77 / .2);
    -moz-box-shadow: 0 1px 4px 2px rgb(77 77 77 / .2);
    box-shadow: 0 1px 4px 2px rgb(77 77 77 / 20%);
    margin-bottom: 40px;
}
.blog-list .admin-box span {
    padding-right: 10px;
    color: #ffffff;
}

.blog-list .list-text {
    padding: 10px 20px 20px 20px;
    margin-top: 20px;
}
.blog-list .list-text .excerpt-text {
    margin-bottom: 30px;
}

.blog-list .list-text h3 {
    font-size: 20px;
    line-height: 30px;
}
.blog .theme-btn {
    
    padding: 6px 15px;
    border-radius: 30px;
    font-size: 16px;
    margin: 0 0 20px 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog .theme-btn:hover {
    background: #389aae;
    color: #fff;
}


/*----pagination css start----*/

.pagination {
  display: inline-block;
}

.pagination a {
    color: #f6356f;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #d9d9d9;
    margin: 0 4px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0px;
}

.pagination a.active {
    color: white;
    border: 1px solid #f6356f;
    background-image: linear-gradient(to right, #f75647, #f63471);
}

.pagination a:hover:not(.active) {background-color: #ddd;}

.pagination-area {
    text-align: center;
    padding: 30px 0;
}
/*----pagination css end----*/


/*----blog details----*/

.blog-details {
    padding-top: 60px;
    padding-bottom: 50px;
}
.blog-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-details .content-area {
    width: 70%;
}
.blog-details .sidebar {
    width: 26%;
}

.single-post .imagebox img {
    width: 100%;
    height: auto;
}

.recent-post {
    padding: 20px;
    background: #fafbfd;
}
.recent-post ul li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

.recent-post h3 {
    font-size: 22px;
    line-height: 33px;
}

.single-post .admin-box {
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 10px 15px;
}
.single-post .list-text {
    padding: 0 15px;
}
.single-post .list-text p {
    margin-bottom: 15px;
}
.single-post .imagebox {
    line-height: 0;
}
.single-post .admin-box span {
    padding-right: 10px;
    color: #3397b1;
    margin-top: 20px;
}

.single-post h2 {
    font-size: 28px;
    line-height: 38px;
}
.single-post h3 {
    font-size: 24px;
    line-height: 34px;
}
/*.single-post {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
}*/
.pegi {
    display: flex;
    justify-content: space-between;
}

.common-btn-color-reverse {
    padding: 11px 30px;
    border-radius: 50px;
    color: #f63471 !important;
    border: 1px solid #f63471;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #f63471;
}
.common-btn-color-reverse:hover {    
    border: 1px solid transparent;
    color: #fff !important;
    background-image: linear-gradient(to right, #f75647, #f63471);
}

.home.blog > nav > a, .home.blog > nav > li > a:after {
    color: #494949;
}


/* Blog css  */
.navigation {
    width: 100%;
}
.navigation .nav-links {
    display: flex;
    justify-content: flex-start;
}
.pagination{
    display: block;
    padding: 0 15px;
    margin-bottom: 60px;
}
.pagination .nav-links .page-numbers.current {
    background: #2d7b78;
    color: #ffffff;
    border-color: transparent;
}
.pagination .nav-links .page-numbers {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
    transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers:hover {
    background: #3397b1;
    color: #ffffff;
    border: transparent;
}
.pagination .nav-links .page-numbers.prev {
    background: #3397b1;
    color: #ffffff;
    border-color: transparent;
    width: auto;
    height: auto;
    border-radius: 30px;
    padding: 0 20px;
    border: 1px solid transparent;
     transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers.next {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 0 20px;
    background: #2d7b78;
    color: #ffffff;
    border: 1px solid transparent;
     transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
}
.pagination .nav-links .page-numbers.next:hover{
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
}
.pagination .nav-links .page-numbers.prev:hover{
    background: #ffffff;
    color: #555555;
    font-weight: 500;
    border: 1px solid #555555;
}
.pagination .nav-links .page-numbers.next:hover .svg-icon{
     fill: #555555;
}
.pagination .nav-links .page-numbers.prev:hover .svg-icon{
     fill: #555555;
}
.pagination .nav-links .page-numbers .svg-icon {
    width: auto;
    margin-top: 0;
    vertical-align: middle;
    fill: #ffffff;
}
.navigation .nav-links a svg {
    width: 12px;
    margin-top: 8px;
    color: #ffffff;
}
.navigation .nav-links {
    display: flex;
    justify-content: flex-start;
}
.navigation .nav-links .nav-previous {
    padding-left: 50px;
}
.navigation .nav-links .nav-previous, .navigation .nav-links .nav-next {
    flex: 0 0 50%;
    position: relative;
}
.navigation .nav-links .nav-previous .nav-arrow {
    left: 0;
}
.navigation .nav-links a .nav-arrow {
    width: 40px;
    height: 40px;
    background: #2d7b78;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    position: absolute;
}
.navigation .nav-links a .screen-reader-text {
    color: #3397b1;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
}
.navigation .nav-links a .post-title {
    font-weight: 700;
    color: #555555;
    font-size: 14px;
}
.navigation .nav-links .nav-next {
    text-align: right;
    padding-right: 50px;
}
.navigation .nav-links .nav-next .nav-arrow {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    right: 0;
}
.comments-title {
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #191b21;
    margin-bottom: 10px;
    margin-top: 20px;
}
.comments-area p.comment-notes {
    display: inline-block;
}
.comments-area p {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    width: 100%;
}
.comments-area p textarea {
    resize: vertical;
}
.comments-area p input, .comments-area p textarea {
    border: 1px solid #bbbbbb;
    padding: 15px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #555555;
}
.comments-area p label {
    margin-bottom: 5px;
    color: #555555;
    font-weight: 700;
    font-size: 14px;
}
.comments-area p input {
    height: 50px;
}
.screen-reader-text{
    display: block;
    font-size: 35px;
    font-weight: 700;
    color: #191b21;
    margin-bottom: 20px;
}
.post-navigation{
    margin-top: 30px;
}
.navigation .nav-previous br, .navigation .nav-next br{
    display: none;
}
.comments-area p.comment-form-cookies-consent{
    flex-direction: row;
    align-items: center;
}
.comments-area p.comment-form-cookies-consent label{
    margin-left: 5px;
}
.comments-area p.form-submit input {
    display: inline-block;
    background: #3397b1;
    font-weight: 700;
    font-size: 16px;
    width: 180px;
    text-align: center;
    border-radius: 10px;
    padding: 12px 25px;
    border: 0;
    color: #ffffff;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}
.comments-area p.form-submit:hover input {
    background: #283a5e;
    color: #fff;
    transform: translateY(-10px);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
@media(max-width:680px){
    .pagination .nav-links .page-numbers {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 6px;
    }
    .pagination .nav-links .page-numbers.next {
        padding: 0 10px;
    }
    .pagination .nav-links .page-numbers .svg-icon {
        width: auto;
    }
}

@media(max-width: 480px){
    .pagination .nav-links .page-numbers {
    font-size: 15px;
    width: 30px;
    height:30px;
    line-height: 30px;
    margin-right: 4px;
    font-size: 13px;
    font-weight: bold;
     }
    .pagination .nav-links .page-numbers.next {
      padding: 0 5px; }
    .pagination .nav-links .page-numbers .svg-icon {
      width: 18px; } 
      .nav-prev-text, .nav-next-text{
        display: none;
      }
      .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
          padding: 0 10px;
      }
}

@media(max-width: 380px){
    .pagination .nav-links .page-numbers {
        width: 22px;
        height: 22px;
        line-height: 22px;
        margin-right: 4px; 
    }  
    .pagination .nav-links .page-numbers .svg-icon {
      width: 16px; 
    }
}
/* Blog css ends */

.excerpt-text p.link-more {
    display: none;
}

.single-post .admin-box .fa {
    padding-right: 5px;
}
/*--sidebar--*/
.recent-links-new .textbox {
    width: 75%;
    padding-left: 15px;
}

.recent-links-new .textbox p {
    color: #f53844;
    font-weight: 600;
    position: relative;
    top: -5px;
}
.recent-links-new .imagebox {
    width: 80px;
    height: 62px;
}
.recent-links-new .imagebox img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.recent-links-new li a {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: 6px;
}
ul.recent-links-new li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
ul.recent-links-new li img {
    margin-right: 15px;
    margin-top: 6px;
    max-width: 80px;
    height: 60px;
}
ul.recent-links-new li .recent-post-link {
    text-decoration: none;
    color: #2d7b78;
    line-height: 20px;
    font-weight: 600;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.recent-content {
    margin-top: 20px;
}
.blog-list .col1 .imagebox {
    width: 100%;
}
.blog-list .col1 .imagebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.blog-list .three-div .col1 {
    background: #fff;
    margin-bottom: 40px;
}
.blog h1 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}
.single .single-post {
    background: #f1f1f1;
}
.blog-list .admin-box .fa-user {
    padding-right: 4px;
}
.single h1, .home-banner h1 {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}


.apply-now-bottom {
    font-size: 28px;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.apply-now-bottom a {
    box-shadow: 0px 0px 8px rgb(12 12 12 / 80%);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: bold;
    width: 160px;
    text-align: center;
    display: block;
    border-radius: 5px 5px 0 0;
    background-color: #42378f;
    background-image: linear-gradient(to right,#2e94b3 0%,#6fba98 100%);
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: calc(50% - 80px);
}
.apply-now-bottom a:hover {color: #fff;}


.bg-blue {
    color: #fff;
    background-image: url(../images/banner-n1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.bg-blue:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(25 90 87 / 80%);
    top: 0;
    left: 0;
}

.breadcrumb {
    background: #cfd2c3;
    padding: 10px 0;
}

.single-post .list-text ul {
    padding-left: 50px;
}
.single-post .list-text ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    color: #444343;
}
.single-post .list-text ul li:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #2f95b2;
    font-size: 18px;
    position: absolute;
    top: 2px;
    left: -30px;
    content: "\f18e";
}

.single-post .list-text a {
    color: #0074ff;
}


.scroll-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 35px;
    transition: background .5s;
    z-index: 11;
    text-decoration: none;
}

.scroll-top .fa {
    width: 40px;
    height: 40px;
    background: #2d7b78;
    text-align: center;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-404 {
    padding: 60px 20px;
    max-width: 650px;
    width: 100%;
    margin: auto;
    text-align: center;
}
.error-404 h1, .error-404 p {
    padding: 10px 0;
}

.search-form input.search-field {
    padding: 8px;
    max-width: 70%;
    width: 100%;
}
.search-form input.search-submit {
    padding: 8px;
    background: #161616;
    color: #fff;
    background: #25656f;
    border-color: #25656f;
} 

.menu01 li.apply a {
    padding: 6px 15px;
    background: #2d7b78;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.menu01 li.apply a:hover {
    background: #cf9e01;
}

.archive-description {
    padding-bottom: 20px;
}

.author-data-box {
    display: flex;
    margin-top: 40px;
    border: 2px solid #ddd;
    padding: 15px;
}
.author img.sab-custom-avatar {
    max-width: 100px !important;
    margin-right: 15px;
}
.author-data-box img {
    max-width: 100px !important;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .author-data-box {flex-direction: column;}
}