/*-----------------------------------------------------------------------------------

    Template Name: Malata - Minimal Portfolio Template
    Template URI: http://dbuggers.com/tf/html/malata
    Description: Malata - Minimal Portfolio Template is a clean and professional Portfolio template, perfect for Freelancer, Designer, any Personal Uses. Built on the Advanced Bootstrap 3 framework with HTML5 / CSS3. Its responsive too – Will fit great on all devices.
	The template has commented HTML and CSS code for each section, included in the template so you can easily adapt your templates to suit your needs. Unique designs, captivating sliders, and innovative website building tools work seamlessly to boost your business online.
    Author: Dbuggers
    Author URI:http://dbuggers.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)

-----------------------------------------------------------------------------------*/
/* google-fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Montserrat:300,400,600,700');

@font-face {
    font-family: 'natura_playregular';
    src: url('http://intellecttree.com/Antares/assets/css/assets/fonts/natura_play_regular-webfont.woff2') format('woff2'), url('http://intellecttree.com/Antares/assets/css/assets/fonts/natura_play_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_lightregular';
    src: url('http://intellecttree.com/Antares/assets/css/assets/fonts/gotham-light-webfont.woff2') format('woff2'), url('http://intellecttree.com/Antares/assets/css/assets/fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham light';
    src: url('http://intellecttree.com/Antares/assets/css/assets/fonts/gotham-light-webfont.woff2') format('woff2'), url('http://intellecttree.com/Antares/assets/css/assets/fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('http://intellecttree.com/Antares/assets/css/assets/fonts/fontawesome-webfont.eot') format('embedded-opentype'),url('http://intellecttree.com/Antares/assets/css/assets/fonts/fontawesome-webfont.woff') format('woff'),url('http://intellecttree.com/Antares/assets/css/assets/fonts/fontawesome-webfont.ttf') format('truetype'),url('http://intellecttree.com/Antares/assets/css/assets/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Raleway;
    src: url("http://intellecttree.com/Antares/assets/css/assets/fonts/Raleway-Regular_0.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
    height: 100%;
    background:: #f0efed;
}

.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-facebook:before {
    content: "\f09a" !important;
}

.fa-linkedin:before {
    content: "\f0e1" !important;
}

.fa-youtube-square:before {
    content: "\f166" !important;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-family: 'Montserrat';
    color: #373737;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: #444444;
        text-decoration: none;
    }

    a:active {
        outline: 0 none;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

body {
    line-height: 1.2;
    color: #8E8E8E;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 26px;
    background: #f0efed;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

.italic {
    font-style: italic;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #444444;
    padding: 0.2em 0;
}
/*************************
   Text color
*************************/
.text-blue {
    color: #4FC1F0;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #f10;
}

.text-white h1, .text-white p, .text-white h2 {
    color: #fff;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #363636;
}

.text-theme {
    color: #f10;
}

/*colored background*/
.black-bg {
    background: #252525 !important;
}

.white-bg {
    background: #fff !important;
}

.gray-bg {
    background: #f6f6f6 !important;
}

.blue-bg {
    background: #4FC1F0 !important;
}

.default-bg {
    background: #50C1F0 !important;
}

.transparent-bg {
    background: transparent !important;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.p-30 {
    padding: 30px;
}

.p-40 {
    padding: 40px;
}

.p-15 {
    padding: 15px;
}
/*************************
         Margin top
*************************/
.mt-0 {
    margin-top: 0;
}

.mt-10 {
    margin-top: 10px;
}

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

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-150 {
    margin-top: 150px;
}
/*************************
      Margin right
*************************/
.mr-0 {
    margin-right: 0px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-150 {
    margin-right: 150px;
}
/*************************
      Margin bottom
*************************/
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-150 {
    margin-bottom: 150px;
}
/*************************
        Margin left
*************************/
.ml-0 {
    margin-left: 0;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-150 {
    margin-left: 150px;
}
/*************************
        Padding top
*************************/
.pt-0 {
    padding-top: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-150 {
    padding-top: 150px;
}
/*************************
        Padding right
*************************/
.pr-0 {
    padding-right: 0;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-140 {
    padding-right: 140px;
}
/*************************
        Padding bottom
*************************/
.pb-0 {
    padding-bottom: 0;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-150 {
    padding-bottom: 150px;
}
/*************************
        Padding left
*************************/
.pl-0 {
    padding-left: 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-150 {
    padding-left: 150px;
}


/***************************
    Page section padding 
****************************/
.ptb-0 {
    padding: 0;
}

.ptb-10 {
    padding: 10px 0;
}

.ptb-20 {
    padding: 20px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.ptb-35 {
    padding: 35px 0;
}

.ptb-40 {
    padding: 40px 0;
}

.ptb-43 {
    padding: 43px 0;
}

.ptb-45 {
    padding: 45px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-70 {
    padding: 70px 0;
}

.ptb-80 {
    padding: 80px 0;
}

.ptb-90 {
    padding: 90px 0;
}

.ptb-100 {
    padding: 100px 0;
}

.ptb-110 {
    padding: 110px 0;
}

.ptb-120 {
    padding: 120px 0;
}

.ptb-130 {
    padding: 130px 0;
}

.ptb-140 {
    padding: 140px 0;
}

.ptb-150 {
    padding: 150px 0;
}

.ptb-200 {
    padding: 200px 0;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
    margin: 0;
}

.mtb-10 {
    margin: 10px 0;
}

.mtb-15 {
    margin: 15px 0;
}

.mtb-20 {
    margin: 20px 0;
}

.mtb-30 {
    margin: 30px 0;
}

.mtb-40 {
    margin: 40px 0;
}

.mtb-50 {
    margin: 50px 0;
}

.mtb-60 {
    margin: 60px 0;
}

.mtb-70 {
    margin: 70px 0;
}

.mtb-80 {
    margin: 80px 0;
}

.mtb-90 {
    margin: 90px 0;
}

.mtb-100 {
    margin: 100px 0;
}

.mtb-110 {
    margin: 110px 0;
}

.mtb-120 {
    margin: 120px 0;
}

.mtb-130 {
    margin: 130px 0;
}

.mtb-140 {
    margin: 140px 0;
}

.mtb-150 {
    margin: 150px 0;
}


/*Opacity background*/
.bg-opacity-black-10:before, .bg-opacity-black-20:before, .bg-opacity-black-30:before, .bg-opacity-black-40:before, .bg-opacity-black-50:before, .bg-opacity-black-60:before, .bg-opacity-black-70:before, .bg-opacity-black-80:before, .bg-opacity-black-90:before, .bg-opacity-white-10:before, .bg-opacity-white-20:before, .bg-opacity-white-30:before, .bg-opacity-white-40:before, .bg-opacity-white-50:before, .bg-opacity-white-60:before, .bg-opacity-white-70:before, .bg-opacity-white-80:before, .bg-opacity-white-90:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-opacity-black-10:before {
    background: rgba(0, 0, 0, 0.1);
}

.bg-opacity-black-20:before {
    background: rgba(0, 0, 0, 0.2);
}

.bg-opacity-black-30:before {
    background: rgba(0, 0, 0, 0.3);
}

.bg-opacity-black-40:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-opacity-black-50:before {
    background: rgba(0, 0, 0, 0.5);
}

.bg-opacity-black-60:before {
    background: rgba(0, 0, 0, 0.6);
}

.bg-opacity-black-70:before {
    background: rgba(0, 0, 0, 0.7);
}

.bg-opacity-black-80:before {
    background: rgba(0, 0, 0, 0.8);
}

.bg-opacity-black-90:before {
    background: rgba(0, 0, 0, 0.9);
}

.bg-opacity-white-10:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-opacity-white-20:before {
    background: rgba(255, 255, 255, 0.2);
}

.bg-opacity-white-30:before {
    background: rgba(255, 255, 255, 0.3);
}

.bg-opacity-white-40:before {
    background: rgba(255, 255, 255, 0.4);
}

.bg-opacity-white-50:before {
    background: rgba(255, 255, 255, 0.5);
}

.bg-opacity-white-60:before {
    background: rgba(255, 255, 255, 0.6);
}

.bg-opacity-white-70:before {
    background: rgba(255, 255, 255, 0.7);
}

.bg-opacity-white-80:before {
    background: rgba(255, 255, 255, 0.8);
}

.bg-opacity-white-90:before {
    background: rgba(255, 255, 255, 0.9);
}

.bg-grey {
    background: #f5f5f5 none repeat scroll 0 0;
}

.bg-dark-grey {
    background: #EBEBEB none repeat scroll 0 0;
}

/*image background*/
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.bg-1 {
    background: url(../../images/bg/1.jpg);
}

.bg-2 {
    background: url(../../images/bg/2.jpg);
}

.bg-3 {
    background: url(../../images/bg/3.jpg);
}

.bg-4 {
    background: url(../../images/bg/4.jpg);
}

.bg-5 {
    background: url(../../images/bg/5.jpg);
}

.bg-6 {
    background: url(../../images/bg/6.jpg);
}

.bg-7 {
    background: url(../../images/bg/7.jpg);
}

.bg-8 {
    background: url(../../images/bg/8.jpg);
}

.bg-9 {
    background: url(../../images/bg/9.jpg);
}

.bg-10 {
    background: url(../../images/bg/10.jpg);
}


.seperator {
    height: 1px;
    background: #D7D7D7;
}
/*  custom css */

/* header-area */
.logo a {
    font-family: "Montserrat";
    letter-spacing: -2.9px;
    text-transform: uppercase;
}

.logo h2 {
    font-size: 35px;
}

.logo-text {
    margin-left: 7px;
    margin-top: 7px;
}

.main-menu ul li .sub-menu li .sub-menu {
    left: 158px;
    opacity: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

.main-menu ul li .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.logo, .logo-text {
    display: inline-block;
}

.main-menu li {
    display: inline-block;
    position: relative;
}

.main-menu a {
    color: #666;
    display: block;
    padding: 30px 15px;
    transition: all 0.3s ease 0s;
}

    .main-menu a:hover {
        color: #444;
    }

.buy-btn {
    background: #747474 none repeat scroll 0 0;
    color: #fff !important;
    line-height: 20px;
    padding: 8px 20px !important;
}

    .buy-btn:hover {
        background: #525252;
    }

.main-menu ul li:hover > a {
    color: #999 !important;
}

.sub-menu {
    background: #525252 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 150px;
    z-index: 999;
}

    .sub-menu > li {
        border-bottom: 1px solid #ddd;
        display: block;
    }

        .sub-menu > li:last-child {
            border: 0 none;
        }

    .sub-menu a {
        color: #fff !important;
        font-size: 13px;
        font-weight: 300;
        line-height: 15px;
        padding: 10px;
    }

    .sub-menu::before {
        border-bottom: 7px solid #525252;
        border-left: 7px solid transparent;
        content: "";
        display: inline-block;
        left: -7px;
        opacity: 0;
        position: absolute;
        transition: all 0.3s ease 0s;
        visibility: hidden;
    }

    .main-menu li:hover .sub-menu, .sub-menu::before {
        opacity: 1;
        visibility: visible;
    }

.main-menu ul li ul.sub-menu li:hover > a {
    background: #444 none repeat scroll 0 0;
    color: #fff !important;
}

.main-menu ul li ul.sub-menu li ul li:hover > a {
    background: #444 none repeat scroll 0 0;
    color: #fff !important;
}

.header-middle.scroll-header {
    background: #fff none repeat scroll 0 0;
    padding: 0;
    position: fixed;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

/* slider-area */
.slider-img > img {
    max-height: 400px;
}

.single-slider {
    position: relative;
}

.slider-content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .slider-content > h2, .slide-content > h2 {
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        text-transform: uppercase;
    }

    .slider-content p, .slide-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .slider-content > h2::before, .slide-content > h2::before {
        background: #e8e8e8 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 40px;
    }

.cd-words-wrapper b {
    font-weight: normal;
}

.owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    left: 65px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 40px;
}

    .owl-carousel .owl-nav div.owl-next {
        left: auto;
        right: 65px;
    }

/* section-title-css */
.section-title::before {
    background: #e8e8e8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 40px;
}

.section-title {
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

/* portfolio-area */
.portfolio-img > a::before, .team-img a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: center bottom 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.portfolio-item {
    position: relative;
}

    .portfolio-item:hover .portfolio-img > a::before, .team-img:hover a::before {
        transform: scaleY(1);
    }

    .portfolio-item:hover .portfolio-text, .team-img:hover .team-text {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
    }

.portfolio-text h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.portfolio-text > span {
    color: #fff;
    font-style: italic;
    letter-spacing: 1.5px;
}

.portfolio-menu {
    color: #8e8e8e;
}

    .portfolio-menu span {
        margin-right: 10px;
    }

    .portfolio-menu button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 center;
        border: 0 none;
        font-weight: 300;
        margin: 0 5px;
        padding: 5px 8px;
        text-transform: capitalize;
    }

        .portfolio-menu button.active {
            background: #fff none repeat scroll 0 0 !important;
        }

/* team-area */
.team-img a, .portfolio-img > a {
    display: block;
    position: relative;
    transition: all 0.5s ease 0s;
}

.team-text, .portfolio-text {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

    .team-text p {
        margin: 10px;
        color: #fff;
    }

.team-img {
    position: relative;
}

.team-des h4, .team-des {
    font-weight: 300;
    letter-spacing: 2px;
    margin: 0;
}

.team-detail p {
    color: #444444;
    font-size: 20px;
    margin: 0;
}

/* contact-info-area */
.contact-info-ico span {
    color: #47475f;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.contact-info-text > span {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-info ul li i {
    font-size: 16px;
    margin-right: 5px;
}

.contact-info ul li strong {
    margin-right: 5px;
}


/* copyright-area */
.copy-right a {
    color: #666;
}

.copy-right > span {
    color: #8e8e8e;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* breadcrumb-area */
.breadcrumb {
    background: 0;
    margin: 0;
}

/* service-area */
.service-icon span {
    font-size: 50px;
    line-height: 50px;
    color: #D0D0D0;
    margin-bottom: 15px;
}

.service-text h4 {
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

/* seevice-video-area */
.service-video {
    height: 450px;
}

.video-icon i {
    color: #fff;
    font-size: 20px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background: #444;
    margin-bottom: 30px;
}

.video-text p {
    font-size: 20px;
    margin-bottom: 30px;
}

.video-text a {
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #444;
}

.service-video-area {
    position: relative;
}

.service-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* smart-border-css */
.smart-border {
    position: relative;
}

    .smart-border::before {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #E8E8E8;
        content: "";
        height: 2px;
        width: 40px;
        margin: auto;
    }

/* price-area */
.price-item h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.price-item {
    border-top: 3px solid #e8e8e8;
}

.money {
    font-size: 70px;
    font-weight: 400;
    letter-spacing: -5px !important;
    margin: 0 5px 0px 5px;
}

.duration {
    text-transform: uppercase;
    font-size: 13px;
}

.dollar-sign {
    font-size: 30px;
    /* font-family: 'Montserrat'; */
}

.price-text li {
    font-size: 17px;
    margin-bottom: 15px;
}

    .price-text li:last-child {
        margin: 0;
    }

/* map-area */
#map {
    height: 400px;
}

/* contact-area */
.contact-form input, .contact-form textarea {
    width: 100%;
    margin-bottom: -20px;
    padding: 5px 10px;
    border: 0;
}

    .contact-form input:focus, .contact-form textarea:focus {
        border: 1px solid #999;
    }

.contact-social li {
    display: inline-block;
}

    .contact-social li a {
        border: 1px solid #8e8e8e;
        border-radius: 2px;
        display: block;
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        text-align: center;
        width: 40px;
        transition: .3s;
    }

        .contact-social li a i {
            display: block;
            line-height: 40px;
            transition: all 0.5s ease 0s;
        }

        .contact-social li a:hover i:first-child {
            margin-top: -40px;
        }

        .contact-social li a:hover {
            background: #8e8e8e;
            color: #fff;
        }

.contact-area h3 {
    margin-bottom: 20px;
}

/* about-area */
.boxed {
    font-size: 25px !important;
    border: 3px solid #444;
    margin-right: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 43px;
    text-align: center;
    font-weight: 700;
}

.heading span {
    color: #444;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

.about-info > p {
    margin-bottom: 10px;
}

.about-quote {
    margin-bottom: 4px;
}

.about-skill > p {
    margin-bottom: 10px;
}

.collumn .row div p {
    margin-bottom: 5px;
}

.progress {
    background-color: #fff;
    height: 5px;
    margin-bottom: 10px;
    border-radius: 0;
}

.progress-bar {
    background-color: #747474;
}

.smart-border-left::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #E8E8E8;
    content: "";
}

.smart-border-left {
    position: relative;
}

.about-quote p {
    font-size: 18px;
}

.about-quote span {
    font-size: 16px;
    color: #444;
    font-weight: 400;
    text-transform: uppercase;
}

.heading h4 {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.carousel-inner .item {
    height: 300px;
    margin-top:52px;

}

.carousel-indicators li {
    border: 1px solid #444;
}

.carousel-indicators .active {
    background-color: #444;
}

.carousel-caption {
    top: 30%;
    left: 10%;
    right: 10%;
    text-align: justify;
    color: inherit;
    text-shadow: inherit;
    border-left: 2px solid #e5e5e5;
    padding-left: 20px;
}

    .carousel-caption p {
        font-size: 20px;
        color: #999;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .carousel-caption span {
        color: #444;
        text-transform: uppercase;
        position: relative;
        padding-left: 20px;
    }

        .carousel-caption span::before {
            position: absolute;
            top: 44%;
            left: 0;
            width: 15px;
            height: 1px;
            background: #444;
            content: "";
        }

.carousel-indicators {
    bottom: 10px;
}

.carousel-top {
    left: 10%;
    position: absolute;
    top: 10%;
    z-index: 2;
}

    .carousel-top i {
        font-size: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #8E8E8E;
        border-radius: 50%;
        background:;
        background: #8E8E8E;
        color: #fff;
    }

    .carousel-top h3 {
        display: inline-block;
        margin-left: 20px;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

/* blog-area */
.blog-content {
    border: 1px solid #eceeef;
    padding: 20px 15px;
}

    .blog-content > a {
        display: block;
    }

    .blog-content p {
        margin: 0;
    }

    .blog-content > a {
        border-bottom: 1px solid #eceeef;
        display: block;
        margin-bottom: 20px;
        padding: 15px 0;
    }

.blog-icon > a {
    font-size: 14px;
    margin-right: 15px;
}

.search-bar form {
    position: relative;
}

.search-bar input {
    border: 1px solid #eceeef;
    padding: 5px 30px 5px 8px;
    width: 100%;
}

.search-bar a {
    display: inline-block;
    font-size: 17px;
    line-height: 36px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.category li {
    border-bottom: 1px solid #eceeef;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .category li:last-child {
        border: 0;
    }

.category {
    padding: 0 3px;
}

    .category li a i {
        line-height: 30px;
        padding-right: 5px;
    }

.post-img {
    display: block;
    float: left;
    width: 25%;
}

.post-cont {
    float: left;
    padding: 0 10px;
    width: 75%;
}

    .post-cont h5 {
        margin-bottom: 3px;
    }

.cat > a {
    font-size: 13px;
}

.post-cont > span {
    display: block;
    font-size: 14px;
    margin-top: -5px;
}

.popular-post li {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

.tag-cloud li {
    display: inline-block;
    margin: 0 0 7px 5px;
}

.tag-cloud a {
    border: 1px solid #eceeef;
    border-radius: 2px;
    display: block;
    font-size: 14px;
    padding: 3px 10px;
}

.comment-img {
    display: block;
    float: left;
    width: 10%;
}

.comment-cont {
    float: left;
    width: 90%;
}

    .comment-cont > p {
        margin-bottom: 5px;
    }

    .comment-cont > h4 {
        border-right: 1px solid #e5e5e5;
        display: inline-block;
        margin-right: 10px;
        padding-right: 10px;
    }

.comment-area li {
    border-bottom: 1px solid #e5e5e5;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}

    .comment-area li:last-child {
        margin: 0;
    }

.comment-field input, .comment-field textarea {
    border: 0 none;
    box-shadow: 3px 2px 2px rgba(255, 255, 236, 0.29);
    margin-bottom: 20px;
    width: 100%;
    padding: 5px 10px;
}

.pagination {
    margin: 0;
}

/* scroll-top-btn */
.top-btn {
    border: 1px solid #8e8e8e;
    border-radius: 3px;
    bottom: 30px;
    display: block;
    font-size: 30px;
    height: 50px;
    line-height: 42px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 50px;
}

    .top-btn:hover {
        background: #8e8e8e;
        color: #fff;
    }


.navbar-white {
    background: #FFF;
    border: 0px !important;
    color: #000000;
}

header {
    width: 100%;
    height: 50px !important;
    float: left;
    margin: 0px !important;
    padding: 0px !important;
    box-shadow: 0px 0px 9px #ccc !Important;
    background: #fff;
}

.no-padding {
    padding: 0px !important;
}

.margin-top-lg {
    margin-top: 30px !important;
}

.margin-top-xxl {
    margin-top: 50px !important;
}

.margin-top-xxxl {
    margin-top: 100px !important;
}

.about-text > strong {
    font-family: gotham light, 'gotham_lightregular', Raleway !important;
    font-size: 2em;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #565556;
    line-height: 30px;
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.about-h2 {
    font-family: gotham light, 'gotham_lightregular', Raleway !important;
    font-size: 2em;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #565556;
    line-height: 37px;
}

.about-h6 {
    font-family: Raleway !important;
    font-size: 1.1em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #ffb300;
    padding-top: 100px;
    line-height: 30px;
    margin: 20px 0px 10px 0px;
}

.contact-h6 {
    font-family: Raleway !important;
    font-size: 1.1em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #ffb300;
    padding-top: 0px;
    line-height: 30px;
    margin: 0px 0px 10px 15px;
}

.contact-text {
    font-family: Raleway !important;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    color: #000000;
    line-height: 25px;
    margin: 0px 0px 30px 15px;
}

.about-text {
    font-family: Raleway !important;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    color: #000000;
    line-height: 25px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #f5da05 !important;
    text-decoration: underline;
    background-color: #ffffff !important;
}

body {
    overflow-x: hidden;
}

.about-content {
    height: 450px;
    line-height: 450px;
    display: inline-block;
    vertical-align: middle;
}

    .about-content > p {
        display: inline-block;
        vertical-align: middle;
        line-height: 25px;
    }

.client-bg {
    background: url("http://intellecttree.com/Antares/assets/images/dot-bg.jpg");
    background-repeat: repeat;
    width: 100%;
    min-height: 340px;
    float: left;
    margin: 0px !important;
}

.testimonial-bg {
    background: #FFF;
    width: 100%;
    height: 270px;
    float: left;
    margin: -10px 0px !important;
    padding: 15px !important;
}

.testimonial-img {
    width: 60px;
    height: auto;
    position: absolute;
    top: 15px;
    left: 40px;
    border-radius: 50%;
}

.testimonial-h3 {
    font-family: Raleway !important;
    font-size: 1.3em;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    color: #263a5e;
    line-height: 30px;
    margin: 40px 0px 20px 0px;
}

    .testimonial-h3 > span {
        font-family: Raleway !important;
        font-size: 0.8em;
        font-weight: 400;
        text-align: left;
        text-transform: none;
        color: #787878;
        line-height: 30px;
        margin: 40px 0px 30px 0px;
    }

.testimonial-text {
    font-family: Raleway !important;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0px 0px 0px 0px;
}

.client-logo-bg {
    width: 100%;
    height: auto;
    padding: 0px 0px 50px 0px;
    float: left;
    background: #FFF;
    margin: 0px !important;
}

.footer {
    width: 100%;
    height: auto;
    float: left;
    background: transparent;
    padding: 10px 0px 0px 0px;
}

.copyright-text {
    font-family: Raleway !important;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #787878;
    line-height: 20px;
}

.copyright-text-right {
    font-family: Raleway !important;
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    text-transform: none;
    color: #787878;
    line-height: 20px;
}

    .copyright-text-right > a {
        font-family: Raleway !important;
        font-size: 13px;
        font-weight: 600;
        text-align: right;
        text-transform: none;
        color: #f5da05;
        line-height: 20px;
    }

.img-small-logo {
    width: 70px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}

.service-h2 {
    font-family: gotham light, 'gotham_lightregular', Raleway !important;
    font-size: 2em;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    color: #565556;
    line-height: 15px;
    margin-top: 30px;
}

.service-text {
    font-family: Raleway !important;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #8a8a8a;
    line-height: 20px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #999;
        text-decoration: none;
        cursor: pointer;
    }

.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.header-icon {
    display: table-cell;
    text-align: left;
    color: #787878 !important;
    padding: 15px 10px !important;
}

.numberFont {
    font-family: Lemon/Milk !important;
    font-size: 50px !important;
    line-height: 35px !important;
    font-weight: 600 !important;
    color: #8E8E8E !important;
}

.color-yellow {
    color: #f5da05 !important;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 30px !important;
    font-family: Raleway;
}

.namePanel {
    height: 0px !important;
    line-height: 30px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: Raleway !important;
    color: #333;
    width: 100%;
    float: left;
    display: block;
    overflow: visible;
}

@media (max-width:767px) {
    .service-h2 {
        font-family: gotham light, 'gotham_lightregular', Raleway !important;
        font-size: 1.2em;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        color: #565556;
        line-height: 25px;
        margin-top: 10px;
    }

    .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 10px !important;
        text-transform: uppercase !important;
        font-family: gotham light, 'gotham_lightregular', Raleway !important;
        font-weight: 600 !important;
        padding-right: 10px !important;
        margin: 0px 0px !important;
        font-size: 13px !important;
        float: none !important;
    }

    .about-h2 {
        font-family: gotham light, 'gotham_lightregular', Raleway !important;
        font-size: 1.4em;
        font-style: normal;
        font-weight: 400;
        text-align: left;
        text-transform: uppercase;
        color: #565556;
        line-height: 25px;
    }

    .testimonial-bg {
        background: #FFF;
        width: 99%;
        height: auto;
        float: left;
        margin: 50px 0px !important;
        padding: 15px !important;
        min-height: 270px;
    }

    .margin-top-xxxl {
        margin-top: 20px !important;
        margin-left: -30px;
    }

    .about-text > strong {
        font-family: gotham light, 'gotham_lightregular', Raleway !important;
        font-size: 1.5em;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        color: #565556;
        line-height: 30px;
        float: left;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }
}

.fb {
    color: #000 !important;
}

.lk {
    color: #000 !important;
}

.yt {
    color: #000 !important;
}

.fb:hover {
    color: #3b5998 !important;
}

.lk:hover {
    color: #0077B5 !important;
}

.yt:hover {
    color: #bb0000 !important;
}

.gameVisible {
    visibility: visible !important;
    display: block !important;
}
.gamehidden {
    visibility: hidden !important;
    display: none !important;
}