
/* Author: Hardeep Singh */

@import url('https://web.archive.org/web/20240312194541cs_/https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://web.archive.org/web/20240312194541cs_/https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');

/* GLOBAL */
::-moz-selection { color: #282d34;background: #e6c966; }
::selection { color: #282d34;background: #e6c966; }
.text-golden {color: #dfc066 !important;}

a,a:hover,a:visited{text-decoration:none !important;color:#dfc066;display:inline-block;cursor:pointer;}
a:focus{color:inherit;outline:none;}

.LetterSpacingCus {letter-spacing: 4px;}

/*Buttons*/
a.btnCustomStyle2, button.btnCustomStyle2 {color: #c6c9d8;font-size: 14px;text-transform: uppercase;letter-spacing: 2px;border: 2px solid #b1b4c1;padding:12px 30px;border-radius: 6px;display: inline-block;font-weight: 500;-webkit-transition: .3s;transition: .3s;}
a.btnCustomStyle2.btn-solid, button.btnCustomStyle2.btn-solid {border: 2px solid #1868dd;background: #1868dd;color: #fff;}
a.btnCustomStyle2:hover, button.btnCustomStyle2:hover {background: transparent;color: #1868dd;box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);-webkit-transform: translateY(-5px);transform: translateY(-5px);}

button:focus {outline: 1px dotted;outline: 0;}
.qut-btn {text-align: center; z-index: 1;width: 200px;color: #fff;height: 62px;position: relative;line-height: 62px;border-radius: 8px;background-size: 200% auto;transition: 0.3s all ease-in-out;background-image: linear-gradient(45deg, #d6a276 15%, #6b6d6f 100%);overflow: hidden;}
.qut-btn:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;border-radius: 40px;transition: all 0.5s;opacity: 1;z-index: -1;transform: translate(-105%, 0);background-color: #e6c966;}
.qut-btn:hover {transition: 0.3s all ease-in-out;background-position: right center;color: #fff;}
.qut-btn:hover:before {opacity: 0;transform: translate(0, 0);}





/* Header Search */

.search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .8);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.search-form-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.search-form-wrapper .close-btn {
    position: absolute;
    top: 60px;
    right: 60px;
}

.search-form-wrapper .close-btn span {
    height: 0px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
}

.search-form-wrapper.open .close-btn span {
    height: 40px;
}
.btext{color:#22160a !important;}
.btext1{color:#ffffff !important;}
.search-form-wrapper form {
    position: relative;
    width: 70%;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    visibility: hidden;
}
.cream{color:#ffffff !important;}
.search-form-wrapper.open form {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.search-form-wrapper form input {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    font-size: 40px;
    width: 100%;
    outline: none;
    color: #fff;
}

.search-form-wrapper form input::-webkit-input-placeholder {
    color: #fff;
}

.search-form-wrapper form input::-moz-placeholder {
    color: #fff;
}

.search-form-wrapper form input:-ms-input-placeholder {
    color: #fff;
}

.search-form-wrapper form input::-ms-input-placeholder {
    color: #fff;
}

.search-form-wrapper form input::placeholder {
    color: #fff;
}

.search-form-wrapper form input:focus,
.search-form-wrapper .search-btn:focus {
    outline: none;
}

.search-form-wrapper .search-btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 30px;
    outline: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    padding: 0;
}

.search-form-wrapper .search-btn:hover {
    color: #ED4E53;
}

.close-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
}

.close-btn:focus {
    outline: none;
}

.close-btn span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-btn.close-dark span {
    background-color: #1D2228;
}

.close-btn.close-danger span {
    background-color: red;
}

.close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-btn:hover span {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.close-btn:hover span:nth-child(2) {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.close-btn.dark span {
    background-color: #1D2228;
}







/*********************************************** Start Index Page Css **********************************************************/

body{font-family: 'Poppins', sans-serif;}
header {position: relative;z-index: 8;}
.top-bar {background: #1d2228;padding: 7px 0; color: #fff;font-size: 14px;}
.top-bar ul {  margin: 0 auto;  max-width: 1300px;
    text-align: right;color: #ffffff;
  
}
.top-bar ul li {
    display: inline-block;
    font-size: 13px;
    padding: 0 3px 0 15px;
    color: #ffffff;
}
 .top-bar ul li i { margin-right: 5px;color: #ffffff;}  



.smllogo a {}
.smllogo a img {width: 185px;}





li.searchBtnTop {
    margin: 0 0 0 25px !important;
}

li.searchBtnTop i {
    background: #e5e8eb;
    color: #1d2228 !important;
    border-radius: 50px;
    padding: 15px !important;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 3px 0 0 0;
}

li.searchBtnTop i:hover {
    color: #fff !important;
    background: #000;
}

li.loginbtnTop {
    margin: 4px 0 0 10px !important;
}

li.loginbtnTop a {
    border: 1px solid #f00;
    padding: 6px 16px !important;
    border-radius: 50px;
}



.extra-icon-box {
    padding-left: 60px !important;
    min-height: 50px;
    position: relative;
    display: flex !important;
    align-items: start;
        width: 240px;
            margin-left: 30px !important;
    flex-direction: column;
    margin-top: 0 !important;
}
.extra-icon-box i {
    margin: 2px 0 0 0;
    width: 45px;
    height: 45px;
    background: #1d2228;
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: absolute;
    border-radius: 8px;
    left: 0;
    font-size: 22px;
}

.extra-icon-box span {
    font-size: 14px;
    padding: 0 0 0 4px;
    margin-top: 6px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
    color: #dfc066;
}
.extra-icon-box .title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
     color: #dfc066;
}

li.loginbtnTop {
    margin: 4px 0 0 10px !important;
        float: right !important;
}

li.loginbtnTop a {
    border: 0;
    width: auto !important;
    padding: 6px 16px !important;
    border-radius: 8px;
    height: 45px;
    line-height: 33px !important;
    background: #1d2228;
    color: #fff !important;
}
li.loginbtnTop a i { margin-right: 10px;}





.slideImgMain {background: url(/web/20240312194541im_/https://gsigroup.com.au/wp-content/themes/Golden-star/img/bg-house.jpg) no-repeat;width: 100%;background-size: cover;background-position: center center;padding: 200px 0 120px 0;color: #ffffff;position: relative;z-index: 1;margin: -72px 0 0 0;min-height: 654px;}
.slideImgMain[data-black-overlay]:before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;}
.slideImgMain[data-black-overlay]:before {background-color: #000;}
.slideImgMain[data-black-overlay="7"]:before {opacity: .5;}
.searchBarBig {text-align: center;}
.searchBarBig h1 {font-size: 18px;text-transform: uppercase;margin: 0 0 30px 0;}
.searchBarBig h2 {font-size: 70px;font-weight: 700;text-transform: uppercase;    margin: 0 0 30px 0;}






.trustedBoxx {    margin: -150px 0 0 0;
    position: relative;
    z-index: 11;}
.trustedBoxx .innerTrusted {}



.innerTrusted {    margin:0 0 30px 0;   border-radius: 10px;
    padding:30px;
    background-color:#22160a;
    transition: 0.3s all ease-in-out;
    box-shadow: 0px 0px 24px 0px rgb(1 44 118 / 5%);
    position: relative;
    overflow: hidden;
        -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
  }

.innerTrusted.paddingStyle {
      padding: 60px 30px 60px 30px;
    margin: -30px 0 0 0;
}






  .innerTrusted:hover {
    box-shadow: 0px 15px 35px 0px rgb(1 44 118 / 10%);
    box-shadow: 0px 15px 35px 0px rgb(1 44 118 / 10%);
    transform: translateY(-5px);
}

.innerTrusted .it-up-featured-icon {
      width: 58px;
    height: 58px;
    line-height: 55px;
    margin-bottom: 35px;
    position: relative;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0px 15px 24px 0px rgb(4 21 59 / 10%);
}
  .innerTrusted:hover .it-up-featured-icon {
        transform: rotateY(360deg);
  }








.innerTrusted .opacity50 {    position: absolute;
    width: 88px;
    display: block;
    right: 0;
    top: 0;}
.innerTrusted .opacity50 img {width: 100%;}



.innerTrusted h3 {margin: 25px 0 20px 0;color: #fff;font-weight: 700;font-size: 20px;}
.innerTrusted p {margin: 0;color: #cccccc;line-height: 30px;font-weight: 400;  font-size: 16px;}



.bigTextGolden {
    margin: -55px 0 0 0;
    text-align: center;
    font-size: 160px;
    font-weight: 700;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #edb78b;
    color: #fff;
    position: relative;
    z-index: -1;
}




.content-inner-2 {
  padding: 40px 0 70px 0;
}

.about-bx1 .dz-media {
    position: relative;
    width: 700px;
    float: right;
    overflow: unset;
}
.about-bx1 .section-head {
    margin-bottom: 20px;
}
.section-head.style-1 .sub-title {  font-size: 18px;  margin: 0 0 10px 40px;}
.section-head.style-1 .sub-title:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #fddda7;
    position: absolute;
    left: 15px;
    top: 10px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}






.section-head.style-1 h2 {
      font-size: 45px;
    font-weight: 700;
}

.about-text-bx {
    padding-left: 40px;
    margin-bottom: 30px;
    position: relative;
}
.about-text-bx h4 { font-weight: 700;font-size: 24px;}


.about-text-bx:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #e6c966;
    position: absolute;
    left: 0;
    top: 15px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}



.investMore {display: flex;    align-items: center;}

.investMore p {margin: 0 20px 0 0;    font-weight: 700;font-size: 24px;}
.investMore .qut-btn {    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;}



.ourServices {
    background: #dfc066;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 100px 0;
    color: #ffffff;
    text-align: center;
}
.ourServices .smallHeading, .subscribeContacts .smallHeading, .customerReviews .smallHeading {    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 0;}
.ourServices .heading, .subscribeContacts .heading, .customerReviews .heading {font-size: 45px;font-weight: 700;margin: 0 0 30px 0;}






.innerServiceCont{    
    margin: 0 0 50px 0;
    border-radius: 10px;
    padding: 30px 15px 100px 15px;
    background-color:#22160a;
    box-shadow: 0px 0px 24px 0px rgb(1 44 118 / 5%);
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
  }


.ourServices .col-lg-3:nth-child(even) {margin: 25px 0 0 0;}



  .innerServiceCont:hover {
    box-shadow: 0px 15px 35px 0px rgb(1 44 118 / 10%);
    box-shadow: 0px 15px 35px 0px rgb(1 44 118 / 10%);
    transform: translateY(-5px);
}

.innerServiceCont .it-up-featured-icon {    text-align: center;
    display: table;
    margin: 0 auto 30px; 
      width: 58px;
    height: 58px;
    line-height: 55px;
    margin-bottom: 35px;
    position: relative;
    border-radius: 100%;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
    box-shadow: 0px 15px 24px 0px rgb(4 21 59 / 10%);
}
  .innerServiceCont:hover .it-up-featured-icon {
        transform: rotateY(360deg);
  }

.innerServiceCont h3 {margin: 25px 0 20px 0;color: #fff;font-weight: 700;font-size: 18px;}
.innerServiceCont p {    margin: 0;
    color: #cccccc;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;}


.innerServiceCont span {    /* position: absolute; */
    display: block;
    /* text-align: center; */
    margin: 30px 0 -125px 0;}
.innerServiceCont span a {
    background: #22160a !important;
    color: #ffcc99;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 20px;
}
.innerServiceCont span a i {}


.ourServices .view-more-btn {margin: 40px 0 0 0;}
.ourServices .view-more-btn .qut-btn {        border: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;}



.gotAquestion {    margin: -55px 0 0 0;
   }
.gotAquestion .row {    background: #ffcc99;
    padding: 40px 30px; border-radius: 10px;}
.gotAquestion .innerBoxxGot {}
.gotAquestion .innerBoxxGot h2 {    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 0;font-weight: 700;}
.gotAquestion .innerBoxxGot h3 {    font-size: 36px;
  
    margin:0;
    font-weight: 700;}

.callUsBtn {margin: 0;}
.callUsBtn a {}





.content-inner-3 {
      overflow: hidden;
    padding-top: 120px;
    padding-bottom:60px;
}
.about-bx2 .section-head {
    margin-bottom: 20px;
}
.section-head.style-2 .sub-title {
    font-size: 18px;
    margin: 0 0 10px 40px;
}
.section-head.style-2 h2 {
    font-size: 45px;
    font-weight: 700;
}
.section-head.style-2 .sub-title:after {
    content: "";
    width: 20px;
    height: 4px;
    background: #e6c966;
    position: absolute;
    left: 15px;
    top: 10px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


.content-inner-2 .investMore {display: flex;    align-items: center;}
.content-inner-2 .investMore p {margin: 0 20px 0 0;    font-weight: 700;font-size: 24px;}
.content-inner-2 .investMore .qut-btn {    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-transform: uppercase;}


.about-bx2 .dz-media {
    position: relative;
    width: 700px;
    float: left;
    overflow: unset;
}


.subscribeContacts {    padding: 20px 0 70px 0;}
.form-control:focus {color: #495057;border: 1px solid #a5a5a5 !important;background-color: #fff;outline: 0;box-shadow: none;}

.content {    padding: 30px 40px 40px 40px;
    background:#22160a;
    color: #fff;
    border-radius: 10px;}
.content .enquire-form-title {margin: 0 0 30px 0;font-weight: 700;}
.content .form-group .form-control {padding: 12px 20px;border: 1px solid #f9f8fd;height: 50px;background: #f9f8fd;}
.content .form-group textarea.form-control {    height: auto !important;}
.content .form-group .form-control[readonly] {color: #fff !important; background-color: #0160e7;}


.content .text-center .qut-btn {border: 0;     background: #282d34;   border: 1px solid #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;}






.clientslogos {padding: 80px 0;    overflow: hidden;}
.clientslogos .partnerContent {
    margin: 0px -40px;
}

.clientslogos .partnerContent li {
    padding: 0px 40px;
        display: inline-block;
    margin-bottom: 50px;
}
.clientslogos .partnerContent li img {
    transition: 0.4s all ease-in-out;
    filter: grayscale(1);
}
.clientslogos .partnerContent li img:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}


.thinkingInvest {padding: 70px 40px;background:#dfc066;}
.thinkingInvest .contGolden {    text-align: center;}
.thinkingInvest .contGolden h2 {    font-size: 110px;
    font-weight: 700;
    color:#fdfdfd;
    text-transform: uppercase;
    line-height: 120px;}
.thinkingInvest .contGolden h3 {    font-size: 18px;
    text-transform: uppercase;font-weight: 600;}

.thinkingInvest .thinkDscrip {}
.thinkingInvest .thinkDscrip h2 {font-size: 60px;
    font-weight: 700;
    margin: 0 0 25px 0;}
.thinkingInvest .thinkDscrip p {
    margin: 0 0 20px 0;}
.thinkingInvest .thinkDscrip .qut-btn {}


.customerReviews {padding: 60px 0;}

.ct-testimonial-item {margin: 0 15px;}
.ct-testimonial-item .ct-testimonial-thumb {display: flex;margin: 40px 0 0 25px;}
.ct-testimonial-item .ct-testimonial-thumb .contClient {    margin: 0 0 0 20px;}
.ct-testimonial-item .ct-testimonial-thumb .contClient h5 {font-size: 18px; font-weight:700;}
.ct-testimonial-item .ct-testimonial-thumb .contClient span {font-size: 16px;}
.ct-testimonial-item .ct-testimonial-thumb img {border-radius: 15px;width: 55px;}
.ct-testimonial-item .ct-testimonial-content { position: relative; background-color: #22160a;padding: 30px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;border-radius: 8px;}
.ct-testimonial-item .ct-testimonial-content .arrowdown {position: absolute;    bottom: -25px;}
.ct-testimonial-item .ct-testimonial-content i {color: #FCCC4C;display: block;font-size: 20px;margin-bottom: 10px;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.ct-testimonial-item .ct-testimonial-content h5 {margin-bottom: 5px;}
.ct-testimonial-item .ct-testimonial-content p {font-size: 15px;line-height: 28px;margin: 15px 0;color: #dfc066;padding: 0 10px;}
.ct-testimonial-item .ct-testimonial-content span {font-size: 14px;font-weight: 600;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;color: #9F9E9E;}

#news-slider2 .owl-pagination, .happyPartners .owl-pagination, .millionHave .owl-pagination {text-align: center;}














.partnerWithUs {padding: 60px 0;background:#22160a;}

.partnerWithUs h2 {    font-size:50px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
font-weight: 700;
  }
.partnerWithUs p {  text-align: center;  font-size: 16px;
    line-height: 30px;
    color: #dfc066;}





/************************************************** FOOTER ************************************************************/
.site-footer {
    position: relative;
    display: block;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.site-footer__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 44.5px 0;
}

.site-footer__top-left {
    display: flex;
    align-items: center;
}

.site-footer__top-logo-box {}

.site-footer__top-logo-box>a {}

.site-footer__top-logo-box>img {}

.site-footer__top-text {
    margin-left: 54px;
}

.site-footer__top-text p {
    font-size: 24px;
    color: #9d9d9d;
    font-weight: 300;
    margin: 0;
}

.site-footer_top-btn-box {}

.site-footer_top-btn {
    background-color: #ffffff;
    color: var(--thm-black);
    padding: 5px 30px;
    font-size: 12px;
}



.site-footer__main {
    position: relative;
    display: block;
    padding: 94px 0 91px;
    z-index: 10;
        background:#110b05;
}

.site-footer__main .footerLogo {    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: -30px;}

.footer-widget__about {
    position: relative;
    display: block;
    margin-right: 75px;
}

.footer-widget__title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

.footer-widget__text {
    font-size: 16px;
    color: #dfc066;
    margin: 0;
    line-height: 30px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    margin-top: 23px;
    padding-top: 19px;
}

.footer-widget__contact-list li {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.footer-widget__contact-list li .icon {}

.footer-widget__contact-list li .icon i {
    font-size: 15px;
    color: #ffffff;
}

.footer-widget__contact-list li .text {
    margin-left: 10px;
}

.footer-widget__contact-list li .text p {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    font-weight: 500;
}

.footer-widget__contact-list li .text a {
    font-size: 14px;
    color: #ffffff !important;
}

.footer-widget__links {
    position: relative;
    display: block;
    margin-left: -32px;
}

.footer-widget__links-list {
    margin: 0;
}

.footer-widget__links-list li+li {
    margin-top: 5px;
}
.footer-widget__links-list li, .footer-widget__explore-list li {
      margin: 0 0 20px 0;
}
.footer-widget__links-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover, .footer-widget__explore-list li a:hover, .footer-widget__newsletter-btn:hover, .site-footer__social a:hover {
   color: #ffffff;
}

.footer-widget__explore {
    position: relative;
    display: block;
    margin-left: -30px;
}

.footer-widget__explore-list {
    margin: 0;
}

.footer-widget__explore-list li+li {
    margin-top: 5px;
}

.footer-widget__explore-list li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    transition: all 500ms ease;
}



.footer-widget__newsletter {
    position: relative;
    display: block;
    margin-left: -30px;
}

.footer-widget__newsletter-text {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin: 0;
}

.footer-widget__newsletter-form {}

.footer-widget__newsletter-input-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #ffffff;
    margin-top: 30px;
}

.footer-widget__newsletter-form input[type="email"] {
    font-size: 16px;
    color: #9d9d9d;
    font-weight: 500;
    height: 70px;
    width: 100%;
    background: transparent;
    border: none;
    border-radius: 0;
    padding-right: 70px;
    outline: none;
}

.footer-widget__newsletter-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background: transparent;
    border: 0;
    transition: all 500ms ease;
    color: #fff;
    transition: all 500ms ease;
}



.site-footer__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
}

.site-footer__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__social a+a {
    margin-left: 36px;
}


.site-footer-bottom {
    position: relative;
    display: block;
    padding: 40.5px 0;
       background-color: #000;
}


.site-footer-bottom__left p {
    font-size: 12px;
    color: #9ca2a9;
    font-weight: 500;
    margin: 0;
}

.site-footer-bottom__left p a {
    color: #dfc066;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer-bottom__left a:hover {
    color: #ffffff;
}

.site-footer-bottom__Right p {
    font-size: 12px;
    color: #dfc066;
    font-weight: 500;
    margin: 0;
    text-align: right;
}

.site-footer-bottom__Right p a {
    color: #9ca2a9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
}

.site-footer-bottom__Right a:hover {
    color: #ffffff;
}













/* Media Queries */

@media (min-width: 1367px) and (max-width: 1919px) {

}

@media (min-width: 992px) and (max-width: 1199px) {
 
}

@media (min-width: 768px) and (max-width: 991px) {

.qut-btn {
    width: 145px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
li.searchBtnTop {
    display: none !important;
}
li.loginbtnTop a {
    color: #1d2228 !important;
}
.extra-icon-box {
    margin-top: 15px !important;
}







  
.top-bar ul {
    text-align: center;
}
.top-bar ul li {    font-size: 11px;}
.searchBarBig h2 {
    font-size: 32px;
}
.slideImgMain {
    padding: 40px 0;
        margin: 0;
    min-height: 250px;
}
.trustedBoxx {
    margin: 0;
    padding: 30px 0 0 0;
    z-index: 1;
}

.content-inner-2 {
    padding: 10px 0 30px 0;
}
.section-head.style-1 h2 {
    font-size: 24px;
    font-weight: 700;
}
.content-inner-2 .investMore p {
    font-size: 20px;
}

.content-inner-2 .investMore .qut-btn {
    width: 178px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}

.ourServices {
    padding: 40px 0 30px 0;
}
.ourServices .smallHeading, .subscribeContacts .smallHeading, .customerReviews .smallHeading {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.ourServices .heading, .subscribeContacts .heading, .customerReviews .heading {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 20px 0;
}


.ourServices .col-lg-3:nth-child(even) {
    margin: 0;
}


.gotAquestion {
    margin: 15px 0 0 0;
    padding: 0 15px;
}
.gotAquestion .row {
    padding: 20px 15px;
}
.gotAquestion .innerBoxxGot h2 {
    font-size: 14px;
}
.gotAquestion .innerBoxxGot h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.content-inner-3 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}

.section-head.style-2 h2 {
    font-size: 24px;
    font-weight: 700;
} 
.investMore {
    margin: 0 0 30px 0;
}
.investMore p {
    font-size: 20px;
}
.investMore .qut-btn {
    width: 178px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
.subscribeContacts {
    padding: 20px 0 30px 0;
}
.content {
    padding: 20px;
}

.content .form-group .form-control {
    height: 40px;
}

.clientslogos {
    padding: 30px 0;
    overflow: hidden;
}

.clientslogos .partnerContent li {
    margin-bottom: 40px;
}
.customerReviews {
    padding: 30px 0;
}


.customerReviews .my-5 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.partnerWithUs {
    padding: 30px 0;
    background: #0e0d0d;
}
.partnerWithUs p {
    font-size: 14px;
    line-height: 26px;
}

.innerTrusted {
    margin: 0 0 15px 0;
    }
.innerTrusted.paddingStyle {
    margin: 0 0 15px 0;
    padding: 30px;
}
.about-bx1 .dz-media {
    width: auto;
    float: none;
}
.about-bx2 .dz-media {
    width: auto;
    float: none;
}
.thinkingInvest {
    padding: 30px 15px;
    background: #dfc066;
}
.thinkingInvest .thinkDscrip {
    text-align: center;
}
.thinkingInvest .thinkDscrip h2 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 34px;
}

.bigTextGolden {
  margin: 0;
    font-size: 50px;
  }

.thinkingInvest .contGolden h2 {
    font-size: 50px;
    line-height: 56px;
}

.site-footer__main {
    padding: 30px 0 91px;
}
.footer-widget__links {
    margin-left: 0;
}

.footer-widget__explore {
 margin-left: 0;
}
.footer-widget__newsletter {
   margin-left: 0;
}
.site-footer-bottom {
    text-align: center;
}
.site-footer-bottom__left p { margin: 10px 0 0 0;}


.site-footer-bottom__Right p {
    text-align: center;
    margin: 10px 0 0 0;
}



}


@media (min-width: 480px) and (max-width: 767px) {


.qut-btn {
    width: 145px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
li.searchBtnTop {
    display: none !important;
}
li.loginbtnTop a {
    color: #1d2228 !important;
}
.extra-icon-box {
    margin-top: 15px !important;
}







  
.top-bar ul {
    text-align: center;
}
.top-bar ul li {    font-size: 11px;}
.searchBarBig h2 {
    font-size: 32px;
}
.slideImgMain {
    padding: 40px 0;
        margin: 0;
    min-height: 250px;
}
.trustedBoxx {
    margin: 0;
    padding: 30px 0 0 0;
    z-index: 1;
}

.content-inner-2 {
    padding: 10px 0 30px 0;
}
.section-head.style-1 h2 {
    font-size: 24px;
    font-weight: 700;
}
.content-inner-2 .investMore p {
    font-size: 20px;
}

.content-inner-2 .investMore .qut-btn {
    width: 178px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}

.ourServices {
    padding: 40px 0 30px 0;
}
.ourServices .smallHeading, .subscribeContacts .smallHeading, .customerReviews .smallHeading {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.ourServices .heading, .subscribeContacts .heading, .customerReviews .heading {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 20px 0;
}


.ourServices .col-lg-3:nth-child(even) {
    margin: 0;
}


.gotAquestion {
    margin: 15px 0 0 0;
    padding: 0 15px;
}
.gotAquestion .row {
    padding: 20px 15px;
}
.gotAquestion .innerBoxxGot h2 {
    font-size: 14px;
}
.gotAquestion .innerBoxxGot h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.content-inner-3 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}

.section-head.style-2 h2 {
    font-size: 24px;
    font-weight: 700;
} 
.investMore {
    margin: 0 0 30px 0;
}
.investMore p {
    font-size: 20px;
}
.investMore .qut-btn {
    width: 178px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
.subscribeContacts {
    padding: 20px 0 30px 0;
}
.content {
    padding: 20px;
}

.content .form-group .form-control {
    height: 40px;
}

.clientslogos {
    padding: 30px 0;
    overflow: hidden;
}

.clientslogos .partnerContent li {
    margin-bottom: 40px;
}
.customerReviews {
    padding: 30px 0;
}


.customerReviews .my-5 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.partnerWithUs {
    padding: 30px 0;
    background: #0e0d0d;
}
.partnerWithUs p {
    font-size: 14px;
    line-height: 26px;
}

.innerTrusted {
    margin: 0 0 15px 0;
    }
.innerTrusted.paddingStyle {
    margin: 0 0 15px 0;
    padding: 30px;
}
.about-bx1 .dz-media {
    width: auto;
    float: none;
}
.about-bx2 .dz-media {
    width: auto;
    float: none;
}
.thinkingInvest {
    padding: 30px 15px;
    background: #e6c966;
}
.thinkingInvest .thinkDscrip {
    text-align: center;
}
.thinkingInvest .thinkDscrip h2 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 34px;
}

.bigTextGolden {
  margin: 0;
    font-size: 50px;
  }

.thinkingInvest .contGolden h2 {
    font-size: 50px;
    line-height: 56px;
}

.site-footer__main {
    padding: 30px 0 91px;
}
.footer-widget__links {
    margin-left: 0;
}

.footer-widget__explore {
 margin-left: 0;
}
.footer-widget__newsletter {
   margin-left: 0;
}
.site-footer-bottom {
    text-align: center;
}
.site-footer-bottom__left p { margin: 10px 0 0 0;}


.site-footer-bottom__Right p {
    text-align: center;
    margin: 10px 0 0 0;
}



}

@media (min-width: 150px) and (max-width: 479px) {

.qut-btn {
    width: 145px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}
li.searchBtnTop {
    display: none !important;
}
li.loginbtnTop a {
    color: #1d2228 !important;
}
.extra-icon-box {
    margin-top: 15px !important;
}







  
.top-bar ul {
    text-align: center;
}
.top-bar ul li {    font-size: 11px;}
.searchBarBig h2 {
    font-size: 32px;
}
.slideImgMain {
    padding: 40px 0;
        margin: 0;
    min-height: 250px;
}
.trustedBoxx {
    margin: 0;
    padding: 30px 0 0 0;
    z-index: 1;
}

.content-inner-2 {
    padding: 10px 0 30px 0;
}
.section-head.style-1 h2 {
    font-size: 24px;
    font-weight: 700;
}
.content-inner-2 .investMore p {
    font-size: 20px;
}

.content-inner-2 .investMore .qut-btn {
    width: 178px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}

.ourServices {
    padding: 40px 0 30px 0;
}
.ourServices .smallHeading, .subscribeContacts .smallHeading, .customerReviews .smallHeading {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.ourServices .heading, .subscribeContacts .heading, .customerReviews .heading {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 20px 0;
}


.ourServices .col-lg-3:nth-child(even) {
    margin: 0;
}


.gotAquestion {
    margin: 15px 0 0 0;
    padding: 0 15px;
}
.gotAquestion .row {
    padding: 20px 15px;
}
.gotAquestion .innerBoxxGot h2 {
    font-size: 14px;
}
.gotAquestion .innerBoxxGot h3 {
    font-size: 24px;
    margin: 0 0 15px 0;
}
.content-inner-3 {
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 20px;
}

.section-head.style-2 h2 {
    font-size: 24px;
    font-weight: 700;
} 
.investMore {
    margin: 0 0 30px 0;
}
.investMore p {
    font-size: 20px;
}
.investMore .qut-btn {
    width: 178px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
.subscribeContacts {
    padding: 20px 0 30px 0;
}
.content {
    padding: 20px;
}

.content .form-group .form-control {
    height: 40px;
}

.clientslogos {
    padding: 30px 0;
    overflow: hidden;
}

.clientslogos .partnerContent li {
    margin-bottom: 40px;
}
.customerReviews {
    padding: 30px 0;
}


.customerReviews .my-5 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.partnerWithUs {
    padding: 30px 0;
    background: #0e0d0d;
}
.partnerWithUs p {
    font-size: 14px;
    line-height: 26px;
}

.innerTrusted {
    margin: 0 0 15px 0;
    }
.innerTrusted.paddingStyle {
    margin: 0 0 15px 0;
    padding: 30px;
}
.about-bx1 .dz-media {
    width: auto;
    float: none;
}
.about-bx2 .dz-media {
    width: auto;
    float: none;
}
.thinkingInvest {
    padding: 30px 15px;
    background: #e6c966;
}
.thinkingInvest .thinkDscrip {
    text-align: center;
}
.thinkingInvest .thinkDscrip h2 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 34px;
}

.bigTextGolden {
  margin: 0;
    font-size: 50px;
  }

.thinkingInvest .contGolden h2 {
    font-size: 50px;
    line-height: 56px;
}

.site-footer__main {
    padding: 30px 0 91px;
}
.footer-widget__links {
    margin-left: 0;
}

.footer-widget__explore {
 margin-left: 0;
}
.footer-widget__newsletter {
   margin-left: 0;
}
.site-footer-bottom {
    text-align: center;
}
.site-footer-bottom__left p { margin: 10px 0 0 0;}


.site-footer-bottom__Right p {
    text-align: center;
    margin: 10px 0 0 0;
}



}
