@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
:root {
  --color1: #1a1b1c;
  --white: #fff;
  --black1: #000;
  --black2: #282828;
  --gray: #555;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: ##101010;
  background: #fff;
  /* background: #eaeaea; */
}

@media (min-width: 1200px) {
  .container {
    max-width: 1300px !important;
  }
}
/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.custom-container {
  padding-left: 12px;
  padding-right: 12px;
}
.custom-row {
  margin-right: -12px;
  margin-left: -12px;
}
.custom-padding {
  padding-left: 12px;
  padding-right: 12px;
}
.p-0 {
  padding-left: 0;
  padding-right: 0;
}
.p-left-0 {
  padding-left: 0;
}
.p-right-0 {
  padding-right: 0;
}
.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000
}
a {
  font-family: 'Roboto', sans-serif;
  color: #000;
}
a:focus {
  outline: 0 solid !important;
}
a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*================================================
       BACK TO TOP
==================================================*/
.scrollup {
  background: #0e76bc none repeat scroll 0 0;
  border: 1px solid #0e76bc;
  bottom: 38px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 30px;
  text-align: center;
  width: 40px;
  z-index: 99;
}
.scrollup:hover {
  background: #ffffffff;
  color: #000000;
  border: 1px solid #343a40;
  transition: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.back-to-top span {
  padding-bottom: 10px;
}
.back-to-top--active {
  visibility: visible;
  -webkit-animation: back-to-top 0.3s ease-in;
  animation: back-to-top 0.3s ease-in;
  transition: width 2s;
}
/*======================== HEADER STYLE ============================*/
.header-info {
  width: 100%;
  padding: 2px 0;
  position: relative;
}
.new-header {
  background: #fff;
  position: relative;
  width: 100%;
  padding: 5px 0;
}
.select-lang{
  text-align: right;
}
.select-lang a{
  padding: 4px;
  font-size: 13px;
}
.select-lang a:hover{
  background: #0e76bc;
  color: #fff;
}
.lang-active{
  background: #0e76bc;
  color: #fff;
}
.new-logo-area{
  padding-top: 12px;
}
.attr-nav{
  display: inline-block;
}
nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after{
  display: none;
}
.headerMenuBtn i{
  padding-top: 2px;
}
.navbar-right li:first-child a:hover{
  background: #0e76bc !important;
  color: #fff !important;
}
.navbar-right li:nth-child(2) a:hover{
  background: #333 !important;
  color: #fff !important;
}
.navbar-right li:nth-child(3) a:hover{
  background: #61ab45 !important;
  color: #fff !important;
}
.navbar-right li:nth-child(4) a:hover{
  background: #3cb9eb !important;
  color: #fff !important;
}
.menu-tab-nav .nav-link{
  width: auto !important;
  text-align: left !important;
  font-size: 19px;
  color: #0e76bc !important;
}
.menu-tab-nav a:hover{
  background: #f4f4f4 !important;
}
.menu-tab-nav a.active{
  background: #0e76bc !important;
  color: #fff !important;
}
.menu-tab-nav .nav-tabs {
  border-bottom: 1px solid #0e76bc;
}
.nav-tabs .nav-link{
  border: none;
  margin-right: 2px;
}
#nav-home-tab, #nav-profile-tab, #nav-contact-tab{
  padding: 10px 24px !important;
  margin-bottom: 0;
  font-weight: 300;
}
#nav-home-tab:hover, #nav-profile-tab:hover, #nav-contact-tab:hover{
  background: #f4f4f4 !important;
  color: #0e76bc !important;
  margin-bottom: 0;
}
.tab-item-dropdown .dropdown-menu{
  text-align: left !important;
  left: 0;
  top: 46px;
}
.tab-item-dropdown .dropdown-menu a{
  text-align: left !important;
}
@media (min-width: 992px){
  .tab-item-dropdown .dropdown-menu{
    text-align: left !important;
    min-width: 14rem !important;
    left: 0 !important;
    top: 46px !important;
    margin-top: 0;
  }
  .mt-item{
    padding: 6px 8px !important;
  }
}
#dropdownMenuButton{
  background: #fff;
  color: #2d53a4;
  border: none;
  font-size: 15px;
  font-weight: 300;
}
#dropdownMenuButton:focus{
  box-shadow: none;
}
#dropdownMenuButton:hover{
  background: #f1f1f1;
}
.tab-content{
  padding-top: 10px;
  display: inline-block;
}
#mt-item{
  display: inline-block !important;
  text-align: left !important;
  color: #2d53a4 !important;
  background: #fff !important;
  font-size: 15px !important;
  padding: 6px 8px !important;
  width: auto !important;
  font-weight: 300;
}
#mt-item:hover{
  background: #f1f1f1 !important;
}
.tab-item-dropdown{
  display: inline-block !important;
}
/*----------------------------------
          	SIDE NAV
-----------------------------------*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 111;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow: -20px 0px 23px 0 rgb(0 0 0 / 30%);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav .closebtn:hover{
  color: #333 !important;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0;}
  .sidenav a {font-size: 18px;}
}
.academy-logo{
  background: #efefef;
  padding: 50px 0;
  text-align: center;
}
.academy-logo img{
  width: 300px;
}
.academy-body{
  background: #61aa45;
  color: #fff;
  padding: 28px;
}
.academy-body h2{
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  font-weight: normal;
}
.list-group {
    padding-left: 0;
    margin-bottom: 24px;
    margin-top: 30px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 24px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group .list-group-item {
    color: #303030;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
.sign-in-btn{
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 18px !important;
  line-height: 1.3333333;
  border-radius: 6px;
  color: #333 !important;
  background-color: #fff;
  border-color: #ccc;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.sign-in-btn:hover{
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.academy-side-nav{
  background: #61aa45;
  height: 100%;
}
.intranet-side-nav{
  background: #3cb9eb;
}
.intranet-side-nav .academy-body{
  background: #3cb9eb;
}
.intranet-side-nav .academy-body p{
  color: #fff;
  font-size: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 16px;
}
.academy-body img{
  max-width: 380px;
  width: 100%;
  margin: -70px auto 10px;
  display: block;
}
.headerMenuBtn{
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 6px solid #0e76bc;
  transition: .1s;
  float: right;
}
.headerMenuBtn:hover{
  border: 8px solid #0e76bc;
}
.sunlite-side-nav{
  height: 100%;
  background: #fff;
  padding: 15px;
  box-shadow: -20px 0px 23px 0 rgb(0 0 0 / 30%);
}
.sunlite-logo{
  background: #0e76bc;
  margin: -15px;
  padding: 15px;
  text-align: center;
}
.sunlite-logo img{
  width: 110px;
  height: 110px;
  box-shadow: none;
  border: 8px solid #0c629c;
  border-radius: 50%;
  margin-bottom: 15px;
}
.sunlite-logo h4{
  color: #fff;
  font-size: 20px;
}
.sunlite-body{
  background: #fff;
  margin-top: 30px;
}
.sunlite-body-ul{
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 10px;
}
.sunlite-body-ul li {
  margin-right: 15px;
  list-style-type: none;
}
.sunlite-body-ul li a {
  padding: 7px 15px !important;
  position: relative;
  display: block;
  color: #0e76bc;
  font-size: 15px;
  transition: .1s;
}
.sunlite-body-ul li a:hover{
  background: #efefef;
  color: #0e76bc;
}
.sunlite-side-nav .closebtn{
  color: #fff;
}
#sign-out-btn{
  background-color: #0e76bc;
  border-color: #0e76bc;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 15px;
  border-radius: 6px;
  padding: 6px;
  margin-top: 20px;
}
#sign-out-btn:hover{
  background: #204d74;
}
#contact-btn{
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  text-align: center;
  width: 100%;
  font-size: 15px;
  border-radius: 6px;
  padding: 6px;
  margin-top: 20px;
}
#contact-btn:hover{
  background: #efefef;
}
#mySidebar, #mySidenav3, #mySidenav2 {
  background: rgba(0, 0, 0, .4);
  position: fixed;
  top: 0;
  width: 100%;
  right: -100%;
  height: 100%;
  transition: .5s;
  overflow-x: hidden;
  width: 300px;
  z-index: 999;
}
#mySidenav3, #mySidenav2{
  width: 600px;
}
/* ================== BREADCRUMB =================== */
.Wrapper_PageBanner {
    width: 100%;
    max-width: 1600px;
    padding: 0;
    position: relative;
}
.Wrapper_PageBanner img {
    max-width: 100%;
    margin-top: -30px;
}
/* =================== body-side-menu-ul ================ */
.dashboard-body-wrapper{
  padding: 30px 0;
}
.body-side-menu h3{
  font-weight: 300;
  font-size: 25px;
  margin-bottom: 0;
  color: #333;
}
.body-side-menu-ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.body-side-menu-ul li a{
  color: #0e76bc;
  background: #fff;
  display: block;
  width: 100%;
  padding: 5px 6px;
  border-radius: 4px;
  font-weight: 300;
}
.body-side-menu-ul li a:hover {
  background: #efefef;
}
/* Dropdown Button */
.dropbtn {
  background-color: #FFF;
  padding: 5px 3px;
  color: #0e76bc;
  border-radius: 4px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  text-align: left;
  font-weight: 300;
}
.dropbtn i{
  font-size: 14px;
  padding-left: 3px;
}
.dropbtn .fa-caret-down{
  font-size: 12px;
}
.dropbtn:hover, .dropbtn:focus {
  background-color: #efefef;
}
.dropdown-body-left {
  display: block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 192px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #333;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ddd}
.show {display:block;}
/*----------------------------------
	Animation Top
-----------------------------------*/
@-webkit-keyframes animationTop {
	49% {-webkit-transform: translateY(100%);}
	50% {opacity: 0;-webkit-transform: translateY(-100%);}
	51% {opacity: 1;}
}
@keyframes animationTop {
	49% {transform: translateY(100%);}
	50% {opacity: 0;transform: translateY(-100%);}
	51% {opacity: 1;}
}
.logo-area {
  background: #4267B2;
  padding: 15px 0;
}
.header-banner {
  text-align: right;
  padding-top: 6px;
}
.main-logo {
 text-align: center;
}
.m-logo{
  display: none;
}
.sticky-logo {
  margin-right: 15px;
}
.sticky-wrapper .sticky-logo {
  display: none;
}
.is-sticky .sticky-logo {
  display: block;
  transition: 0.5s;
}
.sticky-logo img {
  height: 47px;
}

/*----------------------------------
            SIGN IN PAGE
-----------------------------------*/
.signing-btns{
  padding-top: 18px;
}
.sign-up-btn{
  padding: 20px;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.sign-up-btn:hover{
  background: #0e76bc;
  color: #fff;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.form-group label{
  font-weight: 600;
}
.sign-in-submit{
  width: 100%;
  background: #333;
  border-color: #333;
  padding: 8px 0;
  font-size: 18px;
  margin-top: 6px;
  margin-bottom: 18px;
}
input[type=radio], input[type=checkbox] {
    display: none;
    margin: 10px;
}
input[type=radio] + label {
    display: inline-block;
    margin: 0 2px 5px 0;
    padding: 5px 10px 5px 10px;
    background-color: #efefef;
    border: none;
    cursor: pointer;
    font-size: 1em;
}
input[type=radio] + label:hover, input[type=checkbox] + label:hover, input[type=checkbox]:checked + label:hover {
    background: #202020;
    color: #fff;
}
input[type=radio]:checked + label {
    background-image: none;
    background-color: #0e76bc;
    color: #fff;
    cursor: default;
}
/*----------------------------------
            SIGN UP PAGE
-----------------------------------*/
.signup-body-wrapper{
  padding: 30px 0;
}
.signup-left i{
  font-size: 64px;
  color: #0e76bc;
}
.signup-left h3{
  font-size: 26px;
  color: #0e76bc;
  font-weight: 100;
  margin: 12px 0 24px;
}
.signup-left h4{
  font-size: 22px;
  font-weight: 100;
}
.form-group .help-block{
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #777;
  display: block;
  margin-top: 10px;
}
.form-group h5{
  font-size: 17px;
  font-weight: 300;
  color: #0e76bc;
}
.help-block a{
  color: #0e76bc;
}
.sign-up-form h4{
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 24px;
}
.sign-up-form h4 a{
  color: #0e76bc;
}
.sign-up-form span{
  font-weight: 300;
  color: #555;
}
.g-recaptcha{
  margin-bottom: 20px;
  margin-top: 24px;
}
/*----------------------------------
          PROFILE PAGE
-----------------------------------*/
.profile-body-right h4{
  font-weight: 100;
  margin-bottom: 24px;
  font-size: 20px;
}
.profile-body-right h4 b{
  font-weight: 600;
}
.profile-body-right p{
  font-weight: 300;
  margin: 0;
}
.profile-body-right p b{
  font-weight: 600;
}
.profile-body-right h3{
  font-weight: 100;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 24px;
  color: #0e76bc;
  margin-top: 34px;
}
.form-control{
  border-color: #0e76bc;
  font-size: 15px;
  font-weight: 300;
}
#ProfilePhotoHolder_NoPhoto{
  padding: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 50%);
    border: 1px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
#ProfilePhotoHolder_NoPhoto h4{
  font-weight: 300;
  margin: 0;
  padding: 12px;
}
#ProfilePhotoHolder_NoPhoto h4 i{
  padding-right: 6px;
}
.alert-warning h3{
  font-size: 24px;
  line-height: 26px;
  color: #333;
  font-weight: 100;
  margin: 0;
  margin-bottom: 20px;
}
.alert-warning p{
  font-weight: 300;
  font-size: 14px;
  color: #666;
}
#UploadPhoto{
  background: #303030;
  color: #fff;
  font-size: 15px;
}
#UploadPhoto:hover{
  background: #101010;
}
/*----------------------------------
            FOOTER
-----------------------------------*/
.footer-wrapper{
  border-top: 4px solid #efefef;
  padding: 12px 0;
}
.footer-right{
  text-align: right;
}
.footer-right img{
  width: 194px;
}
.footer-left{
  padding-top: 6px;
}
.footer-left a{
  color: #0e76bc;
  font-weight: 300;
  font-size: 15px;
  padding-top: 3px;
}
.footer-left span{
  font-weight: 300;
  font-size: 15px;
}
.footer-left p{
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  margin: 0;
}
/* ========================= Mortgage Web ====================== */
.web-parts-area h4{
  color: #0e76bc;
  font-weight: 100;
}
.web-parts-area p{
  font-weight: 300;
  font-size: 19px;
}
.web-part {
  min-height: 170px;
  width: 100%;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #efefef;
  font-weight: 300;
  font-size: 15px;
}
.WebPartButton {
  border: 1px solid #c0c0c0;
  width: 100%;
  background: #fff;
  color: #707070;
  padding: 3px;
  margin: 0 0 10px 0;
  font-size: 1em;
}
.checked {
    background: #0e76bc;
    color: #fff;
}
.WebPartButton:hover{
  background: #005a97;
  cursor: pointer;
  color: #fff;
}
.custom-switch .custom-control-label::before{
  width: 60px;
  height: 28px;
  border-radius: 14px;
}
.custom-switch .custom-control-label::after{
  top: calc(0.25rem + 3px);
  left: calc(-2.25rem + 4px);
  width: calc(2rem - 10px);
  height: calc(2rem - 10px);
  border-radius: 14px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(1.93rem);
}
.custom-switch{
  padding-left: 0;
  padding-bottom: 8px;
}
.custom-control-input:checked~.custom-control-label::before {
  border-color: #0e76bc;
  background-color: #0e76bc;
}
.btn-primary{
  border-color: #0b79c3;
  background-color: #0b79c3;
}
.WebPartButton:hover{
  background: #01538b;
}
.utube-edit{
  width: 100%;
  padding: 2px;
  background: #25b3dd;
  border-color: #25b3dd;
  font-weight: 300;
  margin-top: 4px;
  font-size: 14px;
}
.utube-edit:hover{
  background: #1092b9;
}
.web-part input{
  height: 28px;
}
/* ========================== ADD CONTENT PAGE ========================= */
.content{
  padding: 14px;
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #3c8dbc;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 14px rgba(0,0,0,0.1);
}
.content .form-control{
  height: 32px;
  font-size: 15px !important;
  line-height: 15px;
  border-color: #cfcfcf;
  border-radius: 0;
}
.content .form-group label {
  font-size: 15px;
  color: #444;
}
.box-title{
  font-size: 18px;
  color: #444;
}
.content .form-group input[type=radio], .content .form-group input[type=checkbox]{
  display: inline-block;
}
.content .form-group #BGImage{
  display: block;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-red {
    color: #dd4b39 !important;
}
.well {
    min-height: 20px;
    padding: 9px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
.btn-flat{
  font-size: 12px;
  width: 75px;
  padding: 1px 0;
  border-radius: 0;
  margin: 0 !important;
  color: #fff;
}
th{
  font-size: 15px;
}
td{
  font-size: 14px;
}
td a{
  color: #72afd2;
  font-size: 14px;
}
.form-group-srch{
  margin-right: 4px;
}
.btn-for-srch{
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 0;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb li a {
    color: #3c8dbc;
    font-size: 14px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.box-header>.box-tools {
    position: absolute;
    right: 10px;
    top: -8px;
}
.no-margin {
    margin: 0 !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
/* ============================================ */
.title-wrapper{
  background-image: url("../../media/common/title-banner.jpg");
  background-position: center;
  background-size: cover;
}
.title-wrapper-add-content{
  background-image: url("../../media/common/add-content.jpg");
}
.title-wrapper-content{
  background-image: url("../../media/common/contents.jpg");
}
.title-wrapper-t{
  background-image: url("../../media/common/t.jpg");
}
.title-wrapper-signin{
  background-image: url("../../media/common/sign-in.jpg");
}
.title-wrapper-signup{
  background-image: url("../../media/common/sign-up.jpg");
}
.title-area{
  height: 158px;
  position: relative;
  margin-bottom: 38px;
  padding: 60px 0;
  background: #000000a1;
}
.common-heading-text {
  line-height: 62px;
  margin-bottom: 0;
  font-size: 62px;
  position: absolute;
  top: 64%;
  font-weight: 100;
}
.common-heading-text span {
  color: #ffffff;
  background: #ffab35;
  padding: 16px 40px 16px 24px;
  line-height: 62px;
  display: inline-block;
  position: relative;
}
.common-heading-text span:before {
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  left: 100%;
  top: 0;
  border-top: 94px solid #ffab35;
  border-right: 74px solid transparent;
  border-bottom: 0;
  border-left: 0;
}
.breadcrumb-title {
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  background: none;
  margin: 0;
  border-radius: 0;
}
.breadcrumb-title a{
color: #ffab35;
}
.breadcrumb-title span {
  position: relative;
  text-align: center;
  padding: 0 10px;
}
.common-heading-text span img{
height: 54px;
margin-top: -10px;
}
.breadcrumb-title span::before {
  content: ">";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
