@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}



@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url(../fonts/Montserrat-SemiBold.ttf);
}



@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}


.btn10 {
    /* border: 1px solid #a30000 !important; */
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: linear-gradient(to right, #0c1a3d 0%, #807c7b 100%) !important;
    z-index: 10;
    display: inline-block;
    color: #e57a06;
    padding: 20px 20px;
    border-radius: 29px;
    font-size: 16px;
    font-family: 'Roboto-Regular';
    font-weight: 400;
    width: 75%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    border-radius: 0;
}

.btn10:hover {
    border: 1px solid #fff!important;
    color: #fff!important
}
.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: linear-gradient(to right, #0c1a3d 0%, #807c7b 100%) !important;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    /* border-color: #f9d303!important; */
}
.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important;
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    font-size: 67px;
    line-height: 75px;
    color: #222222;
    font-weight: 500;
    margin: 0 0 10px;
}

h2 {
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    font-size: 61px;
    line-height: 75px;
    color: #0c1a3d;
    font-weight: 500;
    margin: 0 0 10px;
}

h3 {
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #222222;
    font-weight: 500;
    margin: 0 0 10px;
}

h4 {
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    font-size: 27px;
    line-height: 35px;
    color: #222222;
    font-weight: 500;
    margin: 0 0 10px;
}

h5 {
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    font-size: 66px;
    line-height: 75px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 10px;
}

h6 {
    font-family: 'Roboto-Regular', Sans-Serif;
    font-size: 14px;
    line-height: 23px;
    color: #6e1269;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #222222;
    font-size:14px;
    line-height: 25px;
    font-family: 'Roboto-Regular', serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

header {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.top-btn a.btn10 {
   
    color: #fff;
    width: 100%;
    margin-top: 10px;
    /* background: linear-gradient(to right, #6bc248 0%,#88ef56 100%)!important; */
    font-family: 'Roboto-Regular';
    font-size: 14px;
    /* font-weight: 800; */
    /* text-transform: uppercase; */
    border-radius: 29px;
    color: white;
}


.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #222222;
    padding: 10px 23px;
    font-size: 14px;
    font-family: Roboto-Regular;
}

.menuSec ul li a:after {
    content: '';
    position: inherit;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #142142;
}
.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */
.banner_img {
    width: 100%;
}

.banner_img{
    position: relative;
    z-index: 0;
}
.banner_img::before {
    position: absolute;
    content: "";
    background: url(../images/dots.png);
    z-index: -1;
    width: 106px;
    height: 106px;
    top: -303px;
    right: 0;
}
.b1 {
    position: absolute;
    left: -82px;
    top: -58px;
}

.b2 {
    position: absolute;
    top: -307px;
    right: -31px;
    bottom: auto;
}

.head-btn a.btn10 {
    border-radius: 48px;
    width: 23%;
    color: white;
    margin-top: 30px;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: none;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}


/* .search-btn:hover {
  color: #00A896;
} */


/* end search box css */


/*aboutus*/

.aboutusimg::before {
    position: absolute;
    content: "";
    background: white;
    height: 130px;
    width: 130px;
    top: -36px;
    right: 0;
    border-radius: 16px;
    box-shadow: 1px 6px 14px 0px #0c1a3dab;
}
.aboutusimg {
    text-align: center;
    position: relative;
}

.aboutusimg::after {
    position: absolute;
    content: "";
    background: white;
    height: 100px;
    width: 100px;
    left: 0;
    top: 20%;
    border-radius: 16px;
    box-shadow: 0 0 10px #d3dae3;
     box-shadow: 1px 6px 14px 0px #0c1a3dab;
}


.circle::after {
    position: absolute;
    content: "";
   
    height: 380px;
    width: 380px;
    top: 10px;
    right: 47px;
    transform: rotate(57deg);
    border-radius: 20px;
    background: #f1f4fb;
    z-index: -1;
}
.circle::before {
    position: absolute;
    content: "";
   background: #0c1a3d;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    bottom: -71px;
    right: 0;
    z-index: 2;
    animation: 2s ritbonc ease-in-out infinite alternate;
}

@keyframes ritbonc {
    from {
        transform: rotate(10deg);
    }
    to {
        transform: rotate(-10deg);
    }
}


.circle {
    position: relative;
    z-index: 0;
}

.aboutus::before {
    position: absolute;
    content: "";
    /*background: #e1d9fe;*/
    background: #0c1a3d75;
    height: 250px;
    width: 250px;
    bottom: 0;
    transform: rotate(45deg);
    left: -149px;
    border-radius: 30px;
}
.aboutus {
    padding-top: 12%;
    padding-bottom: 14%;
    position: relative;
    z-index: 0;
}
.aboutus::after {
    position: absolute;
    content: "";
    /*background: #e1d9fe;*/
    background: #0c1a3d75;
    height: 250px;
    width: 250px;
    right: -19px;
    bottom: -71px;
    transform: rotate(45deg);
    border-radius: 30px;
}

/*counters*/

.counter {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* border: solid; */
   
}
.items1 h2 {
    text-align: center;    
    color: white;
}
.items1 h4 {
    font-size: 14px;
    font-family: 'Roboto-Regular';
    text-align: center;
    margin-bottom: 0;
    color: white;
    width: 68%;
    line-height: 22px;
    margin: 0 auto;
}
.counters {
    background: #0c1a3d;
    padding: 50px;
    position: relative;
    z-index: 0;
}
.items1::before {
    position: absolute;
    content: "";
    background: white;
    height: 4px;
    width: 97px;
    bottom: 54px;
    left: 94px;
}
.items1 {
    position: relative;
}

.center-content{
    margin: 0 auto;
    text-align: center;
}

/*services*/
ul.icons {
    display: flex;
    align-items: center;
    gap: 30px;
}


.white-box::before {
    position: absolute;
    content: "";
    background: #0c1a3d;
    height: 7px;
    width: 100%;
    left: 0;
    top: 0;
}
.white-box {

    padding: 29px;
    box-shadow: 0 0 10px #d3dae3;
    position: relative;
    margin-bottom: 35px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #fff;
}

.serv::before {
    position: absolute;
    content: "";
    /*background: #e1d9fe;*/
    background: #0c1a3d75;
    height: 450px;
    width: 450px;
    bottom: 80px;
    right: -85px;
    transform: rotate(325deg);
    border-radius: 30px;
    z-index: -3;
}
.serv {
    position: relative;
    z-index: 0;
}

.sd-txt h3 {
    font-size: 38px;
    line-height: 41px;
}


/*progress bar*/




.aboutus-heading .progress-bar {
    margin: 0 0 10px;
    overflow: hidden;
    padding-right: 24px;
    background-color: transparent;
}


.progress-title-holder {
    /* padding-bottom: 7px; */
    position: relative;
    margin: 7px 0px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    color: #6c0f67;
    background-color: transparent!important;
    text-align: left;
    font-size: 14px;
    font-family: 'Roboto-Regular';
    padding-top: 20px;
}


.progress-title {
  z-index: 100;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

/*.progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: transparent;
  padding: 0 8px;
  position: absolute;
  bottom: 0;   
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%); 
} */

.progress-number-mark span.percent {
    position: absolute;
    right: 0;
    top: 45px;
}

.progress-number-wrapper, .progress-number-mark {
    font-family: Open Sans, sans-serif;
    font-size: 17px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #0c1a3d;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #16171d;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);  
}


.progress-content {
    height: 21px;
    background-color: #0c1a3d;
    width: 0%;
    /* border-radius: 60px; */
    border-top-left-radius: 7px;
    border-bottom-left-radius: 20px;
}
.progress-bar {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    transition: width 0.6s ease;
}

.progress-content-outter {
    height: 12px;
    background-color: #0c1a3d57;
    border-radius: 24px;
    width: 90%;
    border-top-left-radius: 43px;
}


/*progressbar end*/


.blog-details__img img {
    width: 100%;
    height: 717px;
    object-fit: cover;
}

.sdimg img {
    width: 636px;
    height: 503px;
    object-fit: cover;
}

.work {
    background: #f2f5fb;
}

.calculator input[type="number"] {
    width: 100%;
    margin-bottom: 20px;
    padding: 13px 25px;
    border-radius: 10px;
    border: none;
    background: #f3f1fc;
}
.calculator {
    /* border: solid; */
    padding: 50px;
    background: white;
    box-shadow: 0 0 10px #d3dae3;
}


.choose::before {
    position: absolute;
    content: "";
    background: url(../images/choose.png);
    width: 54%;
    height: 690px;
    left: 120px;
    top: 48px;
    z-index: -1;
    object-fit: cover;
    border-radius: 22px;
    background-repeat: no-repeat;
}
.choose
{
   
    position: relative;
}
.choose-txt {
    /* border: solid; */
    padding: 25px 0 25px 49px;
    box-shadow: -5px 3px 6px 0px #d3dae300;
    position: relative;
    background-color: white;
    margin-top: 28px;
    border-radius: 16px;
}
.choose-txt h1 {
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    font-size: 65px;
    line-height: 75px;
}
.clinet-detai img {
    width: 74px;
    height: 74px;
}


.testi::before {
    position: absolute;
    content: "";
    background: url(../images/bquote.png);
    height: 263px;
    width: 365px;
    z-index: -1;
    right: 0px;
    top: 0;
    background-repeat: no-repeat;
}
.testi {
    /* background: #4829b3; */
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    margin-top: 70px;
    position: relative;
    z-index: 0;
    background: linear-gradient(to right, #0c1a3d 0%, #0c1a3dc2 100%) !important;
    margin-bottom: 4%;
}
.quote img {
    width: 122px;
    height: 107px;
}

.tetsi-text p {
    font-size: 16px;
    color: white;
    font-family: 'Montserrat-SemiBold';
    font-style: italic;
    line-height: 27px;
}


.testi-slider .slick-next:before {
    font-family: 'Font Awesome 5 Brands';
    font-size: 33px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.testi-slider .slick-prev:before {
    font-family: 'Font Awesome 5 Brands';
    font-size: 33px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.testi-slider .slick-next {
    right: 0px;
    top: auto;
    bottom: 49px;
}

.testi-slider .slick-prev {
    left: auto;
    top: auto;
    bottom: 49px;
    right: 56px;
    z-index: 2;
}

ul.clinet-detai {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}



.clinet-detai p {
    font-size: 16px;
    font-style: inherit;
}



.part-txt p {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}
.logo-items .slick-active {
    opacity: 1;
}



.your-logo img:nth-child(2) {
    display: none;
}

.your-logo:hover img:nth-child(1){
    display: none;
}
.your-logo:hover img:nth-child(2){
    display: block;
}


/*footer*/



footer.footer-sec {
  background: rgb(39, 39, 39);
  position: relative;
  padding-bottom: 40px;
  padding-top: 50px;
}

.footer-box h4 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 34px;
    margin-bottom: 30px;
    /* text-transform: uppercase; */
    /* background: -webkit-linear-gradient(#690a64, #873f83); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}

.footer-box p {
    font-size: 14px;
    color: rgb(255, 255, 255);
    /* font-family: "Montserrat Alternates", sans-serif; */
    line-height: 25px;
}

ul.footer-link-list li a {
  font-size: 13px;
  color: rgb(210, 210, 210);
  line-height: 30px;
  letter-spacing: 1px;
}

ul.footer-link-list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  text-transform: capitalize;
}

ul.footer-link-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 10px 0px;
}

ul.footer-link-list li a {
  transition: 0.5s ease-in-out;
}

ul.footer-link-list li a:hover {
  padding-left: 5px;
  color: #7e307a;
}

ul.footer-link-list i {
    font-size: 20px;
    color: #ffffff;
}

.product-box:hover {
  transform: scale(0.9);
  box-shadow: 0 0 10px #00000012;
}
.footer-box::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 0;
  right: -5px;
  top: 0px;
  bottom: auto;
  transition: 0.5s ease-in-out;
  z-index: 1;
}

.footer-box:hover::before {
  height: 295px;
  z-index: 1;
}

ul.bottom-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
      margin-bottom: 0;

 /* gap: 20px;*/
}

ul.bottom-list i {
  font-size: 24px;
  color: rgb(255, 255, 255);
 /* border: 1px solid;*/
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.bottom-text p {
  font-size: 17px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-family: "Montserrat Alternates", sans-serif;
}

.bottom-imag {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.bottom-nav-box .row {
  align-items: center;
}

.bottom-nav-box {
  border: 2px solid rgb(167 167 167 / 18%);
  padding: 12px 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.footer-box.box-center {
  margin-left: 20%;
}

.footer-box.box-center {
    margin-left: 18%;
}

.footer-box {
  position: relative;
  padding-top: 20px;
}

.footer-box::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 345px;
  right: -5px;
  top: -50px;
  bottom: auto;
  background: rgb(167 167 167 / 18%);
}

.noborder::after {
  display: none;
}

.noborder::before {
  display: none;
}

.bottom-nav-box:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.bottom-nav-box:hover:after {
  width: 100%;
}
/*ul.footer-link-list.quick-link {
  column-count: 2;
}*/
html {
  overflow-x: hidden;
}
img.engagment-img.engagment-img1 {
  right: 10px;
  bottom: 20px;
}

img.engagment-img.engagment-img2 {
  right: 0px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.aboutus-txt h1 {
    font-size: 58px;
}

/*inner pages*/


.banner-image {
    position: relative;
}


.title-new  {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
  /*  background: #b7040461;*/
    display: flex;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
}


.title-new h1 {
    /* line-height: 84px; */
    /* font-family: 'HelveticaNeue-BlackExt'; */
    /* font-size: 59px; */
    color: #000;
    /* text-transform: uppercase; */
}

.banner-image img {
    width: 100%;
   /* height: 550px;
    object-fit: cover;*/
}


.innercircle::after {
    position: absolute;
    content: "";
    height: 380px;
    width: 380px;
    top: 10px;
    right: 47px;
    transform: rotate(57deg);
    border-radius: 20px;
    background: #f1f4fb;
    z-index: -1;
}

.innercircle {
    position: relative;
    z-index: 0;
}

.inneraboutus {
    padding-top: 12%;
  /*  padding-bottom: 14%;
    position: relative;
    z-index: 0;*/
}

/*contactuspage*/



.get-in-touch {
    /* border-radius: 20px; */
    padding: 30px 30px 50px;
    background-image: url(../images/contact-bg.png);
    background-repeat: no-repeat;
    width: 100%;
    background: linear-gradient(to right, #172343 0%, #1a2645d1 100%) !important;
}

.get-in-touch h2 {
    font-size: 42px;
    /* font-family: 'Montserrat-Regular'; */
    font-weight: 500;
    padding-bottom: 0;
    color: #fff;
    margin: 0 0 10px;
    /* text-transform: capitalize; */
}

.get-in-touch p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    /* font-family: 'Poppins'; */
}
.contact-socail {
  padding-top: 10px;
}

.contact-socail i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    color: #0c1a3d;
    border-radius: 50%;
    font-size: 30px;
    transition: 1s ease-in-out;
    margin-top: 0;
}

.contact-socail i:hover {
  transform: rotate(360deg);
}

.contact-socail h6 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 28px;
    font-family: 'Montserrat-SemiBold';
}

.contact-socail a {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.requet-quote {
    padding: 30px 30px 42px 30px;
    background: #ffffff;
    /* box-shadow: 0px 0px 6px #0000003d; */
    /* border-radius: 23px; */
    /* color: antiquewhite; */
    box-shadow: 0 0 10px #d3dae3;
}
.contact-page .requet-quote:placeholder{
    color: #000 !important;
}

button.btn_theme.d-inline-flex.mt-4 {
    width: 23%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    /* border-radius: 6px; */
    color: #ffffff;
    background: #fff;
    font-family: 'Poppins';
    border: none;
    background: linear-gradient(to right, #192444 0%, #3c4660 100%) !important;
}



.requet-quote h2 {
    color: #1a2645;
    font-size: 57.18px;
    font-weight: 400;
    position: relative;
    /* text-transform: capitalize; */
    font-size: 42px;
    /* font-family: 'Montserrat-Regular'; */
    /* background: -webkit-linear-gradient(#690a64, #873f83); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
}
.requet-quote h2:before {
    content: '';
    height: 50px;
    width: 6px;
    background-color: #0c1a3d;
    left: -30px;
    /* top: 8px; */
    position: absolute;
}

.requet-quote input {
    width: 100%;
    border: solid 0.5px #0000004d;
    padding: 15px 20px;
    /* border-radius: 10px; */
    margin-top: 17px;
    background: transparent;
    /* box-shadow: 0px 0px 6px #3c3939ad; */
    color: black;
}

.requet-quote a {
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  background-color: #ee202a;
  line-height: 120px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

.requet-quote a:hover {
  padding: 10px 50px;
}

.login-forms {
  padding: 70px 0px;
  background: #f7f7f7;
}

.form-box {
  background-color: #f8f8f8;
  padding: 20px 50px;
  border-radius: 5px;
  border: 1px solid #dbdbdb;
  box-shadow: 0px 0px 20px #00000021;
}

.form-box h2 {
  color: #000000;
  font-size: 34px;
  text-align: center;
}

.form-box input {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  width: 100%;
  border-radius: 5px;
  padding: 13px 20px;
  margin-top: 20px;
}

.form-box ::placeholder {
  color: #cacaca;
  font-size: 16px;
}
.requet-quote input::placeholder {
    color: #000;
}   

.form-box label {
  color: #000000;
  font-size: 14px;
}

.f-flex-s {
  display: flex;
}

.coloum1 {
  width: 45%;
}

.coloum2 {
  width: 45%;
  margin-left: 10%;
}

.btn-form {
  color: #fff;
  background-image: linear-gradient(to right, #1cf0f5, #2f3f9b);
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 13px 20px;
  border: 0px;
}

.social {
    display: flex;
    align-items: center;
        margin-top: 40px;
}
ul.social_link {
    display: flex;
    align-items: center;
}
.social h3 {
    font-size: 22px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
}

ul.social_link i {
    font-size: 20px;
    background: none;
    padding: 0;
    width: 50px;
    height: 0;
}

.sd-txt img {
    margin-bottom: 20px;
}


/*login page*/


.myaccount {
    padding-top: 9%;   
}


.f3 .form-control {
    border: 1px solid #b2b9bf;
    line-height: 40px;
    margin-top: 21px;
  font-size: 14px;
}

.f3 input::placeholder{
    color: #918f8f;
}

.f4 input::placeholder{
    color: #918f8f;
}

.f3 button.btn.btn-primary {
    width: 100%;
    background: #ffcc29;
    margin-top: 21px;
    margin-bottom: -27px;
    border-radius: 0;
    border: none;
    height: 50px;
    color: black;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: white;
    /* background: linear-gradient(to right, #1862a2 10%, #073668 100%)!important; */
    text-transform: uppercase;
    background: linear-gradient(to right, #650360 0%,#5e0059a8 100%)!important;
}
.f4 .form-control {
    border: 1px solid #b2b9bf;
    line-height: 40px;
    margin-top: 21px;
    margin-bottom: 12px;
    border: 1px solid #b2b9bf;
    font-size: 14px;
}

.bder .f3 {
    border: solid 1px #e5e5e5;
    margin-top: 24px;
    padding: 20px 20px 20px 20px;
    background: #fdfdfd;
}

.f3 input#exampleCheck1 {
    margin-top: 20px;
}

.f3 label.form-check-label {
    color: #000000;
    margin-top: 14px;
    margin-left: 0px;
    /* font-family: 'Roboto-Medium'; */
}
.sub button.btn.btn-primary {
    background: #ffcc29;
    width: 100%;
    margin-top: 22px;
    border: none;
    height: 50px;
    border-radius: 0;
    color: black;
    color: black;
    font-family: 'Roboto-Regular';
    font-size: 14px;
    color: white;
    /* background: linear-gradient(to right, #1862a2 10%, #073668 100%)!important; */
    text-transform: uppercase;
    background: linear-gradient(to right, #650360 0%,#5e0059a8 100%)!important;
}
.bdr1 .f4 {
    border: solid 1px #e5e5e5;
    padding: 20px 20px;
    margin-top: 24px;
    background: #fdfdfd;
}

.f4 input#exampleInputPassword1 {
    width: 100%;
}


.f3 h1 {
    text-align: center;
    color: #000000;
    font-family: 'arial-bold';
    font-size: 26px;
    line-height: 31PX;
    text-align: initial;
}
.f4 h1 {
    /* text-align: center; */
    color: #000000;
    font-family: 'arial-bold';
    font-size: 26px;
    margin: 0;
    line-height: 34px;
}

.f4 a {
    color: #000000;
    /* margin-left: 145px; */
    /* font-family: 'Roboto-Medium'; */
    /* text-decoration: underline; */
    position: absolute;
    right: 17px;
    font-size: 14px;
}

.f3 a {
    display: inline;
    margin-top: 16px;
    float: right;
    color: #000000;
    text-decoration: none;
    /* font-family: 'Roboto-Medium'; */
    /* font-weight: 800; */
    font-size: 14px;
}

.f4 p {
    /* font-family: 'Roboto-Medium'; */
    font-size: 14px;
    /* font-weight: 700; */
    color: #000000;
}
.f4 {
    position: relative;
}

.f3 .form-check {
 
    margin-top: 20px;
}
.myaccount h3 {
    /* font-family: 'HobeauxBold', Sans-Serif; */
    font-size: 36px;
    line-height: 50px;
    color: #000000;
    font-weight: 500;
    margin: 0 0 10px;
    text-align: center;
}

.form-group input#exampleInputPassword1 {
    width: 100%;
}

/*
====================================================================
    News Section
====================================================================

***/
/*.news-section {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
}*/

/*.news-section:before {
  position: absolute;
  left: 0;
  top: -140px;
  height: 100%;
  width: 100%;
  background-image: url(../images/icons/pattern-5.png);
  background-repeat: no-repeat;
  background-position: center top;
  content: "";
}
*/
.news-section.alternate:before {
  display: none;
}

.news-block {
  position: relative;
  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border-bottom: 3px solid transparent;
  border-radius: 10px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box:hover {
  border-bottom: 3px solid var(--border-theme-color2);
}

/*.news-block .date {
  position: absolute;
  right: -10px;
  top: 20px;
  background: var(--theme-color2);
  color: #ffffff;
  z-index: 1;
  padding: 5px 20px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  border-radius: 20px 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.news-block .date:before {
  position: absolute;
  bottom: -10px;
  right: 0;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--theme-color2);
  content: "";
}*/

.news-block .image-box {
  position: relative;
}

.news-block .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.news-block .image img {
    display: block;
    border-radius: 10px 10px 0 0;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    height: 270px;
    object-fit: cover;
}

.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-block .lower-content {
  position: relative;
  padding: 30px 40px;
  /*height: 250px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-block .post-info {
  position: relative;
  background-color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-block .post-info li {
  position: relative;
  font-size: 14px;
  line-height: 25px;
  color: #819291;
  font-weight: 400;
  margin-right: 15px;
  margin-bottom: 10px;
}

.news-block .post-info li i {
  margin-right: 5px;
  color: var(--theme-color3);
  font-size: 14px;
}

.news-block h4 {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 1.4em;
  color: var(--theme-color1);
  font-weight: 700;
}

.news-block h4 a {
  color: var(--theme-color1);
  display: inline-block;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-block h4 a:hover {
  color: var(--theme-color2);
}

.news-block .theme-btn {
  width: 100%;
  text-transform: uppercase;
}

.news-block .author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 32px;
  margin-top: 25px;
}

/*.news-block .author .thumb {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  margin-right: 10px;
}*/

.news-block .author .name {
  font-size: 14px;
  line-height: 1em;
  color: #819291;
  font-weight: 600;
}

.news-section {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}



.blog-btn a.btn10 {
    width: 100%;
     border-radius: 48px;
         color: white;
}
/*
.head-btn a.btn10 {
    border-radius: 48px;
 
}*/

ul.mort-points {
    list-style: disc;
    margin: 20px;
}

ul.mort-points li {
    margin: 10px 0px;
}
span.text-fnt {
    font-weight: 600;
}


.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}


.blog-details__content h4 {
    font-size: 17px;
    line-height: 22px;
    margin: 10px 0;
}

.blog-details__content h3 {
    margin: 20px 0;
}

.blog-details__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        gap: 21px;
}
.blog-details__meta li a {
    font-size: 15px;
    color: #777;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 21px;
}


.blog-details__img img {
    width: 100%;
}















@media only screen and (min-width: 300px) and (max-width: 519px){

header {
    position: inherit;
}

.header-logo {
    text-align: center;
}

.header-logo img {
    width: 180px !important;
}
ul.icons li h3 {
    font-size: 18px;
}
.slicknav_nav a:hover {
    color: #fff;
    background: linear-gradient(to right, #0c1a3d 0%, #807c7b 100%);
}

.banner_img {
    position: relative;
    z-index: 0;
    height: 393px;
    object-fit: cover;
}

.b1 {
   
    display: none;
}

.b2 {
   
    display: none;
}
.head-btn a.btn10 {
        width: 50% !important;
    }

.banner_text h1 {
    font-size: 38px;
    line-height: 39px;
    padding-top: 41px;
    margin-top: 114%;
}
.top-btn a.btn10 {
    margin-bottom: 15px;
}

.aboutus-txt h1 {
        font-size: 35px;
        line-height: 45px;
    }
.aboutus-txt p {
    font-size: 12px;
    line-height: 23px;
}    
.circle::before {
    position: inherit;
 
   
}

.circle::after {
    position: inherit;
   }
   .aboutusimg::before {
    position: inherit;
  
}

.aboutusimg::after {
    position: inherit;

}
section.inner-title h1 {
    font-size: 40px;
    line-height: 52px;
}
.aboutus-txt h2 {
font-size: 40px;
line-height: 75px;
margin-bottom: 0px;
  }
  
 .aboutus::before {
 position: inherit;
}
.counter {
    display: inline;
  
}
.abt-dest h2 {
    font-size: 39px;
    margin-bottom: 0px;
}
.get-in-touch p {
    font-size: 12px;
    line-height: 23px;
}
.contact-socail i {
    height: 60px;
    width: 60px;
    font-size: 30px;
}

.get-in-touch h2 {
    font-size: 30px;
    line-height: 40px;
}


.items1::before {
   
    bottom: 77px;
    left: 62px;
}
.ser-txt h1 {
font-size: 35px;
}

section.serv.pt-8.pb-8 {
    padding-top: 20px;
padding-bottom: 0px;    
}
.serv::before {
    position: inherit;
  
}
.work-txt h1 {
    font-size: 33px;
    line-height: 40px;
}
.mort-form {
    margin-top: 28px;
}
.calculator {
    /* border: solid; */
    padding: 16px;
    background: white;
    box-shadow: 0 0 10px #d3dae3;
}
.choose-txt h1 {
font-size: 28px;
line-height: 34px;
}
section.inner-title .banner-image img {
    height: 210px;
    object-fit: cover;
}
.innercircle::after {
    display: none;
}


.choose-txt {
    padding: 0;
}

.choose-txt h2 {
  
    font-size: 42px;
    line-height: 53px;
}.choose::before {
    position: inherit;
   }
   section.choose.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}.testi::before {
    position: inherit;
  
}.testi-txt h5 {
    text-align: center;
    font-size: 35px;
    line-height: 41px;
}
.quote img {
    width: 63px;
    height: 43px;
}.testi-slider .slick-prev {
   
   display:none !important;
   
}
.testi-slider .slick-next {
  
   display:none !important;
}
.part-txt h1 {
   
    font-size: 51px;
    line-height: 48px;
    }
    .footer-box.box-center {
    margin-left: 0;
}
.bottom-imag {
   
    justify-content: center;
}
.bottom-text p {
    font-size: 13px;
   
}
ul.bottom-list {  
    justify-content: center;
   
}
.aboutus::after {
    height: 140px;
    width: 140px;
    right: 7px;
    bottom: -31px;
}
.tetsi-text {
    margin-top: 20px;
}
.sd-txt p {
    font-size: 12px;
    line-height: 23px;
}


}



@media only screen and (min-width: 520px) and (max-width: 767px){



header {
    position: inherit;

}

.header-logo {
    text-align: center;
}


.banner_img {
    position: relative;
    z-index: 0;
    height: 393px;
    object-fit: cover;
}

.b1 {
   
    display: none;
}

.b2 {
   
    display: none;
}
.head-btn a.btn10 {

    width: 50%;
   
}

.banner_text h1 {
    font-size: 38px;
   margin-top: 76%;
    line-height: 43px;
}
.circle::before {
    position: inherit;
 
   
}

.circle::after {
    position: inherit;
   }
   .aboutusimg::before {
    position: inherit;
  
}

.aboutusimg::after {
    position: inherit;

}.aboutus-txt h1 {
    font-size: 50px;
    line-height: 55px;
}
.aboutus-txt h2 {
    font-size: 50px;
    line-height: 55px;
}.aboutus::before {
    position: inherit;
  
}.counter {
    display: inline;
  
}.items1::before {
   
   bottom: 31px;
    left: 191px;
}.ser-txt h1 {
    font-size: 44px;
}
section.serv.pt-8.pb-8 {
    padding-top: 20px;
}
.serv::before {
    position: inherit;
  
}
.work-txt h1 {
    font-size: 33px;
    line-height: 40px;
}
.mort-form {
    margin-top: 28px;
}
.calculator {
    /* border: solid; */
    padding: 16px;
    background: white;
    box-shadow: 0 0 10px #d3dae3;
}
.choose-txt h1 {
    
    font-size: 33px;
    line-height: 41px;
}.choose-txt {
    
    padding: 0;
   
}.choose-txt h2 {
  
    font-size: 42px;
    line-height: 53px;
}.choose::before {
    position: inherit;
   }
   section.choose.pt-8.pb-8 {
    padding-top: 20px;
    padding-bottom: 20px;
}.testi::before {
    position: inherit;
  
}.testi-txt h5 {
    text-align: center;
    font-size: 35px;
    line-height: 30px;
}
.quote img {
    width: 63px;
    height: 43px;
}.testi-slider .slick-prev {
   
    bottom: 85px;
    right: 87px;
   
}
.testi-slider .slick-next {
  
    bottom: 84px;
    right: 43px;
}
.part-txt h1 {
   
    font-size: 51px;
    line-height: 48px;
    }
    .footer-box.box-center {
    margin-left: 0;
}
.bottom-imag {
   
    justify-content: center;
}
.bottom-text p {
    font-size: 13px;
   
}
ul.bottom-list {  
    justify-content: center;
   
}


}





@media only screen and (min-width: 768px) and (max-width: 991px){

header {
    position: inherit;

}
.banner_text h1 {
   
    font-size: 41px;
    line-height: 53px;
}

.aboutus-txt h1 {
    font-size: 40px;
    line-height: 49px;
}
.choose-txt h1 {
    font-size: 52px;
    line-height: 56px;
}

.choose-txt h2 {
    font-size: 41px;
    line-height: 41px;
}
section.choose.pt-8.pb-8 {
  padding-top: 30px;
  padding-bottom: 30px;    
}
.serv::before {
    height: 290px;
    width: 290px;
}

.get-in-touch p {
    font-size: 13px;
    line-height: 22px;
}
section.inner-title .banner-image img {
    height: 300px;
    object-fit: cover;
}
.title-new h1 {
    font-size: 50px;
    line-height: 64px;
}
.sdimg img {
    width: 100%;
}


.ser-txt h1 {
    font-size: 60px;
}
.aboutus-txt .head-btn a.btn10 {
        width: 29%;
        margin: 0 auto;
        margin-top: 35px;
    }
    
.head-btn a.btn10 {
        width: 48%;
    }    
    
.top-btn a.btn10 {
    font-size: 11px;
}
.circle::before {
    height: 140px;
    width: 140px;
    bottom: -46px;
}

.aboutus::before {
    height: 199px;
    width: 229px;
    left: -146px;
}
.aboutus::after {
    height: 223px;
    width: 223px;
    bottom: -63px;
}


.b1 {
   
    top: -136px;
}


.b2 {
    
    top: -215px;
   
}
.items1 h2 {
   
    font-size: 53px;
    line-height: 60px;
}
.items1 h4 {
    font-size: 12px;  
    width: 100%;
  
}.items1::before {  
    left: 21px;
}.mort-form {
    margin-top: 20px;
}
.choose::before {
    position: inherit;
    }
    .testi::before {
    position: inherit;
    
}

}
@media only screen and (min-width: 992px) and (max-width: 1199px){
img.img-fluid.banner_img {
    height: 800px;
}
.head-btn a.btn10 {
    width: 35%;
}
.choose-txt h1 {
    font-size: 45px;
    line-height: 47px;
}
.choose-txt h2 {
    font-size: 39px;
}
.testi::before {
    height: 179px;
    width: 280px;
    background-repeat: no-repeat;
    background-size: contain;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    
.get-in-touch p {
    font-size: 14px;
    line-height: 21px;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
.title-new h1 {
    font-size: 50px !important;
    line-height: 55px !important;
} 
    
}




