@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,300italic,600,600italic,700,700italic);
 html, body {
     margin: 0;
     padding: 0;
     height: 100%;
     background: #ffffff;
     font-family: 'Open Sans', sans-serif !important;
}
 *{
     box-sizing:border-box;
}
 p{
     line-height: 22px;
     font-style: normal;
     font-weight: normal;
     font-size: 14px;
     color: #4c4c4c;
     width: 100%;
     float: left;
     margin: 0px;
}
 .container, .container-lg, .container-md, .container-sm, .container-xl {
     max-width: 1170px;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
/* Scrollbar Styling */
 ::-webkit-scrollbar {
     width: 6px;
     height: 6px;
}
 ::-webkit-scrollbar-track {
     background-color: #ebebeb;
     -webkit-border-radius: 10px;
     border-radius: 10px;
     height: 6px;
}
 ::-webkit-scrollbar-thumb {
     -webkit-border-radius: 10px;
     border-radius: 10px;
     background: #a5a5a5;
     height: 6px;
}
 a, a:hover {
     color: #ffb677;
     text-decoration: none;
     cursor: pointer;
}
 /* .row{
     display: -ms-flexbox;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -15px;
     margin-left: -15px;
} */
 .width-1-2{
     max-width: 50%;
     float: left;
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
}
 .width-1-3{
     max-width: 33.33%;
     float: left;
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
}
 .width-1-4{
     max-width: 25%;
     float: left;
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
}
 .width-1-5{
     max-width: 20%;
     float: left;
     position: relative;
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
}
 .radio-theme {
     padding-left: 20px !important;
     margin-top: 0px;
}
 .radio-theme label {
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding-left: 9px;
     cursor: pointer;
     font-size: 14px;
     line-height: 22px;
     margin: 0px;
     color: #3E3E3D;
     font-weight: 600;
}
 .radio-theme label::before {
     content: "";
     display: inline-block;
     position: absolute;
     width: 16px;
     height: 16px;
     left: 2px;
     margin-left: -20px;
     margin-top: 1px;
     border: 1px solid #a5a5a5;
     border-radius: 50%;
     background-color: #fff;
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
 .radio-theme input[type="radio"] {
     opacity: 0;
     z-index: 1;
     margin: 0px 0px 0px -17px;
     cursor: pointer;
}
 .radio-theme input[type="radio"].styled:checked + label:after {
     content: "";
     display: inline-block;
     position: absolute;
     width: 10px;
     height: 10px;
     left: 2px;
     margin-left: -18px;
     margin-top: 3px;
     border: 2px solid #fff;
     border-radius: 50%;
     background-color: #1c4386;
     -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
     transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
 .radio-theme input[type="radio"].styled:checked + label:before {
     border: 1px solid #1c4386;
}
 .pink-btn{
     background: #ffb677 !IMPORTANT;
     color: #14453d !important;
     border: none !important;
}
 .pink-btn:hover{
     background: #ffb677;
     color: #14453d;
}
 .green-btn{
     background: #ffffff1a;
     color: #ffb677;
}
 .green-btn:hover{
     background: #ffffff33;
     color: #ffb677;
}
 .menu-toggler {
     border-radius: 180px;
     float: right;
     height: 18px;
     width: 20px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
     margin: 11px 10px;
     z-index: 1;
     position: absolute;
     right: 0px;
}
 .menu-toggler .bar1, .menu-toggler .bar2, .menu-toggler .bar3 {
     width: 20px;
     height: 2px;
     background-color: #ffb677;
     margin: 2px 0;
     transition: 0.4s;
     float: left;
}
 .header-theme.menu-toggler-active .menu-toggler .bar1 {
     -webkit-transform: rotate(-45deg) translate(-4px, 6px);
     transform: rotate(-45deg) translate(-4px, 4px);
}
 .header-theme.menu-toggler-active .menu-toggler .bar2 {
     opacity: 0;
}
 .header-theme.menu-toggler-active .menu-toggler .bar3 {
     -webkit-transform: rotate(45deg) translate(-4px, -6px);
     transform: rotate(45deg) translate(-5px, -4px);
}
 .menu-toggler-2 {
     border-radius: 180px;
     float: right;
     height: 18px;
     width: 20px;
     text-align: center;
     display: inline-block;
     vertical-align: top;
     border: none !important;
     box-shadow: none !important;
     outline: none !important;
     margin: 11px 10px;
     z-index: 1;
     top: 20px;
     right: 15px;
     position: absolute;
}
 .menu-toggler-2 .bar1, .menu-toggler-2 .bar2, .menu-toggler-2 .bar3 {
     width: 20px;
     height: 2px;
     background-color: #ffb677;
     margin: 2px 0;
     transition: 0.4s;
     float: left;
}
 .menu-toggler-2.menu-toggler-active .bar1 {
     -webkit-transform: rotate(-45deg) translate(-4px, 6px);
     transform: rotate(-45deg) translate(-4px, 4px);
}
 .menu-toggler-2.menu-toggler-active .bar2 {
     opacity: 0;
}
 .menu-toggler-2.menu-toggler-active .bar3 {
     -webkit-transform: rotate(45deg) translate(-4px, -6px);
     transform: rotate(45deg) translate(-5px, -4px);
}
 .header-theme{
     width: 100%;
     position: relative;
     float: left;
     padding-bottom: 0px;
     z-index: 20;
     background: #14453d;
}
 body.header-fixed .header-theme, .header-theme.header-theme-inner{
     background: #ffffff;
}
 .header-theme-content{
     width: 100%;
     position: relative;
     float: left;
     display: flex;
     padding: 20px 0px;
     border-bottom: 1px solid #ffffff5e;
}
 .header-theme-content .header-logo{
     width: auto;
     float: left;
}
 .header-theme-content .header-logo img{
     float: left;
     height: 64px;
     width: auto;
}
 .nav-menu{
     width: 100%;
     float: left;
     position: relative;
     text-align: left;
     white-space: nowrap;
}
 .nav-menu .header-menu{
     margin: 12px 0px;
     width: auto;
     float: right;
     text-align: right;
     padding: 0px;
     list-style: none;
}
 .nav-menu .header-menu .nav-list{
     display: inline-block;
     vertical-align: top;
     position: relative;
     margin-left: 15px;
}
 .nav-menu .header-menu .nav-list .nav-item{
     color: #ffffff;
     font-size: 14px;
     line-height: 40px;
     float: left;
     position: relative;
     font-weight: normal;
     padding: 0px 0px;
     letter-spacing: 0px;
}
 .nav-menu .header-menu .nav-list .nav-item.login-btn{
     padding: 0px 15px;
     border: 1px solid #ffffff54;
     border-radius: 6px;
     line-height: 38px;
}
 .nav-menu .header-menu .nav-list .nav-item.login-btn:hover{
     background: #ffb677;
     color: #14453d;
}
 .nav-menu .header-menu .nav-list .nav-item.login-btn:before{
     display:none;
}
 .nav-menu .header-menu .nav-list.dropdown:hover .dropdown-content{
     display: block;
}
 .nav-menu .header-menu .nav-list .dropdown-content {
     display: none;
     position: absolute;
     background-color: #ffffff;
     min-width: 160px;
     box-shadow: 0 8px 16px 0 #00000033;
     z-index: 1;
     top: 40px;
     left: 0px;
}
 .nav-menu .header-menu .nav-list .dropdown-content .sub-item{
     color: #00222b !important;
     padding: 10px 15px;
     text-decoration: none;
     text-align: left;
     width: 100%;
     display: inline-block;
     vertical-align: top;
     font-size: 14px;
     line-height: 20px;
     float: left;
     position: relative;
}
 .nav-menu .header-menu .nav-list .dropdown-content .sub-item + .sub-item {
     border-top: 1px solid #dcdcdc;
}
 .nav-menu .header-menu .nav-list .dropdown-content .sub-item:hover{
     color: #ffb677 !important;
     background: #ffffff;
}
 .nav-menu .header-menu .nav-list .nav-item:before{
     content:"";
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     width: 0px;
     height: 2px;
     background: #ffb677;
     position: absolute;
     bottom: 0px;
     left: 0px;
}
 .nav-menu .header-menu .nav-list.active .nav-item, .nav-menu .header-menu .nav-list:hover .nav-item{
     color: #ffb677;
}
 .nav-menu .header-menu .nav-list.active .nav-item:before, .nav-menu .header-menu .nav-list:hover .nav-item:before{
     content:"";
     width: 100%;
}
 .nav-menu .nav-btn{
     color: #ffffff;
     font-size: 14px;
     line-height: 40px;
     float: none;
     position: relative;
     background: #ffb677;
     padding: 0px 12px 0px 20px;
     border-radius: 4px;
     display: inline-block;
     vertical-align: top;
     text-transform: uppercase;
     font-weight: 600;
     margin-left: 25px;
}
 .nav-menu .nav-btn .fa{
     font-weight: normal;
     margin-left: 5px;
}
 .nav-menu .nav-btn .qty{
     background: #2b6ad5;
     position: absolute;
     line-height: 24px;
     width: 24px;
     text-align: center;
     font-size: 13px;
     border-radius: 180px;
     left: -12px;
     top: 50%;
     margin-top: -12px;
}
 .theme-banner-group{
     width: 100%;
     position: relative;
     float: left;
     background: #14453d;
}
 .theme-banner-group .theme-banner-content{
     width: 100%;
     position: relative;
     float: left;
     padding: 00px 0px 0px 0px;
     display: table;
     height: 100%;
     z-index: 1;
}
 .theme-banner-group .theme-banner-content .theme-center-content{
     color: #fff;
     position: relative;
}
 .theme-banner-group .theme-banner-content .theme-right-content{
     position: relative;
     width: 40%;
     text-align: center;
     display: table-cell;
     vertical-align: middle;
     padding-top: 40px;
}
 .theme-banner-group .theme-banner-content .theme-right-content .banner-image{
     text-align: center;
     width: 100%;
     position: relative;
}
 .theme-banner-group .theme-banner-content .theme-right-content .banner-image img{
     position: relative;
     display: inline-block;
     vertical-align: top;
     max-width: 500px;
     width: 100%;
}
 .theme-banner-group .theme-banner-content .theme-left-content{
     position: relative;
     width: 60%;
     text-align: left;
     display: table-cell;
     vertical-align: middle;
     padding-bottom: 120px;
     text-align: left;
}
 .theme-banner-group .theme-banner-content .theme-left-content .banner-title{
     width: 100%;
     position: relative;
     float: left;
     font-weight: 800;
     font-size: 40px;
     line-height: 60px;
}
 .theme-banner-group .theme-banner-content .theme-left-content .banner-subtitle{
     width: 100%;
     position: relative;
     float: left;
     font-weight: 600;
     font-size: 30px;
     line-height: 50px;
     color: #ffb677;
}
 .theme-banner-group .theme-banner-content .theme-left-content .banner-btns{
     width: 100%;
     position: relative;
     float: left;
     margin-top: 30px;
}
 .single-quickview-box{
     width: calc(50% - 20px);
     float: left;
     position: relative;
     height: 180px;
     margin: 10px 10px 10px 10px;
}
 .single-quickview-box .quickview-image-group{
     position: absolute;
     top: 0px;
     height: 100%;
     width: 100%;
     overflow: hidden;
     border: 2px solid #fff;
}
 .single-quickview-box .quickview-image-group .banner-image{
     width: 100%;
     position: absolute;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     right: 0px;
     top: 0px;
     height: 100%;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     transition: all 0.5s;
}
 .single-quickview-box:hover .quickview-btn{
     background: #7bbcc5;
     color: #fff;
}
 .single-quickview-box:hover .quickview-image-group .banner-image{
     transform: scale(1.1, 1.1);
}
 .single-quickview-box .quickview-btn{
     background: #ffffff;
     position: absolute;
     bottom: -11px;
     left: 50%;
     padding: 0px 25px;
     color: #14453d;
     line-height: 26px;
     font-size: 14px;
     border: 1px solid #ffffff;
     -webkit-transform: translateX(-50%);
     -ms-transform: translateX(-50%);
     transform: translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     -o-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
     white-space: nowrap;
}
 .white-group{
     width: 100%;
     position: relative;
     float: left;
     padding: 25px 0px;
     min-height: 500px;
}
 .section-title{
     width: 100%;
     position: relative;
     float: left;
     font-weight: 600;
     font-size: 28px;
     margin-bottom: 15px;
     color: #14453d;
} 
 .section-subtitle{
     width: 100%;
     position: relative;
     font-weight: 600;
     font-size: 22px;
     margin-bottom: 15px;
     color: #14453d;
     display: inline-block;
     vertical-align: top;
} 
 .about-group.about-group-inner{background: #00000005;padding: 30px 30px;margin-bottom: 30px;border-radius: 25px;}
 .about-group{
     width: 100%;
     position: relative;
     float: left;
}
 .about-group .about-content{
     width: 100%;
     position: relative;
     float: left;
     padding: 0px 120px;
     display: flex;
}
 .about-group .about-content p{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 15px;
     line-height: 25px;
     margin-bottom: 10px;
     color: #464646;
}
 .about-group .about-content .user-name{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 28px;
     color: #14453d;
     font-weight: 600;
}
 .about-group .about-content .user-designation{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 15px;
     margin-bottom: 20px;
     color: #ffb677;
     font-weight: normal;
}
 .about-group .user-content{
     width: 100%;
     position: relative;
     float: left;
     text-align: left;
}
 .about-group .about-content .about-image{
     padding-right: 60px;
}
 .about-group .about-content .about-image img{
     max-width: 280px;
     min-width: 280px;
}   
 .theme-form-group{
     width: 100%;
     position: relative;
     float: left;
     text-align: center;
}
 .theme-form{
     width: 100%;
     position: relative;
     float: none;
     max-width: 70%;
     display: inline-block;
     vertical-align: top;
     margin-top: 25px;
}
 .theme-form .form-group{
     width: 100%;
     padding: 0px 10px;
     float: left;
     margin-bottom: 26px;
     text-align: center;
}
 .theme-form .form-group.width-50{
     width: 50%;
}
 .theme-form .form-group .form-control{
     height: 40px;
     border: 1px solid #eaeaea;
     background: white;
     font-size: 13px;
     width: 100%;
     float: left;
     font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
     outline: none;
     box-shadow: none;
     border-radius: 0px;
     text-align: left;
     padding: 10px 16px;
     line-height: 18px;
}
 .theme-form .form-group .form-control:focus{
     border: 1px solid #ffb677;
}
 .theme-form .form-group textarea.form-control{
     min-height: 120px;
     resize: none;
}
 .theme-form .form-group .btn-send{
     color: #ffffff;
     font-size: 14px;
     line-height: 40px;
     float: none;
     position: relative;
     background: #ffb677;
     padding: 0px 25px;
     border-radius: 0px;
     display: inline-block;
     vertical-align: top;
     text-align: center;
     min-width: 150px;
     letter-spacing: 2px;
     text-transform: uppercase;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}
 .theme-form .form-group .btn-send:hover{
     background: #6da4ad;
} 
   
 .theme-banner-footer{
     position: absolute;
     bottom: 0px;
     height: 100px;
     background: #fff;
     width: 100%;
     left: 0px;
}
 .theme-banner-footer:before{
     content:"";
     background: #ffb677;
     position: absolute;
     width: 50%;
     right: 0px;
     height: 100%;
}
 .theme-banner-footer:after{
     content:"";
}
 .theme-banner-footer .theme-banner-footer-content{
     width: 100%;
     height: 100px;
     float: left;
}
 .theme-banner-footer .theme-banner-footer-content .theme-banner-footer-left-content{
     height: 100px;
     float: left;
     width: 50%;
     position: relative;
}
 .theme-banner-footer .theme-banner-footer-content .theme-banner-footer-left-content img{
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     position: absolute;
     bottom: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     padding: 20px;
}
 .benefits-group{
     width: 100%;
     position: relative;
     float: left;
}
 .benefits-content{
     width: 100%;
     position: relative;
     float: left;
     margin-bottom: 30px;
}
 .benefits-content .benefit-title{
     width: 100%;
     position: relative;
     float: left;
     font-weight: normal;
     font-size: 18px;
     margin-bottom: 10px;
     color: #ffb677;
}
 .benefits-content .benefit-ul{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
}
 .benefits-content .benefit-ul li{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     padding-left: 26px;
     font-size: 15px;
     line-height: 25px;
     margin-bottom: 10px;
     color: #14453d;
     font-weight: 600;
}
 .benefits-content .benefit-ul li:before{
     content:"";
     background: #ffb677;
     width: 8px;
     height: 8px;
     position: absolute;
     top: 8px;
     left: 8px;
     border-radius: 50%;
}
 .btn-common{
     font-size: 14px;
     line-height: 39px;
     display: inline-block;
     padding: 0px 40px;
     border-radius: 6px;
     font-weight: 600;
}
 .btn-center-group{
     width: 100%;
     position: relative;
     float: left;
     text-align: center;
     margin: 25px 0px;
}
 .btn-center-group .btn{
     display: inline-block;
     vertical-align: top;
     border: 1px solid #0003;
}
 .aim-objective-group{
     width: 100%;
     position: relative;
     float: left;
     margin-top: 50px;
}
 .aim-objective-group .aim-objective-center{
     display: table-cell;
     vertical-align: middle;
}
 .aim-objective-group .aim-objective-content{
     width: 100%;
     position: relative;
     height: 100%;
     display: table;
}
 .aim-objective-group .aim-objective-content .aim-objective-left .aim-objective-box{
     padding-right: 200px;
}
 .aim-objective-group .aim-objective-content .aim-objective-right .aim-objective-box{
     padding-left: 175px;
     direction: rtl;
     text-align: right;
}
 .aim-objective-group .aim-objective-content .aim-objective-left{
     width: 50%;
     position: relative;
     display: table-cell;
     background: #ffb677;
}
 .aim-objective-group .aim-objective-content .aim-objective-right{
     width: 50%;
     position: relative;
     display: table-cell;
     background: #14453d;
}
 .aim-objective-group .aim-objective-content .aim-objective-box{
     width: 100%;
     position: relative;
     display: table;
     padding: 30px;
     min-height: 160px;
     padding-top: 20px;
     padding-bottom: 20px;
     overflow: hidden;
}
 .aim-objective-group .aim-objective-content .aim-objective-box + .aim-objective-box{
     border-top: 1px solid #00000021;
}
 .aim-objective-group .aim-objective-content .aim-objective-box .aim-objective-img{
     display: table-cell;
     vertical-align: middle;
     padding-right: 20px;
}
 .aim-objective-group .aim-objective-content .aim-objective-box .aim-objective-img img{
}
 .aim-objective-group .aim-objective-content .aim-objective-box .aim-objective-title{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 20px;
     line-height: 25px;
     margin-bottom: 5px;
     color: #14453d;
     font-weight: 600;
}
 .aim-objective-group .aim-objective-content .aim-objective-box .aim-objective-description{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 13px;
     line-height: 20px;
     color: #14453d;
}
 .aim-objective-group .aim-objective-image{
     position: absolute;
     top: -40px;
     width: 500px;
     left: 50%;
     margin-left: -250px;
}
 .aim-objective-group .aim-objective-image img{
     width: 100%;
     float: left;
}
 .aim-objective-group .aim-objective-content .aim-objective-right .aim-objective-box .aim-objective-img{
     padding-left: 20px;
     padding-right: 0px;
}
 .aim-objective-group .aim-objective-content .aim-objective-right .aim-objective-box .aim-objective-title{
     color: #ffb677;
     direction: initial;
}
 .aim-objective-group .aim-objective-content .aim-objective-right .aim-objective-box .aim-objective-description{
     color: #ffffff;
     direction: initial;
}
 .aim-objective-group .btn-center-group{
     margin-top: -30px;
     z-index: 1;
}
 .recenteevents-group{
     width: 100%;
     position: relative;
     float: left;
     background: #14453d;
     margin: 50px 0px;
}
 .recenteevents-content{
     width: 100%;
     position: relative;
     float: left;
     padding-left: 500px;
}
 .recenteevents-group .recenteevents-leftcontent{
     width: 500px;
     position: absolute;
     float: left;
     height: 100%;
     display: table;
     left: 0px;
}
 .recenteevents-group .recenteevents-leftcontent:before{
     content:"";
     position: absolute;
     width: 100%;
     background-image: url(../images/zaufali-nam-background-image.png);
     background-size: cover;
     background-repeat: no-repeat;
     height: 100%;
}
 .recenteevents-group .recenteevents-leftcontent .recenteevents-content2{
     display: table-cell;
     width: 100%;
     height: 100%;
     position: relative;
     vertical-align: middle;
     text-align: center;
}
 .recenteevents-group .recenteevents-leftcontent .fa{
     color: #ffb677;
     line-height: 40px;
     width: 40px;
     text-align: center;
     font-size: 40px;
}
 .recenteevents-group .recenteevents-leftcontent .recenteevents-title{
     color: #ffb677;
     display: inline-block;
     vertical-align: top;
     line-height: 40px;
     font-size: 28px;
     font-weight: 600;
     padding-left: 10px;
}
 .recenteevents-group .recenteevents-rightcontent{
     width: 100%;
     float: left;
     position: relative;
     right: 0px;
}
 .team-group{
     width: 100%;
     position: relative;
     float: left;
     text-align: center;
     margin-bottom: 25px;
}
 .team-group .owl-nav{
     display: none !important;
}
 .team-group .owl-dots{
     position: relative;
     bottom: 0px;
     width: 100%;
     left: 0px;
     text-align: center;
     height: 5px;
     margin-top: 20px;
}
 .team-group .owl-dot{
     background: #717171;
     width: 20px;
     height: 20px;
     display: inline-block;
     vertical-align: top;
     margin: 5px;
     border-radius: 50%;
     border: 2px solid #0000000d;
}
 .team-group .owl-dot.active{
     background: #ffb677;
}
 .team-group .single-user{
     width: 160px;
     position: relative;
     float: none;
     text-align: center;
     display: inline-block;
     vertical-align: top;
}
 .team-group .single-user .user-image{
     width: 160px;
     height: 160px;
     border-radius: 50%;
     position: relative;
     display: inline-block;
     vertical-align: top;
     border: 8px solid #fff;
     margin-bottom: 10px;
     overflow: hidden;
}
 .team-group .single-user .user-image img{
     max-width: 100%;
     width: auto;
     height: auto;
     position: absolute;
     bottom: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
}
 .team-group .single-user .user-name{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 15px;
     line-height: 22px;
     color: #ffb677;
     font-weight: normal;
}
 .team-group .single-user.gold-user .user-image{
     border-color: #f4af2d;
}
 .team-group .single-user.gold-user:after{
     background-image: url(../images/gold-badge.png);
     content:"";
     width: 52px;
     height: 52px;
     position: absolute;
     top: 0px;
     right: 0px;
     z-index: 12;
}
 .team-group .single-user.silver-user .user-image{
     border-color: #d2d2d4;
}
 .team-group .single-user.silver-user:before{
     background-image: url(../images/silver-badge.png);
     content:"";
     width: 52px;
     height: 52px;
     position: absolute;
     top: 0px;
     right: 0px;
     z-index: 12;
}
 .team-group .single-user.copper-user .user-image{
     border-color: #d4794d;
}
 .team-group .single-user.copper-user:before{
     background-image: url(../images/copper-badge.png);
     content:"";
     width: 52px;
     height: 52px;
     position: absolute;
     top: 0px;
     right: 0px;
     z-index: 12;
}
 .theme-video-group{
     width: 100%;
     position: relative;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     transition: all 0.5s;
     float: left;
     padding: 50px 0px;
}
 .theme-video-group:before{
     content:"";
     position: absolute;
     background: #ffffffc4;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
}
 .youtube-video {
     width: 100%;
     float: left;
     position: relative;
}
.video-group{
     width: 100%;
     float: left;
     position: relative;
     background: #ffb677;
     overflow: hidden;
     margin-bottom: 30px;
}
.video-group .video-image-group{
     height: 200px;
     width: 100%;
     position: relative;
     overflow: hidden;
}
.video-group:hover .video-image-group .video-image{
     transform: scale(1.1, 1.1);
}
.video-group .video-image-group .video-image{
     width: 100%;
     position: absolute;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     right: 0px;
     top: 0px;
     height: 100%;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     transition: all 0.5s;
}
.video-group .video-image-group .video-link .fa:hover{
     color: #ffffff;
     background: #e60000;
     border: none;
}
.video-group .video-image-group .video-link{
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     background: #0000004d;
     opacity: 0;
     -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     transition: all 0.5s;
}
.video-group:hover .video-image-group .video-link{
     opacity: 1;
}
.video-group .video-image-group .video-link .fa{
     color: white;
     line-height: 36px;
     width: 50px;
     text-align: center;
     position: relative;
     border-radius: 10px;
     border: 1px solid #fff;
     position: absolute;
     bottom: auto;
     height: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     max-height: 100%;
     text-align: center;
     background: transparent;
}
.video-group .video-name{
     width: 100%;
     float: left;
     font-size: 14px;
     line-height: 20px;
     padding: 8px 10px;
     height: 56px;
     overflow: hidden;
     text-align: center;
     font-weight: 600;
     color: #000000c2;
}
.video-group .video-duration{
     position: absolute;
     right: 0px;
     top: 15px;
     background: #ffb677;
     font-size: 13px;
     line-height: 22px;
     color: #000000c2;
     padding: 0px 10px;
}
 .youtube-video .owl-stage-outer{
     padding: 0px 0px;
}
 .youtube-video .owl-nav{
    display: none;
}
 .youtube-video .owl-nav .owl-prev{
     width: 40px;
     position: absolute;
     height: 100%;
     top: 0px;
     left: -40px;
     color: transparent;
}
 .youtube-video .owl-nav .owl-prev:before{
     content: "\f053 ";
     font-family: FontAwesome;
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     position: absolute;
     bottom: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     color: #14453d;
     font-size: 26px;
}
 .youtube-video .owl-nav .owl-next{
     width: 40px;
     position: absolute;
     height: 100%;
     top: 0px;
     right: -40px;
     color: transparent;
}
 .youtube-video .owl-nav .owl-next:before{
     content: "\f054 ";
     font-family: FontAwesome;
     max-width: 100%;
     max-height: 100%;
     width: auto;
     height: auto;
     position: absolute;
     bottom: auto;
     top: 50%;
     left: 50%;
     -webkit-transform: translateY(-50%) translateX(-50%);
     -ms-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     text-align: center;
     -webkit-transition: all 0.7s ease-out;
     -moz-transition: all 0.7s ease-out;
     -o-transition: all 0.7s ease-out;
     transition: all 0.7s ease-out;
     color: #14453d;
     font-size: 26px;
}
 .youtube-video .owl-dots{
     position: relative;
     bottom: 0px;
     width: 100%;
     text-align: center;
     margin-top: 20px;
     float: left;
}
 .youtube-video .owl-dot{
     background: #717171;
     width: 20px;
     height: 20px;
     display: inline-block;
     vertical-align: top;
     margin: 5px;
     border-radius: 50%;
     border: 2px solid #0000000d;
}
 .youtube-video .owl-dot.active{
     background: #ffb677;
}
 .blogs-group{
     width: 100%;
     float: left;
     position: relative;
}
 .blog-inner {
     width: 100%;
     float: left;
     position: relative;
     padding-bottom: 30px;
     text-align: left;
     overflow: hidden;
}
 .blog-inner:hover .blog-img{
     transition: all .4s ease;
     transform: translate3D(0,-1px,0) scale(1.2);
}
 .blog-inner .blog-img {
     width: 100%;
     float: left;
     position: relative;
     height: 220px;
     background-position: center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     background-size: cover;
     -o-background-size: cover;
     -webkit-transition: all 0.6s ease-out;
     -moz-transition: all 0.6s ease-out;
     -o-transition: all 0.6s ease-out;
     -ms-transition: all 0.6s ease-out;
     transition: all 0.6s ease-out;
}
 .blog-inner .blog-img img {
     width: 100%;
     height: 100%;
}
 .blog-inner .blog-content {
     width: 100%;
     float: left;
     position: relative;
     padding: 20px;
     border: 1px solid #dedede;
     border-radius: 0px 0px;
     border-top: none !important;
     z-index: 1;
     background: #fff;
}
 .blog-inner .blog-content .small-title {
     font-size: 13px;
     color: #5352ed;
     line-height: 20px;
     letter-spacing: 1px;
     margin-bottom: 5px;
     width: 100%;
     float: left;
     text-transform: uppercase;
}
 .blog-inner .blog-content .blog-title {
     font-size: 20px;
     color: #000;
     line-height: 30px;
     margin-bottom: 10px;
     font-weight: 600;
     width: 100%;
     float: left;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .blog-inner .blog-content .content {
     font-size: 15px;
     color: #636363;
     line-height: 26px;
     font-weight: normal;
     width: 100%;
     float: left;
}
 .blog-inner .blog-content .blog-user {
     display: flex;
     justify-content: space-between;
     padding-top: 20px;
     align-items: center;
     width: 100%;
     float: left;
}
 .blog-inner .blog-content .blog-user .blog-left{
     float: left;
     text-align: left;
     display: inline-block;
     vertical-align: top;
}
 .blog-inner .blog-content .blog-user .blog-left .blog-user-name{
     display: inline-block;
     vertical-align: top;
     line-height: 50px;
     padding-left: 8px;
     font-size: 14px;
}
 .blog-inner .blog-content .blog-user .blog-right{
     float: right;
     text-align: right;
     display: inline-block;
     vertical-align: top;
}
 .blog-inner .blog-content .blog-user .blog-user-time {
     font-size: 12px;
     color: #5352ed;
     text-transform: uppercase;
}
 .blog-inner .blog-content .blog-user .blog-user-img {
     width: 50px;
     height: 50px;
     border: 2px solid #ffb677;
     border-radius: 50%;
     display: inline-block;
     vertical-align: top;
}
 .blog-inner .blog-content .blog-user .blog-user-img .profile-img, .blog-inner .blog-content .blog-user .blog-user-img img {
     width: 100%;
     height: 100%;
     border-radius: 50%;
}
 .theme-footer{
     width: 100%;
     position: relative;
     float: left;
}
 .theme-footer:before{
     content:"";
     background: #ffb677;
     height: 100%;
     position: absolute;
     width: 50%;
     left: 0px;
}
 .theme-footer .theme-footer-content{
     width: 100%;
     position: relative;
     float: left;
     display: table;
     padding: 50px 0px;
}
 .theme-footer .theme-footer-content:before{
     content:"";
     background: #ffb677;
     height: 100%;
     position: absolute;
     width: 75%;
     left: 0px;
     top: 0px;
}
 .theme-footer .theme-footer-content:after{
     background-size: cover;
     content: "";
     background-image: url(../images/final-cta-bg-leaf.png);
     position: absolute;
     top: 0px;
     right: 0px;
     height: 100%;
     width: 100%;
     background-position: top right;
}
 .theme-footer .theme-footer-left{
     display: table-cell;
     width: 50%;
     position: relative;
     vertical-align: middle;
     z-index: 1;
}
 .theme-footer .theme-footer-left .footer-logo{
     width: 100%;
     position: relative;
     float: left;
     margin-bottom: 25px;
}
 .theme-footer .theme-footer-left .footer-address{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     list-style: none;
     font-size: 20px;
     line-height: 32px;
     margin-bottom: 30px;
     color: #14453d;
}
 .theme-footer .theme-footer-left .footer-email{
     width: 100%;
     position: relative;
     float: left;
}
 .theme-footer .theme-footer-left .footer-email .footer-pink-btn{
     background: #ffffff4d !important;
     color: #14453d !important;
     border: none;
}
 .theme-footer .theme-footer-left .footer-email .footer-pink-btn:hover{
     background: #ffffff80;
}
 .theme-footer .theme-footer-right{
     display: table-cell;
     width: 50%;
     position: relative;
     text-align: right;
     vertical-align: middle;
     z-index: 1;
}
 .theme-footer .phone-number-group{
     float: right;
     white-space: normal;
     max-width: 350px;
}
 .theme-footer .phone-number-group .phone-number{
     width: 100%;
     float: left;
     background: #14453d;
     display: flex;
     padding: 25px;
     line-height: 40px;
     color: #ffb677;
     font-size: 20px;
}
 .theme-footer .phone-number-group .phone-number + .phone-number{
     border-top: 1px solid #ffffff24;
}
 .theme-footer .phone-number-group .phone-number img{
     width: 40px;
     height: 40px;
     margin-right: 15px;
}
 .bottom-footer{
     width: 100%;
     position: relative;
     float: left;
     padding: 30px 0px;
}
 .bottom-footer .bottom-footer-content{
     display: table;
     width: 100%;
     position: relative;
     float: left;
}
 .bottom-footer .bottom-footer-content .bottom-footer-left{
     display: table-cell;
     width: 35%;
     vertical-align: middle;
     position: relative;
}
 .bottom-footer .bottom-footer-content .bottom-footer-left p{
     font-size: 13px;
}
 .bottom-footer .bottom-footer-content .bottom-footer-right{
     display: table-cell;
     width: 70%;
     position: relative;
     vertical-align: middle;
}
 .bottom-footer .footer-links{
     width: 100%;
     position: relative;
     float: left;
     margin: 0px;
     padding: 0px;
     text-align: right;
}
 .bottom-footer .footer-links li{
     font-size: 13px;
     list-style: none;
     display: inline-block;
     vertical-align: top;
     position: relative;
}
 .bottom-footer .footer-links li + li{
     margin-left: 20px;
}
 .bottom-footer .footer-links li + li:before{
     content:"";
     height: 16px;
     background: gray;
     width: 1px;
     position: absolute;
     left: -13px;
     top: 2px;
}
 .bottom-footer .footer-links li a{
     float: left;
     color: #14453d;
}
 
.inner-header-group{width: 100%;position: relative;float: left;background: #ffb677;padding: 30px 0px;text-align: center;}
.inner-header-group:before{
	content:"";
	width: 100%;
	height: 4px;
	border: 1px dashed #14453d69;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -3px;
	border-left: none;
	border-right: none;
} 
.inner-header-group .inner-header-title{position: relative;float: none;font-weight: 600;font-size: 28px;color: #c15a00;background: #ffb677;padding: 0px 15px;display: inline-block;vertical-align: top;}




.photo-list{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.photo-list .image-size{
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}

.photo-list .image-size .fancybox-media{
	width: 100%;
	float: left;
	position: relative;
	height: 250px;
	border-radius: 15px;
	overflow: hidden;
}

.photo-list .image-size .fancybox-media img{
	position: absolute;
	max-width: 100%;
	width: auto;
	height: auto;
	bottom: auto;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	-o-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}





.events-group{width: 100%;position: relative;float: left;margin-bottom: 30px;padding: 15px;background: #f2f2f2;border-radius: 15px;}



.events-group .event-title{width: 100%;position: relative;float: left;font-weight: 600;font-size: 20px;color: #14453d;margin-bottom: 5px;}

.events-group .event-location{width: 100%;position: relative;float: left;font-weight: 600;font-size: 14px;color: #e87b1c;margin-bottom: 15px;}

.events-group .event-gallery{width: 100%;position: relative;float: left;white-space: nowrap;overflow-x: auto;}

.events-group .event-gallery .event-gallery-photo{display: inline-block;vertical-align: top;margin-right: 10px;}

.events-group .event-gallery .event-gallery-photo .img-responsive {max-height: 200px;border-radius: 10px;}
 
 
 .table-theme {
     width: 100%;
     float: left;
     margin: 0px;
     margin-bottom: 0px;
     background: #fff;
}
 .table-theme tr th {
     background: #14453d;
     padding: 5px 20px 5px 12px;
     color: #fff;
     font-size: 13px;
     border: 0px;
     white-space: nowrap;
     line-height: 20px;
     font-weight: normal;
     position: relative;
}
 .table-theme tr th .sorting-icon{
     float: right;
     position: absolute;
     right: 8px;
     line-height: 30px;
     padding: 0px;
     top: 0px;
     opacity: 0.5;
     font-weight: normal;
     font-size: 10px;
}
 .table-theme tr {
     position: relative;
}
 .table-theme tr td {
     padding: 7px 12px;
     font-size: 14px;
     line-height: 20px;
     color: #6e747d;
     white-space: nowrap;
     background-color: #f3f3f3;
     position: relative;
     vertical-align: middle;
}
 .table-theme.deal-products-table tr:hover td {
     background-color: #dedede;
     cursor: pointer;
}
 .table-theme a {
     /**color: #1b75bb !important;**/
}

.education-award{width: 100%;display: inline-block;vertical-align: top;text-align: center;}
.education-award .editable{display: inline-block;border-radius: 20px;border: 5px solid #ffb677;}
.education-award h5{font-size: 16px;line-height: initial;color: #e88530;}



.login-page-group {
     width: 100%;
     position: relative;
     float: left;
     display: table;
}
 .login-page-center {
     padding: 0px 15px;
     overflow: hidden;
     position: relative;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
 .login-page-center .login-header {
     text-align: left;
     position: absolute;
     left: 30px;
     top: 30px;
}
 .login-logo {
     float: left;
     width: 100%;
     text-align: left;
}
 .login-logo img {
     max-height: 50px;
     width: auto;
}
 .login-form-group {
     display: none;
     max-width: 420px;
     text-align: center;
     background: #ffb677;
     border-radius: 20px;
     padding: 30px 30px  50px 30px;
     position: relative;
     overflow: hidden;
}

 .login-form-group.box-active{
	  display: inline-block;
}
 .login-form-group:before {
     content: "";
     width: 100%;
     height: 30px;
     position: absolute;
     background: #c76714;
     left: 0px;
     bottom: 0px;
}
 .login-form-center {
     
}
 .login-form {
     width: 100%;
     padding: 0px;
     float: left;
     text-align: left;
     margin-bottom: 15px;
}
 .login-form .login-title {
     font-size: 28px;
     font-weight: normal;
     color: #14453d;
     width: 100%;
     display: block;
     float: left;
}
 .login-form .login-subtitle {
     display: block;
     font-size: 14px;
     color: #ffffff;
     width: 100%;
     float: left;
}
 .login-form .login-body {
     width: 100%;
     float: left;
     margin-top: 20px;
}
 .login-form .login-body .input-theme {
     width: 100%;
     float: left;
     border-radius: 0px;
     position: relative;
     margin-bottom: 15px;
}
 .login-form .login-body .input-theme .forgot-password{color: #14453d;float: right;}
.login-form .login-body .input-theme .text-danger{position: absolute;top: 100%;right: 0px;font-size: 12px;}
 .login-form .login-body .input-theme .btn {
     padding: 10px 12px;
     font-size: 14px;
     border-radius: 8px;
}
 .login-form .login-body .input-theme .input-label {
     width: 100%;
     margin-bottom: 4px;
     font-size: 13px;
     text-transform: capitalize;
     text-align: left;
     color: #353535;
     font-weight: 600;
     line-height: 20px;
}
 .login-form .login-body .input-theme .form-control {
     width: 100%;
     border: 1px solid #d7d7d7;
     height: 46px;
     border-radius: 6px !important;
     padding: 0 16px;
     font-size: 14px;
     color: #596377;
     transition: all .3s ease-in-out;
     -webkit-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     box-shadow: none;
}
 .login-form .login-body .input-theme textarea.form-control {
     min-height: 100px;
     resize: none;
     padding: 8px 16px;
}
 .login-form .login-body .input-theme .form-control:hover, .login-form .login-body .input-theme .form-control:focus {
     border: 1px solid #2675b4;
     outline-color: transparent;
     box-shadow: none;
}
 .login-footercopy {
     color: rgba(0, 0, 0, 0.8);
     font-size: 13px;
     width: 100%;
     border-top: 1px solid #14453d;
     text-align: center;
     float: left;
     position: relative;
     padding: 15px 0px 0px 0px;
     font-weight: 600;
}
.login-footercopy a{color: #14453d;}