@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body
{
    font-family: 'Open Sans', sans-serif !important;
}
a
{
    outline:0 !important;
    text-decoration: none !important;
}
ul
{
    list-style-type: none;
    padding:0;
    margin-bottom:0 !important;
}
p
{
    margin-bottom:0 !important;
}
img
{
    object-fit: cover;
}
.logo_block
{
    margin-top:10px;
}
.social_icon
{
    float:left;
    padding:6px;
    width:100%;
}
.social_icon ul
{
    float:right;
    padding:0;
    list-style-type: none;
    margin-bottom:0;
}
.social_icon ul li
{
    float:left;
    margin-right:10px;
}
.social_icon ul li a
{
    color:#fff;
}
.social_icon ul li:last-child
{
    margin-right:0px;
}
.top_block
{
    float:right;
    margin-top:10px;
}
.top_block ul li
{
    float:left;
    margin-right:30px;
}
.top_block ul li:last-child
{
    margin-right:0;
}
.call_block
{
    width:100%;
    float:left;
}
.call_icon
{
    width:30px;
    height:30px;
    border-radius: 50%;
    border:1px solid #006AB7;
    float:left;
    margin-top:20px;
    margin-right:10px;
}
.call_icon i
{
    width:100%;
    float:left;
    text-align: center;
    font-size:15px;
    margin-top:6px;
}
.call_content
{
    float:left;
    margin-top:20px;
}
.call_content h3
{
    margin:0;
    font-size:13px;
    color:#000;
    font-weight: 600;
}
.call_content p
{
    color:#000;
    font-size:13px;
    float: left;
    margin-right: 20px;
}
.call_content p:last-child
{
    margin-right:0;
}
.menu_block
{
    background-color: #0E1A3B;
    margin-top:10px;
    width:98%;
    float:left;
    position: absolute;
    z-index:9;
}
.menu_block ul li
{
    float:left;
    margin-left:60px;
    padding:12px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block ul .select_menu
{
    background-color: #fff;
}
.menu_block ul .select_menu a
{
    color:#0E1A3B;
}
.menu_block ul li:hover
{
    background-color: #fff;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block ul li:hover a
{
    color:#0E1A3B;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block ul li:first-child
{
    margin-left:25px;
}
.menu_block ul li a
{
    color:#fff;
    float:left;
    font-size:15px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.heading_h
{
    color:#0E1A3B;
    text-align:center;
    font-size:25px;
    width:100%;
}
.heading_h span
{
    color:#006AB7;
    font-weight: bold;
}


.tab {
    padding-top: 50px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.tabs li:hover a
{
    background: #006AB7;
}
.tabs li a:hover
{
    color:#fff;
}
.tabs a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 0 20px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #006AB7;
}

.tabs_item {
    display: none;
    padding: 30px 0;
}
.tabs_item h4 {
    font-weight: bold;
    color: #000;
    font-size: 20px;

}
.tabs_item img {
    width: 420px;
    float: left;
    margin-right: 30px;
}
.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background: #006AB7;
}
.layer
{
    background-color: rgba(14, 26, 59,0.1);
    width:100%;
    float:left;
    padding-bottom:50px;
}
.under_line
{
    width:100px;
    margin:0 auto;
    border:2px solid #006AB7;
    margin-top:15px;
}
.background
{
    background-image: url("../img/mentor_footer.jpg");
    background-attachment: fixed;
}
.services_block
{
    width:100%;
    float:left;
}
.services_block ul li
{
    width:317px;
    height:260px;
    float:left;
    margin:10px 1%;
}
.project
{
    float: left;
    width: 100%;
    overflow:hidden;
    position: relative;

}
.project img
{
    width: 100%;
    height: 200px;
}
.project > img{width:100%}
.hover{
    background: rgba(0, 120, 190,0.9) none repeat scroll 0 0;
    height: 100%;
    width: 100%;
    opacity:0;
    visibility:hidden;
    position: absolute;
    left: 0;
    top: 0;
    border:10px solid rgba(255,255,255,0.9);
    border-top:0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.project:hover .hover{
    opacity:1;
    visibility:visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-text {
   /* padding: 20px 30px;*/
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hover-text > a {
    color: #d0cccb;
    display: table;
    font-size: 14px;
    margin: 0 0 12px;
    opacity:0;
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    transform:translateY(-20px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.project:hover .hover .hover-text > a{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:all 0.3s ease 0.2s;
    -moz-transition:all 0.3s ease 0.2s;
    -ms-transition:all 0.3s ease 0.2s;
    -o-transition:all 0.3s ease 0.2s;
    transition:all 0.3s ease 0.2s;
}
.hover-text > h4 {
    color: #fff;
    float: left;
    font-family: montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0;
    width: 100%;
    opacity:0;
    -webkit-transform:translateY(-20px);
    -moz-transform:translateY(-20px);
    -ms-transform:translateY(-20px);
    -o-transform:translateY(-20px);
    transform:translateY(-20px);
}
.project:hover .hover .hover-text > h4{
    opacity:1;
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:all 0.3s ease 0.4s;
    -moz-transition:all 0.3s ease 0.4s;
    -ms-transition:all 0.3s ease 0.4s;
    -o-transition:all 0.3s ease 0.4s;
    transition:all 0.3s ease 0.4s;
}
.hover-text > h4 a:hover{color:#fff}
.link{
    bottom: 0;
    color: #fff;
    height: 42px;
    left: 50px;
    line-height: 42px;
    position: absolute;
    text-align: center;
    width: 42px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    -webkit-transform:translateY(100%);
    -moz-transform:translateY(100%);
    -ms-transform:translateY(100%);
    -o-transform:translateY(100%);
    transform:translateY(100%);
}
.project:hover .hover .link{
    -webkit-transform:translateY(0);
    -moz-transform:translateY(0);
    -ms-transform:translateY(0);
    -o-transform:translateY(0);
    transform:translateY(0);
    -webkit-transition:all 0.4s ease 0.6s;
    -moz-transition:all 0.4s ease 0.6s;
    -ms-transition:all 0.4s ease 0.6s;
    -o-transition:all 0.4s ease 0.6s;
    transition:all 0.4s ease 0.6s;
}



.services_p
{
    width:100%;
    float:left;
}
.services_p p
{
    float:left;
    color:#fff;
    width:100%;
    padding:10px;
    border:1px solid #fff;
    border-top:0;
    font-weight: 600;
    font-size:15px;
}
.padding_block
{
    padding:30px 0;
}
.section-title h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 6px;
    color: #000;
    letter-spacing: 0.3px;
    padding: 0;
}
.section-title::after {
    content: "";
    height: 3px;
    background: #fbb900;
    width: 80px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
/****************/
/*	 BX-SLIDER 	*/
/****************/
section.client {
    padding:4em 0em;

}
section.client .section-title {
    margin-bottom: 6em;
}
.bx-controls {
    position: relative;
}
.bx-wrapper .bx-pager {
    text-align: center;
    padding-top: 30px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.slide1
{
    width:180px !important;
    padding:10px;
}
.slide1 img
{
    width:100%;
    border:1px solid #f2f2f2;
    margin-bottom:20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}
.test_block
{
    width:540px !important;
}
.test_block h2
{
    text-align: center;
    font-size:25px;
    color:#006AB7;
    font-weight:600;
}
.test_block p
{
    font-size: 14px;
    text-align: center;
    margin-top:20px;
}
.test_block h4
{
    text-align: center;
    margin-top:30px;
}
.test_block h6
{
    text-align: center;
}

/*=======================================================
      NEW ARRIVAL
========================================================*/
.arrival-block {

    display: inline-block;
    width: 100%;
    margin-top:30px;
}
.arrival-block .item {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    border-right:6px solid #fff;
    border-bottom:6px solid #fff;

}
.arrival-block .overlay {
    background: rgba(0, 120, 190,0.9);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.arrival-block .item:hover .overlay {
    opacity: 1;
}
.arrival-block .overlay a {
    height: 71px;
    width: 71px;
    display: inline-block;
    border-radius: 50%;
    background: #0E1A3B;
    text-align: center;
    line-height: 71px;
    color: #fff;
}
.footer_logo
{
    width:40%;
    margin:0 auto;
}
.footer_logo img
{
    float:left;
    width:100%;
}
.arrival-block .price {
    position: absolute;
    right: 20px;
    top: -50px;
    font-size: 18px;
    font-weight: bold;
    z-index: 9;
    color: #2d3a4b;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.arrival-block .price small {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}
.arrival-block .item:hover .price {
    top: 20px;
}
.arrival-block .overlay a:hover {
    background: #fff;
    color: #52594a;
}
.arrival-block .item img {
    width: 100%;
    margin-top: 0px;
    top: 0px;
    left: 0px;
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/*.arrival-block .item:hover .img-1 {
    left: -100%;
    position: relative;
}
.arrival-block .item .img-2 {
    position: absolute;
    left: 100%;
}
.arrival-block .item:hover .img-2 {
    left: 0px;
}*/
.arrival-block .item-name {
    position: absolute;
    bottom: 0px;
    padding-top: 100px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 9;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.arrival-block .item-name p {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    margin: 0px;
}
.arrival-block .item-name a {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #2d3a4b;
    text-transform: uppercase;
}
.arrival-block .item-name a:hover {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-decoration: overline !important;
}
.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lighter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    opacity: 1;
}
.lighter img {
    display: block;
    width: 100%;
    height: 100%;
}
.lighter-fade .lighter-overlay {
    opacity: 0;
}
.lighter-loading .lighter-spinner {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.lighter-loading .lighter-container {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.lighter-fetched .lighter-spinner {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.lighter-fetched .lighter-container {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.lighter-fade .lighter-container {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.lighter-fade .lighter-spinner {
    opacity: 0;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    -o-transform: scale(0.4);
    transform: scale(0.4);
}
.lighter-overlay {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    transition-property: opacity, transform;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    width: 100%;
}
.lighter-container {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, -moz-transform;
    transition-property: opacity, transform;
    background: #FFF;
    position: absolute;
    z-index: 4000;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.4);
}
.lighter-close {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    margin: -15px;
    line-height: 32px;
    font-size: 16pt;
    font-family: Helvetica, Arial, serif;
}
.lighter-next, .lighter-prev {
    display: none;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0;
    line-height: 34px;
    font-size: 32pt;
    font-family: Times, serif;
}
.lighter-next {
    right: 40px;
}
.lighter-prev {
    left: 40px;
}
.lighter-next, .lighter-prev, .lighter-close {
    cursor: pointer;
    position: absolute;
    z-index: 8000;
    text-align: center;
    border-radius: 50%;
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.4);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition-property: color, background;
    -moz-transition-property: color, background;
    transition-property: color, background;
}
.lighter-next:hover, .lighter-prev:hover, .lighter-close:hover {
    color: white;
    background: rgba(0, 0, 0, 0.4);
}
.lighter-next:active, .lighter-prev:active, .lighter-close:active {
    color: white;
    background: rgba(0, 0, 0, 0.4);
}
.lighter-spinner {
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    position: absolute;
    width: 60px;
    height: 20px;
    margin: -10px -30px;
    z-index: 4000;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
}
.lighter-spinner::after {
    clear: both;
    content: "";
    display: table;
}
.lighter-dot {
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.2);
    width: 16px;
    height: 16px;
    margin: 2px;
    padding: 0;
    border-radius: 50%;
    -webkit-animation: lighter-bounce 1.6s infinite ease-in-out;
    -moz-animation: lighter-bounce 1.6s infinite ease-in-out;
    animation: lighter-bounce 1.6s infinite ease-in-out;
}
.lighter-dot:nth-child(1) {
    -webkit-animation-delay: -0.4s;
    -moz-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.lighter-dot:nth-child(2) {
    -webkit-animation-delay: -0.26667s;
    -moz-animation-delay: -0.26667s;
    animation-delay: -0.26667s;
}
.lighter-dot:nth-child(3) {
    -webkit-animation-delay: -0.13333s;
    -moz-animation-delay: -0.13333s;
    animation-delay: -0.13333s;
}
@-webkit-keyframes lighter-bounce {
    from, to {
        -webkit-transform: scale(0);
    }
    20% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
    80% {
        -webkit-transform: scale(0);
    }
}
@-moz-keyframes lighter-bounce {
    from, to {
        -moz-transform: scale(0);
    }
    20% {
        -moz-transform: scale(0);
    }
    50% {
        -moz-transform: scale(1);
    }
    80% {
        -moz-transform: scale(0);
    }
}
@keyframes lighter-bounce {
    from, to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    20% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}
.client_block
{
    width:186px !important;
    padding: 5px !important;
}
.bx-wrapper
{
   /* margin-left:15% !important;*/
    max-width: 1112px !important;
}
.gallery {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));

    grid-auto-rows: 255px;

    grid-auto-flow: row dense;

    font-weight: 400;
}

figure {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;

}

div.imgWrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    height:100%;
}

.gallery img {
    display: inline-block;
    width: 100%;
    height: auto;
    flex: 1;
    opacity: .7;
    object-fit: cover;
    transition: all 300ms ease-out;
}

figure:hover img {
    transform: scale(1.2);
    opacity: 1;
}

.two-span-row {
    grid-row: auto / span 2;
}

.two-span-column {
    grid-column: auto / span 2;
}

.full-span-column {
    grid-column: 1 / -1;
    grid-row: span 1;
}

@media (min-width: 1000px) {
    .full-span-column {
        grid-column: 1 / span 2;
        grid-row: span 1;
    }
}

figcaption {
    text-align: right;
    margin-top: 3px;
    border-top: 1px solid rgba(255,255,255,.8);
    padding-top: 5px;
    color: rgba(255,255,255,.8);
}

@media (max-width: 550px) {
    .gallery {
        display: block;
    }

    figure {
        margin-bottom: 1em;
    }

    figcaption {
        font-size: .9em;
    }
}


.slick-slide {
    margin: 0px 7px;
    border:1px solid #fff;
    padding:4px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.absolute_block
{
    position: absolute;

    border: 8px solid rgba(14, 26, 59,0.4);

    left: 25%;

    width: 900px;

    padding: 20px;

    z-index: 9;

    top: 36%;

    height: auto;
    background-color: #fff;
}
.address_block
{
    width:100%;
    float:left;
    margin-bottom: 10px;

    margin-top: 12px;

}
.icon_block
{
    width:35px;
    height:35px;
    border:1px dashed #006AB7;
    float:left;
}
.icon_block i
{
    width:100%;
    float:left;
    text-align: center;
    color:#006AB7;
    font-size:20px;
    margin-top:6px;
}
.address_content
{
    margin-left:50px;
}
.address_content h5
{
    float:left;
    font-size:14px;
    font-weight: 600;
    margin-bottom:0;
    color:#000;
    width:100%;
}
.address_content p
{
    font-size:13px;
    color:#999;
    float:left;
    width:100%;
}
.form_block
{
    margin-top:20px;
    width:100%;
    float:left;
}
.form_block input
{
    width:100%;
    border-radius: 0;
    border:1px solid #999;
    padding:6px;
}
.form_block textarea
{
    width:100%;
    float:left;
    margin-top:15px;
    padding:8px;
    height:100px;
    border:1px solid #999;
    border-radius:0;
}

#menu2 {
    display: none;
    position: fixed !important;
    top: 0px;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 6px 4px -4px #777;
}
.menu_block1
{
    background: none;
}
.menu_block1 ul li a
{
    color:#0E1A3B;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block1 ul li:first-child
{
    margin-left:0;
}
.menu_block1 ul li
{
    margin-left:19px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block1 ul li a
{
    font-weight:600;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block1 ul li:hover a
{
    border-bottom: 2px solid #006AB7;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.menu_block1 ul .select_menu1 a
{
    border-bottom: 2px solid #006AB7;
}

.padding_block
{
    padding:50px 0;
}
.footer_layer
{
    padding:250px 0 30px 0;
}
.site-title {
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.site-title img {
    width: 80%;
    }

nav {
    padding: 0;
}

.responsive-menu-icon {
    cursor: pointer;
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 999;
}

.responsive-menu-icon::before {
    color: #006AB7;
    content: "\f0c9";
    display: block;
    font: normal 30px/1 'fontAwesome';
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

.openwide .responsive-menu-icon::before {
    content: "\f00d";
}

.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.menu li {
    position: relative;
}
.menu li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #006AB7;
}
.menu li a:hover {
    color: #006AB7;
}

.menu {
    padding-top: 20px;
}
.slider_block
{
    height:300px !important;
}
.menu > .menu-item-has-children:before {
    position: absolute;
    content: "\f055";
    font-family: 'fontAwesome';
    font-size: 24px;
    line-height: 24px;
    padding: 10px 13px;
    top: -5px;
    right: -10px;
    z-index: 9999;
    color: #DED6D0;
}

.menu > .menu-item-has-children.menu-open:before {
    content: "\f056";
}

.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.sub-menu li a {
    padding-left: 10px;
}
.about_block
{
    width:100%;
    float:left;
}
.about_block p
{
    margin-top:10px;
    text-align: left;
    width:100%;
    float:left;
}
.about_block h4
{
    margin-top:20px;
    font-style: italic;
    color:#006AB7;
    width:100%;
    float:left;
}
/***

==================================================================
			Sidebar Page Container
==================================================================

***/

.sidebar-page-container{
    position: relative;
    overflow: hidden;
    padding: 100px 0 50px;
}

.sidebar-page-container .sidebar-side,
.sidebar-page-container .content-side{
    position: relative;
    margin-bottom: 50px;
}

.sidebar-widget{
    position: relative;
    margin-bottom:55px;
}

.sidebar-side .sidebar-widget:last-child{
    margin-bottom: 0;
}

.sidebar-page-container .sidebar-title{
    position: relative;
    margin-bottom: 35px;
}

.sidebar-page-container .sidebar-title h2{
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #222222;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-page-container .sidebar-title h2:before{
    position: absolute;
    right: -35px;
    bottom: 5px;
    height: 2px;
    width: 25px;
    background-color: #ff8a00;
    content: "";
}

/*Search Box Widget*/

.sidebar .search-box{
    position: relative;
}

.sidebar .search-box .form-group{
    position:relative;
    margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:14px;
    color:#777777;
    line-height:28px;
    padding:15px 25px;
    padding-right: 60px;
    height:60px;
    width:100%;
    border:1px solid #aaaaaa;
    background-color: #ffffff;
    border-radius: 60px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
    border-color:#ff8a00;
}

.sidebar .search-box .form-group button{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    height:60px;
    line-height: 60px;
    text-align:center;
    display:block;
    font-size:18px;
    background-color: #ff8a00;
    color:#ffffff;
    font-weight:normal;
    border-radius: 0 30px 30px 0;
}

/*Services Category*/

.services-list{
    position:relative;
    margin-bottom: 50px;
    margin-left:0;
    width:100%;
    float:left;
}

.services-list li{
    position:relative;
    overflow: hidden;
    margin-bottom: 10px;
    float:none;
}
.services_tab
{
    width:75%;
    margin-left:5%;
    float:left;
}
ul
{
    list-style-type: none;
}
.services-list li p{
    position:relative;
    font-size:14px;
    font-weight:500;
    color:#222222;
    line-height: 30px;
    padding: 10px 20px 10px 10px;
    display:block;
    font-family:"Rubik", sans-serif;
    border:1px solid #dddddd;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}
.services-list li p i
{
    float:right;
    font-size:18px;
}
/*
.services-list li a:before{
    position:absolute;
    content: ">>";
    right: 25px;
    top: 15px;
    font-size: 14px;
    color: #ff8a00;
    line-height: 30px;
    font-weight: 900;
    font-family: 'Font Awesome';
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}*/

.services-list li.active p,
.services-list li:hover p{
    color: #ffffff;
}

.services-list li p:after{
    position: absolute;
    left: -1px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    background-color: #222222;
    z-index: -1;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.services-list li.active p:after,
.services-list li:hover p:after{
    width: 101%;
    border-left: 4px solid #006AB7;
}
.course-gallery li.single__course::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #f14091;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 0.24s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.24s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.course-gallery {
    list-style: none;
}
.course-gallery li.single__course .couse-hover h4 {
    top: 42% !important;
    font-weight: bold;
    font-size: 26px;
}
.course-gallery li.single__course .couse-hover h4 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 0px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    -webkit-transform: translate(0, 15%);
    transform: translate(0, 15%);
    -webkit-transition: all 0.24s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.24s cubic-bezier(0.39, 0.575, 0.565, 1);
    color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}
.course-gallery li.single__course {
    float: left;
    width: 29% !important;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.24s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.24s cubic-bezier(0.39, 0.575, 0.565, 1);
    color: #fff;
    border: 1px dotted #006AB7;
    margin-right: 40px;
    padding:5px;
    margin-bottom:30px;

}
.course-gallery li.single__course img {
    width: 100%;
    border: 1px solid #006AB7;
}
.course-gallery li.single__course {
    text-align: center;
    color: #fff;
}
.course-gallery li.single__course .couse-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tab1 {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
}

/* Style the buttons inside the tab */
.tab1  {
    display: block;
    background-color: inherit;
    color: black;
    width: 26%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab1 button:hover {
    background-color: #ddd;
    border-left: 4px solid #006AB7;
}

/* Create an active/current "tab button" class */
.tab1 li p.active {
    background-color: #222;
    border-left: 4px solid #006AB7;
    color:#fff;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 69%;
    margin-left:5%;
    border-left: none;
    height: 100%;
}


.img_block
{
    width:100%;
    float:left;
    border:2px solid #f2f2f2;
}
.img_block img
{
    width:100%;
    float:left;
    height:300px;
}

.services_tab
{
    width:100%;
    float:left;
    margin:30px 0;
}
.services_tab p
{
    margin-top:20px;
    width:100%;
    float:left;
}
.services_tab h3
{
    width:100%;
    float:left;
    margin-top:20px;
    font-weight: bold;
    color:#333;
    font-size:16px;
    margin-bottom:0;
}
.background_slider
{
    background-color: rgba(14, 26, 59,0.7);
    padding:20px;
}












/*MEDIA QUERY START*/

@media (min-width: 240px) and (max-width: 767px)
{

}
@media (min-width: 240px) and (max-width: 319px)
{

}
@media (min-width: 320px) and (max-width: 767px)
{
    .slider-area{margin-top:0 !important;}

    .heading_h{font-size:20px;}

    .mobile_textarea{margin-top:0 !important;}

    .contact-area{margin-top:20px;}

    footer p{font-size:12px;}

    .slide-content h2{font-size:22px !important;}

    .about_block p{font-size:14px;}

    .tabs{margin-left:0;}

    .tabs a{padding:0 6px;font-size:11px;}

    .tabs li{line-height: 27px;}

    .tab{padding-top:20px;}

    .tabs_item img{margin-top:0;}

    .tabs_item h4{margin-top:10px;width:100%;float:left;}

    .tabs_item p{font-size:14px;width:100%;float:left;}

    .under_line{display: none;}

    .background{margin:0 !important;}

    .layer{padding-bottom:20px;}

    .padding_block{padding:20px 0;}

    .services_block{margin-top:-15px;}

    .services_block ul li{width:280px;float:none;margin:0 auto;margin-bottom:20px;}

    section.client{padding:0;}

    .test_block{width:270px !important;height:300px !important;}

    .test_block h2{font-size:14px;}

    .test_block p{font-size:12px;}

    .test_block h4{font-size:16px;}

    .slide1{width: 244px !important;padding: 18px;}

    .absolute_block{position: initial;width:100%;height:100%;}

    .footer_layer{padding:10px;}

    .footer_layer p{font-size:11px;}

    .slide-content p{display: none;}

    .slider-area{height:300px !important;}

    .single-slider{height:300px !important;}

    .slider-active .owl-dots{top:55% !important;}

    .hover-text > a{font-size:11px;}

    .form_block textarea{margin-top:-10px;}

    .slider_block{height:180px !important;}

    .slider_block .slider-active{height:180px !important;}

    .slider_block .single-slider{height:180px !important;}

    .slide-content h2{margin-left:30px !important;}

    .slide-content a{margin-left:30px !important;}

    .tab1{width:100%;}

    .tabcontent{width:100%;margin-left:0;padding:0;}

    .sidebar-widget{margin-bottom:10px;}

    .services_tab p{font-size:15px;margin-top:0;}

    .course-gallery li.single__course{width:48% !important;margin-right:5px;margin-bottom:10px;}

    iframe{height:200px;}

    .call_content p{float:none;font-size:12px;}
}
@media (min-width: 320px) and (max-width: 479px)
{

}
@media (min-width: 320px) and (max-width: 358px)
{

}
@media (min-width: 359px) and (max-width: 375px)
{


}
@media (min-width: 376px) and (max-width: 384px)
{

}
@media (min-width: 385px) and (max-width: 413px)
{

}
@media (min-width: 414px) and (max-width: 479px)
{

}
@media (min-width: 480px) and (max-width: 767px)
{

}
@media (min-width: 480px) and (max-width: 567px)
{


}
@media (min-width: 568px) and (max-width: 599px)
{

}
@media (min-width: 600px) and (max-width: 639px)
{

}
@media (min-width: 640px) and (max-width: 666px)
{

}
@media (min-width: 667px) and (max-width: 699px)
{

}
@media (min-width: 700px) and (max-width: 735px)
{

}
@media (min-width: 736px) and (max-width: 767px)
{

}
@media (min-width: 768px) and (max-width: 991px)
{


}
@media (min-width: 992px) and (max-width:1199px)
{

}
@media (min-width: 1200px) and (max-width:1289px)
{
    .services_block ul li{width:294px;}

    .footer_layer img{width:2% !important;}
}
@media (min-width: 1290px) and (max-width:1299px)
{

}
@media (min-width: 1300px) and (max-width:1499px)
{

}
@media (min-width: 1500px) and (max-width:1599px)
{

}

@media (min-width: 1600px) and (max-width:1699px)
{

}
@media (min-width: 1700px) and (max-width:1799px)
{

}
@media (min-width: 1900px) and (max-width:1999px)
{

}



