@font-face {
    font-family: seorge;
    src: url(../fonts/segoeui.ttf);
}

body{
    font-family: 'Segoe UI', seorge, Arial;
    font-size:17px;
    color: #691b33;	
}

h1, h2, h3, h4, h5, h5{
    font-weight:600;
    color: #691b33;	
}
p, ul, span{
	font-weight:400;
		
}

a{
    color: #303e47;
    text-decoration: none;
	transition:all 0.3s;
}
a:hover, a:focus{
    color: #691b34;
    text-decoration: none;
}
.container{
    width: 90%;
    max-width: 1366px;
}

.logo{
    max-width: 300px;
}
.logo img{
    width: 100%;
}
.mainHeader{
        padding: 30px 0px;
}
.contactBtn{
    font-size: 22px;
    color: #0d0b0c;
}
.contactBtn span{
    font-weight: 700;
}
.banner img{
    width: 100%;
}
/* .banner.noBanner{
    border-bottom: 1px solid #417e23;
} */
.contentArea{
    padding: 60px 0px;
}
.text-green{
    color: #303e48;
}
.contentArea h1, .contentArea h2 {
    font-size: 28px;
    margin-bottom: 40px;
}
.contentArea p{

}
.contentArea h5{
    color: #707070;
    padding-bottom: 20px;
}
.contentArea p+h5{
    margin-top: 25px;
}
.bg-gray{
    background: #eeeeee;
}
.bg-gray h2, .bg-gray h3, .bg-gray h4{
    color: #707070;
}
.profileArea{
    padding: 90px 0px;
}
.profileArea h2{
	font-size:28px;
	font-weight:600;
	color:#6f6f6f;
}
.profileArea h2 span{
    font-size: 15px;
    font-weight: 300;
}
.img-responsive{
    max-width: 100%;
}
.img-borderd{
    border: 1px solid #707070;
}
.contactArea{
    padding-top: 25px;
    font-size: 28px;
}
.contactArea span{
   
    font-weight:600;
}
.contentArea p{
	font-size:19px;
} 
.profileMail{
    font-size: 20px;
    color: #303e48;
    display: block;
}
.profileArea .small{
	font-size:16px;
	font-weight:600; 
	margin-bottom:20px;	
}
.profileArea p{
	font-size:15px;
	margin-bottom: 0.8rem;
}

.infoContentSec{
	padding-left:25px;
}

.paddingRight{
	
	padding-right:25px;
}
.paddingLeft{
	
	padding-left:25px;
}


.footer{
	background:#4a6375;
    padding:100px 0px 60px;
    font-size: 13px;
    /* margin-top: 150px; */
}

.footer p{
	font-size:12px;
	color:#fff;
    margin-bottom:10px;
    padding-bottom: 0px;
}
.footer p.text-small{
    font-size: 11px;
}
.footer p em{
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size:13px;
    font-style: normal;
}
.footer a{
    font-size:13px;
	color:#fff;
}
.footer a:hover{
    text-decoration: underline;
}
.footer a.contactFooter{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.footerContents{

}
.footer .footerCopyright{
    margin-top: 50px;
    font-size: 17px;
}
.navMenu{
	    vertical-align: top;
    display: inline-block;
    padding-top: 4px;
    margin-right: 25px;
}

.form-area .form-control{
	border-radius:0px;
	color:#303e48;
	text-align:center;
}
.form-area .form-control::placeholder{
	color:#303e48;
}

.btn-borderd{
	border-radius:0px;
	border:2px solid #303e48;
	color:#707070;
	background:#fff;	
}
.btn-borderd:hover{
	background:#303e48;
	color:#fff;
}

.checkbox{
	font-size:14px;
}
.navigation{
margin-top: 10px;}
.navigation li{
    display: inline-block;
    padding-left: 15px;
}
.navigation li a{
    padding: 10px 0px 0px 10px;
    
}
.navigation li a:hover{
    color: #0d0b0c;
}
.profileSicial{
    margin-top: 15px;
}
.profileSicial li a{
    display: block;
    width: 30px;
    transition: all 0.3s;
}
.profileSicial li a:hover{
    transform: scale(1.15);
}
.profileSicial li a img{
    width: 100%;
    
}
.footerContent p{
    font-size: 13px;
}
.largeList{
    padding-top: 25px;
    
}
.text-center .largeList, .text-center ul{
    text-align: center;
    list-style-position: inside;
}
.largeList li, .text-center ul li{
    font-size: 18px;
    padding-bottom: 15px;
    font-weight: 400;
}
.bg-gray .text-green{
        color: #769f44;
}
.footerImg {
    text-align: right;
}

.footerImg img{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    max-height: 90px;
    max-width: 120px;
}



/* SLinv */
.headerLogos{
    text-align: right;
}
.headerLogos a{
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}
.headerLogos a img{
    width: auto;
    max-height: 60px;
}
.headerLogos a.headerMenuToggle{
    width: 45px;
    margin-left: 40px;
    margin-top: 35px;
}
.headerMenuToggle span{
    width: 100%;
    height: 5px;
    background: #000000;
    margin-bottom: 10px;
    display: block;
}
.headerMenuToggle span:last-child{
    margin-bottom: 0px;
}

.text-gray{
    color: #707070;
}
.galleryItems{
    overflow: hidden;
}

.contentArea .container{
    max-width: 1000px;
}

.galleryItems a{
    display: block;
    margin-bottom: 30px;
    cursor: zoom-in;
    overflow: hidden;
}

.galleryItems img{
    max-width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.galleryItems a:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
}
.title1{
    margin-bottom: 20px;
}

.galleryArea{
    margin-top: 60px;
    margin-bottom: 30px;
}
.largeImgSection{
    margin:70px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}
.largeImgSection img{
    width: 100%;
   
}

.bigButton, .bigButtonInv, .bigButtonInv:hover{
    padding: 30px 70px;
    margin: 50px 0px 80px;
    display: inline-block;
    background: #303e48;
    color: #fff;
    font-size: 35px;
    border: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; 
}
.bigButtonInv{
    margin: 20px 0px;
}
.bigButton:hover, .bigButtonInv{
    border: 2px solid #303e48;
    color: #303e48;
    background: #fff;
}
.faqWrapper .bigButton, .faqWrapper .bigButtonInv, .fxbtn.bigButtonInv {
    margin: 50px 0px 10px;
    max-width: 300px;
    display: block;
    margin: 40px auto;
    font-size: 21px;
    padding: 14px 10px;
    border-color: #691b34;
    color: #303e47;
}
.fxbtn.bigButtonInv:hover{
    background: #303e47;
    color: #fff;
}
button.bigButton {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; 
    padding: 15px 120px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0px;
} 
.contentArea h2{
    margin-bottom: 60px;
}
.captionText{
    font-size: 45px;
}
.footerSocial a img{
    max-width: 40px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.footerSocial a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.form-area .form-control{
    border-color: #303e48;
}

.contentAreaInner h2{
    margin-bottom: 20px;
}
h4.captionText{
    font-size: 30px;
}

/* Menu */
.toggle-button span{
    display: block;
}

.toggle-button {
    position: fixed;
    top: 40px;
    right: 40px;
    padding: 0;
    margin: 0;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 3;
}

.bar {
    background-color: #ff5252;
    display: block;
    width: 100%;
    height: 5px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}
.bar + .bar {
    margin-top: 4px;
}
.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.middle {
    top: 11px;
}
.bottom {
    top: 22px;
}
.toggle-button:hover {
    opacity: .7;
}
.toggle-active .bar {
    background-color: #fff;
}
.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
}
.toggle-active .middle {
   opacity: 0;
}
.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
}

.overlay {
    position: fixed;
    background: #303e48;
    background:rgba(48, 62, 78, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    z-index: 9999;
}
.nav-active {
    opacity: 1;
    visibility: visible;
    height: 100%;
/*    max-height: 340px;*/
}
.overlay ul {
    display: block;
    position: relative;
    top: 60px;
    left: 0;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    list-style: none;
    padding: 0;
}
.overlay ul li {
    display: block;
    margin-bottom: 2px;
}
.overlay ul li a {
    color: #fff;
    text-decoration: none;
    padding: 6px 35px;
    display: inline-block;
    background: transparent;
    min-width: 300px;
}
.overlay ul li a:hover, .overlay ul li.active a{
    color: #fff;
    background: #691b33;
}
.flex-caption {
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    background: transparent;
    color: #fff;
    text-shadow: 5px 3px 12px rgba(0, 0, 0, 0.88);
    font-size: 70px;
    line-height: 60px;
    margin-top: -30px;
    text-align: center;
    position: absolute;
    font-weight: 400;
    transition: all ease-in-out 0.9s;
    -webkit-transition: all ease-in-out 0.9s;
    -moz-transition: all ease-in-out 0.9s;
    -ms-transition: all ease-in-out 0.9s;
    -o-transition: all ease-in-out 0.9s;
    transition-delay: 0.7s;
}

.flex-active-slide .flex-caption{
    top: 50%;
    opacity: 1;
}
  .flexslider{
      border: none;
      margin: 0;
  } 

  .footerLogo img{
      max-width: 200px;
  }
  
  @media(min-width:800px){
      
    .headerLogos a.headerMenuToggle{
        display: none;
    }
    .desktopmenu ul{
        display: block;
        text-align: right;

    }
    .desktopmenu ul li{
        list-style-type: none;
        display: inline-block;
    }
    .desktopmenu{
        padding-top: 35px;
    }



  }
@media(max-width:768px){
    .desktopmenu{
        display: none;
    }
    
    .flex-caption{
        font-size: 40px;
        line-height: 40px;
        margin-top: -20px;
    }
}
@media(max-width:540px){
    .flex-caption{
        font-size: 25px;
        line-height: 25px;
        margin-top: -13px;
    }
}
  /* Menu ends */

.faqWrapper{
    margin: 40px 0px 0px;
}
.faqBlock{
    border: 1px solid #707070;
    /*margin-top: 60px;
    */margin-bottom: 30px;
    transition: border 2s;
    -webkit-transition: border 2s;
    -moz-transition: border 2s;
    -ms-transition: border 2s;
    -o-transition: border 2s;
}
.faqBlock h3{
    font-size: 26px;
    color: #707070;
    padding: 20px 10px;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.faqBlock.faqActive h3{
    color: #303e48;
}
.faqBlock.faqActive{
    border-color: #303e48;
}

.faqBlock h3::before{
    content: '+';
    display: inline-block;
    padding-right: 8px;
    width: 25px;
    margin-top: -2px;
    vertical-align: top;
}
.faqActive.faqBlock h3::before{
    content: '-';
}
.faqBlock .faqAns{
    padding: 20px 25px;
    background: #fdfdfd;
    display: none;
}

.bg-theme{
    background: #303e48;
    color: #fff;
}
.largeImgSectionContent{
    padding: 60px 0px 45px;
}

.largeImgSectionContent h3{
    margin-bottom: 45px;
}
#popupContactFrom{
    min-width: 450px;
}

#popupContactFrom h4{
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 600;
}
#popupContactFrom button.bigButton{
    padding: 8px 30px;
    display: block;
    width: 100%;
}
#popupContactFrom.form-area .form-control{
    font-size: 15px;
}
.form-area, .form-area *{
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.form-area .form-control.error{
    border-color: red;
    color: red;
}
.error{
    color: red;
    font-size: 14px;
}
@media(max-width:1400px){
.contactArea {
    font-size: 24px;
}
.profileMail {
    font-size: 18px;
}

.logo {
    max-width: 280px;
}
.headerLogos a {
    margin-left: 20px;
}
.headerLogos a img {
    max-height: 45px;
}
.headerMenuToggle span {
    margin-bottom: 9px;
}
.headerLogos a.headerMenuToggle {
    width: 38px;
}
.contentArea h2 {
    margin-bottom: 45px;
}
.captionText {
    font-size: 30px;
}
.footer {
    margin-top: 100px;
}

}
@media(max-width:1023px){
.logo {
    max-width: 250px;
}
.navigation li {
    padding-left: 5px;
}
.profileMail {
    font-size: 15px;
}
.contactArea {
    font-size: 18px;
}
.profileArea p {
    font-size: 14px;
}
.contentArea h1, .contentArea h2  {
    font-size: 25px;
}
.headerLogos a {
    margin-left: 15px;
}
.headerLogos a img {
    max-height: 34px;
}
.headerLogos a.headerMenuToggle {
    width: 35px;
    margin-left: 20px;
    margin-top: 18px;
}
.headerMenuToggle span {
    margin-bottom: 8px;
}

.bigButton, .bigButtonInv:hover{  
    padding: 25px 60px;
    margin: 40px 0px 60px;
    font-size: 30px;
    border: 2px solid transparent; 
      
}

.captionText {
    font-size: 25px;
}
.footer {
    margin-top: 60px;
}
.footer {
    padding: 60px 0px;
    margin-top: 75px;
}
.overlay ul{
    font-size: 36px;
}
.overlay ul li {
    display: block;
    padding-bottom: 10px;
}

.faqWrapper .bigButton, .faqWrapper .bigButtonInv, .fxbtn.bigButtonInv {
    margin: 50px 0px 10px;
    width: 400px;
    margin: 40px auto;
    font-size: 26px;
    padding: 25px 30px;
}

}
@media(max-width:767px){
    .footerLogo, .footerContents, .footerContents .col-sm-6{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .mobileSpace{
        padding-top: 30px;
    }
    .footerLogo, footerCopyright{
        text-align: center;
    }
    .footerContents{
        padding-top: 30px;
    }
    .footer p {
        font-size: 14px;
        font-weight: 300;
    }
    .footer p em{
        font-size: 15px;
    }
    .faqWrapper .bigButton, .faqWrapper .bigButtonInv{
        width:100%;
        margin: 30px auto;
        font-size: 22px;
        padding: 18px 25px;
    }
    .faqBlock h3 {

        font-size: 18px;
    
    }
    .largeImgSectionContent {
        padding: 40px 0px 30px;
    }
    .largeImgSectionContent h3 {

        margin-bottom: 30px;
        font-size: 24px;
    
    }
    .faqBlock .faqAns {
        padding: 10px 10px;
    }

    .container{
        width: 95%;
    }
    /* .row {
    display: block;
    margin: 0;
} */
    .headerLogo{
        width: 50%;
        float: left;
    }
   .headerNavigation {
    width: 50%;
    float: right;
    padding-right: 75px;
}

    .contactBtn span{
        display: none;
    }
   .contactBtn {
    width: 24px;
    height: 29px;
    background: url(../images/icoCall.png) no-repeat;
    display: block;
    text-indent: 200px;
    overflow: hidden;
    background-size: contain;
    float: right;
    margin-top: 15px;
}
    .contactBtn:hover{
        background: url(../images/icoCallHover.png) no-repeat;
        background-size: contain;

    }
    .mainHeader .row:after{
        content: '';
        clear: both;
        display: block;
    }
    .mainHeader {
    padding: 18px 0px;
}

.profileArea .col-5{
    padding: 0;

width: 100%;

max-width: none;
margin-bottom: 20px;
}
.profileArea .col-7{
    padding: 0;

width: 100%;

max-width: none;
margin-top: 20px;
}

.footerContent{
    width: 100%;

max-width: none;

padding-bottom: 0px;
text-align: center;
}
.footerImg{
     width: 100%;

max-width: none;
text-align: center;
}
.contentArea h1, .contentArea h2  {
    font-size: 30px;
}
.contentArea p {
    font-size: 16px;
}

.desktopVersion{
    display: none !important;
}
.mobileVersion{
    display: block !important
}

.logo {
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/* .headerLogos {
    text-align: center;
}
.headerLogos a.headerMenuToggle{
    float: right;
    margin-top: 9px;
}
.headerLogos a img {
    max-height: 45px;
} */
h4.captionText{
    font-size: 22px;
}  
#popupContactFrom{
    min-width:300px;
}
.faqWrapper .bigButton, .faqWrapper .bigButtonInv, .fxbtn.bigButtonInv {
    margin: 30px 0px 10px;
    width: auto;
    margin: 20px auto;
    font-size: 22px;
    padding: 15px 25px;
}
button.bigButton{
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    font-size: 23px;
}
}

@media(max-width:640px){

    .headerLogos a {
        margin-left: 10px;
    }
    .headerLogos a img {
        max-height: 30px;
    }
    .largeImgSection {
        margin: 45px 0px;
    }
    .contentArea {
        padding: 40px 0px;
    }
    .contentArea h1, .contentArea h2 {
        font-size: 26px;
    }
    .galleryArea {
        margin-top: 40px;
    }
    .contentArea h2 {
        margin-bottom: 30px;
    }
    .bigButton, .bigButtonInv:hover{
        /* padding: 20px 20px;
        margin: 30px 0px 45px; 
        font-size: 24px;*/   
        border: 2px solid transparent;
        display: block;
    }
    .captionText {
        font-size: 22px;
    }
    .footer {
        padding: 50px 0px;
        margin-top: 30px;
    }
    .footer a.contactFooter {
        font-size: 16px;
        font-weight: 600;
        text-align: left;
    }
    .footerSocial a img {
        max-width: 35px;}

        .overlay ul {
            font-size: 30px;
        }
    }
    @media(max-width:460px){
        .faqWrapper .bigButton, .faqWrapper .bigButtonInv, .fxbtn.bigButtonInv {
            margin: 30px 0px 10px;
            width: auto;
            margin: 20px auto;
            font-size: 20px;
            padding: 10px 25px;
        }
    }

    @media(max-width:419px){
        .headerLogos a {
            margin-left: 4px;
            margin-right: 4px;
        }
        .logo {
            max-width: 240px;
        }
        .headerLogos a img {
            max-height: 23px;
        }
        .headerLogos a.headerMenuToggle {
            width: 31px;
            margin-left: 10px;
            margin-top: 19px;
        }
        .headerMenuToggle span {
            margin-bottom: 6px;
        }
        .headerLogos{
            padding-left: 0;
            padding-right: 0;
        }
        .captionText {
            font-size: 16px;
            font-weight: 600;
        }
        #popupContactFrom{
            min-width:250px;
        }
    }



