/* Custom css */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Montserrat', sans-serif; */


a:focus, a:hover{
	outline: none;
}
a{
	 -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
a:hover{
    text-decoration: none;
}

.tm-h2 {
    font-size: 37px;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #771b17;
}


*,ul{
	margin: 0;
	padding: 0;
}
*,li{
	list-style: none;
}

body{	
	font-size: 14px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 52px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    line-height: 60px;
}
h2 {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    color: #5d5d5d;
    margin: 0;
    line-height: 50px;
}
h3 {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #323c42;
    margin: 0;
    line-height: 24px;
}
h4 {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #272727;
    margin: 0;
    line-height:40px;
}
h6 {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    color: #545454;
}
p {
    font-size: 17px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
    font-weight: 400;
}

/* menu bar */



/*================= Responsive Mode ============*/

.top-back-bg-1 {
    min-height: 100vh;
    position: relative;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.top-back-bg-1:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-overlay.png);
    opacity: 0.7;
    z-index: -1;
    background-size: cover;
}
/*.top-back-bg-1:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: #fff;
    border-radius: 75% 0 0 0;
}*/
.profile-box{
    text-align: center;
    padding:40px;
}
.profile-img {
    border-radius: 50%;
    width: 250px;
    height: 250px;
    border: 5px #fff solid;
    display: inline-block;
    overflow: hidden;
    transform: translate(18px, 0px);
    position: relative;
    z-index: 1;
    padding: 5px;
}
.profile-img img{
    width: 100%;
    height: 100%;
    border-radius:50%;
}
.profile-img:after {
    position: absolute;
    content: "";
    background: #ff8d10;
    width: 100%;
    height: 50%;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.phone-col {
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    color: #111;
    border: 1px #242424 solid;
    text-align: center;
    font-size: 20px;
    line-height: 48px;
    transform: translate(-50px, -27px);
    z-index: 9;
}


.dubble-btn {
    padding-bottom: 30px;
}

.social-left {
    position: absolute;
   /* left: 10%;
    transform: rotate(45deg);*/
    margin-top: 84px;
}
.social-left ul li a {
    color: #fff;
    padding: 8px;
    line-height: 30px;
}


.content{
    padding:30px;
}
.content p {
    text-align: center;
    padding: 0 20px;
    color: #fff;
}
#post img{
    border-radius: 15px;
}
.profile-box h4{
    margin-top: 20px;
}
.recent-post-text {
    font-weight: 600;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.overlay {
    position: absolute;
    content: "";
    background: #ff8d10;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -11;
    opacity: 0.85;
}
.overlay-bottom {
    height: 90%;
    z-index: -1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 523px 0 0 0;
}
.overlay-bottom:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    border-radius: 523px 0 0 0;
    opacity: 0.4;
}
.gallery-img img {
    min-height: 120px;
    max-height: 120px;
    height: 120px;
    object-fit: cover !important;
}
.header-inner-area{background: #9c3208 !important;}
.btn{height:50px;}
.social-left ul li {width: 35px;height: 35px;display: block;position: relative;border-radius: 50%;border: 2px solid;margin: 10px;}
.main-menu>li>a{padding: 16px 13px !important;}
.gallery-img{cursor: pointer;}
#post .owl-nav button.owl-next {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 25px;
    height: 25px;
    background: rgb(255,255,255,0.6);
}
#post .owl-nav button.owl-prev {
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 25px;
    height: 25px;
    background: rgb(255,255,255,0.6);
}
.dubble-btn a {
    background: #ff9e28;
    border-radius: 30px;
    color: #fff;
    padding: 10px 40px;
    font-size: 15px;
    margin: 0 8px;
    font-weight: 600;
}
.owl-nav{
     display: block !important; 
}
.email-col{
    position: absolute;
    content: "";
    left: 47%;
    top: 10%;
}
.company-content h3.mb-2{
    color: #fff;
    font-size: 20px;
}
.company-content p{
    margin-bottom: 0px !important;
}
.company-content {
    padding: 20px;
}
.modal-header button.close {
    padding: 0;
}
.modal-dialog {
    max-width: 500px;
    margin: 0 !important;
    float: right;
    width: 100%;
    top: 30%;
    right: 30px;
}
.modal-content {
    border-radius: 0px;
    border: 5px #ff5252 solid;
}
.profile-box .email-col {
    top: 6% !important;
}
.modal-footer .btn-secondary{
    width: 140px;
}
.modal-footer button.btn-primary{
    width: 50%;
}
.modal-footer button.btn-secondary{
    width: 50%;
}
.modal-header {
    padding: 0;
    border: none;
    justify-content: center;
    padding: 20px 0 0 0;
}
.modal-header h5{
    font-size: 17px;
    font-weight: 600;
}
#position_btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 9;
}


