@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {background: #000; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 400;}
.NavBarCustom .navbar-nav { width: 90%; justify-content: space-between;} 
.navbar-dark .navbar-nav .nav-link {color: #ffffff;}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {color: #E0C884;}
.NavBarCustom  {padding-top: 1rem; padding-bottom: 1rem;}
.customFooter {width: 100%; float: left;  display: flex; position: fixed; bottom: 0; left: 0;}
img  {max-width: 100%;}
a{text-decoration: none;}
.customFooter .footerNav { margin: 0; padding: 0; list-style: none;}
.footerNav li { padding-right: 8%;} 
.footerNav li a{ font-size: 16px; color: #fff;   }
.socialFooter a { width: 32px;  height: 32px; display: inline-block; background: url(../images/facbook.png) no-repeat center center; background-size: 32px; margin: 0 15px;}
.socialFooter a.insta {background-image: url(../images/instagram.png);}
.socialFooter a.twitter {background-image: url(../images/twitter.png);}
.copyRight {color: #7E8085; font-size: 16px;}
.customFooter {padding: 2.5% 0;}
.socialFooter  {align-items: center; justify-content: center;}
.mainContainer {width: 100%; float: left; max-width: 100%; display: flex; justify-content: center; align-items: center;      height: 80vh;}
.LeftContent {width: 45%; float: left; height: 100%;}
.rightContent { width: 55%; float: right ; padding-left: 5%;}
.bannerleft {width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; background-repeat: no-repeat; background-size: contain; background-position: center center; }
.TextContent h3 {font-size: 27px; color: #fff; line-height: 35px; font-weight: normal;}
.TextContent h2 {font-size: 45px; color: #fff; line-height: 52px; font-weight: normal; margin: 2.5% 0;}
.MainHeader {width: 100%; float: left;}
.rightContent h2{ color: #E0C884;font-size: 33px; font-weight: normal; margin-bottom: 30px;}
.textBoxs p {color: #A7A7A7; font-size: 16px; margin: 0 0 20px; line-height: 26px;}
.threeColums {display: flex;width: 100%; }
.ColumsTexts h4{ font-size: 21px; color: #E0C884;margin: 0 0 30px; font-weight: normal;}
.ColumsTexts p {
    
    overflow-y: hidden;
    font-size: 16px;
    color: #A7A7A7;
    line-height: 26px;
    overflow: auto;
    height: 200px;
}
::-webkit-scrollbar {
    width: 10px;
    }
    ::-webkit-scrollbar {
        width: 3px;
      }
      
      /* Track */
      ::-webkit-scrollbar-track {
        background: #f1f1f1; 
      }
       
      /* Handle */
      ::-webkit-scrollbar-thumb {
        background: #888; 
      }
      
      /* Handle on hover */
      ::-webkit-scrollbar-thumb:hover {
        background: #555; 
      }
.ColumsTexts {width: 33.333%; padding-right: 8%;}
.threeColums {margin: 5%  0 0;}
.bottomThreePic img.img-fluid.extentionImg { max-width: 33.3%;width: 100%;height: 220px;}
.bottomThreePic {margin-top: 41px;padding-right: 3%;}
.contactRight { background-color: #ffffff;}
.contactRight form label { color: #000000;font-size: 13px; margin-bottom: 9px;}
.contactRight form input::placeholder,.contactRight form textarea::placeholder {font-size: 12px; font-style: oblique;}
.contactRight form .form-group {padding: 6px 6px 0px;}
.contactRight  h5,.contactRight  h6 {    color: #000000;padding-top: 11px; }
.contactRight.contactRight{color: #000;margin-right: 9%;}
.contactRight p{font-size: 14px;}
.contectRightText h6{padding-left: 0px;}
.contectRightText{padding: 10px;background-color: #E0C884;height: 100%; padding-top: 51px;}
.left-form { padding: 20px;}
h6.icon { font-size: 14px;}
p.smallText { font-size: 12px; margin-bottom: 11px;}
.customFileUpload{position: relative;display: inline;}
.customFileUpload input[type="file"] { width:  109px; height:  109px;position: absolute;bottom: -18px;    left: 0;  line-height: 71px;opacity: 0;}
.customFileUpload img {
    position: relative;
    width: 109px;
    height: 110px;
    top: 0;
   
}
.contactRight form a.btn {
    background-color: #e0c884;
    height: 23px;
    min-width: 100px;
    line-height: 13px;
    font-size: 14px;
    color: #000000;
    padding: 4px;
    border-radius: 8px;
}
.d-flex.submitbtn {
    justify-content: space-around;
    align-items: baseline;
}
.socialFooter.d-flex {display: none !important; visibility: hidden;}
.label{font-size: 13.5px;}
.form{font-size: 12px;
font-style: italic;
margin-right: 4px;}

