﻿nav { -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
@media (min-width: 1360px and max-width: 1920px) { nav { max-width: 1903px; } }
@media (max-width: 1360px) { nav { max-width: 100%; } }
.navbar { min-height: 55px; border: none; }
.navbar-default { position: fixed; background-color: #fff; border-radius: 0; border-color: none; border-bottom: none; top: 0; left: 0; width: 100%; 	padding: 0; z-index: 99; }
.navbar-alt { background-color: transparent; }
.navbar-small { background: #fff; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.15); box-shadow:0 1px 4px rgba(0, 0, 0, 0.15); }
.navbar-default .container { position: relative; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;max-width:99%; }
.navbar-small .container { padding-top: 0px; position: relative; }
@media (min-width: 992px) { .navbar-alt .container { margin-top:10px; } 
                            .navbar-small .container { margin-top:0px;}
}
.navbar-default .navbar-right { font-family: 'Raleway', sans-serif; font-size: 20px; font-weight: 900; text-transform: uppercase; height: 100%; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.navbar-alt .navbar-right { margin-top: 70px; margin-bottom: 20px; }
.navbar-small .navbar-right { height: 100%; margin-top: 20px; margin-bottom: 20px; }
.navbar-alt .navbar-nav > li > a, .navbar-alt .navbar-nav > li > span { color: #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.navbar-small .navbar-nav > li > a, .navbar-small .navbar-nav > li > span { color: #1C1C1C; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.navbar-nav>li>a, .navbar-nav>li>span { margin-top: 3px; padding-top: 16px; padding-bottom: 13px; }
.navbar-nav>li>span { line-height: 20px }
.nav>li>a, .nav>li>span { padding-left: 10px; padding-right: 10px; margin: 0 2px; }
.nav > li > span { position: relative; display: block; cursor: pointer; }
.navbar-nav .caret { margin-left: 3px; margin-top: -3px; }

/*Navbar Toggle*/ 
.navbar-default .navbar-toggle { position: relative; float: right; padding: 9px 2px; margin-top: 26px; margin-right: 0px; margin-bottom: 8px; background-color: transparent; background-image: none; border: none; border-radius: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.navbar-small .navbar-toggle { position: relative; float: right; padding: 9px 0px; margin-top: 11px; margin-right: 0px; margin-bottom: 8px; 	background-color: transparent; background-image: none; border: none; border-radius: none; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; outline: none; }
.navbar-toggle .icon-bar {  display: block;  width: 22px;  height: 3px;  border-radius: 2px; }

/*Navbar Collapse Menu*/
.navbar-collapse { padding-right: 0px; padding-left: 0px; color: #3399ff; }
.navbar-default .navbar-nav>li>a:focus { color: #f5f5f5; }
.navbar-small .navbar-nav>li>a:focus { color: #1c1c1c; }
.navbar-nav > li > a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
.navbar-nav > li > a:hover:before, .navbar-nav > li > a.current:before { /*width: 100%; left: 0; right: auto;*/ }
.navbar-nav > li:last-child > a:before { display: none; }
.navbar {
    max-width:99%;
}

/*Navbar Collapse*/
@media (max-width: 767px) {
    .navbar-default .navbar-collapse { margin-top: 18px; padding-right: 0px; padding-left: 0px; }
    .navbar-small .navbar-collapse { margin-top: 0px; }
    .navbar-header { float: none; }
    .navbar-left,.navbar-right { float: none !important; }
    .navbar-toggle { display: block; }
    .navbar-collapse { border-top: none; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
    .navbar-default .navbar-collapse { background-color: #1c1c1c; }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse { margin-right: 0; margin-left: 0; padding-left: 25px; 		padding-right: 25px; }
    .container>.navbar-header { margin-right: 0; margin-left: 0; padding-left: 35px; padding-right: 35px; }
    .navbar-fixed-top { top: 0; border-width: 0 0 1px; 	}
    .navbar-collapse.collapse { display: none!important; }
    .navbar-collapse.collapse.show { display: block !important; visibility: visible; }
    .navbar-nav { float: none!important; margin: 0; }
    .navbar-default .navbar-toggle {margin-top: 10px;}
    #intro .pb-150 {padding: 50px 0;}
    .navbar-small .navbar-toggle { margin-top: 11px; }
    .navbar-nav>li { float: none; }
    .navbar-nav>li>a, .navbar-nav>li>span { padding-top: 12px; padding-bottom: 12px; }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > span { color: #fff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > span:hover { background: rgba(255,255,255, 0.03); }
    .collapse.in{ display:block !important; }
    .navbar-default .container { width: 100%; }
    .navbar-small .container { padding-right: 0px; padding-left: 0px; width: 100%; }
    .navbar-default ul.nav li { border-bottom: 1px dotted #2A2A2A; }
    .navbar-default ul li:last-child { border-bottom: none; }
    .navbar-default .navbar-right { margin-top: 7px; margin-bottom: 3px; }
}
@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {margin-right: 0; }
}
.navbar>.container .navbar-brand { margin-left: 0; }
.navbar-brand { float: left; height: 55px; padding: 15px 0 15px 0px; font-size: 30px; line-height: 20px; }
/* Logo Big White */

.navbar-default .navbar-brand .logo-big { position:absolute; opacity: 1; width: 270px; margin-top: 11px; -webkit-transition: all 0.4s ease;	-moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.navbar-default .navbar-brand .logo-small { position:absolute; width: 180px; margin-top: 11px; opacity: 0; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.navbar-alt .navbar-brand .logo-big { margin-top: 26px; }
.navbar-alt .navbar-brand .logo-small { margin-top: 35px; }
/* End Logo Big White */
/* Logo Small Black */
.navbar-small .navbar-brand .logo-big { position:absolute; opacity: 0; width: 170px; margin-top: 3px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease; }
.navbar-small .navbar-brand .logo-small {
    position:absolute;
    opacity: 1;
    width: 190px;
    margin-top: 3px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* End Logo Small Black */

@media (max-width: 768px) {
    .navbar-collapse {  max-height: none; overflow-x: hidden; }
}

/*Dropdown*/
@media (min-width: 992px) {
    .navbar-default .container { max-width: 1245px; padding-left: 15px; padding-right: 15px; }
    .navbar-right .dropdown-menu { right: auto; left: 0; }
    .dropdown-menu { background-color: #1C1C1C; border: 0; border-radius: 0; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08); margin: 0; padding-top: 2px;		padding-bottom: 2px; padding-left: 0; padding-right: 0; top: auto; }
    .dropdown-menu > li > a { color: #CCC; font-size: 12px; font-weight: 400; text-transform: none; position: relative; padding: 11px 25px 11px 20px; 		border-bottom: 1px dotted rgba(255, 255, 255, 0.2); }
    .dropdown-menu > li:last-child > a { border-bottom: 0; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { 		text-decoration: none; background-color: #333; }
    .dropdown-menu { margin-top: 20px; }
    .dropdown > ul.dropdown-menu { visibility:hidden; display:block; margin-top: 20px; opacity: 0; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; transition: all 0.2s ease; }
    .dropdown:hover > ul.dropdown-menu{ visibility:visible; opacity:1; display: block; margin: 0; }
    .dropdown-menu > .active > a { text-decoration: none; background-color: transparent; outline: 0; }
    .navbar-collapse.collapse { height: auto!important; padding-bottom: 0; overflow: visible!important; }
}
@media (max-width: 992px) {
    .dropdown-menu { float: none; position: static; background-color: transparent; box-shadow: none; border: none; margin-left: 15px; }
    .navbar-default ul li.open ul li { border-bottom: 0; padding: 5px; float: none!important; }
    .navbar-default ul li.open ul li a:hover { background-color: transparent; }
    .dropdown-menu li a { color: #f5f5f5; font-weight: 400; font-size: 12px; }
    .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus { background-color: transparent; }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #CCC; }
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { background-color: transparent; }
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { background-color: transparent; } 
.dropdown .arrow { font-size:9px; }
.menu-padding { padding-top:70px; }
.content { margin-top:0px; }
.navbar .icon { font-size: 18px; }
.navbar .social-icon { padding-left: 15px; padding-right: 0; }

/*=====================================
  CONTACT STYLES 
  ===================================*/

#contact-sec {
    padding-top: 10px;
    padding-bottom: 60px;
    background: url('../../img/contact.jpg') no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
    #contact-sec .overlay {
        background: rgba(0, 0, 0, 0.76);
        min-height: 600px;
    }

    #contact-sec h1 {
        color: #fff;
    }

    #contact-sec .form-control {
        background-color: rgba(255, 255, 255, 0);
        color: #fff;
    }
/*=====================================
  Footer STYLES 
  ===================================*/
#footerr {
    width: 100%;
    height: 925px;
    padding: 5px 20px;
    background-color: #2d3d5a;
    text-align:center;
    color: #fff;
    font-size: 15px;
}
#footerrr {
    width: 100%;
    height: 150px;
    background-color:#394c52;
    text-align: center;
    color: #fff;
    font-size: 15px;
    overflow-y: visible;
}
/*.two {
    background-color: transparent;
    background-image: -webkit-linear-gradient(150deg, transparent 35%, blue 15%);
    min-height: 500px;
    max-width:40%;
}
.twoo {
    background-color: transparent;
    background-image: -webkit-linear-gradient(150deg, transparent 35%, blue 15%);
    min-height: 50px;
    max-width: 62.7%;
    margin-top:120px;
}
.stat {
    top:600%;
    z-index: 999;
    position: absolute;
    border-right: 50px solid black;
    border-left: 50px solid black;
    border-bottom:100px solid black;
}*/
.pack {
    z-index: 1;
    background-color: transparent;
    width: 80%;
    height: 100%;
}
.pack1 {
    display:flex;
    z-index: 1;
    position: absolute;
    background-color:transparent;
    width: 80%;
    height: 20px;
    bottom: 0;
}
.rect {
    float:left;
    z-index: 2;
    background-image: linear-gradient(to right, #4c516d,#1d2951);
    padding: 0;
    width: 50%;
    height: 100%;
}
.rect1 {
    float: left;
    z-index: 2;
    background-image: linear-gradient(to right, #4c516d,#1d2951);
    padding: 0;
    width: 46.8%;
    height: 100%;
}
.tri {
    right: 0;
    top: 0;
    border-right: 37.5px solid #394c52;
    border-bottom: 150px solid transparent;
    background-color: transparent;
}
.trii1 {
    z-index: 3;
    /*border-right: 5px solid #394c52;
    border-bottom: 20px solid transparent;*/
    margin-top: 10px;
    -webkit-transform: translateY(-3px) translateX(-10px) rotate(73deg);
    width: 23px;
    height: 5px;
    background-color: #202c53
}
