@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond:400,500,700&display=swap');

@charset "utf-8";

/* General 
--------------------------------------------------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html,
body {
    font-size: 100%;
}

/* Typography */
body {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #383838;
    background: #FFFFFF;
    margin: 0;
}
body.menu-open {
    overflow: hidden;
}

[hidden] {
    display: none;
}

p {
    color: #383838;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 13px;
    font-weight: 400;
}

p strong,
p b {
    font-weight: 600;
}

p em,
p i {
    font-style: italic;
}

p a {
    color: #084a79;
}

p a:hover,
p a:focus {
    color: #3091d1;
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

[href^="tel"],
[href^="callto"],
[href^="mailto"] {
    color: inherit;
    text-decoration: none;
}


a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Cinzel', serif;
    color: #000000;
    font-weight: 400;
}

h1 {
    font-size: 52px;
    line-height: 57px;
    letter-spacing: 1px;
}

h2 {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 50px;
    line-height: 55px;
}

h4 {
    font-size: 27px;
    line-height: 29px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

h6 {
    font-size: 16px;
    line-height: 20px;
    color:#084a79;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    margin: 0 auto;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    /*padding-left: 25px;
    margin-left: 30px;*/
    position: relative;
}

blockquote p:last-child {
    margin-bottom: 0;
}

/* Button */
.bttn-default {
    display: inline-flex;
    min-width: 139px;
    min-height: 45px;
    padding: 14px 30px 14px;
    border-radius: 24px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #fff;
    color: #000;
    background: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.bttn-default:hover,
.bttn-default:focus {
    opacity: 0.9;
    color: #000;
}

.bttn-default i {
    position: relative;
    left: 0px;
    opacity: 0;
    width: 0;
    transition: all .25s;
}

.bttn-default:hover i,
.bttn-default:focus i {
    opacity: 1;
    margin-left: 5px;
    left: 5px;
    width: 5px;
}

.bttn-blue {
    background: #084a79;
    border-color: #062857;
    color: #FFFFFF;
}
.bttn-blue:hover,
.bttn-blue:focus {
    color: #fff; 
}


/*Form Elements
----------------------------------------------------------------------------------------------------------------------*/
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="file"],
select,
textarea {
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #8c8b8b;
    width: 100%;
    margin-bottom: 0;
    display: inline;
    min-width: 50px;
    padding: 0 13px;
    border-radius: 2px;
    background-color: #f8f8f8;
    color: #919191;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type="submit"],
button {
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);;
    border-color: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="file"] {
    height: 46px;
}

select {
    height: 46px;
    max-width: 100%;
}

textarea {
    padding: 10px 20px;
    resize: none;
    max-height: 150px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    /* line-height: 20px; */
    display: inline-block;
    /* color: #666; */
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:before {
    border-color: #252525;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #252525;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .custom-file-input {
    opacity: 1;
    padding: 6px 13px !important;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Browser files';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
.custom-file-input:hover::before {
  border-color: inherit;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
} */

.container {
    max-width: 100%;
    width: 95%;
    padding: 0 50px;
}
header .container {
    padding:  0;
}

.homepage main{
    padding-top: 0;
}
main {
    padding-top: 100px;
}



/*Header 
----------------------------------------------------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid transparent;
}
.homepage .header {
    background:  transparent;
}
.header .header-wrapper {
    display: flex;
    justify-content: space-between;
    min-height: 88px;
}
.logo {
    display: block;
    max-width: 556px;
}
.logo img {
    display: none;
}
.logo .small-logo {
    display: inline-block;
}
.homepage .logo img{
    display: inline-block;
}
.homepage .logo .small-logo{
    display: none;
}
.menu-icon {
    display: none;
    overflow: visible;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity,filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    position: relative;
    z-index: 1111;
}
.hamburger-box {
    position: relative;
    display: block;
    width: 40px;
    height: 24px;
    cursor: pointer;
}
.menu-icon .hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: .22s;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #616161;
}
.homepage .hamburger-inner, 
.homepage .hamburger-inner:after, 
.homepage .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after, 
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -10px;
    transition: top .1s ease-in .25s,opacity .1s ease-in;
}
.hamburger-inner:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19);
}

.menu-icon.active .hamburger-inner, 
.menu-icon.active .hamburger-inner:after, 
.menu-icon.active .hamburger-inner:before {
    background-color: #fff;
}
.menu-icon.active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(225deg);
}
.menu-icon.active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s;
    opacity: 0;
}
.menu-icon.active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}


.menu-content {
    height: 100%;
}
.menu-content ul {
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-content li  {
    position: relative;
    margin :0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.menu-content li a {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 10px 13px 18px;
    color: #616161;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    display: block;
}
.menu-content li:hover a {
    color: #000;
}
.menu-content li.active a {
    color: #000;
}
.menu-content li a:before {
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    height: 44%;
    top: 11px;
    background: #e1e1e1;
}
.menu-content li:first-child a:before,
.menu-content li:last-child a:before,
.menu-content li:last-child:after {
    display: none;
}
.menu-content li:after {
    content: '';
    position: absolute;
    bottom: -1px;
    height: 2px;
    left: 50%;
    width: 0;
    display: block;
    background: #034f82;
    transition: width .3s; 
    opacity: 0;
    visibility: hidden;
}
.menu-content li.active:after,
.menu-content li:hover:after {
    left: 0;
    width: 100%;   
    transition: width .3s; 
    opacity: 1;
    visibility: visible;
}
.menu-content ul li a:hover{
    none !important;
}

.menu-content .register-btn a:after {
    display: none;
}
.menu-content .register-btn a {
    padding: 9px;
    border: 2px solid #616161;
}


/* Homepage */
.homepage .menu-content li:not(:last-child) {
    margin:  0 19px 0 0;
}
.homepage .menu-content li a {
    color: #fff;
    padding: 10px 8px 13px 0;
}

.homepage .menu-content li:after {
  /*  background:  #fff; */
    bottom: 23%;
}
.homepage .menu-content li:hover a {
    opacity: 0.8;
}

.homepage.small-header .menu-content li:hover a {
    opacity: 1;
    color: #000;
}
.homepage .menu-content li a:before  {
    background: #fff;
    left: -11px;
}
.homepage .menu-content .register-btn a{
    border: 2px solid #fff;
    border-radius: 2px;
    padding: 8px;
}

.homepage.small-header .logo .small-logo {
    display: inline-block;
}
.homepage.small-header .logo img{
    display: none;
}
.small-header .header {
    background:  rgba(255,255,255,0.9);
    border-color: #e1e1e1;
}
.small-header .header .header-wrapper {
    min-height: 47px;
}
.small-header .menu-content li a {
    color: #616161;
}
.small-header .menu-content li.active a {
    color: #000;
}
.small-header .menu-content li:after {
    background:  #034f82;
    bottom: -4%;
}
.small-header .menu-content li a:before {
    background:  #616161;
}
.small-header .menu-content .register-btn a{
    border:  2px solid #616161;
}
.small-header .logo {
    max-width: 309px;
}

/*Banner
----------------------------------------------------------------------------------------------------------------------*/

.banner-section {
    background:url('../images/banner.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 850px; 
    position: relative;
    display: flex;
    padding: 88px 0 69px;
}
.banner-section:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.banner-content {
    position: relative;
    z-index: 11;
    text-align: center;
}
.banner-content .main-title {
    margin:  150px 0;
}
.banner-content .main-title h1 {
    margin-bottom:8px;
    color: #fff;
}
.banner-content .main-title p {
    font-size: 25px;
    line-height: 32px;
    color: rgba(255,255,255,0.8);
}
.banner-content .main-title p span {
    display: block;
}
.banner-content .main-title p span strong {
    font-family: 'Cinzel', serif;
}



.features-product {
    display: flex;
}
.features-product  .features-product-blog {
    display: flex;
    align-items: center;
    flex:  0 0 33.33%;
    max-width: 33.33%;
    background: #ffffff;
    padding: 40px 40px 43px;
} 
.features-product  .features-product-blog h2 {
    color: #084a79;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 23px;
}
.features-product  .features-product-blog p {
    color: #383838;
    margin-bottom: 37px;
}
.features-product  .features-product-blog.blue-gradient {
    background-color: #094978;
    background: linear-gradient(45deg,#094978,#105e96);
}
.features-product  .features-product-blog.light-blue-gradient {
    background-color: #072f4c;
    background: linear-gradient(45deg,#072f4c,#0c4771);
}
.features-product  .features-product-blog.blue-gradient h2,
.features-product  .features-product-blog.blue-gradient p,
.features-product  .features-product-blog.light-blue-gradient h2,
.features-product  .features-product-blog.light-blue-gradient p  {
    color: #fff;
}

/*Feature Section 
----------------------------------------------------------------------------------------------------------------------*/
.features-section {
    padding: 130px 0 0px; 
}

.features-section h3 {
    color: #222222;
    position: relative;
    text-align: center;
    padding-bottom: 81px;
    margin-bottom: 61px;
}

.features-section h3:before {
    content: '';
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 120px;
    background-color: #d3d3d3;
}

.features-section h3 i {
    display: inline-block;
    padding: 0 10px;
    max-width: 35px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    background-color: #fff;
}


.feature-listing li {
    margin: 0;
}

.feature-box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.feature-box i {
    display: block;
    margin-bottom: 50px;
}

.feature-box h2 {
    color: #222222;
    letter-spacing: 1px;
    margin-bottom: 24px;
}


/*Review Section 
----------------------------------------------------------------------------------------------------------------------*/
.review-section {
    background-color: #FFF;
    /*background-image: linear-gradient(45deg,#094978,#105e96);*/
    border-top: 1px solid #f8f8f8;
}

.review-section h4 {
    color: #383838;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.review-box {
    padding-bottom: 16px;
    max-width: 54%;
    width: 100%;
    margin: 0 auto;
}

.review-box p {
    color: #383838;
    font-style: italic;
    margin-bottom: 14px;
}

.review-box span {
    display: block;
    color: #383838;
    text-transform: capitalize;
}

.review-box .client-address {
    font-style: italic;
}








.heading-border { position: relative; }
.heading-border:before { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; background: #383838; height: 1px; opacity: 0.15; }
.heading-border span { position: relative; z-index: 2; background: #FFFFFF; padding-right: 15px;padding-left: 15px; }

/* become-productive-block */
.become-productive-block{ padding: 50px 0 42px; }
.become-productive-block .productive-inner { display: flex; justify-content: space-between;flex-wrap: wrap; }
.become-productive-block .productive-inner .productive-img{ width: 47%;text-align: center }
.become-productive-block .productive-inner .productive-img i{ display: block; }
/* .become-productive-block .productive-inner .productive-img img{ width: 100%; } */
.become-productive-block .productive-inner .productive-right{ width: 47%;margin-left: 6%; }
.become-productive-block .productive-right h5{ margin-bottom: 35px; text-align: center}
.become-productive-block .productive-right .productive-content h6{ font-weight: 600;margin-bottom: 16px; }
.become-productive-block .productive-right .productive-content p{margin-bottom: 18px;}
#claim_button{text-align: center;}
#claim_button a{color: #fff; background: #105e96; text-align: center;}

/* contact-link-block */
.contact-link-block{ padding: 50px 0;text-align: center;border-top: 1px solid #f8f8f8; }
.contact-link-block h3{ font-size: 32px;line-height: 36px;color: #383838;margin: 0; }
.contact-link-block h3:hover{ opacity: 0.8; }

/* more-productive-block */
.more-productive-block{ background-color: #094978;background-image: linear-gradient(45deg,#094978,#105e96);padding: 50px 0;text-align: center; }
.more-productive-block h4{ color: #FFFFFF;margin-bottom: 5px; }
.more-productive-block p{ font-size: 15px;line-height: 19px;color: #FFFFFF;opacity: 0.8;margin-bottom: 32px; }

/*Footer
----------------------------------------------------------------------------------------------------------------------*/
.footer{ padding: 23px 0 30px;border-top:1px solid #fcfcfc; }
.footer .footer-links ul{ display: flex;flex-wrap: wrap;justify-content: center;max-width: 500px;width: 100%;margin: 0 auto; }
.footer .footer-links li{ margin: 0;padding: 0;line-height: 0; }
.footer .footer-links li a{ font-size: 12px;line-height: 16px;color: #084a79;padding-right: 6px;margin-right: 6px;position: relative; }
.footer .footer-links li a:hover{ color: #333333;text-decoration: underline; }
.footer .footer-links li a:after{ content: "";position: absolute;top: 3px;bottom: 3px;right: 0;border-right: 1px solid #b0b0b0; }
.footer .footer-links li:last-child a:after,
.footer .footer-links li:nth-child(6) a:after{ display: none; }
.footer .copyright-txt{ font-size: 12px;line-height: 19px;color: #b0b0b0;text-align: center;margin-bottom: 0; }
.footer .social-links{ display: flex;justify-content: center;margin-bottom: 30px; }
.footer .social-links li { padding: 0; margin: 0 12px; position: relative; -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; -ms-transition: 0.3s all ease; transition: 0.3s all ease; }
.footer .social-links a { width: 44px; height: 44px; background: #084a79; border: 1px solid #062857; display: flex; justify-content: center; align-items: center; border-radius: 100%; }
.footer .social-links a:hover { opacity: 0.9; }
.footer .social-links a i { width: 12px; line-height: 0; }
.footer .social-links a i img { width: 100%; }
.footer .social-links li .tooltiptext { visibility: hidden; width: 140px; background-color: rgba(0, 0, 0, 0.8); color: #fff; text-align: center; border-radius: 2px; padding: 10px 5px; position: absolute; z-index: 1; bottom: 135%; left: 50%; transform: translateX(-50%); opacity: 0; transition: opacity 0.3s; font-size: 15px; line-height: 25px;}
.footer .social-links li .tooltiptext:after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 6px; border-style: solid; border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent; }
.footer .social-links li:hover .tooltiptext { visibility: visible; opacity: 1; }
.footer .footer-links .top-links {
    margin-bottom: 20px;
}
.footer .footer-links .bottom-links {
    margin-bottom: 15px;
}


/*back-to-top 
----------------------------------------------------------------------------------------------------------------------*/
.back-to-top{
    position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 11;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #f8f8f8;
    color: #b0b0b0;
    border: 1px solid #f8f8f8;
    display: none;
    opacity: 0.7;
}
.back-to-top i{
    color: #fff;
    width: 12px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.back-to-top .hover-img {
    display: none;
}
.back-to-top:hover i img{
    display: none;
}
.back-to-top:hover i .hover-img {
    display: inline-block;
}


/*Inner Banner Starts Here
----------------------------------------------------------------------------------------------------------------------*/
.inner-banner {
    position: relative;
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

.inner-banner h3 {
    letter-spacing: 1px;
}

.inner-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    background-color: #084a79;
    z-index: -1;
}

.inner-banner-content {
    text-align: center;
}

.inner-banner-content h3 {
    color: #ffffff;
    margin-bottom: 0;
}

/*Form
----------------------------------------------------------------------------------------------------------------------*/


.form-group:not(:last-child) {
    margin-bottom: 23px;
}

.form-group label {
    display: block;
    font-size: 14.72px;
    font-weight: 600;
    letter-spacing: -0.1px;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
    border: 1px solid #DF653E;
}

.form-group.valid input,
.form-group.valid textarea,
.form-group.valid select {
    border: 1px solid #9AA600;
}

.form-group label span {
    color: #084a79;
}

.form-group select {
    -webkit-appearance: none;
    border-radius: 0px;
    background-image: url('../images/select-down.png');
    background-position: center right;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.bttn-secondary {
    margin: 0;
    padding: 16px 20px;
    border-radius: 2px;
    border: 0;
    border-bottom: 1px solid #062857;
    font-weight: normal;
    font-size: 15px;
    line-height: 16px;
    min-width: 142px;
    outline: none;
    cursor: pointer;
    text-transform: capitalize  ;
}

.bttn-secondary:hover,
.bttn-secondary:focus {
    outline: none;
    background-color: #3091d1;
    color: #ffffff;
    border-color: #1070b0;
}

/*About Page
----------------------------------------------------------------------------------------------------------------------*/
.about-section {
    padding: 130px 0;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 43px;
    margin-bottom: 42px;
    border-bottom: 1px solid #f8f8f8;
}

.about-content {
    flex: 0 0 36.41%;
    max-width: 36.41%;
}

.about-content h2 {
    margin-bottom: 24px;
    text-align: center;
}

.about-content p {
    margin: 0 0 21px;
}

.about-content h6 {
    font-size: 14px;
    line-height: 15.4px;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    color: #222222;
}

.about-img-in {
    flex: 0 0 15.22%;
    max-width: 15.22%;
}

.organizer-block h2 { margin-bottom: 24px;text-align: center; }

.organizer-inner p { margin: 0; }

.organizer-inner p:not(:last-child) {
    margin-bottom: 14px;
}


/*Contact Page
----------------------------------------------------------------------------------------------------------------------*/
.contact-section { padding: 132px 0 162px; }

.contact-wrapper,
.register-wrappper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-wrapper > *,
.register-wrappper > * {
    flex: 0 0 47%;
    max-width: 47%;
}

.contact-wrapper  h3 { margin-bottom: 20px; }

.contact-form .row {
    margin: 0 -5px;
}

.contact-form .row *[class^="col"] {
    padding: 0 5px;
}

.contact-form .form-group { margin-bottom: 22px;position: relative; }
.contact-form .form-group textarea { display: block;margin-bottom: 1.5px; }

.contact-form .form-group.validation-box { position: relative; }
.contact-form .form-group.validation-box input { text-indent: 60px; }
.contact-form .form-group.validation-box .validation {  font-size: 13px;line-height: 21px;position: absolute;top: 60%;left: 15px; }

.contact-form .form-group label { margin-bottom: 7px; }

.email-block {
    text-align: center;
}

.email-block p a {
    margin-top: 3px;
    color: #084a79;  
}

.email-block p a:hover,
.email-block p a:focus {
    color: #3091d1;  
}

/*Features Page 
----------------------------------------------------------------------------------------------------------------------*/
.features-main-section {
    padding: 70px 0;
}

.features-main-section .row {
    margin: 0 -49px;
    height: 100%;
}

.features-main-section *[class^="col"] {
    position: relative;
    padding: 0 49px;
}

.br-wrapper {
    margin: 60px 0 76px;
}

.br-wrapper span {
    display: block;
    height: 2px;
    border-bottom: 2px solid #d3d3d3;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}

.features-outer h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px;
}

.feature-inner {
    margin-bottom: 26px;
}

.feature-inner h6 { 
    font-weight: 600;
    margin-bottom: 20px;
}

.desc-listing {
    padding-left: 12px;
    list-style-type: disc;
}

.subscription-wrapper .desc-listing:not(:last-child) {
    margin-bottom: 15px;
}

.desc-listing li {
    padding-left: 0;
    margin-left: 12px;
}

.desc-listing p { margin-bottom: 7px; }


.bg-move {

    -webkit-animation: bg-move 1.2s linear infinite;
    animation: bg-move 1.2s linear infinite;
    background: #3091d1;
    background-image: -webkit-linear-gradient(-45deg,#3091d1 25%,#41a2e2 25%,#41a2e2 50%,#3091d1 50%,#3091d1 75%,#41a2e2 75%,#41a2e2);
    background-image: -moz-linear-gradient(-45deg,#3091d1 25%,#41a2e2 25%,#41a2e2 50%,#3091d1 50%,#3091d1 75%,#41a2e2 75%,#41a2e2);
    background-image: linear-gradient(-45deg,#3091d1 25%,#41a2e2 25%,#41a2e2 50%,#3091d1 50%,#3091d1 75%,#41a2e2 75%,#41a2e2);
    border-color: #3091d1;
    -webkit-transition: none;
    transition: none;
    background-size: 32px 32px;
}

@-webkit-keyframes bg-move {
    0% {
        background-position: -31px 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes bg-move {
    0% {
        background-position: -31px 0
    }

    100% {
        background-position: 0 0
    }
}

/*Registraion Page 
----------------------------------------------------------------------------------------------------------------------*/
.registraion-wrapper{ padding: 132px 0 162px; }
.registraion-wrapper .registraion-form .form-footer{ display: flex;justify-content: space-between;align-items: center;padding: 30px 0;border-top: 1px solid #dee0e2;flex-wrap: wrap; width:100%;}
.registraion-wrapper .registraion-form .form-footer span{ margin-right: 10px; }
.registraion-wrapper h3{ margin-bottom: 20px; }
.registraion-wrapper .registraion-block{ display: flex;justify-content: space-between;flex-wrap: wrap; }
.registraion-wrapper .registraion-block .registraion-col{ flex: 0 0 47%;max-width: 47%; }
.registraion-form .form-group label { margin-bottom: 7px; }
.registraion-form .form-group { margin-bottom: 22px; position: relative; }
.checkbox-container a{ color: #084a79; }
.checkbox-container a:hover{ color: #3091d1; }
.registraion-form .form-group iframe{ max-width: 100%; }


.form-group .checkbox-container { line-height: 22px; margin: 0; position: relative; padding-left: 35px;display: inline-block; }
.checkbox-container input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.checkbox-container .checkmark { position: absolute; top: 50%;transform: translateY(-50%); left: 0; height: 23px; width: 23px; background-color: #fff; border: 3px solid #dedede; }
.checkbox-container input:checked ~ .checkmark { background-color: #252525; border: 0; }
.checkbox-container .checkmark:after { content: ""; position: absolute; display: none; left: 8px; top: 2px; width: 8px; height: 14px; border: solid #fff; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.checkbox-container input:checked ~ .checkmark:after { display: block; }

.default_add_link { color: #084a79; }
.default_add_link:hover{ color: #3091d1; }




/*Request Inspection Page
----------------------------------------------------------------------------------------------------------------------*/
.request-section {
    /* padding: 74px 0; */
    padding: 65px 0 81px;
    text-align: center;
}

.request-disc {
    margin-bottom: 74px;
}

.request-disc p a {
    color: #084a79;
}

.request-disc p a:hover,
.request-disc p a:focus {
    color: #3091d1;
}
.property-form {
    max-width: 29.333%;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

.property-form .form-group {
    text-align: left;
}

.property-form .form-group .radio-wrapper:last-child label {
    margin-bottom: 0;
}

/* .property-form .form-group input[type='radio']~label {
    margin-bottom: 0;
} */


/*Login Page
----------------------------------------------------------------------------------------------------------------------*/

.login-section {
    padding: 62px 0 82px;
}

.login-form-wrapper {
    max-width: 57.6%;
    width: 100%;
    margin: 0 auto;
}

.login-form .form-group {
    margin-bottom: 22px;
}

.password-wrapper {
    display: flex;
    justify-content: space-between;
}

.forgot-password {
    font-size: 15px;
    line-height: 19px;
    color: #0056b3;
    margin-top: 8px;
}

.forgot-password:hover,
.forgot-password:focus {
    color: #3091d1;
}



/*Register  
----------------------------------------------------------------------------------------------------------------------*/

.register-section {
    padding: 50px 0;
}

.map-block i {
    display: block;
    border-radius: 3px;
    overflow: hidden;
}

.map-block i img {
    display: block;
    margin: 0 auto;
}



/*Terms Section  
----------------------------------------------------------------------------------------------------------------------*/

.terms-section {
    padding: 67px 0 64px;
}

.terms-wrapper h6 {
    margin-bottom: 14px;
    line-height: 23px;
    font-weight: 600;
    text-transform: uppercase;
}

.terms-wrapper p span,
.policy-wrapper p span  {
    color: #084a79;
    font-weight: 600;
    letter-spacing: .01px;
}

.u-text-ul {
    text-decoration: underline;
}

.u-fs-italic {
    font-style: italic;
}


/* Policy Section Starts */

.policy-section {
    padding: 64px 0;
}

.policy-wrapper p {  
    margin-bottom: 15px;
}


/* Guest Registration Page Starts Here */

.guest-wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.guest-wrapper h2,
.registraion-form  h2,
.subscription-wrapper h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dee0e2;
}

.guest-regt-section {
    padding: 50px 0;
}

.guest-form .form-group:not(:last-child) {
    margin-bottom: 15px;
}

.guest-form .br-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}

.guest-form .br-wrapper span {
    max-width: 100%;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.guest-form h6 {
    line-height: 26px;
    color: #0a2739;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

.guest-form .recaptcha-block {
    padding: 8px 0 31px;
    border-bottom: 1px dashed #dddddd;
}

.guest-form .recaptcha-block .form-group {
    margin-bottom: 0;
}

.guest-form .recaptcha-block iframe {
    display: block;
}

.btn-wrapper {
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 20px;
}

.btn-wrapper li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.btn-wrapper li:not(:last-child) {
    margin-right: 15px;
}

.btn-wrapper li:nth-child(odd) button {
    background-color: #3091d1;
    color: #ffffff;
    border-color: #1070b0;
}

.btn-wrapper li:nth-child(odd) button.bttn-blue:hover,
.btn-wrapper li:nth-child(odd) button.bttn-blue:focus {
    outline: none;
    background-color: #084a79;
    border-color: #062857;
}

/*  datepicker */

.datepicker-dropdown {
    height: auto;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.datepicker-top-left:before, .datepicker-top-right:before {
    border-bottom-color: rgba(0,0,0,.15);
}

.datepicker-panel>ul>li {
    font-size: 14px;
    border-radius: 4px;
    transition: all .1s;
}

.datepicker-panel>ul>li[data-view="month prev"],
.datepicker-panel>ul>li[data-view="month next"],
.datepicker-panel>ul>li[data-view="year prev"],
.datepicker-panel>ul>li[data-view="year next"] {
    line-height: 26px;
}

.datepicker-panel>ul>li[data-view="month current"] ,
.datepicker-panel>ul>li[data-view="year current"] {
    line-height: 30px;
}

.datepicker-panel>ul>li:hover,
.datepicker-panel>ul>li.muted:hover {
    background-color: #3091d1;
    color: #ffffff;
}

.datepicker-panel>ul[data-view=week]>li:hover {
    background-color: transparent;
    color: #383838;
}

.datepicker-panel>ul>li.picked {
    background-color: #084a79;
    color: #ffffff;
    transition: all .2s;
}

.datepicker-panel>ul>li.picked:hover,
.datepicker-panel>ul>li.picked:focus {
    background-color: #3091d1;
    color: #ffffff;
}


/*Add Unit PopUp */

.modal-dialog {
    margin: 8% auto;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    background: #0054a5;
    padding: 14px 14px 16px 20px;
    border: 0;
    border-radius: 0;
}

.modal-title {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.modal-header .close {
    color: #ffffff;
    padding: 0;
    margin: 0;
    opacity: 1;
}

.modal-header .close:hover,
.modal-header .close:focus {
    outline: none;
}

.modal-body {
    padding: 20px 20px 24px 20px;
}

.modal-body .form-group {
    margin-bottom: 49px;
}


/*File Input */

.custom-file-input[type="file"] {
    opacity: 1;
    cursor: pointer;
    padding-top: 10px;
}

.file-wrapper label {
    position: relative;
    margin-bottom: 0;
}

.file-wrapper label .file-text {
    display: block;
    color: #383838;
    margin-bottom: 8px;
}
.file-wrapper .form-control-file{padding: 9px 15px; height: auto;}

.file-wrapper label .file-btn {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: #919191;
    font-weight: 400;
    top: 37px;
    left: 4px;
    background-color: #f8f8f8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    z-index: 41;
}

.file-wrapper label .file-btn:before {
    position: absolute;
    content: 'Browser files';
    top: 5px;
    left: 10px;
    display: inline-block;
    background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.file-wrapper label .file-btn:focus {
    outline: none;
}

.file-wrapper label .file-btn:focus:before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
} 


/* Subscription Page Starts */

/*.subscription-section {
    padding: 50px 0;
}*/

#setup_subscription{
    margin-bottom: 20px;
}
.subscription-wrapper p a {
    color: #0056b3;
}

.subscription-wrapper p a:hover,
.subscription-wrapper p a:focus {
    color: #3091d1;
}

.details-box-outer {
    margin: 20px 0 0;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dadada;
}

.details-box-inner {
    padding: 20px 10px;
    border: 1px solid #dadada;
}

.details-box-inner h4 {
    color: #084a79;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #dadada;
}

.details-box-inner p {
    margin-bottom: 8px;
}

.details-box-inner p:last-child {
    margin-bottom: 0;
}

.details-box-inner p span {
    font-weight: bold;
}
label.error, .asterisk, .error label,.warning-msg p{
    color:#F36A5A !important;
    font-weight: unset;
}
.alert2 .alert {
    margin: 0px 0px 10px 0px;
}
.alert-success, .alert-danger, .alert-error, .alert-info {
    border: medium none;
}
.alert-danger, .alert-error {
    background: none repeat scroll 0 0 #DC6868;
    color: #FFFFFF;
}
.email2 {display: none !important;}

.house_section{
    display: flex;
    align-items: center;
}
.house_section .video-box {width: 50%; margin: 0 auto;position: relative;z-index: 11;}
.house_section {background:url('../images/house_background_image.jpg') no-repeat fixed;background-size: cover;background-repeat: no-repeat;background-position: center;min-height: 550px; position: relative;display: flex;padding: 65px 0 65px;margin-top: 50px; }
.house_section:after {content: "";position: absolute;top: 0;right: 0;bottom: 0;left: 0;background: rgba(0, 0, 0, 0.5);}
.small-header .menu-content .register-btn a {color: white;background: #105e96; border:  2px solid #FFF}
.homepage.small-header .menu-content .register-btn:hover a { opacity: 1; color: #FFF  !important;;}
.btn-primary {
  font-size: 12px !important;;
  text-transform: uppercase;
  border-radius: 24px !important;
  padding: 5px 10px;
  color: #2c3f51;
  float: right;
  margin-top: -5px;
  background: #FFF!important;
  text-align: center;
  border: 1px solid #2c3f51 !important;
  max-width: 155px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: color;
  -ms-transition-property: color;
}
inner-btn {
  font-size: 12px;
  text-transform: uppercase;
  min-width: 100px;
  padding: 5px 10px;
  float: right;

}
.view_details {
	  padding: 4px !important;
	  font-size: 12px !important;
	  border-radius: 16px !important;
	
}

.btn-secondary:hover,.btn-secondary:focus{color:#fff !important;background: #2c3e50\9 !important;}
.small-header .menu-content ul li a:hover{
	color: #616161 !important;
}
.small-header .menu-content ul li.regst a:hover{
	color: #fff !important;
}
.small-header .blue-gradient .features-product-inner  a:hover{
	color: #000 !important;
}
.small-header .light-blue-gradient .features-product-inner  a:hover{
	color: #000 !important;
}
.small-header .container .features-product-inner .bttn-blue:hover{
	color: #fff !important;
}
.small-header .more-productive-block .container a:hover{
	color: #000 !important;
}
.footer-links ul li a:hover{
	color: #084a79 !important;
}
