@font-face{font-family:'swisslight'; src:url('../fonts/Swis721 Lt BT.ttf')}

@font-face{font-family:'swissbold';src:url('../fonts/Swiss 721BT Bold.ttf')}

@font-face{font-family:'swissroman';src:url('../fonts/Swiss721BT Roman.ttf')}


/*Drop Down Style*/

/*@media(max-width:767px){
    .top-nav > ul > .dropdown {
	float: none;
	margin-right: 1px;
	height: 45px;
    overflow:hidden\9
}
}


.top-nav ul .dropdown:before{
    position: absolute;
    top: 17px;
    width: 1px;
    height: 15px;
    background: #3d3d3d;
    content: '';
    z-index: 1;
    }

@media(max-width:768px) {

      .top-nav ul .dropdown:before{
    width: 0px;
    height: 0px;
    }
}

.top-nav > ul > .dropdown > a {
	display: block;
	padding: 0 29px;
	height: 45px;
    color:#3d3d3d;
	overflow:hidden
        
}


.top-nav > ul > .dropdown:hover > a {
	display: block;
	padding: 0 29px;
	
	height: 45px;
    color:white;
    
	overflow:hidden
        
}


@media(max-width:768px) {
    .top-nav > ul > .dropdown:hover > a {
        display: block;
        padding: 0 29px;
        height: 45px;
        color: white;
        overflow: hidden;
    }
}


@media(max-width:767px) {
    .top-nav > ul .dropdown a span {
        display: inline-block;
    }
}
@media(min-width:768px) {
    .top-nav > ul .dropdown a span {
        display: block;
    }
}

  .top-nav > ul .dropdown ul {
        position: absolute;
        
        z-index: -1;
        min-width: 180px;
        height: 0;
        max-height: 0;
    }



   .top-nav > ul > .dropdown > ul > li {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        line-height: 35px;
        opacity: 0;
        transition: opacity .5s, transform .4s;
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transition: opacity .5s, -moz-transform .4s;
        -ms-transition: opacity .5s, -ms-transform .4s;
        -o-transition: opacity .5s, -o-transform .4s;
        -webkit-transition: opacity .5s, -webkit-transform .4s;
        transform: rotateY(90deg);
    }


   
    .top-nav > ul > .dropdown:hover > ul {
        z-index: 0;
        height: auto;
    }


     .top-nav > ul > .dropdown:hover > ul > li {
            opacity: 1;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

            .top-nav li li.dropdown:after {
        position: absolute;
        top: 2px;
        right: 10px;
        display: inline-block;
        color: #fff;
        content: "\f105";
        font-family: FontAwesome;
    }*/


         
   
    

/*Dropdown styles end*/


/*@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
		display: block;
	}
	.dropdown-menu{
		margin-top: 0;
	}
	.dropdown-toggle{
		margin-bottom: 0px;
	}
	.navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
		margin-bottom: 0;
	}
}*/


@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

@media (max-width:767px){
    .navbar-nav2 .open .dropdown-menu
{
	position:static;
	float:none;
	width:auto;
	margin-top:0;
	background-color:transparent;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none
}
}

    .navbar-nav2 .open .dropdown-menu
{
	position:inherit;
	float:inherit;
	width:auto;
	margin-top:0;
	background-color:transparent;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none
}

	/*@media (max-width:767px)
{
.navbar-nav .open .dropdown-menu
{
	position:static;
	float:none;
	width:auto;
	margin-top:0;
	background-color:transparent;
	border:0;
	-webkit-box-shadow:none;
	box-shadow:none
}
.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a
{
	padding:5px 15px 5px 25px
}
.navbar-nav .open .dropdown-menu>li>a
{
	line-height:20px
}
.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover
{
	background-image:none
}

}
	@media (min-width:768px)
{
.navbar-nav
{
	float:right;
	margin:0
}
.navbar-nav>li
{
	float:left
}
.navbar-nav>li>a
{

}

@media (min-width:768px)
{
.navbar-nav>li>.dropdown-menu
{
	margin-top:0;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu
{
	margin-bottom:0;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
}*/













/* ==========================================================================
  3. HEADER STYLE.
============================================================================= */
/* ---- 3.1 Top bar ------------------ */

@media only screen and (max-width: 1024px) {
    #none{
        visibility:hidden !important;
        height:0;
        width:0;
        list-style:none;margin-left:2%;margin-right:2%;
    }
}



#none{
      list-style:none;margin-left:8%;margin-right:3%;
}


/* ---- 3.3 Main menu ------------------ */
.top-menu {
	float: right !important;
	width: auto !important;
}
.top-nav {
	/*float: left;*/
    float: right;
    width:100%;
    /*padding-left:20%;*/
}
.top-nav > ul > li {
	/*position: relative;*/

/*uncomment above line form menu*/

	float: left;
	margin-right: 1px;
	height: 45px;
    overflow:hidden\9
}



@media(max-width:767px){
    .top-nav > ul > li {
	/*position: relative;*/

/*uncomment above line form menu*/

	float: none;
	margin-right: 1px;
	height: 45px;
    overflow:hidden\9
}
}

.top-nav > ul > li:hover{
    overflow:visible\9
}


/*spring effect*/
.top-nav > ul > .dropdown:hover{
    overflow:visible\9 !important
}

/*above tag is responsible for menu effects*/


.top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i {
	margin-top: 5px;
}

  .top-nav ul li:before{
    position: absolute;
    top: 17px;
    /*right: 0;*/
/*uncomment */
    width: 1px;
    height: 15px;
    background: #3d3d3d;
    content: '';
    z-index: 1;
    }

   .top-nav ul #none:before{
    position: absolute;
    top: 17px;
    right: 0;
    width: 1px;
    height: 15px;
    background: none !important;
    content: '';
    z-index: 1;
    }


@media(max-width:768px) {

      .top-nav ul li:before{
   width: 0px;
    height: 0px;
    }

   .top-nav ul #none:before{
   width: 0px;
    height: 0px;
    }

}

  /*.top-nav #nobefore li:before{
    position: absolute;
    top: 17px;
    right: 0;
    width: 1px;
    height: 15px;
    background: none;
    content: '';
    z-index: 1;
    }*/
    .top-nav ul li ul li:before{
          position: absolute;
    top: 27px;
    right: 0;
    width: 1px;
    height: 15px;
    background: none;
    content: '';
    z-index: -10;
     }




.top-nav > ul > li > a {
	display: block;
	padding: 0 29px;
	/*padding-top: 25px;*/
/*above line has been in comment*/
	height: 45px;
    color:#3d3d3d;
    /*width:102px;*/
	/*text-transform: uppercase;*/
	overflow:hidden
        
}


.top-nav > ul > li:hover > a {
	display: block;
	padding: 0 29px;
	/*padding-top: 25px;*/
/*above line has been in comment*/
	height: 45px;
    color:white;
    /*width:102px;*/
	/*text-transform: uppercase;*/
	overflow:hidden
        
}



@media(max-width:768px) {
    .top-nav > ul > li:hover > a {
        display: block;
        padding: 0 29px;
        
        height: 45px;
        color: white;
        
        overflow: hidden;
    }

    .top-nav > ul > #home:hover {
        background-color: #69ba29;
    }

    .top-nav > ul > #aboutus:hover {
        background-color: #00b9df;
    }

        .top-nav > ul > #aboutus:hover > ul li {
            background-color: #00b9df;
        }


    .top-nav > ul > #product-service:hover {
        background-color: #0075df;
    }

        .top-nav > ul > #product-service:hover > ul li {
            background-color: #0075df;
        }

    .top-nav > ul > #resources:hover {
        background-color: #f4a700;
    }

        .top-nav > ul > #resources:hover > ul li {
            background-color: #f4a700;
        }

    .top-nav > ul > #clients:hover {
        background-color: #f05a28;
    }

        .top-nav > ul > #clients:hover > ul li {
            background-color: #f05a28;
        }


    .top-nav > ul > #partner:hover {
        background-color: #f4015f;
    }

        .top-nav > ul > #partner:hover > ul li {
            background-color: #f4015f;
        }

    .top-nav > ul > #company:hover {
        background-color: #7a018a;
    }

        .top-nav > ul > #company:hover > ul li {
            background-color: #7a018a;
        }

    .top-nav > ul > #contactus:hover {
        background-color: #248e44;
    }
}







@media(max-width:767px) {
    .top-nav > ul li a span {
        display: inline-block;
    }
}
@media(min-width:768px) {
    .top-nav > ul li a span {
        display: block;
    }
}
/*uncomment above class for caret dropdown but it wont display*/

    .top-nav > ul > li > a i {
        position: absolute;
        left: 50%;
        margin-left: -16px;
        width: 31px;
        height: 31px;
        border-radius: 50%;
        background: #eee;
        color: #b8b8b8;
        text-align: center;
        font-size: 16px;
        line-height: 31px;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

        .top-nav > ul > li > a i:after {
            position: absolute;
            top: -25px;
            left: 47%;
            display: inline-block;
            width: 1px;
            height: 25px;
            background: #eee;
            content: "";
            -moz-transition: all 0.2s ease 0s;
            -ms-transition: all 0.2s ease 0s;
            -o-transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
        }

    .top-nav > ul > li > a:hover i:after, .top-nav > ul > li.current > a i:after, .top-nav > ul > li.selected > a i:after {
        top: -29px;
        height: 30px;
    }

    .top-nav > ul li ul {
        position: absolute;
        /*top: 99px;*/
        z-index: -1;
        min-width: 180px;
        height: 0;
        max-height: 0;
    }


    .top-nav > ul > li > ul > li {
        position: relative;
        float: none;
        margin: 0;
        padding: 0;
        line-height: 35px;
        opacity: 0;
        transition: opacity .5s, transform .4s;
        -moz-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        -o-transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
        -moz-transition: opacity .5s, -moz-transform .4s;
        -ms-transition: opacity .5s, -ms-transform .4s;
        -o-transition: opacity .5s, -o-transform .4s;
        -webkit-transition: opacity .5s, -webkit-transform .4s;
        transform: rotateY(90deg);
    }

    .top-nav > ul > li:hover > ul {
        z-index: 0;
        height: auto;
    }

    
        .top-nav > ul > li:hover > ul > li {
            opacity: 1;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }

    .top-nav li li a {
        display: block;
        overflow: hidden;
        padding: 0 15px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        line-height: 40px;
    }

    .top-nav li li.hasChildren:after {
        position: absolute;
        top: 2px;
        right: 10px;
        display: inline-block;
        color: #fff;
        content: "\f105";
        font-family: FontAwesome;
    }

  


    .top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a {
        text-decoration: none;
    }
    /*** sub menu level more than 2 ***/

    .top-nav li li li {
        opacity: 0;
        transition: opacity .4s, transform .5s;
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        -o-transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        -moz-transition: opacity .4s, -moz-transform .5s;
        -ms-transition: opacity .4s, -ms-transform .5s;
        -o-transition: opacity .4s, -o-transform .5s;
        -webkit-transition: opacity .4s, -webkit-transform .5s;
        transform: rotateX(90deg);
    }

    .top-nav li li > ul {
        height: 0;
        left: 100%;
        top: 0;
    }

    .top-nav li li:hover > ul {
        height: auto;
    }

        .top-nav li li:hover > ul > li {
            opacity: 1;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
        }




















/************ navgation style 2 ************/
.nav-2 {
	border-bottom: 9px #f4f4f4 solid;
}
.nav-2 .top-nav > ul > li:after {
	position: absolute;
	bottom: -9px;
	left: -4px;
	display: inline-block;
	width: 100%;
	height: 9px;
	border-left: 1px #E4E4E4 solid;
	background: transparent;
	content: "";
	-moz-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	-o-transform: skew(-35deg, 0);
	-webkit-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
}
.nav-2 .top-nav > ul > li {
	margin: 0;
	border-left: 1px #eee solid;
}
.nav-2 .top-nav > ul > li > a i {
	background: transparent;
}
.top-nav > ul > li > a span {
	line-height: 45px;
}
.nav-2 .top-nav > ul > li > a span, .nav-3 .top-nav > ul > li > a span {
	line-height: 85px;
}
.nav-2 .top-nav > ul > li > a i:after {
	display: none;
}
.nav-2 .top-nav > ul > li > a:hover i, .nav-2 .top-nav > ul > li.current > a i, .nav-2 .top-nav > ul > li.selected > a i {
	color: #fff !important;
}
.nav-2 .top-nav > ul > li.selected > a i:after, .nav-2 .top-nav > ul > li.current > a i:after, .sticky.nav-2 .top-nav > ul > li:after {
	display: none;
}
.nav-2 .top-nav > ul > li:hover > ul {
	top: 108px;
	left: -6px !important;
}

/************ navgation style 2 ************/
.nav-3 .top-nav > ul > li {
	padding-top: 3px;
}
.nav-3 .top-nav > ul > li > a {
	padding-top: 22px;
	border-top: 2px transparent solid;
}
.nav-3 .top-nav > ul > li > a i {
	background: transparent;
}
.nav-3 .top-nav > ul > li.current > a, .nav-3 .top-nav > ul > li > a:hover {
	border-top-width: 2px;
	border-top-style: solid;
	background: transparent;
}
.nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li.selected > a {
	background: transparent;
}
.nav-3 .top-nav > ul > li > a i:after {
	display: none;
}
.nav-3 .top-nav > ul > li > a:hover i, .nav-3 .top-nav > ul > li.current > a i, .nav-3 .top-nav > ul > li.selected > a i {
	margin-top: 0;
}
.nav-3 .top-nav > ul > li.hasChildren > a:after {
	position: absolute;
	bottom: 0;
	left: 36%;
	z-index: 5;
	display: none;
	width: 0;
	height: 0;
	border-width: 0 10px 8px 10px;
	border-style: solid;
	content: "";
	-moz-transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.nav-3 .top-nav > ul > li > a:hover:after, .nav-3 .top-nav > ul > li.selected:hover > a:after {
	display: block;
}



/****** Sticky Navigation Style *********/
.sticky .top-search, .sticky .top-nav > ul > li > a i:after {
	display: none;
}
.sticky .top-nav > ul > li > a, .sticky .top-nav > ul > li {
	height: 77px;
}
.sticky .top-nav > ul > li > a {
	padding-top: 11px;
	border-top: 0 !important;
	background: transparent none;
}
.sticky .logo {
	margin-top: 11px !important;
}
.sticky .top-nav > ul > li:hover > ul {
	top: 77px !important;
	left: 0 !important;
}
.top-head.sticky {
	min-height: 50px;
	border: 0 !important;
}
.sticky {
	position: fixed !important;
	top: 0;
	left: 0;
	padding: 0 !important;
	width: 100%;
	background: #fff !important;
	box-shadow: 0 1px 8px rgba(0,0,0,.3);
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}
.head-style2 .sticky .head2-lft-links, .head-style2 .sticky .right-bar {
	display: none;
}
.head-style2 .sticky .logo {
	padding: 7px 0 1px;
}
.head-style3 .sticky .logo {
	display: none;
}
.head-style3 header.top-head.sticky {
	margin-top: 0;
	min-height: inherit;
}
.sticky.nav-2 .top-nav > ul > li.current > a i, .sticky.nav-2 .top-nav > ul > li.selected > a i, .sticky.nav-3 .top-nav > ul > li.current > a i, .sticky.nav-3 .top-nav > ul > li.selected > a i {
	color: #fff !important;
}
.head-style2 .sticky .bg-head2 {
	display: none;
}
.head-style2 .sticky .top-nav {
	margin-top: 7px;
}
.head-style2 .sticky .top-nav > ul > li > ul {
	top: 50px !important;
	left: 0 !important;
}
.sticky.nav-3 .top-nav > ul > li {
	padding-top: 0 !important;
}



/***** Main Colors *******/
a, .top-search a, .main-color, .hr-style4:after, .hr-style4:before, .block-head, .widget-head, footer a:hover, .title-2 .breadcrumbs a, .title-3 .breadcrumbs a, .title-4 .breadcrumbs a, .nav-3 .top-nav > ul > li.current > a, .nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li.selected > a, .nav-3 .top-nav > ul > li.selected > a i, .footer-top a:hover:before, .list.prim li:before, #filters li a, .team-box-2 .t-position, .team-box-2 .team-socials a, .head-style3 .top-bar li a, .author-name, .add-items i.fa, .copyrights b, .dark-bg .btn-large:before, .box-top .more-btn, .service-box-1:hover a, .box-top i.fa, .item-box:hover .item-tools i, .item-cart a:hover, .main-border, .fun-title, .staff-1 .fun-icon, .top-bar ul.social-list li a:hover span, .top-nav > ul > li > a:hover i, .top-nav > ul > li.current > a i, .top-nav > ul > li.selected > a i, .top-bar li i, .nav-2 .top-nav > ul > li.selected > a i, .project-name, .slick-dots li.slick-active button:before, .title-1 h1,
.list.alt li:before,.product-price, .title-2 h1,.main-title, .accordion li.active a, .accordion li > h3 i.fa, .post-info h2 a:hover, .siteMap-nav ul ul li a:hover, .head2-lft-links li i, .head-style3 .top-bar li i, .item-tools i, .product-specs a.btn.selected,.widget-content a:hover  {
	color: white;
}
.main-bg, .top-nav > ul li a:hover, .top-nav > ul > li.selected > a, .top-search.selected a, .top-nav li.current > a, .plan-year:after, .team-boxes-2 .cell-3:hover .team-box-2, .head-style3 .top-search a, .service-box-1:hover .box-top, .top-nav-style3, .sticky .top-nav > ul > li > a:hover, .sticky .top-nav > ul > li.selected > a, .sticky .top-nav > ul > li.current > a, .sticky .top-search.selected > a, .item-box:hover .item-title, .tp-bullets.simplebullets.round .bullet, .top-nav li li a, .fixedHead .top-nav > ul > li > a:hover, .fixedHead .top-nav > ul > li.selected > a, .fixedHead .top-nav > ul > li.current > a, .top-search a:hover, .service-box-2:hover a.r-more, .service-box-3:hover a.r-more, .pager ul li.selected, .slick-prev:hover, .slick-next:hover, .hr-style1:before, .hr-style1:after, .social-list li a:hover, .footer-top .tags a:hover, hr:before, hr:after, .tp-arr-allwrapper:hover, .level-in, .tabs-vertical .tabs-pane .tab-panel:before, .table-style2 th, .menuBtn, .service-box-1:hover:after, .portfolio-item:hover:after, #filters li:hover, #filters li.active, .head-style2 .top-search a, .team-box .team-details, .title-4 h1, .tabs > ul li:hover, .tabs > ul li.active, .steps li.selected span, .icon-cont, .view-all-projects a:hover,
.accordion-horizontal > li.active a, .list-grid a.selected, .testimonials-2 .slick-prev:hover, .testimonials-2 .slick-next:hover, .comment-reply:hover, .service-box-2:hover .fa, .service-box-3:hover .icon, .share-post ul li a:hover, .item-price, .accordion li.active h3 u, .pager ul li:hover, .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected, footer .NL .NL-btn:hover,
.search-w .btn,.cart-icon {
	/*background-color: #2D086F;*/
/*above line has been changed*/
    /*background-color: #d4dbe5;*/
	/*color: #fff;*/
    /*background-color:#EEEEEE;*/
    text-decoration:none !important;
}
/*menu bg color*/


@media(min-width:768px) {

    .block-head-home:before {
        background-color: #69ba29;
        position: absolute;
        bottom: -3px;
        left: 27%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-home:after {
        background-color: #69ba29;
        position: absolute;
        bottom: -1px;
        left: 25%;
        width: 95px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-about:before {
        background-color: #00b9df;
        position: absolute;
        bottom: -3px;
        left: 34.5%;
        width: 30px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-about:after {
        background-color: #00b9df;
        position: absolute;
        bottom: -1px;
        left: 32%;
        width: 90px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-product:before {
        background-color: #0075df;
        position: absolute;
        bottom: -3px;
        /*left: 35%;*/
        left: 42.5%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-product:after {
        background-color: #0075df;
        position: absolute;
        bottom: -1px;
        left: 38.7%;
        width: 132px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-resources:before {
        background-color: #f4a700;
        position: absolute;
        bottom: -3px;
        left: 51%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-resources:after {
        background-color: #f4a700;
        position: absolute;
        bottom: -1px;
        left: 48.5%;
        width: 105px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-clients:before {
        background-color: #f05a28;
        position: absolute;
        bottom: -3px;
        left: 58.5%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-clients:after {
        background-color: #f05a28;
        position: absolute;
        bottom: -1px;
        left: 56.2%;
        width: 100px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-partner:before {
        background-color: #ca1d5f;
        position: absolute;
        bottom: -3px;
        left: 66.6%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-partner:after {
        background-color: #ca1d5f;
        position: absolute;
        bottom: -1px;
        left: 63.6%;
        width: 120px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-company:before {
        background-color: #853aa0;
        position: absolute;
        bottom: -3px;
        /*left: 35%;*/
        left: 76.5%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-company:after {
        background-color: #853aa0;
        position: absolute;
        bottom: -1px;
        left: 72.4%;
        /*width: 100%;*/
        width: 145px;
        height: 3px;
        content: "";
        display: inline-block;
    }

    .block-head-contact:before {
        background-color: #248e44;
        position: absolute;
        bottom: -3px;
        /*left: 35%;*/
        left: 86.3%;
        width: 35px;
        height: 6px;
        content: "";
        display: inline-block;
    }

    .block-head-contact:after {
        background-color: #248e44;
        position: absolute;
        bottom: -1px;
        left: 83%;
        /*width: 100%;*/
        width: 115px;
        height: 3px;
        content: "";
        display: inline-block;
    }
}
.item-box:hover:after, .item-box:hover .item-price, .team-box:hover:after, .team-box-2:hover:after, .responsive-nav, .search-box:before, .widget-head:before, .widget-head:after, .details-img:after, .post-image:after,
.team-box:after, .team-box-2:after, .item-box:after, .team-box .team-socials li a:hover, .service-box-1:after, .portfolio-item:after {
	background-color: #2D086F;
}
.main-border {
	border: 1px #2D086F solid !important;
}
.nav-3 .top-nav > ul > li.hasChildren > a:after {
	border-color: transparent transparent #2D086F transparent;
}
.head-style3 .login-btn .tri{
	border-color: #2D086F transparent transparent transparent;
}
.alter-border {
	border: 1px #e1e1e1 solid !important;
	color: #777;
}
.nav-3 .top-nav > ul > li.current > a, .nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li > a:hover, .nav-3 .top-nav > ul > li.selected > a {
	border-top-color: #2D086F;
}
.item-box:hover .item-title {
	border-top: 1px #2D086F solid;
}
.tabs-pane {
	border-top: 2px #2D086F solid;
}
blockquote {
	background: #f9f9f9;
	border-left: 2px #2D086F solid;
}
.level-out .tr {
	border-right: 6px solid transparent;
	border-top: 6px solid transparent;
	border-left: 6px solid #2D086F;
	border-bottom: 6px solid #2D086F;
}
.service-box-1:hover h3, .clients > div a:hover {
	border-bottom-color: #2D086F;
}
.icon-middle, .product-img li a.active img {
	border: 2px #2D086F solid;
}
.title-3 {
	background-color: #41a1b7;
}
.tri-col, .icon-cont:after {
	border-color: #2D086F transparent transparent transparent;
}
.head-style3 .top-bar {
	border-top: 5px #2D086F solid;
}
.steps li.selected span:after {
	border-left: 16px solid #2D086F;
}
.item-title {
	border-top: 1px #777 solid;
}
.product-specs a.btn.selected {
	border: 1px #777 solid !important;
}
header.top-head .logo a, .foot-logo {
	background: transparent url('images/logo-3.png') no-repeat 50% 50%;
}
.head-style2 .top-head .logo a, .head-style3 .logo a {
	background: transparent url('../../images/logo-white.png') no-repeat 50% 0 !important;
}
.head-style2 .logo a, .head-style3 .logo a {
	background-position: 50% 50% !important;
}
.accordion li.active h3 u,.accordion li.active h3 a {
	border-color: #185ad6;
}
.post-image a .mask {
	background: rgba(24,90,214,0.5);
}
.pricing-table.selected,.cart-popup {
	border-color: #185ad6;
}
.list-grid a.selected:after {
	border-color: #185ad6 transparent transparent transparent;
}
.continue-btn .btn.right:after {
	border-left: 15px solid #185ad6;
}
.continue-btn .btn.right:hover:after {
	border-left: 15px solid #144bb1;
}
.continue-btn .btn.left:after {
	border-right: 15px solid #777;
}
.continue-btn .btn.left:hover:after {
	border-right: 15px solid #666;
}
.accordion-horizontal li.active > h3 i.fa, .item-box:hover .item-title a, .breadcrumbs .line-separate {
	color: #fff;
}
.top-nav li li {
	border-bottom: 1px #3d3d3d solid;
}
.top-nav li li a:hover, .top-nav li li.selected > a, .top-nav li li.current > a, .responsive-nav ul li a:hover, .nav-2 .top-nav > ul > li:hover:after, .nav-2 .top-nav > ul > li.current:after {
	background: #3d3d3d !important;
	color: #fff;
}
.btn:hover{
	background-color:#666
}
.btn.main-bg:hover, .team-box .team-socials li a {
	background-color: #144bb1 !important;
	color: #fff;
}
.btn.main-border:hover {
	border-color: #333 !important;
	color: #333;
	background:transparent
}
.flickr-stream-w .img-overlay {
	background: rgba(24,90,214,.8);
}
.service-box-1:hover p, .service-box-1:hover i.fa {
	color: #fff;
}
.contact-form input[type=text]:focus, .contact-form input[type=password]:focus, .contact-form input[type=email]:focus, .contact-form textarea:focus {
	border: 1px #185ad6 solid;
}
.img-over a.link, .block-bg-1:before, .block-bg-2:before, .block-bg-3:before, .block-bg-4:before, .block-bg-5:before {
	background-color: rgba(24,90,214,0.7);
}
.img-over a.zoom {
	background-color: rgba(119,119,119,0.7);
}
.level-in:before {
	border-color: transparent transparent transparent #185ad6;
}


