/*font-family: 'Montserrat', sans-serif;
 */
/*********************************common-for-all-project*****************************************/
 * {
     margin: 0px;
     padding: 0px;
}
 html {
     width: 100%;
     height: 100%;
     text-rendering: optimizeLegibility !important;
     -webkit-font-smoothing: antialiased !important;
}
 body {
     background: #f3f3f3 !important;
     font-size: 14px;
     line-height: 1.6em;
     width: 100%;
     min-height: 100%;
     font-family: 'Montserrat', sans-serif !important;
}
 h1, h2, h3, h4, h5, h6 {
}
 a:hover {
     text-decoration: none;
}
 h1 {
     font-size: 36px;
}
 h2 {
     font-size: 32px;
}
 h3 {
     font-size: 28px;
}
 h4 {
     font-size: 24px;
}
 h5 {
     font-size: 20px;
}
 h6 {
     font-size: 18px;
}
 p, li {
     color: #4d4d4d;
     font-size: 16px;
     text-align: justify;
}
 a {
     color: #666;
     font-weight: 400;
     text-decoration: none;
}
 .btn-danger {
     background: #057fd5 !important;
     border-color: transparent !important;
}
 .btn-danger:hover, .btn-danger:focus {
     background: #115fe7 !important;
     border-color: transparent !important;
}
.sushil_mishra{
        width: 300px;
    height: 300px;
    float: left;
    margin: 0px 10px 10px 0px;
}
.sushil_mishra img{
width: 100%;
    height: 100%;
}
 .padding-zero {
     padding: 0px;
}
 .margin-zero {
     margin: 0px;
}
 .wd100 {
     width: 100%;
}
 .main-heading{
     text-align: center;
     margin: 20px 0px 30px;
}
 .main-heading h1{
     font-family: 'Montserrat', sans-serif;
}
 h1.white{
     color: #fff;
}
 .owl-theme .owl-nav{
     display: none;
}
/*********************************common-for-all-project*****************************************/
/*footer*/
 .footer-wrap {
     background: #fff;
     padding: 20px 0px;
     border-top: 1px solid #eae5e5;
}
 .box-left ul {
     list-style-type: none;
     margin: 20px 0px;
     line-height: 30px;
}
 .box-left ul li {
     display: inline-block;
}
 .box-left ul li a {
     text-decoration: none;
     color: #666;
     font-size: 14px;
     padding: 0px 5px;
     transition: all 0.4s ease;
}
 .box-left ul li a:hover{
     color: #057fd5;
     text-decoration: underline;
}
 .box-left p {
     font-size: 12px;
     color: #4d4d4d;
     margin-top: 5px;
     line-height: 30px;
}
 .box-left p b{
     text-transform: uppercase;
}
 .footer-post {
     background: #f3f3f3 !important;
     font-size: 16px;
     padding: 10px;
     margin: 35px 0px;
}
 .footer-post a {
     font-size: 16px;
     background: #ffe11b;
     padding: 5px;
     display: block;
     text-align: center;
     border: 1px solid #e1b80f;
     border-radius: 5px;
     margin-top: 5px;
     color: #504c4c;
     font-weight: 700;
}
 .box-left {
     border-right: 1px solid #eae5e5;
     padding: 10px;
}
 .box-right .city-list {
     display: block;
     margin-bottom: 10px;
     margin-top: 20px;
}
 .box-right .city-list ul {
     width: 33.3%;
     float: left;
     list-style-type: none;
}
 .box-right .city-list ul li a {
     display: inline-block;
     margin-bottom: 4px;
     font-size: 13px;
     color: #4d4d4d;
}
 .box-right .city-list ul li a:hover {
     text-decoration: none;
}
 .social-media h4 {
}
 .social-media ul {
     list-style-type: none;
}
 .social-media ul li {
     float: left;
}
 .social-media ul li:not(:first-child) {
     margin-left: 20px;
}
 .social-media ul li a {
}
 .social-media ul li a i {
     color: #2874f0;
}
 .contact-detail {
     display: block;
}
 .contact-detail {
}
 .contact-detail a {
     color: #4d4d4d;
     display: block;
}
 .contact-detail a:hover {
     text-decoration: none;
}
 .footer-bottom {
     background-color: #6f6c6c;
     padding: 25px 0 15px;
     border-top: 1px solid #f1f1f1;
}
 .footer-bottom p {
     font-size: 14px;
     letter-spacing: 0.4px;
     color: #fff;
}
 .footer-bottom p a {
     color: #c8baea;
}
 .footer-bottom p a:hover {
     text-decoration: none;
     color: #4e0ee8;
}
/*footer*/
 #sticky-social {
     left: 0;
     position: fixed;
     top: 150px;
     z-index: +1;
}
 #sticky-social a {
     background: #333;
     color: #fff;
     display: block;
     height: 35px;
     font: 16px "Open Sans", sans-serif;
     line-height: 35px;
     position: relative;
     text-align: center;
     width: 35px;
}
 #sticky-social a span {
     line-height: 35px;
     left: -120px;
     position: absolute;
     text-align: center;
     width: 90px;
     transition: all 0.5s ease;
}
 #sticky-social a:hover span {
     left: 100%;
}
 #sticky-social a[class*="facebook"], #sticky-social a[class*="facebook"]:hover, #sticky-social a[class*="facebook"] span {
     background: #3b5998;
}
 #sticky-social a[class*="twitter"], #sticky-social a[class*="twitter"]:hover, #sticky-social a[class*="twitter"] span {
     background: #00aced;
}
 #sticky-social a[class*="gplus"], #sticky-social a[class*="gplus"]:hover, #sticky-social a[class*="gplus"] span {
     background: #dd4b39;
}
 #sticky-social a[class*="whatsapp"], #sticky-social a[class*="whatsapp"]:hover, #sticky-social a[class*="whatsapp"] span {
     background: #128c7e;
}

 .slide_inquiry {
     width: 283px;
     float: left;
     padding: 0;
     position: fixed;
     top: 150px;
     right: -232px;
     -webkit-transition: all 0.5s ease-in-out;
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     z-index: 999;
}
 .slide_inquiry ul{
     margin: 0px;
     list-style-type: none;
}
 .slide_inquiry ul li a img{
     display: inline-block;
}
 .hover_inquiry {
     width: 230px;
     float: right;
     cursor: auto;
     background: #000;
     border: solid 2px #fff;
}
 .hover_button {
     cursor: pointer;
     float: left;
     border: 2px solid #fff;
}
 .hover_inquiry h2 {
     font-size: 14px;
     margin-top: 0;
     margin-bottom: 10px;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .all-field-1 {
     color: #6d5d5d;
     font-size: 12px;
}
 .slide_inquiry:hover {
     right: 0;
}
/***********************************navbar************************************/
 .fixd-menu {
     position: absolute;
     top: 10px;
     left: 96px;
}
 .mcd-menu {
     list-style: none;
     padding: 0;
     margin: 0;
     background: #00000052;
    /*height: 100px;
     */
     border-radius: 2px;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
    /* == */
     width: 250px;
    /* == */
}
 .mcd-menu li {
     position: relative;
    /*float:left;
     */
}
 .mcd-menu li a {
     display: block;
     text-decoration: none;
     padding: 10px 10px;
     color: #fff;
    /*text-align: center;
     border-right: 1px solid #E7E7E7;
     */
    /* == */
     text-align: left;
     height: 36px;
     position: relative;
     border-bottom: 1px solid #EEE;
    /* == */
}
 .mcd-menu li a i {
    /*display: block;
     font-size: 30px;
     margin-bottom: 10px;
     */
    /* == */
     float: left;
     font-size: 20px;
     margin: 0 10px 0 0;
    /* == */
}
/* == */
 .mcd-menu li a p {
     float: left;
     margin: 0;
}
/* == */
 .mcd-menu li a strong {
     display: block;
     text-transform: uppercase;
     font-weight: 100 !important;
}
 .mcd-menu li:hover > a i {
     opacity: 1;
     -webkit-animation: moveFromTop 300ms ease-in-out;
     -moz-animation: moveFromTop 300ms ease-in-out;
     -ms-animation: moveFromTop 300ms ease-in-out;
     -o-animation: moveFromTop 300ms ease-in-out;
     animation: moveFromTop 300ms ease-in-out;
}
 .mcd-menu li:hover a strong {
     opacity: 1;
     -webkit-animation: moveFromLeft 300ms ease-in-out;
     -moz-animation: moveFromLeft 300ms ease-in-out;
     -ms-animation: moveFromLeft 300ms ease-in-out;
     -o-animation: moveFromLeft 300ms ease-in-out;
     animation: moveFromLeft 300ms ease-in-out;
}
 .mcd-menu li:hover a small {
     opacity: 1;
     -webkit-animation: moveFromRight 300ms ease-in-out;
     -moz-animation: moveFromRight 300ms ease-in-out;
     -ms-animation: moveFromRight 300ms ease-in-out;
     -o-animation: moveFromRight 300ms ease-in-out;
     animation: moveFromRight 300ms ease-in-out;
}
 .mcd-menu li:hover > a {
     color: #057fd5;
     background: #0000006b;
}
 .mcd-menu li a.active {
     position: relative;
     color: #057fd5;
     border: 0;
    /*border-top: 4px solid #057fd5;
     border-bottom: 4px solid #057fd5;
     margin-top: -4px;
     */
     box-shadow: 0 0 5px #DDD;
     -moz-box-shadow: 0 0 5px #DDD;
     -webkit-box-shadow: 0 0 5px #DDD;
    /* == */
     border-left: 4px solid #057fd5;
     border-right: 4px solid #057fd5;
     margin: 0 -4px;
    /* == */
}
 .mcd-menu li a.active:before {
     content: "";
     position: absolute;
    /*top: 0;
     left: 45%;
     border-top: 5px solid #057fd5;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     */
    /* == */
     top: 42%;
     left: 0;
     border-left: 5px solid #057fd5;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
    /* == */
}
/* == */
 .mcd-menu li a.active:after {
     content: "";
     position: absolute;
     top: 42%;
     right: 0;
     border-right: 5px solid #057fd5;
     border-top: 5px solid transparent;
     border-bottom: 5px solid transparent;
}
/* == */
 @-webkit-keyframes moveFromTop {
     from {
         opacity: 0;
         -webkit-transform: translateY(200%);
         -moz-transform: translateY(200%);
         -ms-transform: translateY(200%);
         -o-transform: translateY(200%);
         transform: translateY(200%);
    }
     to {
         opacity: 1;
         -webkit-transform: translateY(0%);
         -moz-transform: translateY(0%);
         -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
         transform: translateY(0%);
    }
}
 @-webkit-keyframes moveFromLeft {
     from {
         opacity: 0;
         -webkit-transform: translateX(200%);
         -moz-transform: translateX(200%);
         -ms-transform: translateX(200%);
         -o-transform: translateX(200%);
         transform: translateX(200%);
    }
     to {
         opacity: 1;
         -webkit-transform: translateX(0%);
         -moz-transform: translateX(0%);
         -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
         transform: translateX(0%);
    }
}
 @-webkit-keyframes moveFromRight {
     from {
         opacity: 0;
         -webkit-transform: translateX(-200%);
         -moz-transform: translateX(-200%);
         -ms-transform: translateX(-200%);
         -o-transform: translateX(-200%);
         transform: translateX(-200%);
    }
     to {
         opacity: 1;
         -webkit-transform: translateX(0%);
         -moz-transform: translateX(0%);
         -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
         transform: translateX(0%);
    }
}
 .mcd-menu li ul, .mcd-menu li ul li ul {
     position: absolute;
     height: auto;
     min-width: 200px;
     padding: 0;
     margin: 0;
     background: #00000052;
    /*border-top: 4px solid #057fd5;
     */
     opacity: 0;
     visibility: hidden;
     transition: all 300ms linear;
     -o-transition: all 300ms linear;
     -ms-transition: all 300ms linear;
     -moz-transition: all 300ms linear;
     -webkit-transition: all 300ms linear;
    /*top: 130px;
     */
     z-index: 1000;
     list-style-type: none;
    /* == */
     left: 280px;
     top: 0px;
     border-left: 4px solid #057fd5;
    /* == */
}
 .mcd-menu li ul:before {
     content: "";
     position: absolute;
    /*top: -8px;
     left: 23%;
     border-bottom: 5px solid #057fd5;
     border-left: 5px solid transparent;
     border-right: 5px solid transparent;
     */
    /* == */
     top: 25px;
     left: -9px;
     border-right: 5px solid #057fd5;
     border-bottom: 5px solid transparent;
     border-top: 5px solid transparent;
    /* == */
}
 .mcd-menu li:hover > ul, .mcd-menu li ul li:hover > ul {
     display: block;
     opacity: 1;
     visibility: visible;
    /*top: 100px;
     */
    /* == */
     left: 250px;
    /* == */
}
/*.mcd-menu li ul li {
     float: none;
}
 */
 .mcd-menu li ul li a {
     padding: 5px;
     text-align: left;
     border: 0;
     border-bottom: 1px solid #EEE;
     height: auto;
     font-size: 14px;
}
 .mcd-menu li ul li a i {
     font-size: 16px;
     display: inline-block;
     margin: 0 10px 0 0;
}
 .mcd-menu li ul li ul {
     left: 230px;
     top: 0;
     border: 0;
     border-left: 4px solid #057fd5;
}
 .mcd-menu li ul li ul:before {
     content: "";
     position: absolute;
     top: 15px;
    /*left: -14px;
     */
    /* == */
     left: -9px;
    /* == */
     border-right: 5px solid #057fd5;
     border-bottom: 5px solid transparent;
     border-top: 5px solid transparent;
}
 .mcd-menu li ul li:hover > ul {
     top: 0px;
     left: 200px;
}
/*.mcd-menu li.float {
     float: right;
}
 */
 .mcd-menu li a.search {
    /*padding: 29px 20px 30px 10px;
     */
     padding: 10px 10px 15px 10px;
     clear: both;
}
 .mcd-menu li a.search i {
     margin: 0;
     display: inline-block;
     font-size: 18px;
}
 .mcd-menu li a.search input {
     border: 1px solid #EEE;
     padding: 10px;
     background: #FFF;
     outline: none;
     color: #777;
    /* == */
     width: 170px;
     float: left;
    /* == */
}
 .mcd-menu li a.search button {
     border: 1px solid #057fd5;
    /*padding: 10px;
     */
     background: #057fd5;
     outline: none;
     color: #FFF;
     margin-left: -4px;
    /* == */
     float: left;
     padding: 10px 10px 11px 10px;
    /* == */
}
 .mcd-menu li a.search input:focus {
     border: 1px solid #057fd5;
}
 .search-mobile {
     display: none !important;
     background: #057fd5;
     border-left: 1px solid #057fd5;
     border-radius: 0 3px 3px 0;
}
 .search-mobile i {
     color: #FFF;
     margin: 0 !important;
}
 @media only screen and (min-width: 960px) and (max-width: 1199px) {
     .mcd-menu {
         margin-left: 10px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 959px) {
     .mcd-menu {
         width: 200px;
    }
     .mcd-menu li a {
         height: 30px;
    }
     .mcd-menu li a i {
         font-size: 22px;
    }
     .mcd-menu li a strong {
         font-size: 12px;
    }
     .mcd-menu li a small {
         font-size: 10px;
    }
     .mcd-menu li a.search input {
         width: 120px;
         font-size: 12px;
    }
     .mcd-menu li a.search buton {
         padding: 8px 10px 9px 10px;
    }
     .mcd-menu li > ul {
         min-width: 180px;
    }
     .mcd-menu li:hover > ul {
         min-width: 180px;
         left: 200px;
    }
     .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
         min-width: 150px;
    }
     .mcd-menu li ul li:hover > ul {
         left: 180px;
         min-width: 150px;
    }
     .mcd-menu li ul li ul li:hover > ul {
         left: 150px;
         min-width: 150px;
    }
     .mcd-menu li ul a {
         font-size: 12px;
    }
     .mcd-menu li ul a i {
         font-size: 14px;
    }
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
     .fixd-menu {
         position: absolute;
         top: 0px;
         left: 0px;
    }
     .mcd-menu {
         width: 50px;
    }
     .mcd-menu li a {
         position: relative;
         padding: 2px 16px;
         height: 27px;
    }
     .mcd-menu li a small {
         display: none;
    }
     .mcd-menu li a strong {
         display: none;
    }
     .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
         display: block;
         font-size: 10px;
         padding: 3px 0;
         position: absolute;
         bottom: 0px;
         left: 0;
         background: #057fd5;
         color: #FFF;
         min-width: 100%;
         text-transform: lowercase;
         font-weight: normal;
         text-align: center;
    }
     .mcd-menu li .search {
         display: none;
    }
     .mcd-menu li > ul {
         min-width: 180px;
         left: 70px;
    }
     .mcd-menu li:hover > ul {
         min-width: 180px;
         left: 50px;
    }
     .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
         min-width: 150px;
    }
     .mcd-menu li ul li:hover > ul {
         left: 180px;
         min-width: 150px;
    }
     .mcd-menu li ul li ul li > ul {
         left: 35px;
         top: 45px;
         border: 0;
         border-top: 4px solid #057fd5;
    }
     .mcd-menu li ul li ul li > ul:before {
         left: 30px;
         top: -9px;
         border: 0;
         border-bottom: 5px solid #057fd5;
         border-left: 5px solid transparent;
         border-right: 5px solid transparent;
    }
     .mcd-menu li ul li ul li:hover > ul {
         left: 30px;
         min-width: 150px;
         top: 35px;
    }
     .mcd-menu li ul a {
         font-size: 12px;
    }
     .mcd-menu li ul a i {
         font-size: 14px;
    }
}
 @media only screen and (max-width: 479px) {
     .mcd-menu {
         width: 50px;
    }
     .mcd-menu li a {
         position: relative;
         padding: 5px 16px;
         height: 26px;
    }
     .mcd-menu li a small {
         display: none;
    }
     .mcd-menu li a strong {
         display: none;
    }
     .mcd-menu li a:hover strong, .mcd-menu li a.active strong {
         display: block;
         font-size: 10px;
         padding: 3px 0;
         position: absolute;
         bottom: 0px;
         left: 0;
         background: #057fd5;
         color: #FFF;
         min-width: 100%;
         text-transform: lowercase;
         font-weight: normal;
         text-align: center;
    }
     .mcd-menu li .search {
         display: none;
    }
     .mcd-menu li > ul {
         min-width: 180px;
         left: 70px;
    }
     .mcd-menu li:hover > ul {
         min-width: 180px;
         left: 50px;
    }
     .mcd-menu li ul li > ul, .mcd-menu li ul li ul li > ul {
         min-width: 150px;
    }
     .mcd-menu li ul li:hover > ul {
         left: 180px;
         min-width: 150px;
    }
     .mcd-menu li ul li ul li > ul {
         left: 35px;
         top: 45px;
         border: 0;
         border-top: 4px solid #057fd5;
    }
     .mcd-menu li ul li ul li > ul:before {
         left: 30px;
         top: -9px;
         border: 0;
         border-bottom: 5px solid #057fd5;
         border-left: 5px solid transparent;
         border-right: 5px solid transparent;
    }
     .mcd-menu li ul li ul li:hover > ul {
         left: 30px;
         min-width: 150px;
         top: 35px;
    }
     .mcd-menu li ul a {
         font-size: 12px;
    }
     .mcd-menu li ul a i {
         font-size: 14px;
    }
     .fixd-menu {
         position: absolute;
         top: 0px;
         left: 0px;
    }
}
/***********************************navbar************************************/
/***********************************logo************************************/
 .logo {
     position: absolute;
     top: 10px;
     right: 10px;
     width: 140px;
     height: 125px;
     display: inline-block;
}
 .logo img {
     width: 100%;
     height: 100%;
}
/***********************************logo************************************/
/***********************************search-wrap************************************/
 .search-wrap {
     padding: 26px 0px;
     background: #057fd5;
}
 .search-wrap h3 {
     margin: 0px 0px 10px 0px;
     color: #fff;
}
 .advance-search {
     background: #fff;
     display: inline-block;
     padding: 10px 27px 0px;
     border: 1px solid #eee;
     width: 100%;
}
 .advance-search label {
     color: #666;
     display: block;
     font-weight: 100;
}
 .advance-search select, .advance-search input {
     width: 100%;
     height: 30px;
     border: 1px solid #ccc;
     border-radius: 0px;
}
 .advance-search select .b {
     font-weight: 700;
}
 .advance-search ul {
     list-style-type: none;
     width: 100%;
     margin-bottom: 0px;
}
 .advance-search ul li {
     float: left;
     width: 50%;
}
 .advance-search ul li input {
}
 .advance-search .btn-danger {
     margin-top: 25px;
}
/***********************************search-wrap************************************/
/***********************************post-wrap box************************************/
 .body-container {
     background-color: transparent;
}
 .post-wrap {
     overflow: hidden;
}
 .contant-wrap .box {
     padding: 20px;
}
 .project_link {
     overflow: hidden;
     position: relative;
     display: block;
     transition: all 0.5s ease;
     margin-bottom: 10px;
}
 .project_link:hover {
     text-decoration: none;
}
 .project_link:hover .tpdls .price {
     background: #057fd5;
     color: #fff;
}
 .tpdls .price {
     transition: all 0.5s ease;
}
 .project_link img {
     height: 200px;
     opacity: 1;
     transition: all 300ms ease-in-out;
     -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
     -ms-transition: all 300ms ease-in-out;
}
 .project_link .tpdls {
     background: #f5f5f5;
     border: 2px solid #d4d4d4;
     border-top: 0px!important;
     width: 100%;
     margin: 0;
     padding: 10px;
}
 .project_link .tpdls h2 {
     margin: 5px 0 10px 0;
     text-align: left;
     font-family: open sans, sans-serif;
     color: #000;
     padding: 0px 0px;
     font-size: 16px;
     font-weight: 500;
     line-height: 20px;
     text-align: center;
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .project_link .tpdls h2 span {
     margin: 5px 0 2px 0;
     text-align: left;
     color: #3f3f3f;
     line-height: 14px;
     display: block;
     font-size: 12px;
}
 .project_link .tpdls h3 {
     color: #000;
     position: relative;
     border: 1px solid #d3d3d3;
     width: 65%;
     margin: 0;
     font-size: 16px;
     font-weight: bold;
     background: #fff;
     text-align: center;
     padding: 8px 0px;
     line-height: 16px;
}
 .trand {
     margin: 0px 0px 10px;
     font-size: 28px;
     text-align: center;
     color: #fff;
     background: #000;
     padding: 5px 0px;
}
 .view-all-btns {
     text-align: center;
     margin: 20px 0px;
}
 .view-all-btns a {
}
/***********************************post-wrap box************************************/
/***********************************right box************************************/
 .new-post-wrap .enquiry-box {
     border-right: 1px solid #e2e2e2;
     border-left: 1px solid #e2e2e2;
     border-bottom: 1px solid #e2e2e2;
}
 .new-post-wrap .enquiry-box .head {
}
 .new-post-wrap .enquiry-box .head h2 {
     background: #000000;
     color: #fff;
     margin: 0;
     padding: 10px 0px;
     font-size: 17px;
}
 .new-post-wrap .enquiry-box form {
     padding: 10px;
     background: #fff;
}
 .new-post-wrap .enquiry-box form p {
     font-size: 10px;
     letter-spacing: 0.7px;
}
 .new-post-wrap .enquiry-box .form-control{
     height: 45px;
}
 .new-post-wrap .news {
     margin-top: 20px;
     border-right: 1px solid #e2e2e2;
     border-left: 1px solid #e2e2e2;
     border-bottom: 1px solid #e2e2e2;
     background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/img/latest-property.jpg) no-repeat center center;
}
 .new-post-wrap .news .head h2 {
     background: #000000;
     color: #fff;
     margin: 0;
     padding: 10px 0px;
     font-size: 17px;
     text-align: center;
}
 #sss {
     padding: 10px;
}
 #sss .cmnt {
}
 #sss .cmnt p {
     color: #ffffff;
     border-bottom: 1px solid #b1abab7d;
}
 #sss .cmnt p a {
     display: block;
     text-align: right;
     color: #fff;
     text-transform: lowercase;
}
/***********************************right box************************************/
/***********************************Property************************************/
 .contant-wrap{
    /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bg-banner/city-banner.jpg);
     */
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     height: 100%;
     width: 100%;
}
 .main-wrap .property {
     margin-bottom: 30px;
     overflow: hidden;
     position: relative;
     width: 100%;
}
 .property .property-image {
     height: 210px;
     overflow: hidden;
     width: 100%;
}
 .property .property-image img {
     width: 100%;
     height: 100%;
}
 .property .overlay {
     -moz-transition: 0.4s;
     -webkit-transition: 0.4s;
     transition: 0.4s;
     bottom: -50px;
     left: 0;
     position: absolute;
     width: 100%;
     z-index: 1;
}
 .property .overlay .info {
     background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
     background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
     background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
     background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
     background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
     padding: 12px;
}
 .tag.price {
     background-color: #15ce26;
     color: #e01e1e;
     font-size: 14px;
     font-weight: bold;
     -moz-border-radius: 2px;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
     display: inline-block;
     padding: 3px 8px;
}
 .property .overlay h3 {
     text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
     color: #fff;
     font-size: 16px;
     font-weight: bold;
     margin: 5px 0 3px 0;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .property .overlay figure {
     color: #fff;
     font-weight: lighter;
}
 .property .overlay .additional-info {
     background-color: #000;
     display: table;
     height: 30px;
     list-style: none;
     margin-bottom: 0;
     width: 100%;
     padding: 4px 12px;
}
 .property .overlay .additional-info li {
     -moz-transition: 0.8s;
     -webkit-transition: 0.8s;
     transition: 0.8s;
     filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
     color: #fff;
     display: table-cell;
     width: 25%;
}
 .property .overlay .additional-info li header {
     filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
     font-size: 11px;
}
 .property .overlay .additional-info li figure {
     font-size: 11px;
     font-weight: bold;
     color: #fff;
}
 .property:hover .overlay, .property:active .overlay, .property:focus .overlay {
     bottom: 0px;
}
/***********************************Property************************************/
/***********************************services************************************/
 #ic_steps {
     padding: 20px 0px 60px;
}
 #ic_steps .steps-box {
     background: #f1e7e7;
     display: block;
     padding: 15px 0px;
     border-radius: 20px 20px 0px 0px;
     text-decoration: none;
     transition: all 0.5s ease;
     margin-bottom: 10px;
}
 #ic_steps .steps-box:hover {
     background: #fff;
}
 #ic_steps .steps-box img {
     margin: 0 auto;
     display: block;
}
 #ic_steps .steps-box h4 {
     text-align: center;
     color: #b3a7a7;
     font-weight: 200;
     margin: 0px;
}
/***********************************services************************************/
/***********************************sell-banner************************************/
 .sell-banner img {
     width: 100%;
}
/***********************************sell-banner************************************/
/***********************************testimonial************************************/
 .testimonial-wrap{
     padding: 20px 0px;
     background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/img/paper-buildings.jpg) no-repeat center center;
     background-size: cover;
}
 .testimonial {
     margin: 0 20px 10px;
}
 .testimonial .testimonial-content {
     padding: 0px 20px 0px 40px;
     margin-bottom: 35px;
     background: #fff;
     border: 1px solid #f0f0f0;
     position: relative;
}
 .testimonial .testimonial-content:after {
     content: "";
     display: inline-block;
     width: 20px;
     height: 20px;
     background: #fff;
     position: absolute;
     bottom: -10px;
     left: 22px;
     transform: rotate(45deg);
}
 .testimonial-content .testimonial-icon {
     width: 50px;
     height: 45px;
     background: #ff4242;
     text-align: center;
     font-size: 22px;
     color: #fff;
     line-height: 42px;
     position: absolute;
     top: 37px;
     left: -19px;
}
 .testimonial-content .testimonial-icon:before {
     content: "";
     border-bottom: 16px solid #e41212;
     border-left: 18px solid transparent;
     position: absolute;
     top: -16px;
     left: 1px;
}
 .testimonial .description {
     font-size: 15px;
     font-style: italic;
     color: #8a8a8a;
     line-height: 23px;
     margin: 0;
}
 .testimonial .title {
     display: block;
     font-size: 18px;
     font-weight: 700;
     color: #ffffff;
     text-transform: capitalize;
     letter-spacing: 1px;
     margin: 0 0 5px 0;
}
 .testimonial .post {
     display: block;
     font-size: 14px;
     color: #c3c3c3 
}
 .owl-theme .owl-controls {
     margin-top: 20px;
}
 .owl-theme .owl-controls .owl-page span {
     background: #ccc;
     opacity: 1;
     transition: all 0.4s ease 0s;
}
 .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
     background: #ff4242;
}
/***********************************testimonial************************************/
/***********************************add-comment************************************/
 #add-comment{
}
 #add-comment .panel-default .panel-heading{
     background: #1D8BFB;
}
 #add-comment .panel-heading h3{
     text-align: center;
     font-size: 28px;
     color: #fff;
     font-weight: 100;
}
 #memberModal .modal-header, #enquire-now .modal-header{
     background: #1D8BFB;
}
 #memberModal .modal-header h3, #enquire-now .modal-heade h3{
     text-align: center;
     font-size: 28px;
     color: #fff;
     font-weight: 100;
}
 .modal-title{
     color: #fff;
}
 .modal-body {
     display: -webkit-inline-box;
}
/***********************************add-comment************************************/
/***********************************inner************************************/
 .inner-contant{
     background: #fff;
     padding: 20px;
     margin-top: 20px;
}
 .inner-contant h2{
     margin: 0px;
}
 .inner-contant p{
     
}
 .inner-contant .divider-line{
     background: #057fd5;
     border-left: 10px solid #000;
     height: 2px;
     display: inline-block;
     width: 100px;
     margin-bottom: 20px;
     margin-top: 20px;
}
 .inner-contant .info-contact{
     list-style-type: none;
     width: 50%;
     float: left;
     padding: 10px;
}
 .inner-contant .info-contact li{
     padding: 10px;
}
 .inner-contant a{
     text-decoration: none;
     color: #4d4d4d;
}
 .inner-contant a:hover,{
     text-decoration: none;
}
 .inner-contant .text-facebook {
     color: #43609c;
}
 .inner-contant .text-twitter {
     color: #55acee;
}
 .inner-contant .text-google {
     color: #dd4b39;
}
.sevices-cap-wrap{
    float: left;
        width: 100%;
    height: 315px;
    overflow: hidden;
    margin: 0px 10px 10px 0px;
    background: #72a71e;
    padding: 10px 10px 10px 0px;
    
}
.sevices-cap-wrap .sevices-cap{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
   
}
.sevices-cap-wrap:hover > .sevices-cap{
    transform: scale(1.2);
}
/*.pricing-table{
     padding: 10px;
     background: #f9f9f9;
     margin-bottom: 10px;
     border: 1px solid #e0dcdc;
}
 .pricing-table .title{
     font-size: 14px;
     margin: 0px;
}
 .pricing-table .divider-line{
     margin: 10px 0px !important;
}
 .pricing-table .pricing-content{
     list-style-type: none;
}
 .pricing-table .pricing-content li{
}
 .pricing-table .pricing-content li a{
     font-size: 12px;
}
 .pricing-table .pricing-content li a i{
}
 .pricing-content .enquire-now{
     float: right;
     display: block;
}
 .pricing-content .a-tag{
     display: inline-block;
}
 .enquire-now:hover, .enquire-now:active, .enquire-now:focus, .enquire-now:active{
     border: 0px !important;
}
 */
 .pricingTable{
     text-align: center;
     margin-bottom: 10px;
}
 .pricingTable .pricingTable-header{
     padding: 15px 0;
     z-index: 1;
     position: relative;
}
 .pricingTable .pricingTable-header:after{
     content: "";
     width: 100%;
     height: 100%;
     background: #057fd5;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     transform: skew(-7deg);
}
 .pricingTable .title{
     font-size: 12px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     margin: 0;
}
 .pricingTable .price-value{
     display: block;
     font-size: 40px;
     font-weight: bold;
     color: #fff;
     position: relative;
}
 .pricingTable .month{
     display: inline-block;
     font-size: 17px;
}
 .pricingTable .pricing-content{
     list-style: none;
     padding: 0;
     margin: 0;
     list-style-type: none;
     
}
 .pricingTable .pricing-content li{
     padding:0;
     font-size: 15px;
     font-weight: bold;
     color: #6c6868;
     line-height: 30px;
     z-index: 1;
     position: relative;
     text-align: center;
     margin-bottom: 1px;
}
 .pricingTable .pricing-content li a{
     display: block;
     text-decoration: none;
     transition: all 0.5s ease;
}
 .pricingTable .pricing-content li a:hover{
     color: #fff;
}
 .pricingTable .pricing-content li:hover:after{
     text-decoration: none;
     background: #000;
}
 .pricingTable .pricing-content li:after{
     content: "";
     width: 100%;
     height: 100%;
     background: #f2f1f1;
     border: 1px solid #d0c9c9;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
     transform: skew(14deg);
     transition: all 0.5s ease 0s;
}
 .pricingTable .pricing-content li:first-child:after{
     border-top: none;
}
 .pricingTable .pricing-content li:nth-child(even):after{
     transform: skew(-14deg);
}
 .pricingTable .pricingTable-signup{
     padding: 20px 0;
     position: relative;
}
 .pricingTable .pricingTable-signup:after{
     content: "";
     width: 100%;
     height: 100%;
     border: 1px solid #6c6868;
     position: absolute;
     top: 0;
     left: 0;
     transform: skew(-11deg);
}
 .pricingTable .pricingTable-signup a{
     display: inline-block;
     padding: 10px 30px;
     background: #727cb6;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     text-transform: uppercase;
     z-index: 1;
     position: relative;
     transition: all 0.5s ease-out 0s;
}
 .pricingTable .pricingTable-signup a:before, .pricingTable .pricingTable-signup a:after{
     content: "";
     display: inline-block;
     width: 16px;
     height: 16px;
     border-radius: 50%;
     background: #fff;
     position: absolute;
     top: 30%;
     right: -10px;
     transition: all 0.8s ease 0s;
}
 .pricingTable .pricingTable-signup a:before{
     left: -10px;
}
 .pricingTable .pricingTable-signup a:hover:before, .pricingTable .pricingTable-signup a:hover:after{
     width: 0;
     height: 0;
}
 .pricingTable.orange .pricingTable-header:after, .pricingTable.orange .pricingTable-signup a{
     background: #e67e22;
}
 @media only screen and (max-width: 990px){
     .pricingTable{
         margin-bottom: 30px;
    }
}
/*loan-inner-new*/

/*loan-inner-new*/
/***********************************inner************************************/
/***********************************post-your-requirment************************************/
.post-your-requirment .post-box{
    background: #fff;
    padding: 20px;
    color: #7e6f6f;
    margin-top: 20px;
}
.post-box select{
    width: 100%;
    height: 30px;
}
.post-box .form-head{
    color: #1e8cbe ;
}

.requirment-right{
    
}
.requirment-right h2{
    margin: 0px;
    color: #1e8cbe ;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(146, 139, 139, 0.3);
}
.requirment-right ul{
        list-style-type: none;
    display: inline-block;
}
.requirment-right ul li{
        margin: 10px 0px;
    border-bottom: 1px solid rgba(146, 139, 139, 0.3);
    display: inline-block;
}
.xfgjdth li .asrg{
    float: left;
}
.xfgjdth li .requir-font{
    width: 20%;
}
.xfgjdth li .requir-font img{
    width: 100%;
    margin-top: 10px;
}
.xfgjdth li .requir-det{
width: 75%;
        margin-left: 10px;
}
.xfgjdth li .requir-det p{
color: #7e6f6f;
        font-size: 12px;
}
zdfhgasdebv:after{
    content: "search"
}

/***********************************post-your-requirment************************************/
/*------Blog------*/
 .card{
     background: #fff;
}
 .banner-section img {
     width: 100%;
}
 #blog-section {
     margin-bottom: 80px;
     margin-top: 40px;
}
 #blog-section .content-title {
     background-color: #fff;
     height: 51px;
}
 #blog-section .content-title .desc {
     font-size: 18px;
     padding: 6px 12px;
     margin: 0;
}
 #blog-section .content-title .desc a {
     color: #34495E;
     text-decoration: none;
     transition: 0.5s;
     font-size: 16px;
}
 #blog-section .content-title .desc a:hover {
     color: #4690e7;
}
 #blog-section .content-footer {
     background-color: #f1f1f1;
     padding: 10px;
     position: relative;
}
 #blog-section .content-footer p {
     color: #9c9c9c;
     padding: 6px 5px;
     margin: 0;
     text-align: justify;
}
 #blog-section .content-footer p a {
     text-decoration: none;
     display: block;
     font-weight: 600;
     font-style: italic;
     font-size: 14px;
     text-align: right;
}
 #blog-section aside {
     margin-top: 30px;
     -webkit-box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
     -moz-box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
     box-shadow: 1px 4px 16px 3px rgba(199, 197, 199, 1);
     overflow: hidden;
     cursor: pointer;
}
 #blog-section aside:hover > .cap-img img {
     transform: scale(1.1);
}
 #blog-section .cap-img {
     overflow: hidden;
}
 #blog-section .cap-img img {
     width: 100%;
     transition: all 1s ease;
     height: 200px;
}
 .blog-search{
     position: relative;
     bottom: 125px;
     display: block;
     margin: 0 auto;
     width: 50%;
}
 .blog-search form{
     display: flex;
     -webkit-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.75);
     box-shadow: 0px 0px 13px 5px rgba(0,0,0,0.75);
}
 .blog-search form select {
     height: 55px;
     border: 0;
     border-radius: 0;
     width: 50%;
     padding: 0px 20px !important;
     font-family: sans-serif;
     font-size: 18px;
     background: #e4e3e3;
}
 .blog-search form .gobtt{
     border-radius: 0;
     height: 45px;
     width: 200px;
     height: 55px;
     font-size: 18px;
}
/*------Blog------*/
/*------Blog-post------*/
/*recent-post-col/////////////////// 
/*/
 #coments .media-object {
     width: 40px;
}
 #reply-post {
     margin-top: 10px;
}
 .widget-sidebar {
     background-color: #fff;
     padding: 20px;
     display: block;
     height: auto;
     overflow: hidden;
}
 .widget-sidebar .widget-ul {
     padding: 0;
}
 .title-widget-sidebar {
     font-size: 14pt;
     border-bottom: 2px solid #e5ebef;
     margin-bottom: 15px;
     padding-bottom: 10px;
     margin-top: 0px;
}
 .title-widget-sidebar:after {
     border-bottom: 2px solid #f1c40f;
     width: 150px;
     display: block;
     position: absolute;
     content: '';
     padding-bottom: 10px;
}
 .recent-post {
     width: 100%;
     height: 80px;
     list-style-type: none;
}
 .post-img img {
     width: 100px;
     height: 70px;
     float: left;
     margin-right: 15px;
     border: 5px solid #16A085;
     transition: 0.5s;
}
 .recent-post a {
     text-decoration: none;
     color: #34495E;
     transition: 0.5s;
}
 .post-img, .recent-post a:hover {
     color: #4690e7;
}
 .post-img img:hover {
     border: 5px solid #4690e7;
}
 button.accordion {
     background-color: #16A085;
     color: #fff;
     cursor: pointer;
     padding: 18px;
     width: 100%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
}
 button.accordion.active, button.accordion:hover {
     background-color: #4690e7;
     color: #fff;
}
 button.accordion:after {
     content: '\002B';
     color: #fff;
     font-weight: bold;
     float: right;
     margin-left: 5px;
}
 button.accordion.active:after {
     content: "\2212";
}
 .panel {
     padding: 0 18px;
     background-color: white;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
}
/*categories///////////////////// 
/*/
 .categories-btn {
     background-color: #4690e7;
     margin-top: 30px;
     color: #fff;
     cursor: pointer;
     padding: 18px;
     width: 100%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
}
 .categories-btn:after {
     content: '\25BA';
     color: #fff;
     font-weight: bold;
     float: right;
     margin-left: 5px;
}
 .categories-btn:hover {
     background-color: #16A085;
     color: #fff;
}
 .form-control {
     border-radius: 0px;
}
 .btn-warning {
     border-radius: 0px;
     background-color: #4690e7;
     margin-top: 15px;
}
 .input-group-addon {
     border-radius: 0px;
}
 .card-body {
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     padding: 1.25rem;
     text-align: justify;
}
 .card-tiTle {
     margin-bottom: .75rem;
}
 .card-fooTer {
     padding: .75rem 1.25rem;
     background-color: #fff;
     border-top: 1px solid rgba(0, 0, 0, .125);
}
 .card-Text {
     color: #4e4e4e;
     font-size: 16px;
     text-align: justify;
}
 .card-img-Top {
     width: 100%;
     height: 352px;
}
 .comment-blog-post .COMMENT {
     text-align: center;
}
 .comment-blog-post {
     padding: 10px;
}
 #wrAp .pkg-comments {
     width: 100%;
}
 .comment-tabs .tab-content {
     padding: 10px;
}
 #comMents .media-list .media-object {
     width: 50px;
}
 .media-date li{
     margin: 0 !important;
}
 #coments .media-list .btn{
     vertical-align:inherit !important;
}
 #replyTwo{
     margin-top: 10px;
}
/*------Blog-post------*/
/*loan-tabs-section*/
 .loan-tabs{
}
 .loan-tabs a:hover,a:focus{
     outline: none;
     text-decoration: none;
}
 .loan-tabs .tab .nav-tabs{
     border-bottom-color: #f0f0f0;
}
 .loan-tabs .tab .nav-tabs li{
     margin-bottom: 0;
}
 .loan-tabs .tab .nav-tabs li a{
     font-size: 14px;
     color: #2d2d2d;
     border-radius: 0;
     padding: 15px;
     margin-right: 0;
     border: none;
     border-top: 1px solid #f0f0f0;
     border-left: 1px solid #f0f0f0;
     text-transform: uppercase;
     position: relative;
     transition: all 0.3s ease 0s;
     font-weight: 600;
}
 .loan-tabs .tab .nav-tabs li.active a, .loan-tabs .tab .nav-tabs li.active a:focus, .loan-tabs .tab .nav-tabs li.active a:hover{
     border: none;
     border-left: 1px solid #f0f0f0;
     color: #fff;
     background: #000;
}
 .loan-tabs .tab .nav-tabs li:last-child a, .loan-tabs .tab .nav-tabs li:last-child.active a{
     border-right: 1px solid #f0f0f0 !important;
}
 .loan-tabs .tab .nav-tabs li.active a:before, .loan-tabs .tab .nav-tabs li a:before{
     content: "";
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     border-top: 4px solid #020202;
     opacity: 0;
     transition: all 0.5s ease 0s;
}
 .loan-tabs .tab .nav-tabs li.active a:before, .loan-tabs .tab .nav-tabs li.active a:hover:before{
     top: -3px;
     opacity: 1;
}
 .loan-tabs .tab .nav-tabs li a:hover:before{
     top: -4px;
     opacity: 1;
}
 .loan-tabs .tab .nav-tabs li.active a:after, .loan-tabs .tab .nav-tabs li a:after{
     content: "";
     position: absolute;
     top: 2px;
     left: 45%;
     border: 7px solid transparent;
     border-top: 7px solid #000000;
     opacity: 0;
     transition: all 0.5s ease 0s;
}
 .loan-tabs .tab .nav-tabs li.active a:after, .loan-tabs .tab .nav-tabs li a:hover:after{
     top: -1px;
     opacity: 1;
}
 .loan-tabs .tab .tab-content{
     font-size: 14px;
     color: #999;
     line-height: 25px;
     padding: 10px;
     border: 1px solid #f0f0f0;
     border-top: none;
     background: #337ab7;
}
 .loan-tabs .tab-pane h3{
     margin: 0px;
     padding: 10px;
     display: inline-block;
     color: #fff;
}
 .loan-tabs .tab-pane p{
     color: #fff;
}

/*loan-tbs-section*/
 .loan-tbs{
}
 .loan-tbs .nav{
     float: left;
     width: 100%;
     top: 0;
     left: 0;
     background: #3b5a77;
     position: fixed;
}
 .nav .padded{
     padding: 30px;
}
 .padded ul{
     float: left;
     width: 100%;
     margin: 0 0 30px 0;
    /*Padding Fix*/
     padding: 0;
}
 .padded ul li{
     float: left;
     display: inline;
     margin-right: 0px;
     &:nth-child(even) a {
         background: #4a6c8c ;
    }
     list-style: none;
}
 .padded ul li.active a {
     background: #58c7d0 ;
}
 .padded ul li.scrollTop {
     float: right;
}
/*loan-tbs-section*/
 