/*@font-face {
  font-family: 'Roboto';
  src:  url('fonts/Roboto-Regular.ttf') format('ttf'),
		url('fonts/Roboto-Bold.ttf') format('ttf'),
        url('fonts/Roboto-Light.ttf') format('ttf');
		
}  */
@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local('Roboto Light'),local('Roboto-Light'),url("fonts/Roboto-Light.ttf") format("truetype")}
@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local('Roboto'),local('Roboto-Regular'),url("fonts/Roboto-Regular.ttf") format("truetype")}
@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url("fonts/Roboto-Medium.ttf") format("truetype")}
@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url("fonts/Roboto-Bold.ttf") format("truetype")}
@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url("fonts/Roboto-LightItalic.ttf") format("truetype")}
@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local('Roboto Italic'),local('Roboto-Italic'),url("fonts/Roboto-Italic.ttf") format("truetype")}
@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url("fonts/Roboto-BoldItalic.ttf") format("truetype")}

body {
    font-family: "Roboto"!important;
}
body {
    background: #fff;
    margin: 0;
    color: #333;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto',sans-serif;
    line-height: 1.15;
}
   /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
     
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 15px;
    }
	.navbar {
		position: relative;
		min-height: 60px!important;
		margin-bottom: 20px;
		border: 1px solid transparent;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 25px!important;
		font-size: 15px;
		color: white;
	}
	.header{
		background:#FF7E00;/*4d148c;*/
		position: fixed;
		width: 100%;
		z-index: 1;
	}
	.logo img{
			height:58px;
			outline: none;
		}
.navbar{
	/*background:#4d148c;*/
	margin-bottom: 0px!important;
}
.icon-bar{
	background:white!important;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 6px!important;
}
.nav>li>a:hover {
    text-decoration: none;
    background-color: unset!important;
}
.padd40{
	padding-top: 40px;
}
.box-row{
	background-color: #FAFAFA;
}
.box-img img{
	width:100%;
}
.title{
	
}
.section{
	padding-top:20px;
	padding-left:40px!important;
	padding-right:40px!important;
}
.title h2{
	text-align: left;
    font-size: 20px;
    font-weight: 400;
}
.des p{
	font-size: 18px;
	line-height: 24px;
    margin-bottom: 25px;
	text-align:left;
	font-weight: 200;
}
.link{
	text-align:left;
}
.link a{
	font-size: 14px;
    font-weight: 700 !important;
    color: #007ab7 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.title h3{
	font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.title p{
	text-align: center;
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    height: 16%;
    max-height: 9%;
}
.title .link_button {
	font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #007ab7;
    border-radius: 40px;
    color: #007ab7;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 160px;
    max-width: 280px;
    max-height: 72px;
    overflow: hidden;
}
.title_3{
	font-weight: 300;
    line-height: 35px;
	padding-bottom: 20px;
}
.title_footer {
	font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.footer-box {
	margin-top:40px!important;
}
.footer .link{
	color: #333;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    line-height: 25px;
}
.title-footer-link {
    color: #4d148c;
    font-size: 10px;
    font-family: "Dangrek",sans-serif;
    font-weight: 700;
    letter-spacing: .75px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.btn.btn-rounded {
    border-radius: 50px
}

.footer-line {
  
}
.footer-right {
  text-align:right;
}
.footer-right a{
  padding-left:15px;
  padding-right:15px;
  text-align:right;
}
.footer-left {
  padding-left:15px;
  padding-right:15px;
  text-align:left;
}
.icon-f {
	weight:30px;
	height:30px;
}
.follow {
	line-height: 2;
    padding-left: 15px;
}
.page-content {
	padding-top: 20px;
    padding-bottom: 20px;
}
.lable-re {
	font-weight: 100!important;
}
.card-header {
	text-align: center;
    padding-bottom: 20px;
    font-size: 20px;
}
.buttom-register {
	text-align:center;
}
.padding-top {
	height:93vh;
}
.buttom-save{
	padding: 20px;
}
@media (max-width: 992px) { 
.img-mobile {
	padding-top: 60px!important;
}
}
@media (max-width: 575.98px) {

}

@media (min-width: 576px) and (max-width: 767.98px) {
	.logo a img{
		height:28px;
		outline: none;
	}

}
@media (min-width: 768px){
	
}
@media (min-width: 768px) and (max-width: 991.98px) { 
}
@media (min-width: 992px) and (max-width: 1199.98px) { 
}
@media (min-width: 1200px) { 
	.container {
		width: 970px!important;
	}
	.col-destop{
		width:20%!important;
		
	}
	.col-destop img{
		width:80px;
	}
	
}