@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/poppins-bold-webfont.woff2") format('ttf');
}
@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("../fonts/poppins-extralight-webfont.woff2");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/poppins-light-webfont.woff");
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins-medium-webfont.woff2");
}
@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins-regular-webfont.woff2");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins-SemiBold-webfont.woff2");
}





input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0083a3;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #0083a3;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #0083a3;
  }

.checkbox {
    padding-left: 18px;
}

  
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 9px;
    font-size: 12px;
}
  
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -15px;
    border: 1px solid #cccccc;
    /* border-radius: 10px; */
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
  
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -12px;
    padding-left: 0px;
    padding-top: 0px;
    font-size: 12px;
    color: #555555;
}
  
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}

.signin-form .checkbox label::after {
    margin-left: -15px !important;
}

.signin-form  .checkbox {
    padding-left: 5px;
}
  
/* .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline-color:#117BB8;
} */
  
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
  
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
  
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
  
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
  
.checkbox.checkbox-inline {
    margin-top: 0;
}
  
.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #117BB8;
    border-color: #117BB8;
}
  
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 12px 0;
    cursor: pointer;
    font-size:12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
  
.clearfix{clear:both}
.clearfix:after, .clearfix:before{display: block;}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #117BB8;
    margin: 5px 0px 0px 5px;
}
  

.radio-box:hover input ~ .checkmark {
    background-color: #ccc;
}
  
.radio-box input:checked ~ .checkmark {
    background-color: #ffffff;
}
  
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.radio-box input:checked ~ .checkmark:after {
    display: block;
}

.radio-box .checkmark:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #117BB8;
}

button.browseBtn {
    /* position: absolute; */
    right: 15px;
    top: 0;
    border: 0;
    width: 100px;
    font-size: 13px;
    color: #fff;
    line-height: 35px;
    border-radius: 12px;
    margin: -4px 1%;
}

input[type="file"] {
    display: block;
}
.frmattachFile input.form-control{
    width: 78%;
}

.fileType {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 100px;
    bottom: 0;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
}

.file-select-name{
    line-height: 1em;
    display: inline-block;
    padding: 11px 10px;
    font-size: 0.75em;
}

.file-select-name {
    position: absolute;
    top: -2px;
    left: 1px;
}


.primary-text-clr{
    color: #007bad;
}
.bluish-text{
    color: #10bad4;;
}
.green-text-clr{
    color: #98bc69;
}
.dark-text{
    color: #494949;
}
.grey-bg{
    background-color: #e2e3e5;
}
.grey-text{
    color:#e2e3e5;
}
.wt-underline{
    text-decoration: #007bad underline;
    text-underline-offset: 5px;
}
.bg-dark-blue{
    /* background: #011f5d; */
    background: #011f5d;
}
.register-page{
    background-image:url("../images/register/BG_Graphics-01.png");
    /* background-size: contain, 93% !important;
    background-position: bottom,2.3em 2em !important; */
}
.register-sub-sxn{
    background-image: url(../images/register/Register_Page_Box.png);
    background-repeat: no-repeat;
    background-size: 94% 100%;
    background-position: center;
    /* height: 79vh;
    max-height: 33em; */
    padding-top: 3em;
}
.login-page{
    background-image: url("../images/login/BG_Graphics-01.png");
}
.login-page, .register-page{
    height: 100vh;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.login-page .card-body{
    border: 1px solid rgba(24,127,206,1);
}
.btn-rounded{
    border-radius: 1em;
}
.form-control{
    font-size: 0.75rem;
    line-height: 1;
}
.wt-h-line, label.form-control-placeholder{
    font-weight: bold;
    font-size: 1vw;
}
.wt-link{
    font-size: 13px;
}
.card{
    /* border: 1px solid rgb(24,127,206);
    box-shadow: 0px 6px 8px #e2e3e5;
    border-radius: 1em; */
    border: none;
}
.card-body{
    padding: 1.5rem !important;
}
.signin-form input.form-control{
    padding-left: 2em;
}
.register-card{
    /* background-image: url('../images/register/Register_Page_Box.png');
    background-size: cover;
    background-position: center; */

    margin: 1em 3em;

}
.fw-400{
    font-weight: 400;
}
.wt-fa-icon{
    position: absolute;
    left: 10px;
    top: 7px;
}


.btn-bg{
    background: linear-gradient(90deg, rgba(24,127,206,1) 0%, rgba(2,162,224,1) 100%);
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins-Light";
    width: 120px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
}
.btn-bg:hover{color: #fff;}

.wt-box{
    /* border:1px solid #98bc69; */

    padding: 2em 5em;
    width: 60%;

    border-radius: 30px;
    border-top:1px solid #98bc69;
    border-bottom:1px solid #98bc69;
    font-size: 1.5em;
    padding: 2em;
}
.quote-down, .quote-up{
    position: absolute;
    width: 50px;
    background: #ffff;
}

.quote-up{
    left: -14px;
    top: -18px;
}

.quote-down{
    bottom: -18px;
    right: -14px;
}

.float-right{
    float: right;
}

.register-tag{
    top: 6em;
    right: 4%;
    font-weight: bold;
    font-size: 18px;
    z-index: 1;
}

div[class^='wt-home-section-'], div[class*=' wt-home-section-']{
    background-size: cover;
    /* height: 100vh; */
}

.bx-2{width: 100%;
    height: 175px;
    border-radius: 20px;
    background: #084584;}
footer {
    background-color: #084584;
    background-image: url('../images/home/Footer_Graphics.png');
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: bottom;
    padding: 60px 0;
}
footer h1{
    font-size: 19px;
    color: #fff;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-family: "Poppins-Light";
}
footer h2{

}
.ft-txt{
    font-size: 12px;
    color: #fff;
    font-family: "Poppins-Regular";
}
.ft-s-2{
    max-width: 240px;width: 100%;
}
.ft-s-1{
    max-width: 240px;width: 100%;margin-right:100px
}

.ft-s-2 p{
    font-size: 12px;
    color: #fff;
    font-family: "Poppins-Regular";
}
.list-inline-item a{
    font-size: 13px;
    color: #fff;
    font-family: "Poppins-Regular";   
}
.ft-s-2 span{
    font-size: 16px;
    color: #fff;
    font-family: "Poppins-Regular";
}

.wt-home-section-8{
    background-color: #333333;
    padding: 15px 0;
}

.mg-10{margin: 0 20px !important;}



.wt-home-section-2-1{
    font-size:40px;
}
.wt-home-section-2{
    background-image: url('../images/Wave_BG_Image_Transparent-02-01.png');
    background-size: 100% 103% !important;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.2;
    padding-top:150px;
    display: flex;
    align-items: center;
    margin-top: -139px;
    position: relative;
    padding-bottom: 60px;
}
h1.wt-home-label-1{
    font-size: 4vw;
    margin-right: -14vw;
}
/* .wt-home-section-3{
    width:30%
}  */

.wt-home-section-3{
    background-image: url("../images/home-bg-2.png");
    background-size: 100% 100%;
    background-position: center center;
    padding-top: 200px;
    padding-bottom: 60px;
}


.wt-home-section-3 .card{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}
.wt-home-section-3 .card .card-footer{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.card-footer h2{
    font-family: "Poppins-Regular";
    font-size: 40px;
    color: #10bad4;
}

.card-footer span{
    font-family: "Poppins-Light";
    font-size: 19.5px;
    color: #fff;
    /* opacity: .4; */
}


.wt-h-s-2-label-1{
    font-family: "Poppins-Regular";
    font-size: 47px;
    color: #494949;
    position: relative;
    margin-bottom: 60px;
}
.wt-h-s-2-label-1:after{
    content:"";
    position: absolute;
    bottom: -5px;
    height: 6px;
    background: #187dc3;
    width: 240px;
    left: 0;
    border-radius: 20px;
}
.wt-h-s-2-label-2{
    font-family: "Poppins-Regular";
    font-size: 38px;
    color: #037cae;
    margin-bottom: 30px;
    margin-top:30px;
}

.wt-home-section-2 span{
    font-size: 16px;
    color: #494949;
    font-family: "Poppins-Regular";
    line-height: 25px;
}

.sec-img{
    position: absolute;
    right: 0px;
    bottom: -231px;
}
.sec-img img{
    width: 670px;
}

.wt-home-sxn-3-1{
    position: relative;
    margin-bottom: 80px;
}

.wt-home-sxn-3-1 .wt-card li .card .card-body{}
.padding-0{padding: 0 !important;}
.wt-home-sxn-3-1 span{
    color:#037cae;
    font-size: 38px;
    font-family: "Poppins-Regular";
}
.wt-home-sxn-3-1:after{
    content: "";
    position: absolute;
    bottom:-15px;
    background-color: #fff;
    height: 4px;
    border-radius: 20px;
    margin: auto;
    width:200px;
    left:0;
    right:0;
}
.wt-home-section-4{
    background-image: url("../images/home-bg-3.png");
    background-position: center center;
    background-size: 100% 100%;
    padding: 60px 0;
}
.wt-home-section-4 h1{
    font-family: "Poppins-Regular";
    font-size: 38px;
    color: #017bae;
}

.wt-home-section-4 ul li{
    position: relative;
    color: #a0a0a0;
    font-size: 16.5px;
    line-height: 26px;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: 'poppins-regular';
}

.wt-home-section-4 ul li:after{
    content: "";
    background-color: #10bad4;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 0;
}
.mx-w-sec{
    max-width: 370px;
    width:100%;
    margin: 70px 0 0 70px;
}

.wt-p-sv{
    margin-top:100px;
}

.wt-p-sv h1{
    font-family: "Poppins-Regular";
    color: #017bae;
    font-size: 38px;
    margin-bottom: 50px;    
}

.card_img{
    border-radius: 10px;
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.16),0 25px 21px -5px rgba(0,0,0,.1)!important;

}
.card_img img{
    border-radius: 10px;
}



.wt-p-sv .owl-carousel .owl-dots.disabled{
    display: block;
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
    background: #9cbccb;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background-color: #007bad;}

.owl-txt{
    font-family: "Poppins-Regular";
    color: #545454;
    font-size: 22px;
    margin-top:15px;
}

.wt-p-sv h1 span{
    color:#7f7f7f;
}



.carousal-text{
    font-size: 1.5vw;
}
.wt-quote-1{
    position: absolute;
    top: -50px;
    left: -60px;
    width: 50px;
}
.wt-quote-2{
    position: absolute;
    bottom: -50px;
    right: -60px;
    width: 50px;
}


.display-7{
    font-size: calc(1.375rem + 0vw);
    font-weight: 300;
    line-height: 1.2;
}
.footer-sub-sxn{
    padding: 0 10% 0 0;
}

.footer-sub-sxn .display-7{
    border-bottom: 1px solid #ffffff;
    padding: 7px;
}
.home-page.navbar{
    position: initial;
    align-items: end;
}

ul.featured-list li {
    margin-left: 25px;
    position:relative;
    margin-right:20px!important;
}
.in-block{
    display: inline-block;margin-top: 40px !important;
}
ul.featured-list li:before {
    content: "\25cb";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0;
    width: 1.3em;
    color: #0083a3;
    font-size: 30px;
    position: absolute;
    top: -11px;
    left: -28px;
}

form.contact-us-form input, form.contact-us-form textarea{
    border: none;
    border-bottom: 1px solid #3779bd;
    background: transparent;
    border-radius: 0;
    color: #577393;
    padding-bottom: 10px;
    font-size: 13px;
    margin-top: 30px;
}
.cpy-r{
    padding:20px 0
}
.cpy-r span{
    font-size: 13px;
}
form.contact-us-form .form-control:focus{
    border: none;
    border-color: none;
    box-shadow: none;
    border-bottom: 1px solid #117BB8;
    background: transparent !important;
    border-radius: 0;
    outline: 0;
    box-shadow: 0px 1px 0px #117BB8;
    color: #117BB8;
    font-size: 16px;
}

.wt-home-section-8 img{
    width: 10%;
    margin: auto;

}
.home-nav .active{
    border-bottom: 2px solid #007bad;
    color: #007bad !important;
}


.navbar .megamenu{ padding: 1rem; }


.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{
    left:0; right:0; width:100%; margin-top:0;  
    height: 90vh;
    min-height: 10em;
    min-height: 10em;
    background: rgba(255,255,255,0.98);
}

.list-group-item{
    background-color: transparent;
    color: #000000;
    border: none !important;
}



.carousel .card-img img{
    border-radius: 15px 15px 0px 0px;
}

.quote-sec{
    background-image: url("../images/home-bg-22.png");
    background-size: cover;
    padding:200px 0
}

.wt-home-section-6{
    background-image: url("../images/home-bg-3.png");
    background-size: cover;
    padding: 60px 0;

}

.wt-home-section-6 h1{
    font-family: "Poppins-Light";
    font-size: 30px;
}
.wt-home-section-6 span{
    color: #479e5f;
}

.qt-w{
    position: relative;
    font-family: "Poppins-Light";
    color: #fff;
    font-size: 30px;
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
}



.footer-sub-sxn .wt-quote-text-3{
    font-size: 2em;
}
.wt-cuf-icon{
    position: absolute;
    right: 15px;
    top: -7px;   
}

.wt-cuf-icon  i img{
    width: 30px;
}

img{display: inline-block;line-height: 0;}

.top-header{background-color: #084584;height:50px;}
.top-header span{color: #fff;font-family: "Poppins-Light";font-size: 15px;margin-left:10px}
.glb-l i img{width:26px}
ul{list-style-type: none;margin:0;padding:0}
.top-right i img{width:17px}
.top-right li{margin-right:30px}
.top-right li:last-child{margin-right:0}
.top-right span{line-height:16px;margin-top:3px;color: #fff;font-family: "Poppins-Light";font-size: 15px;letter-spacing: .5px;}
header{background-color: #fff;height:90px}
.hd-links  li a{font-size: 15px;color: #787878;text-decoration: none;font-family: "Poppins-Medium";display: block;padding: 10px 10px;position: relative;letter-spacing: 1px;}
.hd-links  li a.active:after{
    content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: #177ec4;
    height: 4px;
    border-radius: 20px;
    left: 0;
    right: 0;
}
.hd-links  li:last-child a{padding-right: 0;}
.hd-links  li a.active{color: #2f6099;font-weight:600}
.hd-links  li .a-hover:hover:after{content: "";
    position: absolute;
    bottom: 0;
    margin: auto;
    width: 100%;
    background: #177ec4;
    height: 4px;
    border-radius: 20px;
    left: 0;
    right: 0;
}
.hd-links  li a:hover{color: #2f6099;font-weight:600}
.darkHeader{
    position:fixed;
    left:0;
    right:0;
    width:100%;
    z-index: 99;
    top:0;
    box-shadow: 0 2px 15px -3px rgba(0,0,0,.16),0 10px 20px -2px rgba(0,0,0,.1)!important;


}

.transition{
    -webkit-transition:ease-in-out .3s;-moz-transition:ease-in-out .3s;-ms-transition:ease-in-out .3s;-o-transition:ease-in-out .3s;transition:ease-in-out .3s
}
.wt-logo{
    width: 140px;
}
.nt-txt{color: #fff;}
.hm-banner .owl-carousel, .hm-banner .owl-carousel .owl-item{position: unset;}
.hm-banner .item{height:500px;background-size: cover;}
header .dropdown, header .dropend, header .dropstart, header .dropup{position: unset;}
.hd-links{position: relative;}
header .dropdown-menu{
    width: 100%;
    transform: translate(-138px, 56px)!important;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #074584;
    min-width: 671px
}

header .dropdown-menu li{font-size: 15px;
    color: #4f4e50;font-family: "Poppins-Medium";padding:0;margin-bottom: 10px;}
    header .dropdown-menu li:last-child{margin:0}
.wt-card{text-align: center;    margin: 0 auto;  max-width: 990px;}
.wt-card li{display:inline-block;width:33%}
.ham-menu{display: none;}
.rht-v{background:#33476d;height:400px;padding:15px}
.rht-v h1{font-size: 40px;color: #fda057;}
.bn-h1{color: #fff;font-size: 22px;font-family: "Poppins-Regular";}
.bn-h2{color: #fff;font-size: 37px;font-family: "Poppins-Regular";}
.v-lose{display: none;}

/* contact........... */

.wt-hm-section-2{
    background-image: url('../images/Wave_BG_Image_Transparent-02-01.png');
    background-size: 100% 103% !important;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 1.2;
    padding-top:150px;
    display: flex;
    
    margin-top: -129px;
    position: relative;
    padding-bottom: 60px;
}
.visit-sec{border: 1px solid #10bad4;padding: 30px;border-radius: 15px;position:relative;background-color: white;}
.visit-sec h1{    font-family: "Poppins-Regular";
    font-family: "Poppins-Regular";
    font-size: 39px;
    color: #037cae;
    margin-bottom: 30px;position:relative}

    .visit-sec h1::after{    content: "";
        position: absolute;
        bottom: -5px;
        height: 4px;
        background: #3496d9;
        width: 245px;
        left: 0;
        border-radius: 20px;}

.visit-sec-lft li img{height: 40px;position:absolute;top: 22px;left: 0 ;}
.visit-sec-lft li{position:relative;padding-left: 50px;}
.visit-sec-lft input{border: 0;
    width: 100%;
    margin: 10px 0;
    padding: 0 20px;
    border-radius: 10px;
    background: #e4e7ec;
    font-family: "Poppins-Regular";
    font-size: 18px;
    color: #9cb4bc;
    height: 65px;}

.visit-sec-lft li:last-child input{height: 130px !important;}
.visit-sec-lft textarea{border: 0;
    background: #e4e7ec;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    padding: 15px;
    font-family: 'Poppins-Regular';
    color: #9cb4bc;}

 .button{width: 100%;
    border-radius: 5px!important;
    margin: 15px 0;
    font-size: 18px;
    height: 45px;}
 .visit-sec-rgt img{    max-width: 250px; width: 100%;justify-content: center;}
  .visit-sec-rgt{    padding: 0 30px} 
 .visit-sec-rgt h2{font-size: 28px;font-family:'poppins-regular';margin-top: 30px;    color:#037cae}
 .visit-sec-rgt p{font-size: 17px;font-family:'poppins-regular';width: 100%;max-width: 250px;    color: #a0a0a0}
 .visit-sec-rgt li:nth-child(2)  {border-bottom:1px solid #a0a0a0;    padding: 0 0 8px 0}
 .border-btm{border-bottom: 1px solid #a0a0a0;}
 .wt-mail{font-size: 25px;font-family: 'poppins-regular';text-decoration: none;display: block;
    text-align: center;color: #037cae;
    padding: 10px 0}

.location-bnr{background: url('../images/PNG/');}

.social-icon{display:none;position:absolute;bottom: 0;background:linear-gradient(90deg, rgba(24,127,206,1) 0%, rgba(2,162,224,1) 100%);    right: -43px;
    padding: 6px;
    border-radius: 0 11px 40px 0;    right: -43px;
    padding: 6px;
    border-radius: 0 11px 40px 0;bottom: 40px;}
.social-icon img{height: 30px;}

.location-bnr{background: url(../images/location.png);height: 400px;}
.t-area img{
    top:0!important
}
.mx-w-sec{margin:0}

.hm-banner .item-2{
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}
.ls-sec-1{
    background-image: url('../images/Wave_BG_Image_Transparent-02-01.png');
    background-size: 100% 103% !important;
    line-height: 1.2;
    padding-top: 200px;
    align-items: center;
    margin-top: -154px;
    position: relative;
    padding-bottom: 60px;}
.ls-sec-1 p{font-size: 22px;
    color: #787878;
    font-family: 'poppins-Regular';}

.ls-sec-1 .owl-txt{
    font-size:22px;
    font-family:'poppins-Regular';
    color:#187dc3;
}

.in-heading{
    position: relative;
    font-family: "Poppins-Regular";
    color: #017bae;
    font-size: 38px;
    margin-bottom: 50px;
}
.in-heading span{
    color: #7f7f7f;
}
.in-heading:after{
    content: "";
    position: absolute;
    bottom: -24px;
    height: 6px;
    background: #187dc3;
    width: 240px;
    border-radius: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.ls-sec-2{
    background-image: linear-gradient(to bottom, rgba(7, 69, 131, 1), rgba(7, 69, 131, .9)), url(../images/leasing-software-page/developing-programmer-development-website-design-coding-technologies-working-software-company-office.jpg);
    background-size: cover;
    line-height: 1.2;
    padding-top: 100px;
    height: auto;
    width: 100%;
    padding-bottom: 50px;
    position: relative;
}
.ls-sec-2:after{
    content: "";
    display: inline-block;
    background-image: url('../images/home-bg-222.jpg');
    width: 100%;
    height: 98px;
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
}

    .in-heading-1{
        position: relative;
        font-family: "Poppins-Regular";
        color: #10afc9;
        font-size: 38px;
        margin-bottom: 50px;
    }
    .in-heading-1 span{
        color: #fff;
    }
    .in-heading-1:after{
        content: "";
        position: absolute;
        bottom: -24px;
        height: 6px;
        background: #187dc3;
        width: 240px;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .ls-sec-2 h1{position: relative;
        font-family: "Poppins-Regular";
        color: #10afc9;
        font-size: 38px;}
        .ls-sec-2 h1:after{
            background-color: #fff;
        }
    .ls-sec-2 h5{position: relative;
        font-family: "Poppins-Regular";
        color: #fff ;
        font-size: 24px;
        margin-bottom: 50px;}
    .ls-sec-2 p{position: relative;
        font-family: "Poppins-Regular";
        color: #fff;
        font-size: 17px;
        margin-bottom: 50px;
        line-height: 25px}
    .ls-sec-2 .row{padding-top:50px;}

.ls-sec-2 .img-fluid{max-width: 100%;
    height: auto;
    margin-left: 125px;}
.btn-1{
    width: 220px;
    padding: 17px 30px;
    line-height: 13px;
    display: block;
    background: #1979b7;
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.07),0 25px 21px -5px rgba(0,0,0,.04)!important;
    letter-spacing: .5px;
    border-radius: 15px;
    color: #ffff;
    border: none;
    font-size: 19px;
    font-family: 'Poppins-Semibold';
    margin-right:15px;
}
.btn-2{
    width: 220px;
    padding: 17px 30px;
    line-height: 13px;
    display: block;
    background: #165ea4;
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.07),0 25px 21px -5px rgba(0,0,0,.04)!important;
    letter-spacing: .5px;
    border-radius: 15px;
    color: #ffff;
    border: none;
    font-size: 19px;
    font-family: 'Poppins-Semibold';    
}

.ls-sec-3{background-image: url('../images/leasing-software-page/03.jpg');
        background-size: 100% 100%;
        height:auto;
        width:100%;
       padding-top:60px;
        padding-bottom: 50px;}
.ls-sec-3 .card{
    margin: auto;
    height: 480px;
    max-width: 825px;
    box-shadow: rgb(50 50 93 / 25%) 0px 30px 60px -12px inset, rgb(0 0 0 / 30%) 0px 18px 36px -18px inset;
    opacity: .8;
    border-radius: 50px;
    margin-top: 263px;
}

.ls-sec-3 .img-fluid{
    height: 270px;
    margin-top: -160px;
}
.ls-sec-4 {background-image:linear-gradient(to bottom, rgba(7, 69, 131, 1), rgba(7, 69, 131, .9)), url('../images/leasing-software-page/businesspeople-working-finance-accounting-analyze-financi.jpg');
        background-size:100% 100%;
        height:auto;
        padding-top:60px;
        padding-bottom: 50px;
    }

    .ls-sec-4 .in-heading-1:after{
        content: "";
        position: absolute;
        bottom: -24px;
        height: 6px;
        background: #ffff;
        width: 240px;
        border-radius: 20px;
        left: 0;
        right: 0;
        margin: auto;
    }
.ls-box{    border: 2px solid #ffff;
    height: 135px;
    border-radius: 15px;
    background-color: rgba(12, 52, 107, .5);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    }


.ls-h{font-family: 'poppins-Regular';
    font-size:27px;
    color:#ffff;}

.ls-head h1{font-family: 'poppins-Regular';
font-size:27px;
color:#10afc9;}
.ls-head p{font-family: 'poppins-Regular';
font-size:15px;
color:#ffff;}
.ls-head-1 h1{font-family: 'poppins-semibold';
font-size:27px;
color: #10afc9;margin:0}
.ls-head-1 p{font-family: 'poppins-Regular';
font-size:16px;
color:#ffff;margin:0}
.ls-head-1{max-width:1100px;margin:0 auto;width:100%}
.ls-head-1 li{float: left;margin-right:1%;margin-bottom: 1%;width:24%}
.ls-head-1 li:nth-child(4n+4){margin-right:0}

.ls-sec-5{background-image: url('../images/home-bg-3.png');
    height:auto;
background-size:100% 100%;
padding-top:60px;
padding-bottom:50px;
}
.ls-sec-5 .img-fluid{height:250px;
}

.ls-sec-5 h2{font-family: 'poppins-light';
    font-size:20px;
    color:#787878;}
.ls-sec-5 .card-1{position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box; 
    margin-left:100px; 
}
.bx{position:relative;}
.bx-body{position:absolute;}

.ls-sec-6{background-image:linear-gradient(to bottom, rgba(7, 69, 131, 1), rgba(7, 69, 131, .9)), url('../images/leasing-software-page/businessman-draw-growth-graph-progress-business-analyzing-financial.jpg');
    background-size:100% 100%;
    height:auto;
background-size:100% 100%;
padding:60px 0
}
.ls-sec-6 .card{border: 2px solid #011f5d;
    height: 349px;
    margin: 60px 180px;
    border-radius: 20px;
    background-color: #011f5d;
}
.ls-sec-6 h1{font-family: 'poppins-light';
    font-size:20px;
    color:#017bae;}
    
.ls-sec-6 p{font-family: 'poppins-light';
    font-size:15px;
    color:#ffff;}


.ls-sec-7{
    background-image: linear-gradient(to bottom, rgba(40, 109, 140, 1), rgba(40, 109, 140, .1)), url("../images/leasing-software-page/8.jpg");
    background-size: cover;
    height: 688px;
    background-repeat: no-repeat;}

.ls-sec-7 .col-lg-5{background-color: #FFFF; opacity: .6;}
.ls-sec-7 h1{font-family: 'poppins-Regular';
    font-size:38px;
    color:#084584;
    padding: 75px;
    margin: 100px 0px;
}

.ls-sec-8{padding:60px 0}

.ls-sec-8 p{     font-family: 'poppins-light';
    font-size: 15px;
    color: #818082;}

.wp-les-2{margin-top:100px}
.ifrs-bx{width:300px;height:300px;display: flex;position: relative;}
.ifrs-bx img{width:100%}
.ifrs-bx h1{margin:0;color: #fff;font-family: 'poppins-Regular';font-size: 30px}
.ifrs-bx span{display:block;margin:0;color: #fff;font-family: 'poppins-Regular';font-size: 18px;}
.wp-les-im{    max-width: 910px;width:100%;padding-left:50px}
.wp-les-im img{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.ifrs-txt{position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 60px;}

.ds-sec-1{
    background-image: url('../images/Wave_BG_Image_Transparent-02-01.png');
    background-size: contain;
    padding-top: 200px;
    align-items: center;
    margin-top: -185px;
    position: relative;
    padding-bottom: 60px;
    height:auto;
    background-repeat: repeat;
}

.ds-sec-1 p{font-size: 16px;
    color: #494949;
    font-family: "Poppins-Regular";
    line-height: 25px;}
.ds-sec-1 h1{font-size: 27px;
    color: #008cd7;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    font-family: "Poppins-Medium";
}
.ds-sec-1 h2{font-family: "Poppins-Regular";
    font-size: 25px;
    color: #037cae;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;}
.ds-sec-1 ul{list-style-type: initial;
    padding-left: 20px;}
.txt-dec ul{list-style-type: decimal;
    padding-left: 20px;}
.ds-sec-1 ul p{text-align: justify;}
.ds-sec-1 h5{font-size: 16px;
    font-family: "Poppins-Regular";}
.ds-sec-1 .content{color:#037cae;}
.ds-sec-1 .content p{color:#037cae;}
.txt-dec p{text-align: justify;}
.hd-links .dropdown h6{
    background-color: #ced8e0;
    color: #222948;
    font-size: 16px;
    padding: 15px 22px;
    border-top-left-radius: 15px;
    margin: 0;
    position: relative;
}
.hd-links .dropdown h6 i{
    position: absolute;
    right: 15px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 19px;
}
.hd-links .dropdown h6 i img{
    width:20px
}
.hd-links .dropdown .br-right{border-top-left-radius: 0px;border-top-right-radius: 15px;}
.pr-0{padding-right:0!important;}
.pl-0{padding-left:0!important}
.list-group-light{border-right: 1px solid #ccc;}
.br-0{border-right:0}
.ls-5-float li{float: left;width:32%;margin-right:2%;margin-bottom: 4%;text-align: center;}
.ls-5-float li:nth-child(3n+3){margin-right:0}
.ins-widget{margin-top:150px}
.ins-widget li.ins-l{float: left;width:23%;margin-right:2%;}
.ins-widget li.ins-l:nth-child(4n+4){margin-right: 0;}
.ins-widget li.ins-l .ins-card{padding: 30px;padding-top:90px;border-radius: 30px;position: relative;height:420px;display: block;box-shadow: 0 2px 25px -5px rgba(0,0,0,.16),0 25px 21px -5px rgba(0,0,0,.1)}
.ins-widget li.ins-l:nth-child(1) .ins-card{background-image: linear-gradient(to bottom right, #3bb8ef, #4d8edf, #5f62ce);}
.ins-widget li.ins-l:nth-child(2) .ins-card{background-color: #1b72a9;}
.ins-widget li.ins-l:nth-child(3) .ins-card{background-image: linear-gradient(to bottom right, #3bb8ef, #4d8edf, #5f62ce);}
.ins-widget li.ins-l:nth-child(4) .ins-card{background-color: #1b72a9;}
.ins-card h1{font-size: 20px;color: #fff;text-align: center;}
.ins-card p{color: #fff;font-size: 14px;margin:0;font-family: "Poppins-Regular";margin-top:15px}
.ins-card ul{padding-left: 15px;}
.ins-card ul li{position: relative;color: #fff;font-size: 14px;font-family: "Poppins-Regular"}
.ins-card ul li:after{content: '';
    display: block;
    background-color: #10afc9;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    position: absolute;
    left: -15px;
    top: 7px;}
.ins-no{position: absolute;top:-50px;left:0px;right:0;margin:auto;width:100px;height:100px;border-radius: 100%;color: #fff;
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.16),0 25px 21px -5px rgba(0,0,0,.1);font-size: 38px;display: flex;align-items: center;
    justify-content: center;
}
.ins-widget li.ins-l:nth-child(1) .ins-no{background-color: #074580;}
.ins-widget li.ins-l:nth-child(2) .ins-no{background-color: #157dbb;}
.ins-widget li.ins-l:nth-child(3) .ins-no{background-color: #074580;}
.ins-widget li.ins-l:nth-child(4) .ins-no{background-color: #157dbb;}
.tab-sectn{max-width:1000px;margin:0 auto;width:100%}
.tb-left{width:300px;background-color: #011f5d;border-top-left-radius: 30px;border-bottom-left-radius: 30px;}
.tab-right{width: calc(100% - 300px);background-color: rgba(6,56,102,.7);border-top-right-radius: 30px;border-bottom-right-radius: 30px;min-height: 304px;padding:30px}
.tab-right h1{font-size: 20px;font-family: "Poppins-Light";color: #10afc9;margin-bottom: 10px;}
.tab-right p{margin:0;font-size: 15px;font-family: "Poppins-Light";}
.tb-left .nav-pills .nav-link{background-color: transparent;color: #fff;border-radius: 0; font-family: "Poppins-Light";font-size: 20px;
    border-bottom: 1px solid #157dbb;padding: 15px 10px;}
.br-remove{border-bottom: 0!important;}
.tb-left .nav-pills .nav-link.active, .tb-left .nav-pills .show>.nav-link{background-color: #1979b7;color: #fff;border-top-left-radius: 30px;font-family: "Poppins-SemiBold";}
.ls7-info{width:100%;max-width: 580px;height:100%;background-color: rgba(250, 250, 250,.4);}
.ls7-info h1{font-size: 38px;color: #074580;text-align: center;}
.sub-header{background-color: #081b53;height:80px}
.sub-h-l h1{margin:0;color: #fff;font-size: 16px;}
.sub-h-l p{margin:0;color: #fff;font-size: 14px;}
.btn-sub-1{
    padding: 12px 25px;
    line-height: 13px;
    display: block;
    background: #1979b7;
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.07),0 25px 21px -5px rgba(0,0,0,.04)!important;
    letter-spacing: .5px;
    border-radius: 5px;
    color: #ffff;
    border: none;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    margin-right: 15px;
    margin-left:15px
}
.btn-sub-2{
    padding: 12px 25px;
    line-height: 13px;
    display: block;
    background: #152c6a;
    box-shadow: 0 2px 25px -5px rgba(0,0,0,.07),0 25px 21px -5px rgba(0,0,0,.04)!important;
    letter-spacing: .5px;
    border-radius: 5px;
    color: #ffff;
    border: none;
    font-size: 14px;
    font-family: 'Poppins-Medium';
}
.sub-header ul li a{color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins-Medium";
    padding: 27px 15px;
    display: block;
    position: relative;
}
.sub-header ul li a:hover:after, .sub-header ul li a.active:after{
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #10afc9;
    left: 0;
    right: 0;
}
.prc-list{margin-top:120px}
.prc-widget{box-shadow: 0 2px 25px -5px rgba(0,0,0,.16),0 25px 21px -5px rgba(0,0,0,.1);position: relative;padding-bottom: 30px;background-color: #fff;}
.prc-list ul li.fl-left-p{float: left;margin-right:2%;width:18.4%}
.prc-w-top{padding: 15px;}
.prc-w-top h1{color: #fff;font-size: 17px;font-family: "Poppins-SemiBold";}
.prc-w-top p{
    color: #fff;
    font-size: 60px;
    font-family: "Poppins-SemiBold";
    margin: 15px 0;
    line-height: 45px;
}
.prc-list ul li.fl-left-p:nth-child(5n+5){margin-right:0}
.prc-list ul li.fl-left-p:nth-child(1) .prc-w-top{
    background-image: url('../images/01_Trial_Paln_BG-01.jpg');height: 207px;background-size: 100% 100%;background-repeat: no-repeat;
    display: flex;align-items: center;justify-content: center;
}
.prc-list ul li.fl-left-p:nth-child(2) .prc-w-top{
    background-image: url('../images/02_5Lease_BG-01.jpg');height: 207px;background-size: 100% 100%;background-repeat: no-repeat;
    display: flex;align-items: center;justify-content: center;
}
.prc-list ul li.fl-left-p:nth-child(3) .prc-w-top{
    background-image: url('../images/03_25Lease_BG-01-01.jpg');height: 207px;background-size: 100% 100%;background-repeat: no-repeat;
    display: flex;align-items: center;justify-content: center;
}
.prc-list ul li.fl-left-p:nth-child(4) .prc-w-top{
    background-image: url('../images/04_100_Lease_BG-01-01.jpg');height: 207px;background-size: 100% 100%;background-repeat: no-repeat;
    display: flex;align-items: center;justify-content: center;
}
.prc-list ul li.fl-left-p:nth-child(5) .prc-w-top{
    background-image: url('../images/05_Enterprise_BG-01-01.jpg');height: 207px;background-size: 100% 100%;background-repeat: no-repeat;
    display: flex;align-items: center;justify-content: center;
}
.prc-list ul li:nth-child(1) .pln-sec-1{border-top:2px solid #4a4ef7;border-bottom:2px solid #4a4ef7;padding:15px 0}
.prc-list ul li:nth-child(2) .pln-sec-1{border-top:2px solid #64a17a;border-bottom:2px solid #64a17a;padding:15px 0}
.prc-list ul li:nth-child(3) .pln-sec-1{border-top:2px solid #5a55ba;border-bottom:2px solid #5a55ba;padding:15px 0}
.prc-list ul li:nth-child(4) .pln-sec-1{border-top:2px solid #008bba;border-bottom:2px solid #008bba;padding:15px 0}
.prc-list ul li:nth-child(5) .pln-sec-1{border-top:2px solid #939196;border-bottom:2px solid #939196;padding:15px 0}

.pln-sec-1 h1{text-align: center;font-family: 'Poppins-Medium';font-size: 15px;letter-spacing: 1px}
.pln-sec-1 p{text-align: center;font-family: 'Poppins-SemiBold';font-size: 17px;color:#000;letter-spacing: 1px;margin-top:5px}

.prc-details li{padding:10px;text-align: center;}
.prc-details li:nth-child(odd){background-color: #fff;}
.prc-details li:nth-child(even){background-color: #f0f6ff;}
.btn-price{position: absolute;
    width: 100%;
    bottom: -16px;
    border: 0;
    padding: 12px 0px;
    border-radius: 10px;
    font-size: 17px;
    color: #fff;
    font-family: "Poppins-SemiBold";
    letter-spacing: 1px;
}
.prc-list ul li:nth-child(1) .btn-price{background-image: linear-gradient(to bottom right, #4a7ac3, #4a66db,  #4a4afc);}
.prc-list ul li:nth-child(2) .btn-price{background-image: linear-gradient(to bottom right, #7cbb6e, #518c83,  #1b519f);}
.prc-list ul li:nth-child(3) .btn-price{background-image: linear-gradient(to bottom right, #cf87f6, #7e64cc,  #1d3c9a);}
.prc-list ul li:nth-child(4) .btn-price{background-image: linear-gradient(to bottom right, #00f4ba, #0088ba,  #005f96);}
.prc-list ul li:nth-child(5) .btn-price{background-image: linear-gradient(to bottom right, #96949a, #747374,  #565657);}
.dp-h{font-family: "Poppins-Regular";
    font-size: 39px;
    color: #037cae;
    margin-bottom: 30px;
    position: relative;}
.dp-h:after{content: "";
    position: absolute;
    bottom: -5px;
    height: 4px;
    background: #3496d9;
    width: 245px;
    left: 0;
    border-radius: 20px;}
.dh-mx{max-width:600px;width:100%}
.btn-primary{    background: linear-gradient(90deg, rgba(24,127,206,1) 0%, rgba(2,162,224,1) 100%)}
.bx-2{width:100%;height:200px;padding:30px 200px;}
.tb-left1{width:20%;}
.tab-right1{width:80%;padding:30px}
.tab-right1 h1{font-size: 28px;font-family: "Poppins-Regular";color: #10afc9;margin-bottom: 10px;}
.tab-right1 p{margin:0;font-size: 17px;font-family: "Poppins-Regular";color:#fff;}
.btn-lft{background-image: linear-gradient(to bottom right, #00f4ba, #0088ba, #005f96);
    margin: 40px 0px;
    width: 100%;
    border: 0;
    padding: 12px 0px;
    border-radius: 10px;
    font-size: 17px;
    color: #fff;
    font-family: "Poppins-SemiBold";
    letter-spacing: 1px;
}
.mt-6{margin-top:96px;}
.img-sec{max-width: 450px;
    width: 100%;
    justify-content: center;
    margin-left: 80px;
}


@media screen and (min-width: 767px) and (max-width: 1024px){
    .hd-links{padding-top:30px}
    .hm-banner .item{height:380px}
    .bn-h1{    font-size: 20px;}
    .bn-h2{font-size: 30px;}
    .sec-img img{    width: 530px;}
}


@media (max-width: 767px){
    .v-lose{position:absolute;right:15px;top:15px;display: block;}
    .hm-banner .item{height:180px;    background-size: 100% 100%;
        background-repeat: no-repeat;}
    .bn-h1{    font-size: 16px;}
    .bn-h2{font-size: 18px;}
    .wt-home-section-2{background-size: cover !important;margin-top: 0;padding-top: 0;}
   .hd-links{    position: fixed;
        left: -100%;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background-color: #084584;
        z-index: 11;
        flex-direction: column;
        padding-top:60px;
    }
    .hd-links li a{color: #fff;display: inline-block;}
    .hd-links li a.active{width: 50%;
        background: #fff;
        color: #2f6099;}
        .hd-links li a.active:after{content: none;}
    .r-mt-15{margin-top:15px}
   .sec-img{bottom: -310px;}
   header .dropdown-menu.show{position: relative!important;transform: unset!important}
   .wt-h-s-2-label-1{font-size: 25px;margin-bottom: 15px;}
   .wt-h-s-2-label-1:after{height: 4px;width: 120px;}
   .wt-h-s-2-label-2{margin-top: 20px;margin-bottom: 15px;    font-size: 25px;}
   .sec-img img{width: 274px;}
   .wt-home-sxn-3-1 span{font-size: 27px;}
   .flex_wrap{flex-direction:column!important}
   .wt-home-section-3 .card{width:100%}
   .wt-home-section-4 h1{    font-size: 25px;margin:15px 0}
   .wt-p-sv h1{font-size: 25px;margin-bottom: 20px}
   .wt-p-sv{margin-top: 15px;}
   .wt-home-section-6 h1{font-size: 20px;margin-top: 15px;}
   .wt-home-section-6{padding: 15px 0;}
   .qt-w{    font-size: 20px;}
   .wt-quote-2{ bottom: -15px;right: 66px;width:30px}
   .wt-quote-1{top: -30px;left: 0px;width: 30px;}
   .quote-sec{    padding-top: 52px;padding-bottom: 35px;}
   footer{padding:15px 0}
   footer h1{padding-bottom: 5px;font-size: 16px;}
   .ft-s-2{    margin-top: 15px;}
   .owl-txt{font-size: 17px;}
   .wt-home-section-3{background-size: cover;padding-top:250px;padding-bottom: 15px;}
   .wt-card li{width: 48%}
   .card-footer h2{font-size: 25px;}
   .card-footer span{    font-size: 18.5px;}
   .wt-card .card-body{padding:0!important}
   .card-footer span{font-size: 16px;}
   .wt-home-sxn-3-1{margin-bottom:40px}
   header{height:70px}
   .glb-l{flex-direction: column;}
   .top-right span{ color: #084584;font-size: 12px;font-weight:600}
   .mb-hide{display: none;}
   .ham-menu{display: block;margin-left: 20px;}
   .ham-menu img{width: 20px;}
   header .dropdown-menu{min-width: unset;}
   .cpy-r{padding:15px 0}
   .main-wrap{padding-bottom: 69px;}
   .icon-center .justify-content-between{justify-content: center!important;}
   .wt-home-section-5 .w-50{width:100%!important}
   .wt-home-section-4{padding: 15px 0;}
   .left0{left:0}
   .rht-v{height:auto}
   .rht-v h1{    font-size: 25px;}
   .ham-menu span{
    display: block;
    color: #084584;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
   }
   .glb-l span{display: block;
    color: #084584;
    margin: 0;
    font-size: 12px;
    font-weight: 600;}
   .top-header{    position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
        background-color: #fff;
        height: 70px;
        border-top: 1px solid #084584;
        box-shadow: 0 2px 15px -3px rgba(0,0,0,.16),0 10px 20px -2px rgba(0,0,0,.1);
    }
    .wt-hm-section-2{background-image: none;    margin-top: 0;        padding: 15px 0;}
    .visit-sec h1{font-size: 25px;        margin-bottom: 15px;}
    .visit-sec h1::after{width: 165px;}
    .visit-sec-lft input{height: 54px;font-size: 16px;}
    .visit-sec-lft textarea{font-size: 16px;}
    .visit-sec-rgt h2{    font-size: 20px;}
    .visit-sec-rgt p{font-size: 15px;}
    .visit-sec-rgt{padding:0}
    .wt-mail{font-size: 17px;}
    .social-icon{border-bottom-right-radius: 13px;bottom: 0px;right:0}
    .ds-sec-1{margin-top:0;    padding: 15px 0;}
    .hm-banner .item-2{height: 180px;        background-size: 100% 100%;}
    .in-heading{font-size: 22px;}
    .ds-sec-1 h1{margin-bottom: 15px;font-size: 21px;        margin-top: 15px;}
    .ins-widget li.ins-l{width: 100%;    margin-right: 0;        margin-bottom: 65px;}
    .ls-5-float li{width: 48%;margin-right: 0;}
    .tab-right{width: 100%;        margin-top: 15px;}
    .tb-left{width:100%}
    .ls-sec-2 .img-fluid{margin-top: 15px;margin-left: 0;}
    .in-heading-1{    font-size: 25px;}
    .ls-head h1{font-size: 20px;}
    .ls-head p{font-size: 13px;}
    .ls-head-1 li{width: 49%;}
    .ls-head-1 h1{font-size: 20px;}
    .ls-head-1 p{font-size: 15px;}
    .ls-h{    font-size: 23px;}
    .ls-sec-7{height: 448px;}
    .ls7-info h1{    font-size: 22px;}
    .ls-sec-1{margin-top: 0px;padding-top: 15px;}
    .ls-sec-2 h1{font-size: 28px;}
    .ls-sec-2 .row{padding-top:0}
    .wp-les-im{display: none;}
    .ifrs-bx{width:100%}
    .wp-les-2{margin-top:0}
}

