@media (min-width: 760px){
    @font-face {
        font-family: 'rubik';
        src: url('fonts/rubik.woff2') format('woff2'),
        url('fonts/rubik.eot?#iefix') format('embedded-opentype'),
        url('fonts/rubik.woff') format('woff'),
        url('fonts/rubik.ttf') format('truetype'),
        url('fonts/rubik.svg#rubik') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    @font-face {
        font-family: 'poppins';
        src: url('fonts/poppins.woff2') format('woff2'),
        url('fonts/poppins.eot') format('embedded-opentype'),
        url('fonts/poppins.woff') format('woff'),
        url('fonts/poppins.ttf') format('truetype'),
        url('fonts/poppins.svg#poppins') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    body{
        font-family:'rubik',Arial, sans-serif, serif;
    }
    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,.banner-title,.big-title,.small-title,.title-name{
        font-family:'poppins',Arial, sans-serif, serif;
    }
}
@media (max-width: 760px) {
    body{
        font-family:'Arial','Helvetica', sans-serif, serif;
    }
}

body{
    font-size: 16px;
    line-height: 1.65em;
    font-weight: normal;
    color: #212529;
    margin:0;
}

html {
    font-size: 10px;
}
a,a:hover,a:focus{  text-decoration: none;transition: all ease .2s;}
a{color: #075cb8;}
a:hover,a:focus{color: #3885d8;text-decoration: none}
p{  margin-bottom: 20px; }
ul, ol{  padding-left: 18px;  }
.noul{  list-style: none;  padding-left: 0;  }
ul li,ol li{  margin-bottom: 10px;  }
.modal-open{  overflow: visible;  }

h1, h2, h3, h4,  .h1, .h2, .h3, .h4,.banner-title,.big-title,.small-title,.huge-title{font-weight: bold; margin-bottom: 20px;margin-top: 0; line-height: 1.35em; color: #121521}

h2,.h2,.big-title{
    font-size: 1.5em;
}

h3, .h3,.small-title{
    font-size: 1.35em;
    font-weight: bold;
    margin-top: 0;
}

h4{
    font-size: 1.7rem;
    margin-top: 0;
}



.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}
@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 94%;
    }
}

@media(min-width:1200px) {
    .container {
        min-width: 1100px;
        width: 92%;
    }
}

@media(min-width:1400px) {
    .container{
        max-width: 1320px;
    }
}


@media (min-width: 1700px){
    .container{
        max-width: 1620px;
    }
}








/*nav*/
@media (min-width: 1400px){
    .logo-part{
        width: 270px;
        height: 64px;
    }


}
@media (min-width: 1200px) and (max-width: 1400px){
    .logo-part{
        width: 240px;
        height: 58px;
    }

}
@media (min-width: 1200px){
    .logo-part{
        display: inline-block;
        background-size: 100%;
    }

}
@media (min-width: 1000px) and (max-width: 1200px){
    .logo-part{
        display: inline-block;
        width: 220px;
        height: 50px;
        background-size: 100%;
    }
}


@media (min-width: 760px) and (max-width: 1000px){
    .logo-part{
        display: inline-block;
        margin-top: 35px;
        margin-left: 10px;
        width: 150px;
        height: 50px;
        background-size: 100%;
    }
}



@media (min-width: 760px){
    .head-nav .navbar-default .navbar-nav>li>a{
        padding:29px 22px;
    }
    .head-nav .navbar{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-nav .navbar:before,.head-nav .navbar:after{
        display: none;
    }
     .top-search{
         position: relative;
     }
    .top-search input{
        height: 44px;
        border: 1px solid #ddd;
        background: #eaf6fc;
        padding: 5px 10px;
        outline: none;
        border-radius: 5px;
        width: 260px;
    }
    .top-search input::placeholder{
        font-size: .9em;
    }
    .top-search input:hover,.top-search input:focus{
        border: 1px solid transparent;
    }
    .top-search button{
        position: absolute;
        right: 0;
        top: 1px;
        line-height: 42px;
        height: 42px;
        background: #19ce67;
        padding: 0 13px;
        color: #fff;
        border-radius: 0 5px 5px 0;
        border: none;
    }
    .navbar-nav{
        float: right;
    }
    .head-nav .navbar-nav>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu{
        width: 100%;
        margin: 0;
        position: absolute;
    }


    .head-nav .dropdown-menu .dropdown>a>.caret{
        position: absolute;
        top:10px;
        right: 15px;
        color: #ddd;
        border: none;
    }
    .head-nav .dropdown-menu .dropdown>a>.caret:before{
        content: '\e97d';
        font-family: 'icomoon';
        color: #19ce67;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a>.caret:before{
        content: '\e92e';
        font-family: 'icomoon';
        top:10px;
        right: 20px;
    }

    .head-nav .navbar-default .navbar-nav>li>a{
        color: #333;
        border-bottom: 2px solid transparent;
        margin-bottom: 0;
    }
    .head-nav .navbar-default .navbar-nav>li>a:hover, .head-nav .navbar-default .navbar-nav>li>a:active{
        color: #fff;
        border-bottom: 2px solid #fff;
    }

    .head-nav .navbar-default .navbar-nav>li>a>.caret{
      border: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a>.caret:before{
        content: "+";
        font-family: 'icomoon';
        position: absolute;
        right: 5px;
        top: 28px;
    }

    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu{
        min-height: 100%;
    }

    .head-nav .navbar-nav>li:nth-child(2) .dropdown-menu{
        box-shadow: none;
    }
    .head-nav .navbar-nav>li:nth-child(2) .dropdown-menu li>a{
        font-weight: bold;
        padding: 10px 15px;
    }
 /*   .head-nav .navbar-nav>li:nth-child(3) .dropdown-menu>li{
        position: static;
    }
    .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>a,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>a{
        width: 25%;
        padding: 10px 15px;
    }
    .head-nav .navbar-nav>li:nth-child(3),.head-nav .navbar-nav>li:nth-child(4){
        position: static;
    }
    .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>a>.caret,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>a>.caret{
        left: 92%;
    }
    .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>ul,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>ul{
        left: 25%;
        width: 75%;
        border: none;
        background: #f4f9fd;
        box-shadow: none;
        height: 100%;
        overflow: auto;
        padding-top: 20px;
        column-count: 3;
        column-gap: 12px;
    }
    .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li.open>ul>li{
        box-sizing: border-box;
        break-inside: avoid-column;
    }
     .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu{
         min-height: 500px;
         padding-top: 20px;
    }
    .head-nav .navbar-nav>li:nth-child(3)>.dropdown-menu>li>.dropdown-menu>li>a,.head-nav .navbar-nav>li:nth-child(4)>.dropdown-menu>li>.dropdown-menu>li>a{
        font-weight: bold;
    }*/
    .head-nav .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li>a{
        position: relative;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul{
        left: 100%;
        top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        margin-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        transition: all ease 1s;
        display: block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a:hover{
        transition: all ease 1s;
        color: #19ce67;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        position: absolute;
        left: 100px;
        box-shadow: none;
        top:20px;
        width: 350px;
        border-radius: 0;
        padding: 10px 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li>a{
        padding: 5px 10px;
    }
    .head-nav:hover .navbar-default .navbar-toggle .icon-bar,.navbar-default .navbar-toggle .icon-bar{
        background: #fff;
    }
    .head-nav:hover .navbar-default .navbar-toggle,.navbar-default .navbar-toggle{
        border-color: #fff;
    }
    .search-modal .modal-dialog{
        width: 400px;
        position: absolute;
        right: 25px;
        top: 50px;
    }
}
@media (max-width: 760px){
    .navbar-header {
        padding: 20px 0;
    }
    .isStuck .navbar-header{
        padding: 10px 0;
    }
    .logo-part{
        display: inline-block;
        margin-top: 5px;
        margin-left: 0;
        width: 220px;
        height: 50px;
        background-size: 100%;
    }

    .head-nav .dropdown-menu{
        position:inherit;
        float: none;
        padding-left: 0;
        box-shadow: none;
        border: none;
    }
    .navbar-default .navbar-nav>li>a{
        color: #222;
    }
    .head-nav .caret{
        border: none;
    }
    .head-nav .dropdown>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: '+';
        font-size: 1.1em;
        font-weight: bold;
    }

    .head-nav .navbar-nav>li.dropdown>a>.caret:after,  .head-nav .navbar-nav>li.dropdown.on>a>.caret:after{
        top: 15px;
        right: 15px;
    }
    .head-nav .col-md-3.dropdown>a>.caret:after{
        content: '';
    }

    .head-nav .dropdown.on>a>.caret:after{
        position: absolute;
        top:0;
        right: 15px;
        content: "-";
    }
    .head-nav .navbar-nav{
        margin: 0;
    }

    .head-nav .dropdown-menu>.active>a,.head-nav .dropdown-menu>.active>a:hover,.head-nav .dropdown-menu>.active>a:focus{
        background: none;
    }
    .head-nav .navbar-default .navbar-nav>li>a{
        padding: 15px 10px;
        border-top: 1px solid #ddd;
    }
    .head-nav .navbar-nav>li>.dropdown-menu>li ul{
        margin-top: 0;
        padding-left: 0;
        list-style: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu .dropdown-menu>li>a{
        padding: 7px 10px;
    }

    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a{
        font-weight: bold;
    }
    .head-nav .navbar-nav>li:nth-child(2)>.dropdown-menu>li>.dropdown-menu>li>a>span{
        display: none;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu{
        margin: 10px 0 0 0;
        padding-bottom: 0;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>ul.dropdown-menu>li{
        line-height: 2.7rem;
    }
    .head-nav .navbar-collapse{
        background: #fff;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li>a{
        width: 90%;
        overflow: hidden;
        display: inline-block;
    }
    .head-nav .navbar-nav>li>.dropdown-menu ul>li{
        line-height:1em;
        margin-bottom: 0;
    }
    .search-modal .modal-dialog{

        top: 150px;
    }
}

.logo-part{
    background: url(../images/logo.svg) no-repeat;
}

.head-one {
   background:#f4f9fd;
    padding: 15px 0;
}
.head-one .col-md-7{
    font-size: .9em;
}
.head-one a{
    color: #121521;
    transition: all ease .4s;
}
.head-one a:hover,.head-one a:focus{
    color: #19ce67;
}
.head-one span[class*="icon-"]{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #def5ee;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    color: #19ce67;
    transition: all ease .4s;
}
.head-one a:hover span[class*="icon-"]{
    background: #19ce67;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background: none;
}




.head-nav.isStuck:hover  .navbar-nav>li>a{
    color: #19ce67;
}
.search-top{
    position: relative;
}

.search-btn{
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 19px;
    border: none;
    line-height: 50px;
    color: #19ce67;
    background: none;
}
.search-select,.search-select:hover,.search-select:focus{
    position: absolute;
    left: 15px;
    top: 0;
    height: 42px;
    background: none;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: .9em;
    border-right: 1px solid #ddd;
    outline: none;
    border-radius: 0;
}
.head-nav .navbar-nav>li{
    margin-bottom: 0;
}

.head-nav{
    z-index: 90;
    width: 100%;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.head-nav.isStuck{
    background: #fff;
    position: fixed;
    margin-top: 0;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
     box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

.head-nav.isStuck .navbar-default{
    margin-top: 0;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a{
    color:#222;
}
.head-nav.isStuck .navbar-default .navbar-nav>li>a:hover{
    color:#19ce67;
}
.head-nav.isStuck .navbar-default .navbar-nav>.active>a, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:hover, .head-nav.isStuck .navbar-default .navbar-nav>.active>a:focus{
    color: #19ce67;
    background: none;
}
.head-nav .navbar-nav>li>.dropdown-menu{
    background: #fff;
    box-shadow: none;
	width: 380px;
}
.head-nav.isStuck .navbar-nav>li>.dropdown-menu{
    background: #fff;
}
.head-nav .dropdown-menu>li{
    margin-bottom: 0;
}
.head-nav .navbar-nav>li>.dropdown-menu>li>a{
    position: relative;
    font-weight: bold;
    padding: 10px 15px;
}

.head-nav.isStuck .dropdown-menu>li>a{
    color: #444;
}
.head-nav.isStuck .dropdown-menu>li>a:hover{
    color: #19ce67;
}
.head-nav .dropdown-menu>li>a:hover,.head-nav .dropdown-menu>li>a:hover{
    background: none;
    color: #19ce67;
}
.head-nav li.open>a,.head-nav li.open>a:hover,.head-nav li.open>a:focus{
    background: #f4f9fd;
}
.head-nav a:hover{
    color: #19ce67;
}
.head-nav .navbar-default{
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom:0;
}
.head-nav .navbar-default .navbar-nav>li>a{
    position: relative;
    font-weight: bold;
}
.head-nav .navbar-default .navbar-nav>li>a>span.icon-search-1{
    font-size: 1.2em;
}
.head-nav .navbar-default .navbar-nav>.active>a:before{
    content: '';
}

.head-nav .navbar-default .navbar-nav>.open>a,.head-nav .navbar-default .navbar-nav>.open>a:hover,.head-nav .navbar-default .navbar-nav>.open>a:focus{
    background: none;
    color: #19ce67;
    border-bottom: 2px solid #19ce67;
}
.head-nav.isStuck .navbar-default  .navbar-nav>.open>a,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:hover,.head-nav.isStuck .navbar-default .navbar-nav>.open>a:focus{
    background: none;
}
.head-nav .navbar-default .navbar-nav>.active>a,
.head-nav .navbar-default .navbar-nav>.active>a:hover,
.head-nav .navbar-default .navbar-nav>.active>a:focus{
    color: #19ce67;
    background: none;
    border-top: 4px solid #19ce67;
}
.head-nav .navbar-collapse{
    padding: 0;
}
.head-nav .navbar-default{
    position: relative;
}

.head-nav .dropdown-menu>.active>a{
    background: none;
}
.head-nav .dropdown-menu>.active>a:focus,.head-nav .dropdown-menu>.active>a:active{
    color: #19ce67;
}

@media (max-width: 768px) {
    .isStuck .search-xs a{
        color: #888;
    }
    .search-xs a{
        display: inline-block;
        color: #888;
        padding: 15px;
        font-size: 20px;
        margin-left: 10px;
    }


}

/*banner*/

@media (min-width: 760px){
    .index-slide .carousel-caption .banner-title{
        font-size: 3.2em;
        margin-bottom: 25px;
        line-height: 1.35em;
        text-transform: capitalize;
    }
    .index-slide .carousel-caption{
        left: 0;
        width: 100%;
        right: 0;
    }
    .index-slide .carousel-caption h2{
        width: 100%;
        font-size: 3.6em;
        color: #fff;
    }

}
@media (max-width: 760px){
    .index-slide .carousel-caption{
        left: 5%;
        width: 90%;
        right: 5%;
    }
    .index-slide .carousel-caption h2{
        width: 100%;
        font-size: 2.2em;
        color: #fff;
    }
    .index-slide .carousel-caption .banner-title{
        font-size: 1.56em;
        margin-bottom: 20px;
    }
    .index-slide .carousel-inner>.item>a{
        width: 100%;
        background: #f2f2f2;
        position: relative;
        transform: none;
        display: block;
        height: 600px;
        overflow: hidden;
    }
    .index-slide .carousel-inner>.item>img,.index-slide .carousel-inner>.item>a>img{
        min-width: 0;
        min-height: 0;
        max-width: 400%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}
.index-slide .carousel-caption .banner-title{
    position: relative;
}

.index-slide{
    position: relative;
}
.index-slide  .carousel-indicators .active,.index-slide .carousel-indicators li:hover{
    border: 1px solid #fff;
}
.index-slide .carousel-indicators li{
    background:none;
    border: 1px solid #fff;
    width: 30px;
    height: 8px;
    margin: 0 5px;
    position: relative;
    transition: all ease .3s;
}
.index-slide .carousel-indicators li:hover{
    background: #fff;
}
.index-slide .carousel-indicators li.active{
    background: #fff;
    width: 20px;
    height: 8px;
}


.index-slide .carousel-caption{
    text-shadow: none;
    color: #fff;
    z-index: 33;
    top:0;
    bottom: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    text-align: left;
}

.banner-more span{
    display: inline-block;
    background: #19ce67;
    color: #fff;
    font-weight: bold;
    padding: 13px 40px;
    text-transform: uppercase;
    transition: all ease .4s;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner-more span:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: #122738;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
}


.banner-more span:hover:before{
    left: 0;
    right: auto;
    width: 100%;
}

.index-slide .carousel-caption .banner-title{
    margin-bottom: 30px;
    width: 100%;
    color: #fff;
}
.index-slide .carousel-caption .container{
    padding-left: 40px;
}
.index-slide .carousel-caption .container p:first-child{
    color: #19ce67;
    margin-bottom: 10px;
}
.index-slide .carousel-caption p{
    width: 100%;
    margin-bottom: 35px;
}

.index-slide .item>a{
    display: block;
    height: calc(100vh - 146px);
    min-height: 520px;
}
.carousel-control.left,.carousel-control.right{
    background: none;
    text-shadow: none;
    width: 5%;
    z-index: 99;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity ;
    -moz-transition-property: opacity ;
    -ms-transition-property: opacity ;
    -o-transition-property: opacity ;
    transition-property: opacity ;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
}

.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}




/*banner*/




