@font-face {
font-family: "Gilroy";
font-weight: normal;
src: url('../fonts/1606117730_gilroy_regular.otf') format('opentype');
font-display: swap;
}

@font-face {
font-family: "Gilroy";
font-weight: 500;
src: url('../fonts/1606117853_gilroy_medium.otf') format('opentype');
font-display: swap;
}

@font-face {
font-family: "Gilroy";
font-weight: 600;
src: url('../fonts/1606117950_gilroy_semibold.otf') format('opentype');
font-display: swap;
}

@font-face {
font-family: "Gilroy";
font-weight: 700;
src: url('../fonts/1606118037_gilroy_bold.otf') format('opentype');
font-display: swap;
}

@font-face {
font-family: "Gilroy";
font-weight: 800;
src: url('../fonts/1606118078_gilroy_extrabold.otf') format('opentype');
font-display: swap;
}

body {
font-family: 'Gilroy', sans-serif;
overflow-x: hidden;
}
p {
    line-height: 22px;
    font-size: 15px;
    font-family: inherit;
}

.L-large{
font-size: 48px;
color: #fab550;
line-height: 1;
}


.legal_section .text p{
margin: 0;
}

.bg-blue{
    background: #c1dde8;
}

section#singleservice p {
    /*color: #000000ba;*/
}

/* notice section css */

.notice_section{
padding: 70px 0px;
background: #fff;
border-top: 1px solid #d3d3d359;

}
.notice_section .common-box {
background: #ffffff;
max-width: 600px;
min-height: 300px;
padding: 10px 24px;
margin-bottom: 28px;
position: relative;
display: flex;
flex-direction: column;
text-align: justify;
box-shadow: 0 10px 40px 0 rgb(50 50 50 / 10%);
align-items: center;
justify-content: space-evenly;
}
.notice_section .text-content{
text-align: center;
}
.notice_section h5{
text-align: center;
font-weight: 600;
}


.imgicon-box img{
width: 50px;
height: auto;
}
.notice_section .common-box:hover .imgicon-box  {
transition: all 0.5s;
/* transform: translateY(-10px); */
}
.notice_section .common-box:hover {
transition: all 0.5s;
transform: translateY(-10px);
box-shadow: 0px 0px 16px 0px #0000002e;
}

.btn-warning {
color: #000000;;
background-color: #ff980000;;
border-color: #ff9800;
border-radius:0;
padding: 6px 42px;
}
.btn-warning:hover {
color: #fff;
background-color: #ff9800;
}




/* docdownload_section */


/*.docdownload_section{*/
/*   padding: 60px 0px;*/

/*}*/

.docdownload_section {
    padding: 30px 0 45px 0px;
}
section.ptop {
    padding: 0px 0 45px 0px;
}
.docdownload_section .documents {
    padding: 26px 20px;
    color: #666;
    text-align: center;
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #00000014;
    transition: all 0.3s;
    box-shadow: 0px 0px 16px 0px #00000014;
}
.docdownload_section .documents:hover {
    background: #ffa500;
    color: #fff;
    transform: rotate3d(1, 2, 0,360deg);
    /* transform: rotate3d(1, 1, 1,-360deg); */
}
.docdownload_section .documents .dd-btn {
    background: white;
    color: #fab550;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 500;
}


.docdownload_section .unordered {
        box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
    justify-content: space-evenly;
    min-height: 395px;
    background-color: #fff;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    margin: 0px 0px 22px 0;
    position: relative;
    border-radius: 20px;
}

.docdownload_section .unordered:hover {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
    transform: translateY(-10px);
    transition: 0.3s all;
    cursor: pointer;
       background-color: #fab850;
}
.docdownload_section .unordered:hover .card-img {
    opacity: 0;
}

.docdownload_section .unordered h5.services_title{
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #0a475f;
    text-align: left;
    display: flex;
    align-self: end;
    letter-spacing: 0.1px;
    font-family: 'Gilroy';
}
.docdownload_section .unordered p.desc {
    color: #000000ba;
}




/* hover effect css */

.wrap-href:hover{
text-decoration: none;
}

section.docdownload_section .unordered .button {
    background: #fff;
    border: 1px solid #fab850;
}

.docdownload_section .unordered:hover p.desc {
    color: #fff;
}
.docdownload_section .unordered:hover h5.services_title {
    color: #fff;
}
.button:hover{
background: #fff;
color: #fab550;
outline: 1px solid #fff;
text-decoration: none;
}


/* light slider css*/


.wrapper{
background: white;
text-align: center;
position: relative;
} 
#singleservice .innerslide {
       padding: 40px;
    padding-bottom: 16px;
    background: white;
    box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
    min-height: 350px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #E0E0E0;
}

#singleservice .innerslide .content {
    height: 200px !important;
}

#singleservice .innerslide::before {
        content: "";
    width: 100px;
    border-top: 5px solid #0a475f;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    height: 100px;
    border-left: 5px solid #0a475f;
    border-radius: 20px 0px;
}
#singleservice  .innerslide::before:hover {
    transition: 0.9s all;
    transform: scaleY(-10px);
    opacity: 1;
    width: 100px;
    height: 100px;

}

#singleservice .innerslide::after {
        content: "\f10e";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 100px;
    color: #0a475f;
    font-weight: 600;
    right: 20px;
    top: -30px;
    opacity: 0.1;
}
.img-box {

  margin: auto;
  margin-bottom: 10px;
}

.img-box img{
    border-radius: 50%;
    height: 80px;
    width: 80px;
    object-fit: cover;
}

.quote .fas.fa-quote-left{
font-size: 50px;
}

#singleservice .innerslide h5{
        font-size: 18px;
    color: #0a475f;
    font-family: 'Gilroy';
    font-weight: 700;
    text-align: center;
}
.name{
font-weight: 700;
} 

#singleservice .content p {
    font-family: inherit;
    font-size: 15px;
    line-height: 26px;
}



.lSAction {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
        margin-top: 10px;
}

ul.lSPager.lSpg {
    display: none;
}

.lSAction > a {
    background-image: none;
    content: "\f10e";
    position: absolute;
    cursor: pointer;
    position: unset! important;
    z-index: 99;
    margin-left: 10px;
    opacity: 1 !important;
    background-color: #0a475f;
    border: 1px solid #0a475f;
    text-decoration: none;
    transition: opacity 0.35s linear 0s;
}
.lSAction > .lSPrev::before{
    content: "\f104";
    position: relative;
    font-family: "fontawesome";
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lSAction > .lSNext::before{
    content: "\f105";
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "fontawesome";
    font-size: 20px;
    font-weight: 100;
    color: #ffffff;
}
.lSAction a:hover .lSNext::before{
/* background-color: #ffa117; */
color:#fff;
}



.services .unordered {
    padding: 24px 16px;
    box-shadow: 0 2px 16px 4px rgb(255 255 255);
    display: flex;
    flex-direction: column;
    align-items: inherit;
    min-height: 350px;
    background-color: #F7F8FA;
    margin: 0px 0px 22px 0;
    position: relative;
    border-radius: 20px;
}
.services .prop-mngmnt {
    padding: 10px 8px;
    box-shadow: 0 2px 16px 4px rgb(255 255 255);
    display: flex;
    flex-direction: column;
    align-items: inherit;
    min-height: 350px;
    background-color: #F7F8FA;
    margin: 0px 0px 22px 0;
    position: relative;
    border-radius: 20px;
}

.title_service{
color: rgb(255, 255, 255);
font-weight: 600;
font-size: 32px;
text-align: center;
margin-bottom: 0;
}



.legal{
display: inline-block;
background-color: rgb(238, 242, 245);
color: white !important;
font-size: 2rem;
margin: 50px auto;
padding: 5px 25px 0px 25px;
text-decoration: none;
}
.legal:hover h2 a{
text-decoration: none;

}

.title_service{
color: rgb(255, 255, 255);
font-weight: 600;
font-size: 32px;
text-align: left;
margin-bottom: 0;
}
section.services{
/*padding: 0px 0px 40px 0px;*/
padding: 60px 0px 40px 0px;
}

section.services .card-heading {max-width: 330px;}

.nav-brand-P{
font-size: 21px;
color: #ffa500;
}




.unordered:hover {
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
    transform: translateY(-10px);
    transition: 0.3s all;
    cursor: pointer;
}
.unordered:hover .services_title a{
color: #fab550;
opacity: 1;
}


.unordered .card-img{
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}
.services .unordered .hover{
    opacity: 0;
    line-height: 180%;
    display: none;
    height: 100%;
    width: 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 1.25rem;

}
.hover p.hover-title{
       font-size: 26px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    text-align: left;
    font-family: 'Gilroy';
}
.hover p{
  font-size: 16px;
    color: #fff;
    line-height: 28px;
    font-family: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.services .unordered:hover .hover{
    display: block;
    background: #f8a62d;
    opacity: 1;
    color: white;
    text-align: left;
    font-size: 32px;
    border-radius: 20px;
}

/* hover effect css */

.wrap-href:hover{
text-decoration: none;
}
 .unordered .button{
       width: 120px;
    padding: 10px 20px;
    color: #f8a62d;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}
.unordered .img-arrow-box{
    position: absolute;
    right: 10%;
    bottom: 10%;
    margin-bottom: 0px;
    /*z-index: 1;*/
}
.unordered .img-arrow{
width: 21px;
/* margin-left: 281px; */
}
.hover .img-arrow {
width: 22px;
margin-left: 270px;
margin-top: -60px;
filter: invert(1);
}

.hover-img-arrow-box {
position: absolute;
right: 10%;
    bottom: 10%;
}


section.services_section {
    /*margin-bottom: 60px;*/
    margin-bottom: 0px;
    padding: 35px 0 60px 0;
}
.paddingbt-0{
      padding: 35px 0 0px 0 !important;
}

section.services .unordered .services_title{
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #0a475f;
    text-align: left;
    display: flex;
    align-self: end;
    letter-spacing: 0.1px;
    font-family: 'Gilroy';
}
.unordered .services_title a{
text-decoration: none;
color: #000000;

}
section.services .descrip {
        line-height: 25px;
    font-size: 15px;
    font-family: inherit;
    /*color: #000000ba;*/
    
}
.services span.big_L{
font-weight: 500;
font-size: 40px;
color: #fab550;
letter-spacing: 5px;
}
.unordered h5 a{
/* color: rgba(253, 51, 0, 0.74); */
transition: all 0.3s ease-in-out;
}

/* .unordered h5 a{
transition: all .5s ease-in-out;
transform: scale(1.1);
text-align: center;
color: #000;
} */
.services .empty1 {
width: 100%;
min-height: 100%;
padding: 22px 32px;
box-shadow: 4px 4px 8px -1px grey;
}
.services .empty1 .dummy_div{
display: flex;
float: left;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
background-color: rgb(255, 255, 255);
margin: 10px;
font-weight: bold;
color: black;
}



.right-side h2.title{
       font-size: 48px;
    font-family: 'Gilroy';
    font-weight: 700;
    color: #0a475f;
}

.right-side p.description{
        line-height: 28px;
    font-size: 15px;
    font-family: inherit;
    color: #000000ba;
}

        
.bar .even{
    background-color: #f7f7f7;
    padding: 8px 0px 8px 0px;
    border: 1px solid #0000001f;
    /* box-shadow: rgb(100 100 111 / 15%) 0px 7px 29px 0px; */
    /* box-shadow: rgb(100 100 111 / 15%) 0px 1px 1px 0px; */
    /* box-shadow: rgb(0 5 0 / 5%) 0px 1px 14px; */
    font-size: 15px;
    text-transform: capitalize;
    font-family: sans-serif;
    letter-spacing: 1px;
    /* margin: 16px 0; */
    display: grid;
    align-items: center;
    font-weight:500;
    transition: all 0.3s;
}

.bar .odd{
background-color: #ffffff;
/* box-shadow: rgb(0 0 0 / 10%) 0px 6px 10px -19px; */
padding: 8px 0px 8px 0px;
border: 1px solid #0000001f;
font-size: 15px;
text-transform: capitalize;
font-family: sans-serif;
letter-spacing: 1px;
display: grid;
align-items: center;
font-weight: 500;
transition: all 0.3s;
box-sizing: border-box;

}


.bar .even:hover{
transform: translateY(-5px);
box-shadow: rgb(0 0 0 / 9%) 0px 0px 8px 1px;

}
.bar .odd:hover{
transform: translateY(-5px);
box-shadow: rgb(0 5 0 / 5%) 0px 1px 14px;

}
.bar .even p, .bar .odd p{
margin: 0;
display: flex;
align-items: center;
}
.bar .even a, .bar .odd a{
    text-decoration: none;
    color: #212529;
    transition: 0.3s all;
    font-family: inherit;
}

.bar .odd a:hover{
color: #fab550;
}
.bar .even a:hover{
color: #fab550;
}

.fa-hand-point-right {
color: #fab550;
opacity: 0;
transition: all 0.3s;
transform: rotate(-10px);
padding-right: 20px;
}
.bar .even:hover .fa-hand-point-right{
opacity: 1;
transform: translateX(12px);
}
.bar .odd:hover .fa-hand-point-right{
opacity: 1;
transform: translateX(12px);
}





.right-side{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 60px;
    position: sticky;
    top: 150px;
}


.right-side i{
    position: absolute;
    right: 15px;
    bottom: 13px;
    font-size: 20px;
    color: #212529;
}


.right-side .form-control {
    display: block;
    width: 100%;
    padding: 13px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    border: 1px solid #aaa;
}


a.wrap-href {
text-decoration: none;
}



/*//// header csss////*/
ul {
    list-style: none;
    padding: 0px;
}

.servics .content ul{
    list-style-type: disc;
}

section.top_header a.btn.join {
    color: #fff;
    background: #0a475f;
    box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
    position: relative;
    border-radius: 10px;
    padding: 10px 6px;
    font-family: inherit;
    width: 250px;
    margin: auto;
    margin-left: 0px;
    font-size: 14px;
    letter-spacing: 0.5px;
}

section.top_header a.btn.service.join{
       color: #fff;
    background: #0a475f;
    box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
    position: relative;
    border-radius: 10px;
    padding: 12px 6px;
    font-family: inherit;
    font-size: 14px;
    width: 220px;
    margin: auto;
    margin-left: 0px;
}

section.top_header h4 {
        font-size: 17px;
    color: #747474;
    font-family: 'Gilroy';
/*    text-transform: uppercase;*/
    padding-left: 0px;
    font-weight:600;
}


@media(min-width: 1024px){
   ul#mega_menu {
    min-width: 1000px;
    width: 100%;
    padding:15px;
    border-radius: 20px;
/*    margin-top: 5px;*/
} 
}

@media(max-width: 1024px){
   ul#mega_menu {
    min-width: 700px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
} 
}
@media(max-width: 991px){
   ul#mega_menu {
    min-width: auto;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
} 

.dropdown-menu {
    overflow: hidden !important;
}

section.top_header li.nav-item a.nav-link {
    border-bottom: 1px solid #ccc;
    margin: auto;
    text-align: left;
    padding: 20px 10px !important;
    color: #fff !important;
}
.dropdown-toggle::after {
    vertical-align: middle;
    color: #ffffff;
}
.navbar-toggler:focus {
    box-shadow: none;
    text-decoration: none;
}
/*section.top_header a.btn.join {
    text-align: center;
    margin: auto;
    margin-top: 10px;
}*/
.forboder {margin-top: 20px;}
}


section.top_header li.nav-item a.nav-link {
    font-family: 'Gilroy';
    font-size: 15px;
    color: #0a475f;
    font-weight: 600;
    padding: 9px 10px;
}
section.top_header li.nav-item a.nav-link i {
    font-size: 20px;
}
section.top_header li.nav-item.active i {
color: #fab550;
}

section.top_header .dropdown:hover>.dropdown-menu,
section.top_header .dropdown-menu.show{
display: block;
margin: 0;
padding: 0px;
border-radius: 10px;
background: #fff;
box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
border: 0px;
overflow: hidden;
}

@media(max-width: 991px){
section.top_header .dropdown:hover>.dropdown-menu,
section.top_header .dropdown-menu.show{
display: block;
margin: 0;
padding: 0px;
}
}

section.top_header a.dropdown-item {
    font-size: 14px;
    color: #0a475f;
    font-family: inherit;
    font-weight: 600;
    letter-spacing: 0.3px;
    padding: 9px 0px;
    border-bottom: 1px solid #9e9e9e2b;
    box-sizing: border-box;
    white-space: normal;
}


.info-pages li a{
    padding: 9px 18px !important;
}


section.top_header .dropdown-item:focus, 
section.top_header .dropdown-item:hover {
    background-color: #fff;
    margin-left: 6px;
    transition: 0.3s;
}

section.hero_section {
position: relative;
}


section.hero_section .carousel-caption {
top: 50%;
left: 50%;
right: unset;
transform: translate(-50%, -50%);
padding: 0px;
width: 100%;
}

section.hero_section h5 {
font-size: 38px;
font-family: 'Gilroy';
letter-spacing: 0.5px;
line-height: 50px;
margin: 0px;
}



/*//// header csss////*/

/*//// banner csss////*/

section.banner_section {
    /*padding-top: 60px;*/
    padding: 40px 0 20px;
    border-bottom: 1px solid #d3d3d36e;
    background: #0a475f0d;
}

section.banner_section h2 {
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 33px;
    font-weight: 700;
    text-align: center;
}
/*//// banner csss////*/


/* / breadcrumbs css /*/

/*section.banner_section ul.breadcrumb {*/
/*background-color: #c9c9c900;*/
/*padding: 0px;*/
/*justify-content: center;*/
/*}*/

section.banner_section ul.breadcrumb {
    background-color: #c9c9c900;
    padding: 0px;
    justify-content: center;
    text-align: center;
}
section.banner_section ul.breadcrumb.comman li a i {
        color: #333;
    font-size: 12px;
}
section.banner_section ul.breadcrumb li a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-family: inherit;
}


/*section.banner_section ul.breadcrumb li {*/
/*    display: inline-block;*/
/*    font-size: 16px;*/
/*}*/
section.banner_section ul.breadcrumb li {
    display: flex;
    font-size: 16px;
    align-items: center;
}
section.banner_section ul.breadcrumb li+li:before {
    padding: 8px;
    color: #333;
    content: "\f054";
    font-family: fontawesome;
    font-size: 10px;
}




/*
/////single legal servic page ///
*/


/*section#singleservice {*/
/*    padding: 35px 0;*/
/*}*/
section#singleservice {
    padding: 35px 0 60px 0;
    /*padding: 0px 0 60px 0;*/
}
.paddingtop-0{
    padding: 35px 0 0px 0!important;
}
section.real-estate {
    padding: 0px 0 60px 0 !important;
}
#singleservice .icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
        min-width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
        box-shadow: 0 0px 13px rgb(70 74 85 / 8%);

}

#singleservice .icon-box img {
    height: 40px;width: 40px;}


#singleservice .icon-image {
display: flex;
justify-content: start;
align-items: center;   
}

#singleservice .icon-text{
    display: flex;
    background: #F7F8FA;
    margin-bottom: 15px;
    padding: 10px;
    align-items: center;
}
#singleservice .text {
       margin-left: 20px;
}

#singleservice .text h4{
         font-size: 18px;
    font-family: 'Gilroy';
    color: #0a475f;
    margin-bottom: 0px;
    line-height: 27px;;
}

footer.footer_sec {
/*    background-image: linear-gradient(103.51deg, #EAF8FF -11.85%, #FDF8F9 47.62%, #EAF8FF 108.74%) url(allimgs/pattern-9.png);*/
/*background: url(allimgs/pattern-9.png) center center repeat-x #EAF8FF;*/
/*    background:#f9f8f7;*/
/*  background-image: url('<?= base_url("allimgs/pattern-9.png") ?>');*/


    color: #000;
    padding: 30px 0px;
    border-top: 1px solid #0a475f12;
}

footer.footer_sec h4 {
        font-size: 20px;
    font-family: 'Gilroy';
    color: #0a475f;
    line-height: 25px;
}
footer.footer_sec ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
footer.footer_sec ul li a {
        line-height: 28px;
    font-size: 14px;
    font-family: inherit;
    text-decoration: none;
    color: #000;
}
footer.footer_sec p {
    line-height: 25px;
    font-size: 14px;
    font-family: inherit;
    text-decoration: none;
    color: #000;
    margin-bottom: 0px;
}
/*///////======  bootom foooter csss  ============/////*/



section.bottom_footer {
      background: #0a475f;
    padding: 8px 0px;
}

section.bottom_footer ul.list_box_with_link {
    padding: 0px;
    display: inline-flex;
    margin: 0px;
    list-style: none;
}
section.bottom_footer ul.list_box_with_link li a{
 text-decoration: none;
}
section.bottom_footer ul.list_box_with_link li i {
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 10px;
}
section.bottom_footer .wp-block-image {
    margin: 0px !important;
}
section.bottom_footer p {
    color: #fff;
    margin-bottom: 0px;
    font-family: inherit;
    font-size: 14px;
}

section.bottom_footer i.fa-brands.fa-facebook-f {
    background: #3a54a0;
}

section.bottom_footer i.fa-brands.fa-twitter {
    background: #00b0ef;
}

section.bottom_footer i.fa-brands.fa-instagram {
    background: #ec2072;
}

section.bottom_footer i.fa-brands.fa-linkedin-in {
    background: #0487b9;
}
section.bottom_footer .logo img {
    width: 200px;
}


@media(max-width: 767px){
section.bottom_footer {
    text-align: center;
}
.align-items-center.col-lg-4.d-flex.justify-content-end {
    justify-content: center !important;
}
section.bottom_footer .logo img {
    margin: 10px 0px; 
    width: 130px ;
}
section.bottom_footer .align-items-center.col-lg-5.d-flex {
    margin-top: 10px;
    order: 6!important;
}
section.bottom_footer p {
    font-size: 14px;
}
}
/*///////bootom foooter csss/////*/

section#agent_section {
    padding: 60px 0px;
/*    border-top: 1px solid #e2e3e4;*/
    /*margin-top: 60px;*/
}
section#agent_section .form-group {position: relative;}
section#agent_section a.btn.advocate {
        color: #fff;
    background: #0a475f;
    border: 2px solid #0a475f;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}

section#agent_section a.btn.advsearch {
    color: #fff;
background: #0a475f;
border: 2px solid #0a475f;
padding: 10px 20px;
text-decoration: none;
font-size: 16px;
font-family: inherit;
text-align: center;
border-radius: 10px;
}

section#agent_section h2.top-heading {
    font-size: 25px;
    font-family: 'Gilroy';
    font-weight: 600;
    padding: 10px 0px;
    margin-bottom: 0px;
        color: #0a475f;
}

section#agent_section .company-info .title{
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 600;
}
section#agent_section .company-info .person{
        font-size: 15px;
        opacity: 0.7;
}
section#agent_section .company-info .icon{
       padding-left: 2px;
}

section#agent_section .company-info .icon a{
        color: #fab550;
        text-decoration: none;
        font-family: inherit;
        text-transform: capitalize;
}
section#agent_section   .shadow .buttons{
        padding: 30px 0px;
        position: relative;
        left: -10px;
    }

section#agent_section .shadow .buttons .contact{
      color: white;
    margin: 0 15px;
    background: #0a475f;
       border: 2px solid #0a475f;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}
section#agent_section  .shadow .buttons .phone{
        color: #0a475f;
    background: #ffffff;
   padding: 10px 18px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #0a475f;
}

section#agent_section  .shadow .buttons .contact:hover{
    background-color: #fff;
    opacity: 0.9;
    color: #0a475f;
    text-decoration: none;
}
section#agent_section  .shadow .buttons .phone:hover{
    background-color: #0a475f;
    color: #fff;
    text-decoration: none;
}
#agent_section .top-content{
display: flex;
align-items: center;
position: relative;
}
#agent_section .img-box{
margin: 0;
border-radius: 0%;
}
#agent_section .img-box img {
border-radius: 50%;
height: 60px;
 width: 60px;


}

#agent_section .shadow{
/*box-shadow: 0px 2px 5px 0px rgb(231 231 231);*/
box-shadow: 0px 0px 16px 1px rgb(235 235 235) !important;
margin-top: 30px;
position: relative;
/*padding: 20px 5px 10px 5px;*/
padding: 20px 10px 10px 10px;
}




ul.list-items li + li{
   font-size: 12px;
}
ul.list-items li{
    font-size: 12px;
    color: #fff;
}


.keys .list-items .fa-check{
      font-size: 16px;
    padding: 0 12px;
    color: #fab550;
}

.keys .list-items .fa-xmark{
     font-size: 16px;
    padding: 0 12px;
    color: red;
}


/*.bottom-content{
margin-top: 24px;
}*/
.bottom-content .common-content{
    display: flex;
    padding: 10px 0;
    font-family: inherit;
    font-weight: 500;
    border-bottom: 1px solid #cccccc7a;
}
.bottom-content .common-title{
       font-size: 14px;
    opacity: 0.6;
    padding-left: 5px;
    font-weight: bold;
    color: #0a475f;
}
.bottom-content .common-desc {
    font-size: 14px;
    opacity: 0.8;
    overflow-x: auto;
}
#agent_section .middle-content{
    display: flex;
    align-items: center;
    padding-left: 0;
/*    margin: 20px 0;
*/    }
.middle-content img{
    width: 24px;
}

.middle-content .keys {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 16px;
    background: #0a475f;
    padding: 8px 12px 10px 0px;
}
.middle-content .keys img{
    width: 18px;
    align-items: center;
}
.middle-content .agent-type {
    font-size: 10px;
    font-weight: 600;
    opacity: 1;
    color: #fab550;
    padding-left: 6px;
    font-family: 'Gilroy';
}
.middle-content .keys .certified-agent{
    font-size: 13px;
    padding: 0 10px;
    font-weight: 600;
}

.middle-content .keys .list-items{
       display: flex;
    list-style: none;
    margin: 0;
    padding: 8px 0px;
}

.modal_section .modal-content{
   border-radius: 0;
}

.modal_section .form-control{
    display: inline-block;
    width: 100%;
    margin-top: .75rem;
    margin-bottom: .75em;
}

.modal_section .btn-success {
    display: inline-block;
    width: 150px;
    margin: auto;
    border-radius: 0;
    padding: 11px 0;
    margin-top: 40px;
    margin-bottom: 6px;
}

.modal_section  .btn-success:hover{
    opacity: 0.9;
}

.modal_section .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.6rem;
}

.modal_section .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: white;
}
.modal_section .modaltitle{
    text-align: center;

}

.modal_section .form-control {
    /* display: block; */
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 1.5rem 2.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    border: 1px solid #ced4da00;
    border-bottom: 1px solid #dbdbdba6;
    border-radius: 0;

}
.modal_section .form-group{
    margin-bottom: -32px;
}

.modal_section label {
    display: inline-block;
    margin-bottom: 0.5rem;
    position: relative;
    top: 53px;
    left: 18px;
    width: 20px;
    height: 20px;
}

.right-side-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-height: 500px;
    padding-left:62px;
    position: sticky;
    top: 150px;
}

section.search_notice {
    /*padding: 60px 0px;*/
    padding: 0 0 42px 0px;
}
.notice-pad{
    padding: 30px 0 0px 0px!important;
}

section.search_notice .datepicker {
    padding: 0.375rem 0.75rem;
}
section.search_notice .form-select {
    color: #6c7591;
    border-radius: 0px;
}
section.search_notice form.formsection {
    text-align:left;
}

.search_notice .heading{
    text-align:center;
    margin-bottom: 24px;
}

section.search_notice  form.formsection {
   padding: 25px 30px;
/*    border: 1px solid #ced4da85;*/
}

section.search_notice h2 {
        margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: 0px;
    line-height: 40px;
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.search_notice .heading p {
    color: #000000ba;
}
.card-img img {
    height: 150px;
    width: 150px;
    object-fit: cover;
}
section.search_notice form.formsection .form-control {
    border-radius: 0px !important;
}
section.search_notice button.btn {
        background: #0a475f;
    color: #fff;
    margin-top: 10px;
    width: 122px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}

.property{
   padding: 32px 0;
}
.property h2{
    margin-bottom: 20px;
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 25px;
    font-weight: 600;
}
.property .dis{
    text-align: justify;
    font-family: inherit;
}
.property .btn{
       margin: 0 15px;
    background: #0a475f;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
        color: #fff;
}
.propertymodel {
    background: #0009;
    z-index: 11111;
}
.propertymodel h3.modaltitle {
        text-align: center;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 22px;
    color: #0a475f;
}
.propertymodel .form {
    padding: 30px;
}
.propertymodel p.mb-0 {
    color: #000000ba;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    margin: 10px 0px;
}
div#add_advocateid .form-control {padding-left: 8px !important;border: none;border-bottom: 1px solid #cccccc57;}
.propertymodel .form h3 {
    font-size: 25px;
    font-family: 'Gilroy';
    font-weight: 600;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #0a475f;
}
.propertymodel button.btn {
        color: #fff;
    background: #0a475f;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}
.propertymodel .form-group {
    position: relative;
}
.propertymodel .form-control {
      border-radius: 0px !important;
    height: 40px !important;
    color: #000;
    font-size: 13px;
    /* border: none; */
    border-bottom: 1px solid #cccccc57;
    position: relative;
    padding-left: 50px;
    border-color: #cccccc57;
}

.propertymodel .form-group label i {
    color: #0a475f;
    font-size: 14px;
}
.propertymodel label {
        content: "";
    position: absolute;
    z-index: 9;
    border-right: 1px solid #cccccc57;
    /*height: -webkit-fill-available;*/
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

::placeholder{
    color: #a9a1b55c ;
}

.datepicker {
    padding: 0.375rem 0.75rem;
}


.noticeafter .imgbox img {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.noticeafter {
       box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
    justify-content: space-evenly;
    background-color: #fff;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0px 0px 22px 0;
    position: relative;
    border-radius: 20px;
        min-height: 400px;
}

/*.noticeafter:hover {*/
/*    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);*/
/*    transform: translateY(-10px);*/
/*    transition: 0.3s all;*/
/*    cursor: pointer;*/
/*    background-color: #fab850;*/
/*    color: #fff;*/
/*}*/

.noticeafter h4 {
    font-family: 'Gilroy';
    font-size: 25px;
    font-weight: 600;
    
}

.noticeafter p {
    margin-bottom: 0px;
    
} 


div#add_advocateid ,div#mymodal_advocate{
    background: #0b0a0bc9;
    z-index: 999;
    opacity: 1;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}

:focus-visible {
    outline: none;
}

section#agent_section  .select2-container--default .select2-selection--single {
    height: 50px !important;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
/*    border: 3px solid #212529 !important;*/
    display: flex;
}

section#agent_section .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

/*//// Blog css////*/
section.full_blogs {
    padding: 60px 0px;
}

section.full_blogs h1 a {
   font-size: 20px;
    font-family: 'Gilroy';
    color: #0a475f;
    margin-bottom: 0px;
    line-height: 30px;
}

section.full_blogs h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.follow-sidebar{
    background: #f2f5f7;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    border-bottom: 4px solid #eeeeee !important;
    padding: 20px;
    margin-bottom: 20px;
}

.recent-blogss {
    background: #f2f5f7;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    border-bottom: 4px solid #eeeeee !important;
    padding: 20px;
    margin-bottom: 20px;
}

@media(max-width:500px){
    section.full_blogs h1 {
        font-size: 22px;
        line-height: 26px;
    }
    
    .recent-blogss .row {
        margin-bottom: 15px;
    }
    .follow-sidebar {
        margin-top: 5px;
    }
}

section.full_blogs .tags-posts {
       color: #fab550;
    margin-top: 10px;
    font-size: 14px;
}

section.full_blogs small {
    color: #fab550;
}

section.full_blogs .the_excerpt_post-blog p {
        line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*line-height: 28px;*/
    font-size: 15px;
    font-family: inherit;
    /*color: #000000ba;*/
    color: #212529;
}
.the_excerpt_post-blog.big p {
    display: -webkit-box;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.full_blogs h2 a {
   font-size: 20px;
    font-family: 'Gilroy';
    color: #0a475f;
    line-height: 27px;
}

section.full_blogs h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #000;
        margin: 5px 0px;
}
section.full_blogs .btn-view a button {
        background: #0a475f;
    padding: 8px 19px;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    border: none;
    font-family: inherit;
}
section.full_blogs p.date-published {
    margin-bottom: 0px;
}

section.full_blogs .view-post-and-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.full_blogs .share-btnn a i {
    background: #0a475f;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
section.full_blogs .the_excerpt_post-blog p span {
    line-height: 25px;
    font-size: 15px;
    font-family: inherit;
    /*color: #000000ba;*/
    color: #212529;
}
section.full_blogs  a {
    text-decoration: none;
}

section.full_blogs input.search-field {
    border: 1px solid #e9e9e9;
    height: 40px;
    padding: 10px;
    border-radius: 22px;
    width: 100%;
}

section.full_blogs form.search-form button.search-submit {
    background: #fab550;
    padding: 9px 19px;
    color: #fff;
    border-radius: 22px;
    font-size: 14px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

section.full_blogs form.search-form {
    position: relative;
    margin-bottom: 15px;
}
section.full_blogs h3.sidebar-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 25px;
}
section.full_blogs .follow-sidebar ul {
    padding: 0px;
    list-style: none;
}
section.full_blogs .follow-sidebar ul li {
    background: #ffffff;
    margin-bottom: 12px;
    padding: 11px 18px;
    border-radius: 30px;
    color: #414550;
    font-weight: 600;
    font-size: 0.8em;
}
section.full_blogs .follow-sidebar ul li i {
    background: #0a475f;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding-top: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
     margin-right: 10px;
}

section.full_blogs h6 {
    font-size: 14px;
}

section.full_blogs h6 a {
    font-size: 15px;
    font-family: 'Gilroy';
    color: #0a475f;
    line-height: 20px;
}

section.full_blogs .blog-2-2-post {
    border: 1px solid #d4d5d76b;
    padding: 10px;
}

@media(max-width: 767px){
section.full_blogs {
    padding: 30px 0px;
}
}

section.full_blogs.single-blog-page .entry-content {
    padding: 34px 0px;
    line-height: 22px;
}

section.full_blogs.single-blog-page .entry-content p {
    color: #000000ba;
    font-size: 14px;
}
section.full_blogs.single-blog-page .entry-meta {
     margin-bottom: 4px;
    color: #0a475f;
}
span.posted ,span.catlink {font-size: 14px;font-family: 'Gilroy';margin-bottom: 0px;color: #0a475f;}
section.full_blogs.single-blog-page .entry-meta  a {
    color: #fab550;
    font-size: 14px;
    margin: 0px 5px;
}
section.full_blogs.single-blog-page span.catlink a {
    color: #fab550;
    margin: 0px 5px;
    font-size: 14px;
}
section.full_blogs.single-blog-page .nav-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.full_blogs.single-blog-page .nav-links a {
    color: #000;
}
section.full_blogs.single-blog-page .nav-links a i {
    color: #fab550;
    font-size: 16px;
}


.lat_blog {
    margin-top: 60px;
    margin-bottom: 60px;
}
.lat_blog h4 {
    color: #777;
    font-size: 18px;
    font-weight: 900;
    margin: 20px 15px;
}

.lat_blog h2 {
       font-size: 30px;
    font-weight: 700;
    font-family: 'Gilroy';
    color: #0a475f;
}

.about_us h4 {
       font-size: 30px;
    font-weight: 700;
    font-family: 'Gilroy';
    color: #0a475f;
}

.lat_blog h5.card-title a {
    font-size: 18px;
    font-family: 'Gilroy';
    color: #0a475f;
    margin-bottom: 0px;
    text-decoration: none;
    line-height: 25px;
}
.lat_blog p {
    font-size: 15px;
    font-family: inherit;
    color: #000000ba;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lat_blog .card-body {
    padding: 10px 0px;
}
.lat_blog .btn{
        background: #0a475f;
    color: #fff;
    font-size: 15px;
    margin: 0px;
    padding: 10px 20px;
    text-decoration: none;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}

.lat_blog .card {
    box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 15px;
}
span.post-date {
    color: #fab550;
    font-size: 14px;
    font-weight: 600;
}
.lat_blog h5.card-title {
    margin: 10px 0px;
}
/*blog css end*/

ul.noticeype {list-style: none;display: flex;flex-direction: column;border-right: 1px solid #DDD;border-left: 1px solid #DDD;padding: 0px;border-top: 1px solid #DDD;}

ul.noticeype li a {color: #000;font-size: 16px;text-align: start;text-decoration: none;font-family: inherit;}

ul.noticeype li {border-bottom: 1px solid #DDD;padding: 15px;}
ul.noticeype li.active {background: #0a475f;}

ul.noticeype li.active a {color: #fff !important;}

section.search_notice form.formsection span.select2-selection.select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 40px !important;
    border-radius: 0px !important;
    text-align: left! important;
    display: flex !important;
    align-items: center !important;
    font-size: 14px !important;
}
section.search_notice  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

section.search_notice a.btn {
    background: #0a475f;
    color: #fff;
    margin-top: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
    margin-right: 10px;
}


/*section.top_header::before {
    content: "";
    width: 80%;
    height: 101%;
    position: absolute;
    background: #0a475f;
    right: 0;
    top: 0;
    clip-path: polygon(0% 0,100% 0%,100% 100%,6% 99%);
/*    z-index: -1;*/
/*}*/

a.btn.join {
    margin: 0 15px;
    background: #ffffff;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    border-radius: 10px;
    color: #fe9802;
    font-weight: 800;
    text-transform: capitalize;
}

/*////////flipbook csss////*/

@media (min-width: 768px) {

  .site>.container {
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
    background-color: #fff;
    margin-top: 35px;
    padding-top: 15px;
  }

  .navbar-header>.navbar-brand {
    display: none;
  }

  .container .navbar-brand {
    display: inline-block;
    margin-left: -8px;
  }

  .main-menu .container {
    /* text-align: left; */
    padding: 0;
    position: relative;
  }

  .main-menu .navbar-nav {
    float: none;
    display: inline-block;

  }

  .site .content {
    padding-bottom: 25px;
  }
}



.caption {
  font-size: 14px;
  padding: 5px;
  text-align: center;
}

.site {
  min-height: calc(100vh);
  padding-bottom: 40px;
  position: relative;
}

.copyright {
  width: 100%;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.copyright .author {
  font-style: italic;
  font-weight: bold;
}

.copyright .sign {
  font-weight: bold;
}

/*.logo {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}
.logo img {
  position: absolute;
  top: -17px;
  width: 50px;
  opacity: 0.75;
}
.logo .circle {
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  border: 1px solid #f0f0f0;
  background-color: #fbfbfb;
  border-radius: 32px;
  top: -22px;
  left: -7px;
  box-shadow: 0 0 5px 2px #f0f0f0;
}*/



@media (min-width: 768px) {
  .login {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -15px;
  }
}

.pricing {

}

.btn-space {
  height: 5px;
}

@media (min-width: 768px) {
  .btn-space {
    display: inline-block;
    width: 5px;
  }
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.try-now {
  background-color: #fafafa;
  padding: 20px;
}

.plugin-btns {
  background-color: #fafafa;
  text-align: center;
}

.plugin-btns .left {
  margin-bottom: 0;
}

@media (min-width: 587px) {
  .plugin-btns .left {
    margin-bottom: 10px;
  }
}

.plugin-btns a {
  margin: 10px 10px;
  font-size: 16px;
}

.changelog {
  background-color: #fafafa;
  padding: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.changelog h4 {
  font-size: 16px;
}

.v-space {
  height: 10px;
}

.comment, .question {
  overflow: hidden;
}

.comment p, .question p {
  margin-bottom: 3px;
  text-indent: 0;
}

.question .body {
  background-color: #fafafa;
}

.question {
  margin-bottom: 40px;
}

.edit-question {
  margin-bottom: 10px;
}

.comments {
  margin-bottom: 10px;
}

.question div, .comments div {
  overflow-x: hidden;
}




.wnd-center {
  width: 100%;
  max-width: 400px;
  min-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25vh;
  margin-bottom: 25vh;
  padding: 20px;
}

.hover-menu {
  position: fixed;
  left: 10px;
  top: 90px;
  display: none;
  width: 180px;
  padding: 10px;
}

.hover-menu .nav>li>a {
  padding: 5px 10px;
}
.hover-menu .nav .nav>li>a {
  padding-left: 25px;
}
.hover-menu .nav>li.active>a {
  text-decoration: underline;
}

/* @media (min-width: 1600px) {
  .hover-menu {
    display: block;
  }
} */

section.flipbook .modal.fade .modal-dialog {
  width: auto;
  margin: 0;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  transition: top .15s ease-in-out;
}

section.flipbook .modal.in .modal-dialog {
  top: 50%;
}

section.flipbook .modal-dialog img, .modal-dialog video {
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 50px);
}

section.flipbook .modal .modal-content {
  padding: 10px;
}

section.flipbook .modal .cmd-close {
  font-size: 16pt;
  position: absolute;
  color: #555;
  right: 10px;
  top: 10px;
  z-index: 1;
}
section.flipbook .modal .cmd-close:hover {
  color: #111;
}
section.flipbook .modal .cmd-close:active {
  font-size: 14pt;
  padding-top: 2px;
  padding-right: 2px;
}

section.flipbook .test-img-size {
  visibility: hidden;
  position: fixed;
}

section.flipbook .doc-image {
  text-align: center;
  margin-bottom: 10px;
}

section.flipbook .doc-image img {
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  transition: box-shadow .25s ease-in-out;
  cursor: pointer;
}

section.flipbook .doc-image img:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

section.flipbook .doc-image img:active {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: box-shadow .15s ease-in-out;
}


section.flipbook .navbar-nav>li>a.atr-btn {
  padding: 7px;
  margin: 8px;
  border-radius: 4px;
}

section.flipbook .navbar-nav>li>a.atr-btn:active {
  padding: 6px 7px;
  margin-top: 10px;
}

section.flipbook .navbar-nav>.open>a.atr-btn {
  background-image: none;
}

section.flipbook .navbar-nav>.open>a.atr-btn:hover, .navbar-nav>.open>a.atr-btn:focus, .navbar-nav>.open>a.atr-btn:active {
  padding: 6px 7px;
  margin-top: 10px;
}


section.flipbook .navbar-nav>li>a.video>img {
  position: relative;
  top: -1px;
  height: 20px;
  margin-right: 3px;
  opacity: 0.8;
}

section.flipbook .navbar-nav>li:hover>a.video>img {
  opacity: 1;
}

section.flipbook .navbar-nav>li>a.buy {
  box-shadow: 0 2px 0 #6f9a37;
  background-color: #82b440;
  color: #fff;
}

section.flipbook .navbar-nav>li>a.buy:hover,
section.flipbook .navbar-nav>li>a.buy:focus,
section.flipbook  .navbar-nav>li>a.buy:active {
  background-color: #82a81a;
  color: #fff;
}

section.flipbook .navbar-nav>.open>a.buy {
  box-shadow: 0 2px 0 #6f9a37;
  background-color: #82b440;
  color: #fff;
}

section.flipbook .navbar-nav>.open>a.buy:hover,
section.flipbook .navbar-nav>.open>a.buy:focus,
section.flipbook .navbar-nav>.open>a.buy:active {
  background-color: #82a81a;
  color: #fff;
}


section.flipbook .navbar-nav>li>a.download {
  box-shadow: 0 2px 0 #335697;
  background-color: #337ab7;
  color: #fff;
}

section.flipbook .navbar-nav>li>a.download:hover, 
section.flipbook .navbar-nav>li>a.download:focus,
section.flipbook .navbar-nav>li>a.download:active {
  background-color: #3368a5;
  color: #fff;
}

section.flipbook .navbar-nav>.open>a.download {
  box-shadow: 0 2px 0 #335697;
  background-color: #337ab7;
  color: #fff;
}

section.flipbook .navbar-nav>.open>a.download:hover, 
section.flipbook .navbar-nav>.open>a.download:focus, 
section.flipbook .navbar-nav>.open>a.download:active {
  background-color: #3368a5;
  color: #fff;
}

section.flipbook .file, 
section.flipbook .path {
  font-style: italic;
}

section.flipbook .libs span {
  font-weight: bold;
}


section.flipbook .books {
  text-align: center;
}

section.flipbook .books .thumb {
  display: inline-block;
  padding: 3px;
  max-width: 300px;
  vertical-align: top;
}

section.flipbook .contur {
  border: 1px solid #ddd;
}

section.flipbook .books img {
  max-height: 300px;
  max-width: 100%;
  transition: box-shadow .25s ease-in-out;
  cursor: pointer;
}

section.flipbook .books img:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

section.flipbook .books img:active {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: box-shadow .15s ease-in-out;
}

section.flipbook .video {
  padding-top: 20px;
}

section.flipbook .video .row {
  margin-bottom: 20px;
}

section.flipbook .video .wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

section.flipbook .video .wrap iframe {
  border-width: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width: 991px) {
  section.flipbook .video .col-md-6:first-child {
    margin-bottom: 20px;
  }
}

section.flipbook .skins {
  /* padding-top: 20px; */
}

section.flipbook .skins .row {
  margin-bottom: 20px;
}

section.flipbook .skins .wrap {
  width: 100%;
  padding-top: 64.17%;
  position: relative;
}

.skins .wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s;
}
.skins .wrap img:hover {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}
.skins .wrap img:active {
  box-shadow: 0 0 7px rgba(0,0,0,1);
}

@media(max-width: 991px) {
  .skins .col-md-6:first-child {
    margin-bottom: 20px;
  }
}

.skins .price {
  text-align: right;
  padding-right: 15px;
}

section.flipbook .content {
  padding: 0 20px;
}

section.flipbook .content .pagination {
  margin-bottom: 10px;
}

.mount-node {
  width: 90vw;
  height: 90vh;
}

.sample-container, .mount-node {
  background-color: #fafafa;
}

.sample-container {
  height: 90vh;
  margin-bottom: 25px;
}

.source-link {
  padding-top: 20px;
  text-align: right;
}


section.flipbook .message {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.image-preview {
  text-align: center;
  margin-bottom: 10px;
}
.image-preview img {
  max-width: 100%;
}


section.flipbook .shadow {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: #000;
  /*background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  background-repeat: repeat-x;*/
  opacity: 0.3;
}
section.flipbook .play {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  text-align: center;
}
.play .pbtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  height: 50px;
  width: 70px;
  border-radius: 10px;
  background-color: #222;
  cursor: pointer;
}
.play .pbtn::after {
  content: ' ';
  border: 10px solid transparent;
  border-left: 20px solid #ccc;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-25%,-50%);
  transition: border-left-color .25s ease-in-out;
}
.play .pbtn:hover::after {
  border-left-color: #fff;
}
.play .pbtn:active {
  height: 48px;
  width: 68px;
}
.play .pbtn:active::after {
  border-width: 9px;
  border-left-width: 18px;
}


/*Lightbox Effect*/

.fb3d-modal-shadow {
  overflow: hidden;
}


.fb3d-modal {
  position: fixed;
  width: 95%;
  height: 95%;
  left: calc(5vw / 2);
  top: calc(5vh / 2);
  box-shadow: 0 0 5px #fff;

  z-index: -9;
  opacity: 0;
  transition: opacity 0.5s, z-index 0.5s step-end;
}

.fb3d-modal.visible {
  z-index: 11;
  opacity: 1;
  transition: opacity 0.5s;
}

.fb3d-modal::before {
  position: absolute;
  content: ' ';
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.fb3d-modal.light::before {
  background-color: #fff;
}

.fb3d-modal.dark::before {
  background-color: #000;
}

.fb3d-modal .cmd-close {
  font-size: 16pt;
  color: #ccc;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}

.fb3d-modal.light .cmd-close {
  color: #555;
}

.fb3d-modal .mount-container {
  width: 100%;
  height: 100%;
}

.fb3d-modal .cmd-close:hover {
  color: #eee;
}

.fb3d-modal.light .cmd-close:hover {
  color: #111;
}

.fb3d-modal .cmd-close:active {
  font-size: 14pt;
  padding-top: 2px;
  padding-right: 2px;
}

.fb3d-modal.dark-shadow {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: none;

}

.fb3d-modal.dark-shadow::before {
  background-color: #000;
}

.dark-shadow .mount-container.fullscreen {
  background-image: url('../images/texture.jpg');
}

.light .mount-container.fullscreen {
  background-image: url('../images/inverse-texture.jpg');
}

.dark .mount-container.fullscreen {
  background-image: url('../images/texture.jpg');
}

section.flipbook .border {
  border: 1px solid #dee2e6 !important;
}

section.flipbook .rounded {
  border-radius: 0.25rem !important;
}

section.flipbook .view-modes .row {
  margin-bottom: 25px;
}

.view-modes .row:last-child {
  margin-bottom: 10px;
}

.welcome-img {
  text-align: center;
}

.welcome-img img {
  max-width: 100%;
}

.inline-icon {
  height: 25px;
}

.fb3d-button {
  display: inline-block;
  font-size: 13px;
  margin: 0;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;

  min-height: 32px;
  line-height: 2.30769231;
  padding: 0 12px;

  color: #fff;
  background: #007cba;
  border-color: #007cba;

  text-decoration: none;
  text-shadow: none;
}

section.flipbook a.fb3d-button, a.fb3d-button:visited {
  color: #fff;
}

.fb3d-button:focus,
.fb3d-button:hover {
    background: #0071a1;
    border-color: #0071a1;
    color: #fff;
  text-decoration: none;

}

.fb3d-button:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007cba
}

.fb3d-button:active {
    background: #00669b;
    border-color: #00669b;
    box-shadow: none;
    color: #fff
}

.fb3d-thumbnail {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.fb3d-thumbnail .book-thumbnail {
  display: inline-block;
  transition: box-shadow .25s ease-in-out;
}

.fb3d-thumbnail .book-thumbnail>a {
  -webkit-transform-style: flat;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  display: inline-block;
}

.fb3d-thumbnail:hover .book-thumbnail {
  box-shadow: 0 0 7px rgba(0,0,0,0.5);
}

.fb3d-thumbnail:active .book-thumbnail {
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  transition: box-shadow .15s ease-in-out;
}

.fb3d-thumbnail .book-thumbnail img {
  border-radius: 0;
  -webkit-transform-origin: left;
  transform-origin: left;
  transition: transform .25s;
  height: 200px;
}

.fb3d-thumbnail:hover .book-thumbnail img {
  -webkit-transform: rotateY(-20deg) rotateZ(0deg);
  -moz-transform: rotateY(-20deg) rotateZ(0deg);
  -ms-transform: rotateY(-20deg) rotateZ(0deg);
}

.fb3d-thumbnail:active .book-thumbnail img {
  -webkit-transform: rotateY(-17deg) rotateZ(0deg);
  -moz-transform: rotateY(-17deg) rotateZ(0deg);
  -ms-transform: rotateY(-17deg) rotateZ(0deg);
  transform: rotateY(-17deg) rotateZ(0deg);
  transition: transform .15s;
}

.fb3d-thumbnail .book-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.fb3d-thumbnail .book-heading h3 {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  background: rgba(60, 60, 60, 0.8);
  bottom: -100%;
  transition: bottom .3s ease .2s;
}

.fb3d-thumbnail:hover .book-heading h3 {
  bottom: 5px;
  transition-delay: 0s;
}

.fb3d-thumbnail .book-heading h3 a {
  color: #fff;
  text-decoration: none;
}

.fb3d-thumbnail.fb3d-fix-title .book-heading h3 {
    bottom: 5px;
}

div#add_advocateid h4.my-3 {
    border-bottom: 1px solid #b1adad;
    font-size: 16px;
    margin-bottom: 11px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #0a475f;
    font-family: 'Gilroy';
}

div#add_advocateid span.select2-selection.select2-selection--single {
        border: none !important;
    border-bottom: 1px solid #eeeeee !important;
    height: auto !important;
    padding: 0.375rem 0.75rem !important;
}

div#add_advocateid .select2-container {
    display: block !important;
    margin: 0;
}
section#lats_blog .top_head img {
    height: 220px;
    object-fit: cover;
}
div#add_advocateid .blog-left-image img {height: 130px;
    object-fit: cover;width: 100%;}
    span.top {
    font-family: inherit;
    font-size: 14px;
    color: #495057;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

#singlefaq_Section {
    /*background: #e9e2e21a;*/
    /*padding:60px 0px;*/
    padding: 40px 0 60px 0px;
}
#singlefaq_Section h2.heading-all {
    font-family: "Playfair Display";
    line-height: 54px;
    font-weight: 600;
    font-size: 40px;
    color: #000000;
    margin-bottom: 40px;
    text-align: center;
}

#singlefaq_Section h2.heading-all span {
   color: #f2920a;
}

#singlefaq_Section h3.count {
    font-size: 41px;
    color: #ad8e63;
    font-weight: 800;
    font-family: inherit;
}
#singlefaq_Section h4.text {
    color: #fff;
    font-size: 18px;
    font-family: 'Muli';
    font-weight: 400;
    padding: 8px 0px;
    margin-bottom: 0px;
}
#singlefaq_Section .contextfaq {
    margin: auto;
}


 #singlefaq_Section div#faqcard {
    padding: 10px 0px;
    border-bottom: 1px solid #c4ced8;
}
 
 #singlefaq_Section .card-body {
    /*line-height: 24px;*/
    /*font-weight: 400;*/
    /*font-size: 14px;*/
    line-height: 25px;
    font-weight: 400;
    font-size: 15px;
    font-family: poppins;
}
 #singlefaq_Section div#faqcard h5 .btn {
        color: #0a475f;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0px;
    margin-bottom: 0px;
    text-decoration: none;
    cursor: pointer;
    white-space: inherit;
    text-align: left;
    font-family: 'Gilroy';
}

@media only screen and (max-width: 992px) {
.single-img {
    display: none;
}

#singlefaq_Section .contextfaq {
    padding-top: 40px;
    padding-bottom: 40px;
}
#singlefaq_Section h2.heading-all {
    line-height: 50px;
    font-size: 35px;
    text-align: center;
}
/*#singlefaq_Section .contextfaq {*/
/*    padding-right: 50px;*/
/*}*/


#singlefaq_Section {
    padding: 0px 0px;
}
}
@media only screen and (max-width: 767px) {
#singlefaq_Section .right_Contect .cont {
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}
 #singlefaq_Section .cont_text {
    padding: 20px;
}


}

@media only screen and (max-width: 576px) {
    #singlefaq_Section h2.heading-all {
    line-height: 35px;
    font-size: 25px;
}
#singlefaq_Section h3.count {
    font-size: 30px;
}
#singlefaq_Section h4.text {
    font-size: 14px;
    line-height: 22px;
}
.leftimage img {
    filter: invert(0);
    height: 65px;
}


}

section.contact {
        padding: 60px 0px;
    background: #e9e2e21a;
}

section.contact .detail_blog {
       padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
    border-radius: 5px;
}

section.contact .iconbox {
        position: relative;
    background: white;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.contact .detail_blog h4 {
    font-size: 16px;
    color: #060606;
    margin-bottom: 0px;
    line-height: 20px;
    font-family: 'Gilroy';
}
section.contact .detail_blog a {
 color: #0a0a0a;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
}
section.contact h2 {
    position: relative;
    margin-bottom: 20px;
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 26px;
    font-weight: 600;
}
/*section.contact h2::before {
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 50px;
    background: #f379a7;
    bottom: 0;
}*/
section.contact input {
  /*  border-radius: 0;*/
    height: 45px;
}
section.contact textarea.form-control {
   /* border-radius: 0;*/
}
section.contact .detail_blog p {
    margin-bottom: 0;
}
   
section.contact .colum2{ 
       display: flex;
    flex-direction: column;
    justify-content: center;
}
section.contact button.btn {
       margin: 10px;
    color: #fff;
    background: #0a475f;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    border-radius: 10px;
}

section.contact .success h3 {
        font-size: 19px;
    color: #0a475f;
    text-align: center;
    margin-bottom: 20px;
}


section.about_us h4 {
       font-size: 30px;
    font-family: inherit;
    font-weight: 700;
}

section.about_us h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
section.contentbox {
    margin-bottom: 60px;
}
section.contentbox p {
    line-height: 32px;
    font-size: 16px;
}

section.about_us p {
        /*color: #5c5c5c;*/
    font-size: 15px;
    font-family: inherit;
    line-height: 25px;
}

section.about_us2 .headeing_Section p {
    margin-bottom: 0px;
}

section.contentbox p {
    color: #5c5c5c;
    font-size: 14px;
    font-family: inherit;
    line-height: 25px;
    margin-top: 10px;
}

section.informativ {
    /*padding-bottom: 50px;*/
    padding: 50px 0;
}
section.informativ p {
    line-height: 25px;
    font-size: 15px;
    font-family: inherit;
    /*color: #000000ba;*/
}
@media(max-width: 500px){
    section.informativ {
    padding-bottom: 50px;
}
}

button.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}


/**toogle css*/
@media (min-width: 992px){
div#navbarSupportedContent {
    justify-content: space-between;
}
}
@media (max-width: 992px){
.navbar-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -75%;
    width: 75%;
    padding: .5rem 1rem;
    visibility: hidden;
    background-color: #fff;
    transition: all 0.3s ease !important;
    z-index: 999;
        overflow: scroll;
}
 #overlayear {
    display: block !important;
}
.navbar-collapse.show {
    transition: all 0.5s ease !important;
    left: 0;
    visibility: visible;
    display: block !important;
    background: #0a475f;
}
.navbar-collapse.cart {
    right: 0 !important;
    left:unset;
}
.navbar-collapse.cart .show {
    right: 0 !important;
    
}
.close-navbar{
   display: block;
    position: absolute;
    right: 5px;
    z-index: 11;
}
li.nav-item.close-navbar i {
    color: #fff;
    padding: 10px;
}
    /*.collapsing {*/
    /*    height: 100%;*/
    /*}*/
}

/*toogle css*/

.dropdown-toggle::after {
       vertical-align: middle;
    color: #0a475f;
}
.collapsing{
    height:100%;
}
/*button.navbar-toggler.collapsed {*/
/*    padding: 0;*/
/*    color: #253b70;*/
/*}*/
button.navbar-toggler.collapsed {
   padding: 0.25rem 0.75rem;
   color: #253b70;
}

button:focus {
    outline: none!important;
}


section.become_vender {
    padding: 60px 0;
}

section.career button.form-control.btn.btn-custom-pink {
   width: 140px;
    margin: auto;
    color: #fff;
    background: #0a475f;
    box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
    position: relative;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    padding: 11px 20px;
    font-family: inherit;
}

section.career h2 {
       color: #0a475f;
    font-family: 'Gilroy';
    font-size: 26px;
    font-weight: 600;
}
section.career input.form-control, textarea.form-control {
    border-radius: 0;
}


@media (max-width: 992px){
   section.career {
    padding: 30px 0;
} 
}

.success h3 {
    color: #f49913;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

.error h3 {
    color: red;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}

section.our_mission_our_vission {
    /*padding: 60px 0px;*/
    padding: 8px 0 60px 0px;
    background: #fefdfd;
}
.our_mission_our_vission{
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 16px;
}
section.our_mission_our_vission .row.firstrow {
    margin-bottom: 60px;
}

section.our_mission_our_vission p {
    /*color: #5c5c5c;*/
    font-size: 15px;
    font-family: inherit;
    line-height: 25px;
}
section.our_mission_our_vission h4 {
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 800;
    padding-bottom: 16px;
}

.image-footer {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 13px;
}
.footer-about {
    color: #000000ba;   
     text-align: justify;
}
.leftimage img {
    filter: invert(0);
}
.footer-3-points {
    padding: 30px 0px;
    border-top: 1px solid #0a475f94;
    margin: 30px 0px;
    border-bottom: 1px solid #0a475f94;
}

ul.multi-column-list {
    column-count: 3;
}
ul.social-icon {display: flex;}
/*ul.social-icon i {*/
/*    border: 1px solid #0a475f24;*/
/*    font-size: 16px;*/
/*    color: #0a475f;*/
/*    margin: 0px 6px;*/
/*    padding: 10px;*/
/*    background: #ffffff;*/
/*    border-radius: 5px;*/
/*}*/
ul.social-icon i {
    border: 1px solid #0a475f24;
    font-size: 16px;
    color: #0a475f;
    margin: 0px 4px 0 0;
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media(max-width: 991px){
    footer.footer_sec{
        padding: 30px 0px;
    }
/*    .lat_blog {*/
/*    margin-top: 30px;*/
/*    margin-bottom: 30px;*/
/*}*/

    section.our_mission_our_vission {
    /*padding: 30px 0px;*/
    padding: 16px 0px;
    }
    section.contact {
    padding: 30px 0px
    }
    section.our_mission_our_vission .row.firstrow {
    margin-bottom: 0px !important;
    }
}


section.servics a.btn.forview {
    color: #fff;
    background: #0a475f;
    box-shadow: 0 0px 13px rgb(70 74 85 / 8%);
    position: relative;
    border-radius: 10px;
    padding: 11px 20px;
    font-family: inherit;
}

 section.servics h4 {
     color: #0a475f;
    font-family: 'Gilroy';
    font-size: 33px;
    font-weight: 700;
    }
    
section.servics{
    padding:50px 0px;
}
section.keyframess {
    text-align: center;
    /*background: #dddada24;*/
    background:#fff;
    padding: 50px 0px 40px 0;
}


.servics .content ul {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
section.keyframess h4 {
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 33px;
    font-weight: 700;
}

section.keyframess h5 {
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 25px;
    font-weight: 700;
    margin: 8px 0 0px 0;
}

section.center_content{
    padding: 10px 0px 40px 0;
    background: #fff;
}

section.center_content h4{
color: #0a475f;
    font-family: 'Gilroy';
    font-size: 33px;
    font-weight: 700;
    margin:25px 0px;
}

section.keyframess .key{
margin: 8px 0 20px 0;
}

section.keyframess .key p{
line-height: 25px;
}

section.center_content .imgbox::after {
    width: 100px;
    height: 2px;
    background: #0e5d7c;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 10px);
}

section.center_content .imgbox {
    position: relative;
}

 section.center_content h5.short_brif {
    max-width: 580px;
    margin: auto;
    color: #221738;
    margin-bottom: 14px;
    line-height: 28px;
    font-size: 15px;
    font-family: inherit;
}

section.center_content a.sssp {
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 16px;
}

section.notsimple {
    background: #0a475f;
}
section.notsimple h4{
        color: #ffffff;
}
section.notsimple p {
    color: #fff;
}

section.servics.simpleclass {
    /*background: #f99b10;*/
    background: #f9f8f7;
}
section.servics.simpleclass h4 {
    /*color: #fff;*/
    
}
section.servics.simpleclass p {
    /*color: #fff;*/
}

@media(max-width: 991px){
    section.servics {
    padding: 30px 0px;
}
}

@media(max-width: 767px){
section.servics h4 {
    font-size: 25px;
    text-align: center;
}
.col-lg-6.order-2 {
    order: unset !important;
    margin-top: 30px;
}
.button_text {
    text-align: center;
}
section.keyframess {
    padding: 30px 0px;
}
section.keyframess h4{
    font-size: 25px;
}
section.keyframess h5 {
    font-size: 22px;
}
section.center_content {
    padding: 30px 0px;
}
section.center_content h4 {
    font-size: 25px;
    margin-bottom: 10px;
}
}


span.app-brand-logo.demo img {
    width: 240px !important;
}



.text-primary {
    color: #fab550!important;
}

iframe>body{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ========================================================================= 
    ----- Extra css for responsive and corrections date 14-12-2022 -------
 ========================================================================= */
#ducument body{
    margin: 0px!important;
    height: 100%!important;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
}

section .headings {
    margin-bottom: 20px;
}
/*section.top_header .container {*/
/*    border-bottom: 1px solid #0a475f26;*/
/*    padding-bottom: 10px;*/
/*}*/
section.top_header .container {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

    
    /* tooltip css*/
.pos-rel{
    position: relative;
}
.fa.fa-info-circle{
    position: absolute;
    top: 11px;
    right: 2px;
}

.btn-block, .btn-small{
    color: #fff;
    background-color: #0a475f;
    border-color: #0a475f;
}
.btn-block, .btn-small:active{
    color: #fff;
    background-color: #0a475f !important;
    border-color: #0a475f !important;
}


@media (max-width: 1200px){
section.services {
    padding: 24px 0px 40px 0px;
}
.right-side-content {
    padding-left: 0px;
}
footer.footer_sec {
    padding: 32px 0px;
}
}


@media (max-width: 992px){
    section.top_header {
    padding: 0px 0px;
    /*background: linear-gradient(100deg, #cae1f161, #f4fafec4);*/
    /* background: linear-gradient(348deg, #f1f9fc, #dff1ff)!important;*/
    /*position: static !important;*/
    background: linear-gradient(355deg, #f1f9fc, #dff1ff)!important;
    position: sticky !important;
    top: 0;
    z-index: 111;
    }
    .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
    }
    section.servics {
        padding: 0px 0px;
    }
    section.top_header a.btn.join {
        background: #ff9800;
        display: flex;
        justify-content: center;
        /*margin: 0 auto;*/
        margin-top: 27px;
    }
    .dropdown-toggle::after {
        color: #ffffff;
    }
    
    .carousel-indicators .active {
        opacity: 0 !important;
    }
    
    
    section#highlight_service {
        padding: 10px 0 65px 0;
    }
    
    
    section.center_content {
    padding: 60px 0 40px 0px;
    }
    
    
    .services_section .right-side {
    padding-top: 16px;
    padding-left: 1px;
    }
    
    section.search_notice {
    padding: 60px 0px 42px 0px; 
    }
    
    .lat_blog .card {
    margin-bottom: 8px;
    }
    .border-end {
    border-right: 1px solid #dee2e600!important;
    }
    
    .right-side-content {
    position: static;
    }
    .select2.select2-container.select2-container--default {
    width: 100% !important;
    }
    section#agent_section .right-side {
    padding-left: 16px;
    }
    
    
    
    .services .unordered {
    min-height: 285px;
    }
    
    section.search_notice {
    padding-top: 32px!important;
    }
    
    

    
}


@media (max-width: 768px){
    
    .leftimage img {
    filter: invert(0);
    width: 65px;
    }
    .right-side h2.title {
    font-size: 40px;
    }
}

@media (max-width: 767px){
    .bottom_footer .description p span{
        float: none !important;
    }
    section.bottom_footer p {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    section#highlight_service {
        padding: 10px 0 32px 0;
    }
    
    .download_btn {
        padding: 8px 16px!important;
    }

}

@media (max-width: 480px){
    section.top_header {
    padding: 0px 0px !important;
    }
    .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
    }
    .abt-proc{
    display: none;
    }
    section.top_header .container {
        padding-bottom: 0px !important;
    }
    .navbar-collapse {
    width: 82%;
    }
    section.top_header li.nav-item a.nav-link {
    border-bottom: 1px solid #cccccc38;
    padding: 12px 10px !important;
    }
    
    
    /* banner css */
    section.banner_section {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    }
    
    
    /* Team css */
    section.our_mission_our_vission {
    padding: 0 0 32px 0px;
    }
    section.our_mission_our_vission h4 {
    padding-bottom: 16px;
    }
    
    /* service css */
    section.servics {
    padding: 0px 0px 40px 0;
    }
    
    /* keyframe css */
    section.keyframess {
    padding: 35px 0px 16px 0;
    }
    
    /* servics simpleclass css */
    section.servics.simpleclass {
    padding: 20px 0 0px 0;
    }
    
    /* blog css */
    .lat_blog {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 32px 0 40px 0;
    }
    
    section.center_content {
    padding: 48px 0px 30px 0;
    }
    
    footer.footer_sec {
    padding: 25px 0px;
    }
    
    .footer-3-points {
    padding: 30px 0 11px 0;
    margin: 30px 0px;
    }
    .usefullinks {
    padding: 0 0 10px 0;
    }
    
    section.keyframess .key img{
    width: 65px;
    }
    
    .services_section .right-side {
    padding-top: 16px;
    padding-left: 5px;
    }
    .services_section .right-side h2.title {
    font-size: 32px;
    }
    
    
    section.banner_section {
    /*padding: 30px 10px;*/
    border-bottom: 1px solid #d3d3d324;
    }
    section.banner_section h2 {
    font-size: 26px;
    margin-bottom: 0;
    }
    .breadcrumb {
    margin-bottom: 0rem;
    }
    
    
    
    section#singleservice {
        padding: 12px 0 0 0;
    }
    .paddingtop-0 {
    padding: 16px 0 0px 0!important;
    }
    
    
    section#agent_section {
    padding: 28px 0px;
    margin-top: 16px;
    }
    section#agent_section .middle-content .keys {
    padding: 8px 8px 8px 0px;
    }
    section#agent_section .middle-content .keys .list-items {
    display: flex;
    flex-direction: column;
    }
    section#agent_section .forgetdetail {
    display: none;
    }
    section#agent_section .keys .list-items .fa-check {
    font-size: 12px;
    padding: 0 5px;
    }
    section#agent_section .shadow .buttons {
    padding: 30px 0px;
     position: static; 
    display: flex;
    justify-content: left;
    }
    section#agent_section .shadow .buttons .contact {
    margin: 0 5px;
    padding: 10px 8px;
    font-size: 14px;
    text-align: center;
    }
    section#agent_section .shadow .buttons .phone {
    padding: 10px 8px;
    font-size: 14px;
    text-align: center;
    }
    section#agent_section .right-side-content {
    padding-left: 14px;
    }
    .select2.select2-container.select2-container--default{
        width: 100% !important;
    }
    section#agent_section .right-side {
    padding-left: 0px;
    }
    section#agent_section .right-side h2.title {
    font-size: 32px;
    margin-top: 10px;
    }
    
    section.search_notice {
    padding: 32px 0px;
    }
    .notice-pad {
    padding: 22px 0 5px 0px!important;
    }
    
    section.services {
    padding: 32px 0px 12px 0px !important;
    }
    section.services .right-side-content {
    padding-left: 0px;
    }
    section.services .right-side {
    padding-left: 16px;
    /*padding-left: 0px;*/
    }
    section.services .right-side h2.title {
    font-size: 32px;
    }
     .card-img img {
    /*height: 130px;*/
    /*width: 130px;*/
    height: 90px;
    width: 90px;
    object-fit: cover;
    }
    section.services .unordered .services_title {
    font-size: 16px;
    line-height: 24px;
    }
    section.services .unordered .img-arrow {
    /*width: 18px;*/
    width: 13px;
    }
    
    
    .docdownload_section {
    padding: 35px 0px 16px 0;
    }
    
    
    section.services_section {
    margin-bottom: 35px;
    }
    section.services_section {
    padding: 0px 0 0px 0;
    }
    
    
    #singlefaq_Section .contextfaq {
    padding-top: 12px;
    padding-bottom: 35px;
    }
    
    
    section.full_blogs.single-blog-page .entry-content {
    padding: 20px 0px 0 0;
    line-height: 22px;
    }
    section.full_blogs {
    padding: 30px 0px 5px 0;
    }
    
    
    .legal_section {
    padding-bottom: 35px !important;
    }
    /*.legal_section {*/
    /*padding-bottom: 0px !important;*/
    /*}*/
    
    
    .unordered {
    /*min-height: 300px !important;*/
    min-height: 235px !important;
    }
    .services .unordered {
    margin: 0px 0px 16px 0;
    }
    
    
    .banxner_form.callback{
    padding: 16px!important;
    }
    section.real-estate{
        padding-top: 0 !important;
    }
    
    
    /*section.bottom_footer {*/
    /*margin-bottom: 72px;*/
    /*}*/
    
    
    section.career {
    padding: 35px 0px!important;
    }
    
    section.property {
    padding: 32px 0!important;
    }
    
    
    section.informativ {
    padding: 35px 0;
    }
    
    
    section#highlight_service {
        /*padding: 10px 0 10px 0;*/
        padding: 10px 0 40px 0;
    }


    section#agent_section .select2-container--default .select2-selection--single {
        border: 1px solid #212529 !important;
    }
    
    .right-side .form-control {
        border: 1px solid #212529!important;
    }
    .propertymodel .form {
        padding: 0px;
    }
    
    section.ptop {
    padding: 0px 0 16px 0px;
    }
    
    
    /* tooltip css*/
    .pos-rel{
        position: relative;
    }
    .fa.fa-info-circle{
        position: absolute;
        top: 11px;
        right: 2px;
    }
    
    
    /*service box on Hover effect*/
    
    .services .unordered .hover {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    }
    .services .unordered:hover .hover {
    font-size: 24px;
    }
    .hover p.hover-title {
    font-size: 16px;
    line-height: 20px;
    }
    .hover p {
    font-size: 13px;
    line-height: 20px;
    }
    .unordered .button {
    padding: 8px 12px;
    font-size: 12px;
    }
    .hover .img-arrow {
    margin-top: 0px;
    }
    
    
    #agent_section .shadow {
    padding: 10px 6px 6px 6px;
    }
    
    
    .services_title {
    font-size: 16px !important;
    line-height: 24px!important;
    }
    
    
    .services_section .grid-img img{
    width: 60px;
    }
    .services_section .grid {
    padding: 8px;
    }
    .services_section .grid h5 {
    font-size: 16px;
    }
    .services_section .grid p {
    line-height: 17px;
    font-size: 13px;
    }

/*    */
.form{
    border:2px solid #ddd;
    padding: 10px 10px;
}


.owl-carousel .owl-nav {
    display: none !important;
}
.owl-carousel .owl-dots{
    display: none !important;
}
    
    
}


/*shipra Css for Services*/

.gray-bg-2 {
    background-color: #eff6fc !important;
}
.sec_title_wrap {
    margin-bottom: 20px;
}
.text-center {
    text-align: center !important;
}
.style_2 h2.sec_title {
    color: #0a475f;
    font-family: 'Gilroy';
    font-size: 33px;
    font-weight: 700;
    line-height: 40px;
/*    margin-bottom: 10px;*/
}
.style_2 h2.sec_title span {
    color: #2937dd;
    font-weight: 500;
}
.mb_20{
    margin-bottom: 20px;
}

.mb_30{
    margin-bottom: 30px;
}
p.sec_desc {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #6a6b74;
    font-weight: 400;
    font-family: inherit;
}
.solutions_block_one {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
}
h4.solutions_title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.4px;
    color: #fff;
/*    background: #0a475f;*/
    background: #03343b url(https://shreethemes.net/goodup-live-2/goodup/assets/img/landing-bg.png) no-repeat;
    background-size: cover;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
    padding: 15px 0px;
    border-bottom: 1px solid #ede6e6;
}
h4.solutions_title a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.solutions_icon_box {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.solutions_icon_box img{
    background: #0a475f;
    padding: 10px;
    border-radius: 10%;
    color: #fff;
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.15) !important;
}
p.solutions_text {
    font-size: 16px;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    font-family: inherit;
    text-align: center;
    margin: 0px 20px;
    margin-bottom: 15px;
}
.solutions_link_btn {
    position: relative;
    text-align: center;
    padding: 10px 0px;
    border-top: 1px solid #ede6e6;
}
a.read_more_2_btn {
    font-size: 15px;
    line-height: 22px;
    color: #1c1a1a;
    font-weight: 500;
    font-family: inherit;
    text-decoration: none;
    display: inline-block;
    transition: .5s;
    vertical-align: middle;
}
.solutions_link_btn a.read_more_2_btn span {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
}

a.read_more_2_btn span {
    width: 26px;
    height: 26px;
    background-color: #f0f1f7;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
    transition: .5s;
}

a.read_more_2_btn span:before {
    display: inline-block;
    transition: .5s;
}
.icon-diagonal-arrow-1:before {
    content: "\e943";
}





/*Featured Property For Sale section*/

.sec-heading.center {
    text-align: center;
}
.sec-heading p {
    margin-bottom: 5px;
    line-height: 1.7;
}
.list-layout .property-listing.property-1 {
    display: flex;
    margin: 0 0 30px 0;
}
.property-listing {
    position: relative;
    width: 100%;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f4fcff !important;
}
.list-layout .property-listing.property-1 .listing-img-wrapper {
    height: 0;
    min-height: 210px;
    flex: 2;
    overflow: hidden;
    border-radius: 3px 0 0 3px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper a {
    min-height: 210px;
}
.list-layout .property-listing.property-1 .listing-img-wrapper img {
    height: 210px;
    object-fit: cover;
}
.property-listing.property-1 .listing-img-wrapper img {
    max-height: 240px;
    width: 100%;
}
.list-layout .property-listing.property-1 .listing-content {
    flex: 3;
    position: relative;
}
.list-layout .property-listing.property-1 .listing-detail-wrapper {
    padding: 1rem 1rem 0.5rem;
}
.label {
    padding: 4px 15px;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 75%;
}
.bg-light-danger {
    background-color: rgba(167, 10, 41, 0.1) !important;
}
.text-danger {
    color: #a70a29 !important;
}
.list-layout .property-listing.property-1 .listing-name {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.fr-can-rating {
    color: #cbd7e2;
    letter-spacing: 0.2px;
}
.fr-can-rating .filled {
    color: #ff8100;
}
.listing-card-info-price {
    font-weight: 600;
    position: relative;
    font-size: 22px;
    line-height: 1.4;
}
.list-layout .price-features-wrapper {
    padding: 0.1rem 1rem 0.6rem;
}
.square--25 {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.circle {
    border-radius: 100%;
}
.gray-simple {
    background: #ecf3fa !important;
}
.list-layout .property-listing.property-1 .listing-footer-wrapper {
    padding: 0.5rem 1rem 0.5rem;
    border-top: 1px solid #e5e9ec;
    width: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.listing-locate {
    flex: 1;
}



/*newscard section*/

section.news-section .bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 600px;
    background-size: cover;
    z-index: -1;
}

.news-section {
    padding: 40px 0;
    position: relative;
}
/*.carousel-item {
    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}*/
.news-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    position: relative; /* Add this */
    margin-bottom: 10px;
}
.news-card img {
    width: 100%;
    border-radius: 10px;
}
.news-card p {
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 5px;
    color: #0A475F;
}

.news-card h5 {
    font-size: 17px;
}

.filter-container {
    text-align: left;
    margin-bottom: 10px;
}

#newsCarousel .news-card .top {
    left: 16px;
    right: 16px;
    top: 16px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    align-items: flex-start;
    z-index: 1;
    gap: 8px;
    flex-wrap: wrap;
}

.flag-tag.primary {
  background-color: #1563df;
}
.flag-tag {
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-align: center;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 8px;
  background-color: #FF9800;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
