body{
     color: #333333;
     font-family: 'Inter', sans-serif;
     font-size: 16px;
     line-height: 1.5;
}
 p {
     margin-bottom: 20px;
}
 p:last-child {
     margin-bottom: 0;
}
 a, input[type="submit"] {
     transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 a, a:active, a:focus, a:after, input:focus, select:focus, a:hover {
     text-decoration: none;
     outline: none;
     color:#E0775E;
}
 img{
     max-width: 100%;
     height: auto;
}
 h1, h2{
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
}
 h1{
     font-size: 48px;
     line-height: 1.18;
}
 h2{
     font-size: 36px;
     line-height: 1.16;
}
 h3{
     font-size: 18px;
     line-height: 2.33;
}
 .container{
     max-width: 1124px;
}
 .register{
     background-color: #E0775E;
     padding: 11px 45px;
     color: #FFFFFF;
     border-radius: 8px;
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
     line-height: 19px;
     font-size: 16px;
     display: inline-block;
}
 .register:hover{
     background-color: #1E2A54;
}
 .header-area{
     padding-top: 24px;
}
 .header-top p{
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
     color: #000000;
     font-size: 14px;
     line-height: 17px;
}
 .header-top{
     margin-bottom: 7px;
}
 .main-menu{
     margin-top: 45px;
}
 .main-menu ul{
     margin: 0;
     padding: 0;
     list-style: none;
     text-align: right;
}
 .main-menu > ul > li{
     display: inline-block;
     margin-left: 30px;
     position: relative;
}
 .main-menu > ul > li.register{
     padding: 0;
}
 .main-menu > ul > li > a{
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
     color: #000000;
     padding-bottom: 27px;
     display: block;
}
 .main-menu > ul > li.has-dropdown > a:after {
     content: "+";
     margin-left: 8px;
}
 .main-menu ul li a:hover{
     color: #E0775E;
}
 .main-menu > ul > li.register > a{
     color: #ffffff;
     padding: 11px 45px;
     font-size: 16px;
     line-height: 19px;
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
}
 .main-menu > ul > li > ul{
     background-color: #F0E4DA;
     margin: 0;
     padding: 25px 43px 36px;
     position: absolute;
     width: 200px;
     z-index: 99;
     top: 100%;
     right:-30px;
     text-align: left;
}
 .main-menu > ul > li > ul{
     opacity: 0;
     visibility: hidden;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     transition: opacity 0.3s, -webkit-transform 0.3s;
     transition: opacity 0.3s, transform 0.3s;
     transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
     -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
     transform: translateY(-10px);
     -moz-transform: translateY(-10px);
     -webkit-transform: translateY(-10px);
}
 .main-menu > ul > li:hover > ul{
     opacity: 1;
     visibility: visible;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
     transform: translateY(0px);
     -moz-transform: translateY(0px);
     -webkit-transform: translateY(0px);
}
 .main-menu > ul > li > ul > li{
     margin-bottom: 10px;
}
 .main-menu > ul > li > ul > li:last-child{
     margin-bottom: 0;
}
 .main-menu > ul > li > ul > li > a{
     color: #000000;
     font-size: 14px;
}
 .banner-area{
     background-image: url(img/banner.jpg);
     background-repeat: no-repeat;
     background-position: center top;
     background-size: cover;
     padding-top: 5%;
     padding-bottom: 20%;
}
 .banner-content h1 {
     margin-bottom: 18px;
}
 .banner-content p {
     max-width: 420px;
     margin-bottom: 28px;
}
 .watch-video {
     border: 1px solid #FFFFFF;
     border-radius: 8px;
     padding: 10px 27px 10px 57px;
     color: #FFFFFF;
     margin-left: 15px;
     display: inline-block;
     line-height: 19px;
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
     background-image: url(img/video.png);
     background-repeat: no-repeat;
     background-position: left 28px center;
     max-width: 188px;
}

 .watch-video:hover{
     border: 1px solid #1E2A54;
     background-color: #1E2A54;
}

 .watch-video-dark {
     border: 1px solid #E0775E;
     border-radius: 8px;
     padding: 10px 27px 10px 57px;
     color: #E0775E;
     margin-left: 15px;
     display: inline-block;
     line-height: 19px;
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     font-style: normal;
     background-image: url(img/video-orange.png);
     background-repeat: no-repeat;
     background-position: left 28px center;
     max-width: 188px;
}

 .watch-video-dark:hover{
     border: 1px solid #1E2A54;
     background-color: #1E2A54;
}
 .covenant-path-area{
     background-color: #F0E4DA;
     padding-top: 89px;
     padding-bottom: 120px;
}
 .orange-hd{
     color: #E0775E;
     font-weight: 700;
     margin-bottom: 18px;
}
 .covenant-path h2{
     color: #000000;
     margin-bottom: 26px;
}
 .covenant-path p{
     font-weight: 400;
     max-width: 675px;
     margin: 0 auto;
}
 .image-with-content{
     padding-top: 112px;
     padding-bottom: 86px;
}
 .image-with-content h3{
     margin-top: 45px;
     margin-bottom: 17px;
}
 .image-with-content h2{
     max-width: 342px;
     margin-bottom: 19px;
}
 .image-with-content p{
     max-width: 435px;
     font-weight: 400;
}
 .left-image-content{
     padding-top: 100px;
     padding-bottom: 100px;
}
 .left-image-content .right-content{
     padding-left: 80px;
}
 .testimonial-area{
     background-color: #D6DAE6;
     padding-bottom: 170px;
     padding-top: 170px;
}
 .author-thumbnail img{
     border-radius: 50%;
}
 .testimonial-content{
     margin-left: 40px;
     max-width: 455px;
}
 .testimonial-content h2{
     font-style: italic;
     color: #000000;
     margin-bottom: 26px;
}
 .testimonial-content p{
     font-weight: 700;
     margin-bottom: 0;
}
 .testimonial-content span{
     font-weight: 400;
     display: block;
}
 .call-to-action{
     background-color: #FEFBF5;
     padding-top: 93px;
     padding-bottom: 69px;
}
 .cta-left h2{
     color: #000000;
}
 .cta-left p{
     max-width: 435px;
     margin-top: 14px;
}
 .cta-right{
     text-align: center;
}
 .cta-right p{
     font-size: 12px;
     color: #000000;
     margin-top: 21px;
}
/*Inner page*/
 .inner-banner{
     background-image: url(img/inner-banner.png);
     background-color: #F0E4DA;
     padding-top: 120px;
     padding-bottom: 90px;
}

 .inner-banner-men{
     background-image: url(img/men.png);
     background-color: #F0E4DA;
     padding-top: 120px;
     padding-bottom: 90px;
}

 .inner-banner-dates{
     background-image: url(img/important-dates.png);
     background-color: #F0E4DA;
     padding-top: 120px;
     padding-bottom: 90px;
}

 .inner-banner-women{
     background-image: url(img/women.png);
     background-color: #F0E4DA;
     padding-top: 120px;
     padding-bottom: 90px;
}
 .div-800{
     max-width: 800px;
     margin: 0 auto;
}
 .inner-content-area{
     padding-top: 110px;
     padding-bottom: 50px;
}
 .inner-content {
     margin-bottom: 45px;
     line-height: 1.75;
}
 .inner-content h3.orange-hd {
     line-height: 21px;
}
 .inner-content ul {
     line-height: 1.75;
}
 .faq-title a {
     color: #000000;
     display: block;
     position: relative;
     padding: 10px 0 10px 38px;
}
 .faq-body {
     padding: 10px 0px 10px 38px;
}
 .faq-title a:before {
     color: #E0775E;
     content: "-";
     font-size: 30px;
     position: absolute;
     left: 0;
     top: 0;
}
 .faq-title a.collapsed:before {
     content: "+";
}
/*Footer style*/
 .footer-area{
     padding-top: 96px;
     padding-bottom: 34px;
}
 .single-footer h4{
     font-family: "p22-mackinac-pro", serif;
     font-weight: 700;
     color: #000000;
     font-size: 16px;
     line-height: 19px;
     margin-bottom: 23px;
}
 .single-footer ul{
     margin: 0;
     padding: 0;
     list-style: none;
}
 .single-footer ul > li{
     margin-bottom: 12px;
}
 .single-footer ul > li > a{
     color: #000000;
     font-size: 14px;
     line-height: 16px;
}
 .footer-logo p{
     margin: 37px 0;
}
 .copyright{
     margin-top: 102px;
}
 .copyright p{
     font-size: 14px;
     line-height: 16px;
     color: #000000;
}
