@font-face{
  font-family: SourceSansPro-Regular;
  src: url(../fonts/SourceSansPro-Regular.otf);
}
@font-face{
  font-family: TrajanPro-Regular;
  src: url(../fonts/TrajanPro-Regular.ttf);
}
header{
    background: #194ab5/*#0f336c*/;
    z-index: 11;
    min-height: 54px;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    /* position: absolute; */
    left: 0;
    right: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: TrajanPro-Regular !important;
}
body{
        /*background: #eaeaea;*/
        background: #f9f9f9!important;
}
p{
    text-align: justify;
}
.border-left {
    border-left: 1px solid #4c4f53!important;
}
.navbar{
	    text-align: center;
    margin: 0 auto;
    /* max-width: 100%; */
    background: #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 9;
    /* top: 104%; */
    /* position: absolute; */
    left: 0;
    right: 0;
    margin-top: 16px;
    width: 100%;
}
.shapes-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about p{
	    line-height: 33px;
}
.leaf-1{
	position: absolute;
    right: 0%;
    top: 1%;
	    	animation: movebounce 3s linear infinite;

}
.leaf-2{
    left: 0%;
    position: absolute;
    top: 60%;
    	    animation: movebounce 4s linear infinite;

}

@keyframes movebounce {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(20px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@keyframes moveleftbounce {
    0% {
        transform: translateX(0px); 
    }
    50% {
        transform: translateX(20px); 
    }
    100% {
        transform: translateX(0px); 
    } 
}
.bg-1{
    background: url(../img/bg.jpg) no-repeat;
    background-position: center;
    height: 445px;
    background-size: cover;
    /* padding: 218px 0 30px; */
}
.parallax-info {
    border: 15px solid #34d9c0;
    border-bottom: 0;
    margin-bottom: 20px;
}
.parallax-title {
    font-size: 54px;
    font-weight: 500;
    line-height: 80px;
    padding: 20px;
    color: #000;
    text-transform: capitalize;
}
.parallax-list{
    text-align: center;
    color: #000;
        margin-top: 111px;
}
.pera{
    font-size:17px !important;
}
.parallax-subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    position: relative;
    top: 15px;
    letter-spacing: 3px;
}
.parallax-list .parallax-info .parallax-subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 115px;
    height: 15px;
    background: #34d9c0;
}
.parallax-list .parallax-info .parallax-subtitle:after {
    right: 0;
    left: auto !important;
}
.parallax-list .parallax-info .parallax-subtitle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 115px;
    height: 15px;
    background: #34d9c0;
}
.home-title {
      position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
    padding: 0 0 8px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #078b4f;
}
.home-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 1px;
    text-align: center;
    margin: 0 auto;
    background: #e9e9e9;
}
.fa-1{
	    font-size: 18px;
    color: #fff;
}
.owl-carousel .owl-item img{
	display: block;
	    position: relative;

    width: 100%;
    -webkit-transform-style: preserve-3d;
    width: 165px;
    max-width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.owl-carousel .owl-item img:hover{
	 border-radius: 50%;
	-webkit-transform: scale(1.1) rotate(-1deg);
    -o-transform: scale(1.1) rotate(-1deg);
    -ms-transform: scale(1.1) rotate(-1deg);
    transform: scale(1.1) rotate(-1deg);
}
.services-carousel .fa-angle-left {
       position: absolute;
    top: 30%;
    font-size: 46px;
    background: #faeec8;
    /* padding: 2px; */
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-left: 13px;
}
.services-carousel .fa-angle-right {
       position: absolute;
    top: 30%;
    font-size: 46px;
    background: #faeec8;
    /* padding: 2px; */
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-left: 20px;
    right: 0%;
}
.inner-box h4{ 
font-size: 19px;
    margin-top: 10px;
    font-family: SourceSansPro-Regular !important;
}
.form-left{
	    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.form-right{
	    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.form-control{
	    height: 46px;
}
textarea.form-control {
    height: auto;
}
.contact{
	    background: url(../img/contact.jpg) no-repeat;
    background-position: center;
   padding: 100px;
    background-size: cover;
}
.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #f8f9fa;
    font-size: 19px;
    width: 100%;
    border-radius: 20px;
    height: 44px;
}
footer{
	background: #0f336d;
    color: #fff;
}
footer ul li{
list-style: none;
    padding-left: 6px;}
.fa-social {
    border-radius: 52%;
    /* margin-left: 18px; */
    padding: 13px;
    background-color: #ffffff;
    color: #000;
    margin: 7px;
    width: 12%;
}
.fa-2{
    font-size: 29px;
    color: #fff;}
.nav-link{
	    margin-left: 12px;
}
@media only screen and (min-width: 450px){
	.link-foot{
		text-align: right;
	}
    .text-1{
        text-align: right;
    }
}
@media only screen and (max-width: 450px) {
    .hovereffect .overlay{
        display: none;
    }
    .hovereffect h3{

    color: #0f336d;
    font-weight: 600;
    margin-top: 8px;

    }
    .p-5{
        padding: 20px !important
    }
	.contact{
		padding: 0;
	}
	.navbar{
		   top: 20%;
    /* background: #ffffff9e; */
    position: relative;
	}
    .carousel-1 h3{
            font-size: 20px !important;
    }
    .carousel-1 h5 {
    font-size: 16px !important;
}


	
    header{
        position: relative !important;
        width: 100% !important;
    }
    .border-1 {
    border: none !important;
}
.hovereffect:after{
    background: none !important;
}
.inner{
        padding: 70px 0px 90px !important;
}
}
.carousel-1{
   position: absolute;
    top: 45%;
    left: 10%;
    color: #fff;
}
.carousel-1 h3{
        font-size: 47px;
        font-weight: bold;
}
.carousel-1 h5{
    font-size: 25px;
    font-size: bold !important;
}
.bg-about{
    background: #0f336d;
    padding: 32px;
    border-radius: 10px;
    box-shadow: 0px 20px 20px 0 #e9e9e9;
    -webkit-box-shadow: 0px 20px 20px 0 #e9e9e9;
}
.bg-about h4,.bg-about h3,.bg-about h2{
        font-weight: 600;
}
.link-1{
        background: #bd2a26;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
}
.border-1{
        border-right: 1px solid #ceccd0;

}
.hovereffect {
 width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 10;
  padding: 50px 20px;
    z-index: 1;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.3;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
     text-transform: lowercase;
    color:black;
    text-align: center;
    position: relative;
    font-size: 22px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
    font-weight: 600;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background:black;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.link-2, .hovereffect p {
  color: black;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.overlay:hover .link-2, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.hovereffect:after{
       content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-image: linear-gradient(120deg, #eaee44, #33d0ff); */
    opacity: .7;
    background: #2f2c316b;
}
.sh-desc ul{
    list-style: none;
}
.sh-desc{
    padding: 10px;
        background: white;
            min-height: 278px;
}
.sh-desc h4{
        color: #be2a26;
    font-weight: 600;
    font-size: 1.2rem;
}
.btn-link {
    font-weight: 400;
    color: #bd2a26;
    text-decoration: none;
    font-size: 18px;
}
.inner{
    background: url(../img/inner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 43px 0px 90px;
    color: #fff;
}
.bg-3{
        background: #eaeaea;
}
.about b{
        font-size: 19px;
    color: #be2c28;
}
.pera{
        font-size: 19px;
}
.p-5 h3{
    font-size: 23px;
}


.form-control{
    font-size: 20px;
    font-weight: 300;
    width: calc(100% - 3px);
    /* padding: 21px 14px 15px 22px; */
    border: 0;
    border-radius: 0;
    padding: 30px;
}
.btn-1{
        width: 100%;
    font-size: 19px;
    color: #fff;
    background-color: #078b4f/*#ef580c*/;
    border-radius: 0;
    text-decoration: none;
    padding: 14px;
}
.about h3{
    color: #078b4f !important;
    margin-bottom: 27px;
}
footer h3{
    font-size: 17px !important;
    margin-bottom: 25px;
}
.footer-social-link a{
    color: #fff;
    border: 1px solid #636363;
    padding: 6px 10px;}
    .footer-social-link ul li{
        display: inline-block;
    }
    .logo-1{
    height: 107px;
    margin-top: 14px;
    border: 1px solid #aeaeae;
}
    }
    .bottom{
            background: black;
    padding: 2px;
    }
    .terms p{
        text-align: left !important;
    }
.view-1{
        padding: 16px 40px;
    font-size: 19px;
    border-radius: 29px;
    /* background-image: linear-gradient(to right, #494949 , #4f7bbe); */
    background: #078b4f;
    color: #fff;
}
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
        font-size: 29px;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #3272d2;
}
.hide {
    display: none;
}
.domestic p{
    text-align: center !important;
        font-size: 18px;

}
.side-button {
    position: fixed;
    top: 70%;
    right: 0%;
    z-index: +1111;
}
.side-button img {
    width: 40px;
    display: block;
    margin-top: 8px;
}
.table-bordered td, .table-bordered th{    border: 1px solid #c5c8cd;
}
.search b{    font-size: 17px;
    color: #194ab5/*#0f336c;*/}
    .select-1{
        display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    border-radius: .25rem;
    background-color: transparent;
    background-clip: padding-box;
    margin-top: -3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
.list-2 li{
     margin-left: 15px;
    list-style: none;
}