*{
	text-decoration: none !important;
	box-sizing: border-box;
        outline: none !important;
}
a{
    cursor: pointer;
}
textarea{
    resize: none;
}
*::selection{
    background:#FF5E53;
    color: #FFF;
}

.up-div{
	height: 57px;
	width: 57px;
	position: fixed;
	right: 1.5vw;
	bottom: 8vh;
	background: transparent;
	display: none;
	cursor: pointer;
	border-radius: 50%;
        border: 2px solid #1E1E1E;
	transition: .3s ease;
	z-index: 9999;
	color: #808080;
	font-family: 'Montserrat';
	line-height: 115%;
        font-size: 1.1em;
}
.up-div:hover{
  background: #000;
  color: #FFF;
}

/******************************************************/

header{
	//border: 1px solid red;
}
.top-header .container,.top-header .row{
	height: 100%;
}
.top-header{
	height: 80px;
	border-bottom: 1px solid #8D93A9;
	border-top: 1px solid #8D93A9;
}
.logo{
	display: flex;
	align-items: center;
	padding: 0;
	float: left;
	height: 100%;
}
.logo img{
	display: block;
	height: 50%;
}
.logoin{
    color: #FFF;
    font-size: 3em;
}
.bottom-header{
	width: 100%;
	padding: 0.7em 0;
}

.mynavbar{
	margin: 0 !important;

}

.top-head{
	height: 100%;
	float: right;
}
.top-head a{
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
	padding: 0 1em;
	font-size: 1.25em;
	color: #7e8588;
	font-size: "Montserrat-Light" !important;
	transition: 0.2s ease;
}
/*
.top-head a{
	border-right: 1px solid #E9E9E9;
}
.top-head a:last-child{
	border-right: 0;
}*/

.top-menu{
	color: #D7D9E4 !important;
	font-size: 0.9em;
	padding: 0 1.25em !important;
}
.top-menu:hover{
	color: #9BB1FF;
	background: rgba(255,255,255,0.1);
}

.top-menu.active{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	background: rgba(255,255,255,0.2);
}

.top-head a .fa{
	font-size: 1.3em;
	color: #CFA968;
}

.top-menu-btn{
	background: #EA4C41;
	color: #FFF !important;
	padding: 0 1em !important;
	height: 50px !important;
	margin-top: 0.9em;
	font-size: 1em !important;
	margin-left: 0.5em;
	font-family: "Montserrat-ExtraLight";
}



.inhead{
	margin-top: 2em;
	margin-bottom: 3em;
	color: #FFF;
	text-align: center;
}

.logo-inhead{
	height: 7em;
	max-width: 100%;
}

.text-inhead h1{
	font-size: 2em;
	font-family: "Lora" !important;
}
.text-inhead h2{
	margin-bottom: 2em;
	font-weight: bolder;
	font-family: verdana;
}
.text-inhead .h1{
	margin-bottom: 2em;
	font-family: "Lora";
	font-size: 1.5em !important; 
}
.text-inhead .h1-in{
    font-size: 3.5em;
    margin-bottom: 0 !important;
}
.second-in{
    margin-top: 0 !important;
    padding-top: 2em !important;
    margin-bottom: 3em !important;
}
.fourth-in{
     margin-bottom: 0 !important;
     padding-bottom: 2em !important;
}
.p-in{
	font-family: "Montserrat-ExtraLight" !important;
        font-size: 1.2em !important;
}
.text-inhead p{
	margin-bottom: 1em;
	font-size: 1.5em;
	font-family: "Montserrat-Light";
}

.logo-inhead img{
	height: 100%;
	max-width: 100%;
}

.btop-menu{
	color: #EDEDED;
	padding: 0 0.75em;
	font-size: 0.85em;
}
.btop-menu:hover{
	color: #FF5E53;
}


.btop-right{
	float: right;
}

.site_lang_block{
	margin-left: 1em;
    float:right;
	position: relative;
	min-width: 50px;
	top: -2.5px;
    font-family: 'Montserrat-ExtraLight' !important;
}

.site_lang{
	width: 100%;
	border: 1px solid #C8D4F9;
	color: #C8D4F9;
	outline: none;
	padding: 2px 20px 2px 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	background: transparent;
	cursor: pointer;
	z-index: 999;
}
.site_lang option{
    color: #333;
    font-family: 'Montserrat-ExtraLight' !important;
}
.lang-angle{
	position: absolute;
	right: 5px;
	top: 5px;
	color: #C8D4F9;
}
.head-icon{
	color: #DBE3FF;
	margin-right:0.5em;
}
.head-icon:hover{
	color: #FF5E53;
}

/******************************************************/



/******************************************************/

.first-sect{
	background: url(../../../images/Lawyer.png);
	background-size: cover;
	background-attachment: fixed;
}
.first-sect p{
}

.second-sect{
	text-align: center;
	padding: 5em 0;
}
.second-sect h1{
	font-family: "Montserrat-Light";
	color: #475175;
	font-size: 3em;
}
.second-sect{
	font-family: "Montserrat-Light";
}
.second-sect p{
	font-family: "Montserrat-ExtraLight";
}

.third-sect{
	text-align: center;
	background: url(../../../images/wrap_img.png);
	background-size: cover;
	background-attachment: fixed;
	padding: 2em 0 4em;
}

.sect-name{
	color: #FFF;
	font-family: "Montserrat-Light";
	margin: 1em 0 2em;
} 

.testimonial{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	color: #2A2A2A;
	font-family: "Montserrat-ExtraLight";
	padding: 2.5em 2em;
	margin: 0 2.25em;
}
.point-testimonial{
	margin: 2em 0;
}
.name-testimonial{
	font-family: "Montserrat-Light";
}


.fourth-sect{
	padding: 4em 0;
}

.fourth-sect-name{

	font-family: "Montserrat-ExtraLight";
	text-align: center;
	margin-bottom: 2em;
}
/******************************************************/


footer{
	background: #383838;
	color: #FFF;
        padding-top: 3em;
}

.bottom-footer{
	background: #303030;

	padding: 2em 0;

	font-family: "Montserrat-Light";
	font-size: 1.1em;
}
.bottom-footer a{
	transition: .2s ease;
	color: #FF5E53;
}
.bottom-footer a:hover{
	text-decoration: underline !important;
	color: #fff;
}

.logo-footer{
	color: #FFF;
}

.footer-icons{
	margin: 3em;
}

.footer-icons .head-icon{
	display: inline-block;
	width: 50px;
	height: 50px;
	padding-top: 15px;
	background: #4C4C4C;
	color: #FFF;
	transition: .2s ease;
}
.footer-icons .head-icon:hover{
	background: #FF5E53;
}


.contact-block{
    margin: 3em 0;
}

.map-info i{
    width: 1em;
}
.map-info span{
    font-size: 1.5em;
}

.map-in p{
    font-size: 1.5em;
    margin-bottom: 0.25em;
    font-family: "Montserrat-ExtraLight";
}

.map-info div{
    margin-bottom: 2em;
}

.fourth-contact{
    background: #F5F5F5;
    margin: 2em 0 !important;
    padding: 1em 0 !important;
}
.fourth-contact .fourth-sect-name{
    margin-bottom: 1em !important;
}
.contactf{
    padding: 1em;
}
.contactf .form-control{
    font-size: 1.1em;
    font-family: "Montserrat-ExtraLight";
}
.my-control{
    padding: 20px !important;
    text-align: center;
}

.my-btn{
    border: 0;
    font-size: 0.95em;
    margin-top: 0;
}

.okmes{
    text-align: center;
    color: #4ECA79;
}
.falsemes{
    text-align: center;
    color:#EA4C41;
}

.services-block{
    margin: 3em 0;
}
.service-block{
    margin: 5em 0;
}

.service-name{
    font-size: 2.5em;
    font-family: "Lora";
    font-weight: 100 !important;
    
    margin: 0 0 1em;
}
.service-text{
    font-family: "Montserrat-ExtraLight";
    font-size: 1.25em;
}

.service-image{
    
}
.service-image img{
    
    display: block;
    width: 100%;
    
}

.modal-body{
    padding: 0.75em 2em;
}

.btop-left,
.btop-right,
.btop-icons{
	display: inline-block;
}



.third-secti{
    text-align: center;
}
.third-secti .testimonial{
    display: block;
    width: 20%;
    float: left;
    margin: 0 ;
    height: 15em;
    background: transparent;
    padding: 1.5em;
}
.third-secti .testimonial img{
    display: block;
    height: 100%;
    width: 100%;
}

@media (max-width: 767px){
	.footer-icons {
	    margin: 3em 0;
	}
	.logo{
		width: 100%;
		margin: 0.5em 0;
	}
	.logo img{
		width: 100%;
	}
	.top-head a {
	    padding: 0 1em;
	    font-size: 0.98em;
	    height: 2.5em;
	}
	.top-header{
		height: auto;
	}
	.top-menu-btn {
	    background: #EA4C41;
	    color: #FFF !important;
	    /* padding: 0 1em !important; */
	     height: 35px !important; 
	    margin-top: 0.9em;
	    font-size: 1em !important;
	    margin-left: 0;
	    font-family: "Montserrat-ExtraLight";
	    /* display: block !important; */
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}
	.text-inhead h1,.text-inhead h2,.text-inhead p{
		font-size: 1em !important;
	}
	.h1{
		margin-bottom: 1em !important;
	}

	.text-inhead{
		padding: 0 1em;
	}
	.fourth-sect-name{
		font-size: 1.1em;
		padding: 0 0.5em;
	}
	.service-text{
		font-size: 1em;
	}
	.service-image{
		margin: 1em 0;
	}
	.service-name{
		margin-bottom: 0.25em;
	}
	.btop-menu{
		display: block !important;
	}
	.btop-left{
		float: left !important;
	}
	.btop-left a{
		margin-bottom: 0.25em;
	}
	.btop-right{
		float: right;
	}
	.btop-icons{
		display: block;
		margin-bottom: 0.6em;
	}
	.site_lang_block{
		margin-bottom: 0 !important;
		margin-right: 0.5em;
	}
        .btop-right,
.btop-icons{
	display: block;
}

	.third-secti{
		text-align: center;
	}

	.testimonial{
		width: 50% !important; 
		height: 12em !important;
	}
        
}



.fourth-sect:not(.fourth-in) .thumbnail{
	min-height: 45vh; 
	height: auto; 
}
.fourth-sect:not(.fourth-in)  .thumbnail img{ 
    height: 20vh; 
} 
.fourth-in .thumbnail {
		min-height: 30vh;
	height: auto;  
}
.fourth-in  .thumbnail img{
    height: 17vh;  

}          