@font-face {
    font-family: 'NotoSans-Bold';
    src: url('../fonts/NotoSans-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ 
}

@font-face {
    font-family: 'NotoSans-ExtraLight';
    src: url('../fonts/NotoSans-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */ 
}

@font-face {
    font-family: 'NotoSans-Light';
    src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'NotoSans-Medium';
    src: url('../fonts/NotoSans-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'NotoSans-Regular';
    src: url('../fonts/NotoSans-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'NotoSans-SemiBold';
    src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Alegreya-Bold';
    src: url('../fonts/Alegreya-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Alegreya-Medium';
    src: url('../fonts/Alegreya-Medium.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Alegreya-Regular';
    src: url('../fonts/Alegreya-Regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
    font-family: 'Alegreya-SemiBold';
    src: url('../fonts/Alegreya-SemiBold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}



:root{
	--NotoSans-bold:'NotoSans-Bold';
	--NotoSans-extralight:'NotoSans-ExtraLight';
	--NotoSans-light:'NotoSans-Light';
	--NotoSans-medium:'NotoSans-Medium';
	--NotoSans-regular:'NotoSans-Regular';
	--NotoSans-semibold:'NotoSans-SemiBold';
	--Alegreya-bold:'Alegreya-Bold';
	--Alegreya-medium:'Alegreya-Medium';
	--Alegreya-regular:'Alegreya-Regular';
	--Alegreya-semibold:'Alegreya-SemiBold';
}


body{
	overflow-x: hidden !important;
	font-family: var(--NotoSans-regular);
}
*{
	box-sizing: border-box;
	margin:0px;
	padding:0px;
}
img{
	max-width: 100%;
}

a{
	text-decoration: none !important;
	outline:none;
}

h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
}

p, span, a{
	font-size: 14px;
}

p{
	line-height: 25px;
}

img{
	display: block;
}

.container {
    max-width: 1200px;
}


/*header css*/

header {
    padding: 15px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.header__row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.menubar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menubar ul li {
    margin-left: 25px;
}

.menubar ul li.contact a {
    line-height: 45px;
    padding: 0px 30px;
    background: #77BE22;
    border-radius: 5px;
    color: #fff;
}

.menubar ul li a {
    display: block;
    color: #fff;
}

.menubar ul li a:hover{
	color:#FE6401;
}

.menubar ul li.contact a:hover {
    background: #FE6401;
    color: #fff;
}

/*header css*/


/*hero section*/

section.hero__section {
    background-image: url(../image/hero__bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 136px;
    height: 672px;
}

.hero__left h1 {
    color: #fff;
    font-family: var(--NotoSans-bold);
    padding: 10px 0px 10px 25px;
    margin-bottom: 15px;
    position: relative;
    font-size: 36px;
}

.hero__left h1 span {
    color: #77BE22;
    font-family: var(--Alegreya-bold);
    font-size: inherit;
}

.hero__left h1:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 9px;
    height: 100%;
    background: linear-gradient(to bottom, #fe6401, #00CCFF);
    border-radius: 2px;
}

.hero__left p {
    color: #fff;
    margin-bottom: 25px;
    padding-right: 25%;
}

.hero__left span {
    color: #A4A4A4;
    font-size: 14px;
}


.hero__right {
    position: absolute;
    top: -183px;
}

.hero__left {
    padding-top: 75px;
}

/*hero section*/



/*counter section*/

ul#counter {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul#counter li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #ddd;
}

section.counter__section {
    padding: 55px 0px;
}

ul#counter li h2 {
    font-family: var(--NotoSans-bold);
    font-size: 45px;
    color: #FE6401;
}

ul#counter li h2 span {
    font-size: inherit;
}

ul#counter li h5 {
    font-size: 12px;
    font-family: var(--NotoSans-bold);
}

ul#counter li:last-child {
    border-right: 0px;
}

/*counter section*/


/*management section*/

section.management__section {
    background: #F9F9F9;
    padding: 50px 0px;
}

.title__section h5 {
    color: #FE6401;
    font-size: 14px;
    display: inline-block;
    background: #FFECDF;
    padding: 6px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.title__section h2, .center__olumpus h2 {
    font-family: var(--NotoSans-bold);
    font-size: 30px;
    margin-bottom: 10px;
}

.title__section h2 span, .center__olumpus h2 span {
    color: #77BE22;
    font-family: var(--Alegreya-medium);
    font-size: inherit;
}

.title__section {
    margin-bottom: 25px;
}

.row.align-items-center.justify-content-space-between {
    justify-content: space-between;
}

.left__content ul {
    margin: 45px 0px;
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.left__content ul li {
    width: 225px;
    margin-right: 40px;
}

.left__content ul li:last-child{
	margin-right: 0px;
}

.left__content ul li h4 {
    font-family: var(--NotoSans-bold);
    font-size: 17px;
}

.button__block a {
    display: inline-block;
    background: #77BE22;
    line-height: 45px;
    padding: 0px 25px;
    border-radius: 5px;
    color: #fff;
    transition: 0.5s;
}

.button__block a:hover {
    background: #FE6401;
}

.image-box {
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px rgba(0 204 255/20%);
    border-radius: 7px;
}

.image-box img {
    height: 37px;
    width: 37px;
    object-fit: contain;
}

/*management section*/


/*feature section*/

.feature__section{
	margin: 50px 0px;
}

.center__image__block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 14%;
}


/*feature section*/



/*prospect section*/


section.prospect__section {
    background: #FAFFF3;
    padding: 50px 0px;
}

ul.feature__block li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

ul.feature__block li .contanet__feature {
    width: calc(100% - 65px);
    padding-left: 13px;
}

ul.feature__block li .image-box {
    margin-bottom: 0px;
}

/*prospevct section*/




/*stock section*/

.stock__blocks h3 {
    font-size: 15px;
    padding: 14px;
    border-left: 10px solid #91cb4c;
    margin-bottom: 10px;
    border-radius: 9px;
    box-shadow: 0px 0px 20px rgb(0 204 255 / 15%);
    font-family: var(--NotoSans-bold);
}

.stock__blocks {
    margin-bottom: 30px;
}

.download__block h6 {
    font-family: var(--NotoSans-bold);
    margin-bottom: 8px;
    font-size: 15px;
}

.download__block img {
    height: 50px;
}

/*stock section*/


/*traking section*/

.tracking__section{
	background: #F3FCFE;
	padding: 50px 0px;
}

/*traking section*/


/*video section*/

section.video__section {
    position: relative;
}

.video__overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.video__titlebar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 20px;
    display: flex;
}

.video_logo {
    width: 44px;
}

.video_content {
    padding-left: 10px;
    color: #fff;
}

.video_content h6 {
    color: #868686;
    font-size: 13px;
}

.video_content h6 span {
    color: #67C1FF;
    font-size: inherit;
}

a.play__btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: rgba(255,255,255,0.5);
    position: relative;
    z-index: 2;
}

a.play__btn:before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    left: -10px;
    top: -9px;
    border-radius: 50%;
    background: rgba(255,255,255,30%);
    z-index: 1;
}

/*video section*/



/*tetimonial section*/


section.client__section {
    background: #FE6401;
    padding: 50px 0px;
    padding-bottom: 150px;
}

section.client__section .title__section h5 {background: rgba(255,255,255,0.1);color: #FFE9DB;}

section.client__section .title__section h2, section.client__section .title__section p, section.client__section .title__section h2 span {
    color: #fff;
}

section.client__review__section {
    margin-top: -130px;
    position: relative;
    margin-bottom: 70px;
}

.test__block {
    margin: 30px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 15px;
    background: #fff;
    padding: 25px;
    box-shadow: 0px 0px 45px #00344A2E;
}

.test__row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -53px;
}

.test__contnet img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.test__contnet h4 {
    font-family: var(--NotoSans-bold);
    font-size: 19px;
}

.test__contnet span {
    color: #00CCFF;
    font-size: 12px;
}

.text__star i {
    color: #FE6401;
    font-size: 24px;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-dots button {
    height: 10px !important;
    width: 10px !important;
    border-radius: 50%;
    background: #ddd !important;
    margin-right: 5px;
}

.owl-dots button:last-child {
    margin-right: 0px;
}

.owl-dots button.active {
    height: 15px  !important;
    width: 15px !important;
    background: #5a5a5a !important;
}

/*testimonial section*/


/*call to action*/

section.call_to_action {
    background: #F6F6F6;
    padding: 40px 0px;
}

.call__to__content h4 {
    font-family: var(--NotoSans-bold);
}

section.call_to_action .text-right {
    display: flex;
    justify-content: end;
}

section.call_to_action .text-right img {
    height: 50px;
}

/*call to action*/


/*footer css*/

footer {
    background: #1C1C1C;
    padding: 50px 0px;
}

footer .text-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .text-center p {
    color: #fff;
    margin: 15px 0px;
}

.center__olumpus h2 {
    color: #fff;
}

.center__olumpus ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.center__olumpus ul li {
    margin: 8px;
}

.center__olumpus ul li a {
    display: inline-block;
    background: #00ccff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #000;
    font-size: 19px;
    transition: 0.5s;
}

.center__olumpus ul li a:hover {
    background: #fff;
}

section.copyright p {
    margin: 0px;
    color: #fff;
}

section.copyright {
    background: #1C1C1C;
    border-top: 1px solid #3d3b3b;
    padding: 10px 10px;
    overflow:hidden;
}

ul.footer__link {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

ul.footer__link li {
    margin-right: 17px;
}

ul.footer__link li a {
    color: #fff;
}

ul.footer__link li a:hover {
    color: #fe6401;
}

/*footer css*/



@media(max-width:1360px){
    .container {
        max-width: 992px;
    }
    
    .hero__left h1{
        font-size:26px;
        padding:10px 0px 10px 16px;
    }
    
    p, span, a {
        font-size: 13px;
    }
    
    .hero__left span{
        font-size:12px;
    }
    
    section.hero__section{
        height:590px;
        background-size:cover;
    }
    
    .hero__left h1:before{
        width:6px;
    }
    
    .hero__left {
        padding-top: 77px;
    }
    
    .hero__right{
        top:-162px;
    }
    
    .title__section h2, .center__olumpus h2{
        font-size:24px;
    }
    
    .title__section h5{
        font-size:12px;
    }
    
    .test__contnet h4{
        font-size:16px;
    }
    
    .text__star i{
        font-size:17px;
    }
    
    .left__content ul li{
        width:190px;
    }
    
    .left__content ul li h4{
        font-size:15px;
    }
    
    .button__block a{
        line-height:36px;
    }
    
    .center__image__block{
        padding:0px 10%;
    }
}




@media(max-width:992px){
    .container {
        max-width: 778px;
    }
    
    section.hero__section{
        height: 540px;
    }
    
    .hero__left {
        padding-top: 45px;
    }
    
    .hero__left h1{
        font-size:24px;
    }
    
    .hero__left p{
        padding-right:0px;
    }
    
    .hero__right {
        top: -143px;
        width: 439px;
        right: 0px;
    }
    
    .left__content ul li {
        width: 165px;
        margin-right: 15px;
    }
    
    ul.feature__block li{
        width: 50% !important;
        margin-right: 0px;
        padding-right: 15px;
    }
    
}


.toggle__btn {
    cursor: pointer;
    display: none;
}

.toggle__btn img {
    filter: invert(1);
    width: 31px;
}


@media(max-width:767px){
    
    .logo img {
        height: 65px;
    }
    .toggle__btn {
        display: block;
        }
        
        
    .menubar ul {
        flex-direction: column;
    }
    
    .menubar {
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        z-index: 999;
        background: #000;
        padding: 15px 0px;
        display:none;
    }
    
    .menubar ul li {
        margin-left: 0px;
    }
    
    .menubar ul li a {
        line-height: 30px;
    }
    
    .menubar ul li.contact a{
            line-height: 30px;
        padding: 0px 18px;
    }
    
    .hero__right {
        position: static;
        width: 100%;
        left: 0px;
        top: 0px;
        margin-top: 10px;
    }
    
    section.hero__section {
        height: auto;
        padding-top: 80px;
    }

    ul#counter li {
        width: 50%;
        margin-bottom: 20px;
    }
    
    ul#counter li:nth-child(even) {
        border: none;
    }
    
    ul#counter li h2 {
        font-size: 32px;
    }
    
    section.feature__section .col-md-6:nth-child(1) {margin-bottom: 20px;}
    
    section.management__section .left__content {
        margin-bottom: 20px;
    }
    
    img.video__image {
        height: 285px;
        object-fit: cover;
    }
    
    .left__content ul li {
        width: 50%;
        margin-right: 0px;
        padding: 0px 10px;
    }
    
    .image-box{
        width: 50px;
        height: 50px;
    }
    
    .image-box img{
        height: 28px;
        width: 28px;
    }
    
    ul.feature__block li .contanet__feature{
        width: calc(100% - 50px);
    }
    
    .left__content ul li h4 {
        font-size: 12px;
    }
    
    .call__to__content {
        text-align: center;
    }
    
    section.call_to_action .text-right {
        justify-content: center;
        margin-top: 10px;
    }
    
    .hero__left img, .download__block img {
        height: 44px;
    }
    
    ul.footer__link {
        justify-content: center;
        text-align: center;
    }
    
    ul.footer__link li:last-child {
        margin-right: 0px;
    }
    
}





















