 @font-face {
      font-family: "Poppins-ExtraLight";  src: url('../fonts/Poppins-ExtraLight.woff') format('woff'), url('../fonts/Poppins-ExtraLight.otf') format('otf'), 	url('../fonts/Poppins-ExtraLight.ttf') format('ttf'), url('../fonts/Poppins-ExtraLight.svg') format('svg'); 
}

@font-face {
    font-family: "Poppins-Light";  src: url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Poppins-Light.otf') format('otf'), 	url('../fonts/Poppins-Light.ttf') format('ttf'), url('../fonts/Poppins-Light.svg') format('svg'); 
}


@font-face {
      font-family: "Poppins-Medium";  src: url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.otf') format('otf'), 	url('../fonts/Poppins-Medium.ttf') format('ttf'), url('../fonts/Poppins-Light.svg') format('svg'); 
}
 
@font-face {
      font-family: "Poppins-Regular";  src: url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.otf') format('otf'), 	url('../fonts/Poppins-Regular.ttf') format('ttf'), url('../fonts/Poppins-Regular.svg') format('svg'); 
}  
@font-face {
     font-family: "Poppins-SemiBold";  src: url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.otf') format('otf'), 	url('../fonts/Poppins-SemiBold.ttf') format('ttf'), url('../fonts/Poppins-SemiBold.svg') format('svg'); 
} 

@font-face {
     font-family: "Poppins-Bold";  src: url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.otf') format('otf'), 	url('../fonts/Poppins-Bold.ttf') format('ttf'), url('../fonts/Poppins-Bold.svg') format('svg'); 
} 

@font-face {
     font-family: "Poppins-Black";  src: url('../fonts/Poppins-Black.woff') format('woff'), url('../fonts/Poppins-Black.otf') format('otf'), 	url('../fonts/Poppins-Black.ttf') format('ttf'), url('../fonts/Poppins-Black.svg') format('svg'); 
}


@font-face {
     font-family: "Poppins-ExtraBold";  src: url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.otf') format('otf'), 	url('../fonts/Poppins-ExtraBold.ttf') format('ttf'), url('../fonts/Poppins-ExtraBold.svg') format('svg'); 
} 



   
*{	padding:0;	margin:0;}
h1{font-size:54px;margin: 0;padding: 0;line-height:1.5;}
h2{font-size:48px;  margin: 0;    padding: 0;line-height:1.5;}
h3{font-size:40px; margin: 0;    padding: 0;line-height:1.5;}
h4{font-size:30px; margin: 0;    padding: 0;line-height:1.5;}
h5{font-size:24px; margin: 0;    padding: 0;line-height:1.5;}
h6{font-size:20px; margin: 0;    padding: 0;line-height:1.5;}
p{    font-size: 16px; color: #7b7b7b;line-height:30px;font-family: "Poppins-Regular"; }
	a{text-decoration:none !important; transition: all 0.5s !important; -webkit-transition: all 0.5s !important; -ms-transition: all 0.5s !important;    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;}
	a:hover, a:focus, input:focus, select:focus{text-decoration:none !important;outline:none;box-shadow:none;}





.container{max-width:1140px; margin:0 auto;width:100%;}
.header-bx{display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;width:100%;    align-items: center;padding:0px 0px;justify-content:space-between;}
.co-logo{width:35%;}
.co-logo a{width:35%;}
.co-logo a img{max-width:100%;height:60px;}
header {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0 !important;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;

}
header.fixed {
    position: fixed;
    background: #ef7815;
    width: 100%;
    z-index: 16;

    top: 0 !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
nav{width:47%;text-align:right;}
nav ul{margin-bottom:0px;}
nav ul li{padding:20px 10px;display:inline-block;list-style:none;}
nav ul li:last-child{padding-right:0px;}
nav ul li a{color:#fff;font-size:16px;text-transform:capitalize;font-weight:500;text-decoration:none;font-family: "Poppins-SemiBold";}
nav ul li a:focus{outline:none;box-shadow:none;text-decoration:none;color:#000000;}

nav ul li a i{color:#fff;padding-left:2px;}
nav ul li a:hover{color:#000000;text-decoration:none;}
nav ul li a:hover i{color:#000000;}
nav ul li.active i{color:#000000;}
.header-right ul{display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;width:100%; }
.header-right ul li{display:inline-block;padding-left:10px;}
.header-right ul li:first-child{padding-left:0px;}
.header-right ul li a.header-btn{border:1px solid;padding: 12px 30px;    border-radius: 5px;font-size:16px;font-family: "Poppins-Bold";color:#fff;transition: all .5s;-webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s;}
.header-right ul li a.header-btn.sign-btn{background-color:#ef7815;border:1px solid #ef7815;color:#fff;}
.header-right ul li a.header-btn.sign-btn:hover {background-color: rgba(255,255,255,0);}
.header-right ul li a.header-btn.log-btn:hover{background-color:#fff;color:#ef7815;border:1px solid #fff;}

.footer-top{display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;width:100%; justify-content:space-between;}
.footer-top .ft-col-footer{width:24%;}
.footer-top .ft-col-footer h6{color: #ef7815;    margin-bottom: 25px;font-family: "Poppins-SemiBold";}
.footer-top .ft-content{margin-top:25px;}
.footer-top .ft-content p{font-size:14px;line-height:1.5;}
.footer-top .ft-logo img{max-width:100%;height:70px;}
.footer-top .ft-post-row .ft-list-post{display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;width:100%;justify-content:space-between;padding-bottom:15px;}
.footer-top .ft-post-row .ft-list-post .ft-figur-post{max-width:60px;max-height:60px;overflow:hidden;    border-radius: 5px;}
.footer-top .ft-post-row .ft-list-post .ft-figur-post a{display:block;width:100%;}
.footer-top .ft-post-row .ft-list-post .ft-figur-post img{max-width:100%;}
.footer-top .ft-post-row .ft-list-post .ft-content-post{width:calc(100% - 70px);}
.footer-top .ft-post-row .ft-list-post .ft-content-post a{font-size:14px;    color: #242424;font-family: "Poppins-Medium"; margin-bottom: 2px;    display: inline-block;}
.footer-top .ft-post-row .ft-list-post .ft-content-post a:hover {    color: #ef7815;}
.footer-top .ft-post-row .ft-list-post .ft-date{display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex; align-items:center;    color: #777777;}
.footer-top .ft-post-row .ft-list-post .ft-date i{padding-right:5px;}
.footer-top .ft-col-footer ul li{list-style:none;margin:8px 0px;}
.footer-top .ft-col-footer ul li a {    color: #777777;    font-size: 15px;}
.footer-top .ft-col-footer ul li a:hover {    color: #ef7815;}
.footer-top .download-wrp-bx a {    display: block;    margin-bottom: 15px;    max-width: 140px;}

.ft-bottom{display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flex;width:100%;justify-content:space-between;margin-top: 50px;border-top:1px solid #d2d7d8;}
.ft-bottom .ft-bt-col{width:48%;padding:10px;}
.ft-bottom .ft-bt-col p{font-size:12px;margin-bottom:0px;color: #7d7d93;}
.ft-bottom .ft-bt-col ul{text-align:right;}
.ft-bottom .ft-bt-col ul li{list-style:none;display:inline-block;padding-left:15px;}
.ft-bottom .ft-bt-col ul li a i{list-style:none;display:inline-block;color: #7d7d93;}
.ft-bottom .ft-bt-col ul li a:hover i{color:#f8319b;}


@media only screen and (max-width: 1366px)
{
	
	  h1{font-size:36px;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:20px; }
h5{font-size:19px;}
h6{font-size:18px;}
}

@media only screen and (max-width: 1199px) {
  .container{max-width:950px; box-sizing: border-box;}

  
}


@media only screen and (max-width: 991px)
{
	
	 .container{max-width:730px;}
	 .co-logo {    width: 30%;}
	 .co-logo a img {  max-width: 100%;    height: auto;}
	 nav{width:70%;}
	
}

@media only screen and (max-width: 767px)
{
	
	.container {    max-width: 100%;    padding: 0px 20px;    box-sizing: border-box;    width: 100%;    overflow: hidden;}
	#nav-points ul{display:none;}
	.header-bx { padding: 10px 0px;}
	.mobile-icon span{height: 3px;  margin-bottom:6px;    border-radius: 3px; background-color: #fff; display: block; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;}
	.mobile-icon span:nth-child(1){width:13px; }
	.mobile-icon span:nth-child(2){width:26px;}
	.mobile-icon span:nth-child(3){width:13px;}
	.mobile-icon.mobile-icon-open span:nth-child(1){width:26px;}
	.mobile-icon.mobile-icon-open span:nth-child(2){width:13px;}
	.mm-ic-box {float: right;    border: 0px;    display: inline-block;    text-align: center;    background-color: transparent;    width: 26px;}
	.mobile-icon.mobile-icon-open ~ ul{display:block !important; position: fixed;    width: 100%;    background-color: #ef7815c9;    height: 100%;    left: 0;    top: 47px;}
	.mobile-icon.mobile-icon-open ~ ul li{    padding: 20px 10px;    display: block;    list-style: none;    text-align: center;   width: 100%;    box-sizing: border-box;}
	.co-logo {    max-width: 110px;    width: 100%;}
	.co-logo a {display:block;    width:100%;}
	
}

