/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;
    4) font-family: 'Roboto Condensed', sans-serif;
    5)  font-family: 'Rubik', sans-serif;
    

*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    font-weight: normal;
    color: #002c42;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.gry-bg {
    background: #f3f3f3;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

.mt-60 {
    margin-top: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 30px;
    background: #0a51a4;
    color: #fff;
    outline: 0;
    border-radius: 4px;
    border: 0;
    text-transform: uppercase;
}

.btn1:hover {
    background: #006ca4;
    color: #fff;
}


/* End of globle css */


/* Start section title  */

.sec-title h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    color: #0a51a4;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 18px;
}

.sec-title h2 {
    color: #002c42;
    font-size: 53px;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.sec-title span.tag-line {
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    /* font-weight: 600; */
    display: inline-block;
    border-bottom: 2px solid #0a51a4;
    letter-spacing: .2em;
    margin-bottom: 12px;
}


/* End of section title  */


/* Start top header section */

.header-top {
    background: #f6c405;
    overflow: hidden;
}

.header-left {
    padding: 10px 0;
}

.header-left ul {
    display: inline-block;
}

.header-left li {
    padding-right: 40px;
    position: relative;
    display: inline-block;
    color: #071c2e;
}

.header-left li:last-child {
    padding-right: 0
}

.header-left li i {
    color: #071c2e;
    font-size: 20px;
    margin-right: 15px;
}

.header-right-div {
    text-align: right;
    position: relative;
    z-index: 2;
}


/* .header-right-div::before {
	position: absolute;
	content: "";
	background: #071c2e;
	width: 5000px;
	height: 64px;
	top: 0;
	left: 0;
	transform: skew(-48deg);
	z-index: -2;
} */

.follow-title {
    color: #f6c405;
}

.header-right a span {
    margin-left: 10px;
}

.soical-profile {
    padding-top: 7px;
}

.soical-profile,
.soical-profile li {
    display: inline-block;
}

.soical-profile li a i {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
}

.soical-profile li a i:hover {
    background: #f6c405;
    color: #fff;
    transition: all 0.4s ease 0s;
}

.header-v2-top {
    /* background: #65517a; */
    background: rgba(0, 0, 0, 0) linear-gradient(60deg, #ffffff 26%, #0a51a4 0%);
    overflow: hidden;
}

.header-v2-top-intro {
    float: left;
    text-align: left;
    padding-left: 74px;
}

.header-v2-intro {
    display: inline-block;
    padding-right: 44px;
    position: relative;
    padding-top: 8px;
    padding-bottom: 7px;
}

.header-v2-intro:last-child {
    padding-right: 0px;
}

.header-v2-intro::before {
    border-right: 1px solid #c9d0d9;
    content: "";
    height: 20px;
    position: absolute;
    right: 20px;
    top: 8px;
}

.header-v2-intro:last-child:before {
    display: none;
}

.header-v2-icon {
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    position: relative;
    top: -15px;
    width: 40px;
}

.header-v2-icon i {
    color: #fff;
    font-size: 30px;
}

.header-v2-text {
    text-align: left;
    display: inline-block;
}

.header-v2-text h5 {
    margin-bottom: 10px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.header-v2-text a {
    color: #fff;
    text-decoration: none;
}

.header-v2-top .header-right-div::before {
    background: none;
    height: 100px;
}

.header-v2-top .soical-profile li a i {
    color: #0a51a4;
    background: #efefef;
}

.header-v2-top .soical-profile li a i:hover {
    background: #fff;
}

.header-v2-top .soical-profile {
    padding-top: 6px;
}


/* End of  TOP Header section */


/* End of top header section */


/* Start my navbar section  */

.my-nav {
    background: #fff;
    border-radius: 0px;
    margin-bottom: 0;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    box-shadow: 1px 1px 1px #ccc;
}

.navbar-nav {
    margin-top: 15px;
}

.my-nav li a {
    color: #444;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    text-transform: uppercase;
    background: transparent;
}

.my-nav li a:hover {
    color: #0a51a4
}

.navbar-nav li.active a {
    color: #0a51a4;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    color: #0a51a4;
}

.logo img {
    position: absolute;
    top: -27px;
    width: 195px;
    transition: all 1s;
}

.my-nav.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sticky .logo img {
    width: 102px;
    top: 7px;
}


/* Start Top Banner Section  */

.top-banner {
    background: url(../img/newletter-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 0;
    background-position: center 170%;
    min-height: 258px;
    position: relative;
}

.top-banner h1 {
    color: #fff;
    position: absolute;
    bottom: 0;
}


/* End of Top Banner Section  */


/* Start footer section */

.footer {
    background: #f7f7f7;
}

.quick-link h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.quick-link li {
    margin-bottom: 4px;
}

.quick-link li i {
    font-size: 15px;
    color: #0a51a4;
}

.quick-link li a {
    font-size: 14px;
    color: #787878;
}

.quick-link li a:hover {
    color: #0a51a4;
}

.custom-html-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-html-footer li {
    display: block;
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    color: #787878;
}

.custom-html-footer li i {
    position: absolute;
    top: 11px;
    left: 0;
    color: #cb9a33;
}

.copy-right {
    background-color: #cb9a33;
    color: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 14px;
}

.copy-right a {
    color: #f2f2f2;
}

.copy-right a:hover {
    color: #222;
}


/* Start footer section */


/* Start footer section */

.footer {
    background: #f3f3f3;
}

.quick-link h3 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.quick-link li {
    margin-bottom: 4px;
}

.quick-link li i {
    font-size: 15px;
    color: #0a51a4;
}

.quick-link li a {
    font-size: 14px;
    color: #787878;
}

.quick-link li a:hover {
    color: #0a51a4;
}

.custom-html-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.custom-html-footer li {
    display: block;
    line-height: 36px;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    color: #787878;
}

.custom-html-footer li i {
    position: absolute;
    top: 11px;
    left: 0;
    color: #0a51a4;
}

.copy-right {
    background-color: #0a51a4;
    color: #f2f2f2;
    padding-top: 12px;
    padding-bottom: 11px;
    font-size: 14px;
}

.copy-right a {
    color: #f2f2f2;
}

.copy-right a:hover {
    color: #222;
}


/* End of footer section */


/* Start contact  page section */

.details-icons {
    display: table-cell;
    vertical-align: top;
}

.details-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    font-size: 17px;
}

.details-info h5 {
    margin: 0;
}

.details-box li {
    margin-bottom: 50px;
}

.details-icons span {
    color: #0a51a4;
    font-size: 34px;
}

.details-info h5 {
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.details-info a {
    color: #444;
}

.details-info a:hover {
    color: #0a51a4;
}

.text-box {
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0;
    color: #999;
    background-color: #eee;
    outline: 0px;
    border: 0px;
    cursor: text
}

.text-area {
    height: 120px;
}


/* End of contact page section */


/* Start About us page  */


/* Start about section */

.phone-block {
    background: #002c42;
    margin-top: 50px;
}

.phone-block .icon-block,
.phone-block .text-block {
    display: table-cell;
    vertical-align: middle;
}

.phone-block .icon-block {
    width: 131px;
    background: #001d2b;
    text-align: center;
    padding: 33px 0;
}

.phone-block .icon-block i {
    font-size: 54px;
    display: block;
    color: #ffaa01;
}

.phone-block .text-block {
    padding-left: 60px;
}

.phone-block .text-block h3,
.phone-block .text-block p {
    margin: 0;
}

.phone-block .text-block p {
    font-size: 17px;
    font-weight: 400;
    color: #b1bec5;
}

.phone-block .text-block h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}


/* End of about section */


/* Start about us page */

.aboutimgbox {
    position: relative;
}

.abtimg2 {
    position: absolute;
    right: 120px;
    bottom: -120px;
}

.abtimg2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 20px solid #fff;
}


/* End of about us page */

.ctaSec {
    background: #ffaa01 url(../img/background-1-3.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 113.5px 0;
    position: relative;
}

.ctaSec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    opacity: .85;
}

.praltive {
    position: relative;
}


/* End of cta section */

.single-about-style-two {
    padding-left: 22px;
    background: #fff;
    border-top-right-radius: 102px;
    border-bottom-right-radius: 103px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 1px 11px 1px #cccc;
}

.single-about-style-two+.single-about-style-two {
    margin-top: 30px;
}

.single-about-style-two .image-block {
    float: right;
    width: 206px;
    overflow: hidden;
    border-radius: 50%;
}

.single-about-style-two .image-block>img {
    width: 100%;
}

.single-about-style-two .text-block {
    padding: 27px 0;
    width: calc(100% - 255px);
    float: left;
}

.single-about-style-two .text-block h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-about-style-two .text-block h3 a {
    color: #002c42;
    transition: all .4s ease;
}

.single-about-style-two .text-block h3 a:hover {
    color: #ffaa01;
}

.single-about-style-two .text-block p {
    margin: 0;
    margin-left: -22px;
    position: relative;
    left: 22px;
}

.single-about-style-two .image-block {
    position: relative;
    overflow: hidden;
}

.single-about-style-two .image-block:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    background: rgba(0, 29, 43, 0.7);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 1;
    transition: .5s ease;
}

.single-about-style-two .image-block>img {
    width: 100%;
}

.single-about-style-two .image-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    transition: all 900ms ease;
    transition-delay: .1s;
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 2;
}

.single-about-style-two .image-block .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-about-style-two .image-block .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.single-about-style-two .image-block .overlay .box .content .dotted {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

.single-about-style-two .image-block .overlay .box .content .dotted:before {
    position: absolute;
    top: 0px;
    left: -15px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    content: "";
}

.single-about-style-two .image-block .overlay .box .content .dotted:after {
    position: absolute;
    top: 0px;
    right: -15px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    content: "";
}

.single-about-style-two:hover .image-block:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .5s ease;
}

.single-about-style-two:hover .image-block .overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 900ms ease;
    transition-delay: .5s;
}

.about-style-two-content {
    padding-left: 30px;
}

.about-style-two-content p {
    margin: 37px 0;
}


/* Start cta section */


/* End of About us page  */


/* Start team section */

.teaminfo {
    position: relative;
    background: #0a51a4;
    padding: 80px;
    color: #fff;
    text-align: justify;
    font-size: 17px;
    margin-top: 67px;
}

.teamimg {
    position: relative;
    border: 20px solid #ccc;
    border-style: outset;
    text-align: center;
    background: #fff;
}

.teamimg1 {
    left: -75px;
}

.teamimg2 {
    right: -75px !important;
    z-index: 1;
}

.teamimg h3 {
    margin-top: 10px;
}


/* End of team section */


/* Start home project Section */

.ourProject {
    background: #f2f2f2;
}

.image-holder {
    position: relative;
    border: 8px solid #0a51a4;
}

.image-holder:before {
    position: absolute;
    width: 47%;
    height: 95%;
    border: 2px solid #fff;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 10px;
    content: "";
}

.projectInfo {
    background: #fff;
    margin-top: 42px;
}

.projtitleBox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 15px;
    background: #0a51a4;
}

.projectitle h3 {
    margin-bottom: 2px;
    color: #fff;
}

.projectitle h4 {
    margin-bottom: 0px;
    font-size: 12px;
    color: #fff;
}

.proAmenities {
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #ccc;
}

ul.amenities li {
    position: relative;
    padding-left: 23px;
}

ul.amenities li span {
    position: absolute;
    top: 0;
    left: 0;
    color: #0a51a4;
}

.loaninfo {
    position: relative;
}

.loaninfo img {
    position: absolute;
    top: -25px;
    right: -15px;
    width: 263px;
}


/* End of home project Section */

.featurebox {
    display: flex;
    min-height: 180px;
    margin-bottom: 30px;
}

.featureimg img {
    width: 60px;
    margin-right: 20px;
}

.featureinfo p {
    text-align: justify;
}


/* Start completed project information section */

.comporoinfo {}

.prtitle {
    display: flex;
    border-bottom: 2px solid #0a51a4;
    padding-bottom: 8px;
}

.prtitle .proname {
    margin-left: 20px;
}

.proname h3 {
    margin-bottom: 10px;
}

.proname h4 {
    margin-bottom: 0;
    font-size: 14px;
}

.table td,
.table th {
    border: 1px solid #dedede;
    border-collapse: collapse;
}


/* End of completed project information section */


/* start accordion section  */

#accordion {}

#accordion .question {
    background: #eee;
    margin-bottom: 15px;
}

#accordion .question header {
    cursor: pointer;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 15px;
    box-sizing: border-box;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#accordion .question header h3 {
    margin: 0;
    font-weight: 400;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 16px;
}

#accordion .question header i {
    padding: 0 10px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

#accordion .question main {
    display: none;
    padding: 15px;
    box-sizing: border-box;
}

#accordion .question main p {
    margin: 0;
}

#accordion .question.active header i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

code {
    display: block;
    background: #eee;
    padding: 10px;
    box-sizing: border-box;
}


/* End of accordion section  */