﻿@import "https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700";
@import "https://fonts.googleapis.com/css?family=Raleway:400,600,700,800";
@import url(../pe-icons/Pe-icon-7-stroke.css);

body {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #666666;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 280px;
}

.subcrmaxwidth {
    max-width: 640px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Middle section and footer section style */

.midsection {
    /*margin-top: 3px;*/
    background-color: #f2f2f2;
}

#footer2 {
    margin-top: 0px;
    background-color: #142D57
}

/***********bootstrap form entry overrides--*/
.form-group {
    margin-bottom: 5px;
}

/***********bootstrap navigation default overrides--*/
.navbar-default {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    /*min-height: 55px;  /* override to fix company logo*/
    padding: 2px 0 3px 2px; /* override to fix company logo */
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 0.98);
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 9999 !important;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color:royalblue;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #32c5d2;
        background-color: transparent;
    }


.navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0;
}

/* customise navbar for company logo */
.navbar-nav {
    margin-top: 10px;
}

.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.navbar-default .navbar-nav > li > a {
    color: #687074;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #32c5d2;
    }

.navbar-brand img {
    width: auto;
    height: auto;
}

.navbar-toggle {
    background: #003280 !important;
}

/*.navbar-collapse {
    background: #003280 !important;
}*/

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

/* customised nav bar for mobile device */
@media (max-width: 768px) {
    .container > .collapsing, .container > .collapse.in {
        margin-top: 5px;
    }
        .navbar-default {
    background-color: #003280;
    }
            .navbar-default .navbar-nav > li > a {
                color: gainsboro;
            }

            .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
                color:aqua;
                background-color: transparent;
            }
}

/* ---- bootstrap dl-horizontal overrides for dt width and dd margin-left*/
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 200px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 210px;
    }
}
/******************

MULTI LEVEL DROPDOWN CSS

*********************/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -2px;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        top: 11px;
        right: 9px;
        font-size: 11px;
        content: "\f105";
        position: absolute;
        font-weight: normal;
        display: inline-block;
        font-family: FontAwesome;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
        }
                              
@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
   }

    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }

    .navbar-inverse.transparent-header {
        background-color: #111 !important;
    }
}

    /*============================*/
    /*======dropdowm menu=========*/
    /*============================*/
    .navbar .dropdown-menu {
        padding: 0px;
        margin: 0;
        min-width: 200px;
        background-color: #fff;
        border: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: 1px solid #eee;
    }

    .search-dropdown {
        min-width: 244px !important;
    }

    .navbar .dropdown-menu li a {
        color: #777;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 20px;
        line-height: 1.42857143;
        text-transform: capitalize;
    }

    .dropdown-menu .label {
        margin-top: 6px;
    }

    .navbar .dropdown-menu li a:hover {
        background-color: #f5f5f5;
    }

@media (max-width: 767px) {
    .navbar .dropdown-menu li a {
        color: gray !important;
    }

        .navbar .dropdown-menu li a:hover {
            color: #32c5d2 !important;
        }
}
        /*********************

TOP BARS

****************************/
        .top-bar-dark {
        background-color: #333;
    }

    .top-bar-light {
        background-color: #f5f5f5;
    }

        .top-bar-light .top-dark-right li {
            border-color: #ddd;
            color: #666;
        }

            .top-bar-light .top-dark-right li a {
                color: #666;
            }

                .top-bar-light .top-dark-right li a:hover {
                    color: #32c5d2;
                }

    .top-bar-socials {
        line-height: 18px;
        padding-top: 5px;
    }

        .top-bar-socials:after {
            display: table;
            clear: both;
            content: "";
        }

        .top-bar-socials a {
            margin: 0px 3px;
        }

    .top-dark-right {
        margin: 0px;
        padding: 0px;
    }

        .top-dark-right li {
            line-height: 40px;
            border-left: 1px solid #444;
            padding: 0px 10px;
        }

            .top-dark-right li, .top-dark-right li a {
                color: #eee;
                font-size: 12px;
            }

                .top-dark-right li i {
                    margin-right: 5px;
                }

                .top-dark-right li a:hover {
                    color: #fff;
                }

    /***search top bar**/
    .topbar-icons {
        display: block;
    }

        .topbar-icons i {
            margin: 0px !important;
            display: block;
        }

    .search {
        display: none;
        position: absolute;
        left: 0;
        right: 75px;
        top: 0;
        height: 100%;
        z-index: 99999;
    }

    .search .form-control {
        height: 100%;
        position: absolute;
        top: 0;
        width: 99%;
        right: 0;
        border: 0px;
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        margin-right: 5px;
        border: 1px inset lightgray
    }

.textbox-control {
    height: 100%;
    width: 99%;
    background-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
    border: 1px inset lightgray;
    padding-left:5px;
}

    .search-close {
        position: absolute;
        right: 9px;
        top: 0;
        cursor: pointer;
    }

    /* Mega MENU */
    .yamm-content {
        padding: 25px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .dropdown-menu .divider {
        background-color: #222;
    }

    .yamm-content h3.heading {
        border-bottom: none;
        margin: 0 0 5px;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .yamm-content h3:before {
        content: "";
        display: none;
    }

    .yamm-content .mega-vertical-nav li a {
        padding: 8px 0px;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #888;
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
        /*    border-bottom: 0px;*/
    }

    .nav.mega-vertical-nav li a:hover, .nav.mega-vertical-nav li a:focus {
        background-color: transparent;
        color: #32c5d2;
    }

    .nav.mega-vertical-nav li a i {
        margin-right: 10px;
    }

    .mega-contact p {
        margin: 0;
    }

    .mega-contact i {
        color: #32c5d2;
        margin-right: 5px;
    }

    /*navbar search form***/
    .dropdown-form {
        padding: 10px 27px;
        min-width: 213px;
    }

        .dropdown-form .form-control {
            height: 34px;
        }

    /***header top bar with search***/
    .top-bar form {
        position: relative;
        margin: 0px;
        padding: 0px;
    }

    .top-bar button {
        border: 0px;
        background-color: transparent;
        position: absolute;
        top: 9px;
        right: 13px;
        margin: 0px;
        padding: 0px;
        width: auto;
        height: auto;
        line-height: 15px;
    }

    .top-bar form .form-control {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        border-radius: 20px;
        margin-top: 6px;
        width: 150px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .top-bar .form-group {
        margin: 0px;
    }

    .top-bar .form-control:focus {
        width: 200px;
    }

    /*************soical icons**********/
    .social-1 {
        margin: 0;
        padding: 0;
    }

        .social-1 li {
            padding: 0px;
        }

            .social-1 li a i {
                width: 32px;
                height: 32px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                font-size: 16px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                border-radius: 2px;
                -moz-transition: all 200ms ease-in;
                -o-transition: all 200ms ease-in;
                -webkit-transition: all 200ms ease-in;
                transition: all 200ms ease-in;
            }

                .social-1 li a i:hover {
                    opacity: 0.8;
                }

                .social-1 li a i.fa-facebook {
                    background-color: #3b5998;
                }

                .social-1 li a i.fa-twitter {
                    background-color: #0084b4;
                }

                .social-1 li a i.fa-google-plus {
                    background-color: #C63D2D;
                }

                .social-1 li a i.fa-pinterest {
                    background-color: #cb2027;
                }

                .social-1 li a i.fa-dribbble {
                    background-color: #ea4c89;
                }

    /****************

SOCIAL BUTTONS

**********************/
    /**social icons default size**/
    .social-icon {
        margin: 0 5px 5px 0;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 40px !important;
        color: #555;
        text-shadow: none;
        border-radius: 3px;
        overflow: hidden;
        display: block;
        float: left;
        text-align: center;
        border: 1px solid #AAA;
    }

        .social-icon:hover {
            border-color: transparent;
        }

        .social-icon i {
            display: block;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            line-height: 40px;
            position: relative;
        }

            .social-icon i:last-child {
                color: #FFF !important;
            }

        .social-icon:hover i:first-child {
            margin-top: -40px;
        }

    /***social icons lg (big)***/
    .social-icon-lg {
        margin: 0 5px 5px 0;
        width: 60px;
        height: 60px;
        font-size: 30px;
        line-height: 60px !important;
        color: #555;
        text-shadow: none;
        border-radius: 3px;
        overflow: hidden;
        display: block;
        float: left;
        text-align: center;
        border: 1px solid #AAA;
    }

        .social-icon-lg:hover {
            border-color: transparent;
        }

        .social-icon-lg i {
            display: block;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            line-height: 60px;
            position: relative;
        }

            .social-icon-lg i:last-child {
                color: #FFF !important;
            }

        .social-icon-lg:hover i:first-child {
            margin-top: -60px;
        }

    /***social icons small***/
    .social-icon-sm {
        margin: 0 5px 5px 0;
        width: 30px;
        height: 30px;
        font-size: 18px;
        line-height: 30px !important;
        color: #555;
        text-shadow: none;
        border-radius: 3px;
        overflow: hidden;
        display: block;
        float: left;
        text-align: center;
        border: 1px solid #AAA;
    }

        .social-icon-sm:hover {
            border-color: transparent;
        }

        .social-icon-sm i {
            display: block;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            line-height: 30px;
            position: relative;
        }

            .social-icon-sm i:last-child {
                color: #FFF !important;
            }

        .social-icon-sm:hover i:first-child {
            margin-top: -30px;
        }

    si-border {
        border: 1px solid #AAA !important;
    }

    .si-border-round {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .si-dark-round {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .si-gray-round {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .si-gray {
        background: #f3f3f3;
        border: 0px;
    }

    .si-dark {
        background-color: #333;
        border: 0px !important;
        color: #fff !important;
    }

    /**icons hover colored**/
    .si-colored-facebook, .si-facebook:hover {
        background-color: #3B5998 !important;
    }

    .si-colored-twitter, .si-twitter:hover {
        background-color: #00ACEE !important;
    }

    .si-colored-google-plus, .si-g-plus:hover {
        background-color: #DD4B39 !important;
    }

    .si-colored-skype, .si-skype:hover {
        background-color: #00AFF0 !important;
    }

    .si-linkedin:hover, .si-colored-linkedin {
        background-color: #0E76A8 !important;
    }

    .si-pin:hover, .si-colored-pinterest {
        background-color: #C8232C !important;
    }

    .si-rss:hover, .si-colored-rss {
        background-color: #EE802F !important;
    }

    .si-pinterest:hover, .si-colored-pinterest {
        background-color: #C8232C !important;
    }

    .si-tumblr:hover, .si-colored-tumblr {
        background-color: #34526F !important;
    }

    .si-vimeo:hover, .si-colored-vimeo {
        background-color: #86C9EF !important;
    }

    .si-digg:hover, .si-colored-digg {
        background-color: #191919 !important;
    }

    .si-instagram:hover, .si-colored-instagram {
        background-color: #3F729B !important;
    }

    .si-flickr:hover, .si-colored-flickr {
        background-color: #FF0084 !important;
    }

    .si-paypal:hover, .si-colored-paypal {
        background-color: #00588B !important;
    }

    .si-yahoo:hover, .si-colored-yahoo {
        background-color: #720E9E !important;
    }

    .si-android:hover, .si-colored-andriod {
        background-color: #A4C639 !important;
    }

    .si-appstore:hover, .si-colored-apple {
        background-color: #000 !important;
    }

    .si-dropbox:hover {
        background-color: #3D9AE8 !important;
    }

    .si-dribbble:hover, .si-colored-dribbble {
        background-color: #EA4C89 !important;
    }

    .si-soundcloud:hover, .si-colored-soundcoloud {
        background-color: #F70 !important;
    }

    .si-xing:hover, .si-colored-xing {
        background-color: #126567 !important;
    }

    .si-phone:hover, .si-colored-phone {
        background-color: #444 !important;
    }

    .si-behance:hover, .si-colored-behance {
        background-color: #053eff !important;
    }

    .si-github:hover, .si-colored-github {
        background-color: #171515 !important;
    }

    .si-stumbleupon:hover, .si-colored-stumbleupon {
        background-color: #F74425 !important;
    }

    .si-email:hover, .si-colored-email {
        background-color: #6567A5 !important;
    }

    .si-wordpress:hover, .si-colored-wordpress {
        background-color: #1E8CBE !important;
    }

    .social-shortcodes .left-heading {
        font-size: 30px;
        text-transform: uppercase;
    }

    .grid-boxed {
        border: 1px solid transparent;
        padding: 20px;
    }

        .grid-boxed:hover {
            border: 1px dashed #999;
        }

    /*******section heading**********/
    .center-heading {
        text-align: center;
        margin-bottom: 40px;
    }

        .center-heading h2 {
            margin-bottom: 0;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: -1px;
            color: #000;
            font-size: 30px;
        }

            .center-heading h2 strong {
                font-weight: 700;
            }

    .center-line {
        display: inline-block;
        width: 70px;
        height: 1px;
        border-top: 1px solid #bbb;
        /* border-bottom: 1px solid $skincolor; */
        margin: auto;
    }

    .center-heading p {
        margin-top: 10px;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    /*-----------------------------------------------------------------------------------*/
    /*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
    .divide0 {
        width: 100%;
        height: 0px;
    }

    .divide2 {
        width: 100%;
        height: 2px;
    }

    .divide3 {
        width: 100%;
        height: 3px;
    }

    .divide5 {
        width: 100%;
        height: 5px;
    }

    .divide10 {
        width: 100%;
        height: 10px;
    }

    .divide15 {
        width: 100%;
        height: 15px;
    }

    .divide20 {
        width: 100%;
        height: 20px;
    }

    .divide25 {
        width: 100%;
        height: 25px;
    }

    .divide30 {
        width: 100%;
        height: 30px;
    }

    .divide35 {
        width: 100%;
        height: 35px;
    }

    .divide40 {
        width: 100%;
        height: 40px;
    }

    .divide45 {
        width: 100%;
        height: 40px;
    }

    .divide50 {
        width: 100%;
        height: 50px;
    }

    .divide55 {
        width: 100%;
        height: 55px;
    }

    .divide60 {
        width: 100%;
        height: 60px;
    }

    .divide65 {
        width: 100%;
        height: 65px;
    }

    .divide70 {
        width: 100%;
        height: 70px;
    }

    .divide75 {
        width: 100%;
        height: 75px;
    }

    .divide80 {
        width: 100%;
        height: 80px;
    }

    .divide85 {
        width: 100%;
        height: 85px;
    }

    /*margins*/
    .margin10 {
        margin-bottom: 10px;
    }

    .margin20 {
        margin-bottom: 20px;
    }

    .margin30 {
        margin-bottom: 30px;
    }

    .margin40 {
        margin-bottom: 40px;
    }

    .no-padding {
        padding: 0px;
    }

        .no-padding.gray {
            background-color: #f5f5f5;
        }

    .no-padding-inner h3 {
        text-transform: uppercase;
        font-weight: 900;
        margin-bottom: 40px;
    }

    .no-padding-inner {
        padding: 60px;
    }

    @media (max-width: 568px) {
        .no-padding-inner {
            padding: 15px;
        }
    }

    .margin-0 {
        margin: 0px !important;
    }

    /*************************************************************/
    /************************** Buttons **************************/
    /*************************************************************/
    .btn {
        font-weight: 600;
        letter-spacing: 0px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .btn-default {
        background-color: #32c5d2;
        border-color: #32c5d2;
        color: #fff;
    }

        .btn-default:hover, .btn-default:focus {
            background-color: #333;
            border-color: #333;
            color: #fff;
        }

.control-leftalign {
    margin-top: -4px;
    position: relative;
    left: -2px
}

    .btn-lg {
        padding: 14px 28px 13px 28px;
        font-size: 13px;
    }

    .btn:focus, .btn:hover {
        outline: 0;
        color: #fff;
    }

    .btn-xs {
        font-size: 12px;
    }

    .btn-theme-bg {
        border-color: #32c5d2;
        color: #fff;
        background-color: #32c5d2;
    }

    .btn i {
        margin-right: 10px;
    }

    .btn-theme-bg:hover {
        background-color: #333;
        border-color: #333;
    }

    .btn-theme-dark {
        background-color: #333;
        color: #fff;
    }

        .btn-theme-dark:hover {
            color: #fff;
            background-color: #32c5d2;
        }

    /*********border-buttons**********/
    .border-black {
        border: 1px solid #333;
        color: #000;
        background-color: transparent;
    }

        .border-black:hover {
            background-color: #000;
            border-color: #000;
            color: #fff;
        }

    .border-white {
        border: 1px solid #fff;
        color: #fff;
    }

        .border-white:hover {
            background-color: #fff;
            border-color: #fff;
            color: #000;
        }

    .border-theme {
        border: 1px solid #32c5d2;
        color: #32c5d2;
    }

        .border-theme:hover {
            background-color: #32c5d2;
            border-color: #32c5d2;
            color: #fff;
        }

    .btn-3d {
        border-bottom: 3px solid rgba(0, 0, 0, 0.3);
    }

    .btn-ico i {
        margin-left: 5px;
    }


    /*services*/
    .services-wrap {
        padding-top: 60px;
        padding-bottom: 40px;
        background-color: #fff;
    }

    .services-box {
        clear: both;
    }

    .services-box-icon {
        background: transparent;
        width: 50px;
        height: 50px;
        display: inline-block;
        float: left;
        height: 35px;
        line-height: 35px;
        margin-right: 10px;
        position: relative;
        text-align: center;
        top: 5px;
    }

        .services-box-icon i {
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            background-color: #32c5d2;
            color: #fff;
            font-size: 17px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

.legal-box-icon {
    background: transparent;
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    height: 15px;
    line-height: 15px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 2px;
}
    .legal-box-icon i {
        width: 25px;
        height: 25px;
        line-height: 23px;
        text-align: center;
        background-color: #32c5d2;
        color: #fff;
        font-size: 17px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .services-box-info {
        padding-left: 65px;
    }

        .services-box-info h4 {
            font-weight: 700;
            font-size: 18px;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .services-box-info p {
            font-size: 16px;
        }
    /*services 2*/
    .service-box i {
        width: 85px;
        height: 85px;
        line-height: 85px;
        text-align: center;
        color: #32c5d2;
        font-size: 30px;
        background-color: #f7f9fa;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-bottom: 25px;
        -moz-transition: 0.7s ease-in-out;
        -o-transition: 0.7s ease-in-out;
        -webkit-transition: 0.7s ease-in-out;
        transition: 0.7s ease-in-out;
    }

    .service-box h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .service-box:hover i {
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        color: #fff;
        background-color: #32c5d2;
    }

    /***services3***/
    #services-bg-wrap {
        padding: 90px 0;
        background-color: #f7f9fa;
    }

    .service-3-meta h1 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 25px;
    }

    .white-bg {
        background-color: #fff !important;
        padding-top: 90px !important;
        padding-bottom: 50px !important;
    }

    .service-4-meta h3 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .blue-bg {
        background-color: #32c5d2;
        padding-top: 70px;
        padding-bottom: 40px;
    }

        .blue-bg .services-box i {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            box-shadow: none;
            font-size: 50px;
            margin-right: 25px;
        }

        .blue-bg .services-box .services-box-info {
            margin-left: 30px;
        }

            .blue-bg .services-box .services-box-info h4 {
                color: #fff;
                font-size: 25px;
                font-weight: 400;
                margin-bottom: 20px;
            }

            .blue-bg .services-box .services-box-info p {
                color: #eee;
            }

    /*use in section headings*/
    h3.heading {
        color: #000;
        font-size: 20px;
        font-weight: 600;
        font-style: normal;
        margin: 0 0 20px;
        padding-bottom: 10px;
        position: relative;
        text-transform: capitalize;
        overflow: hidden;
        vertical-align: middle;
    }

        h3.heading:after {
            position: relative;
            left: 18px;
            content: "";
            display: inline-block;
            width: 200%;
            vertical-align: middle;
            height: .50em;
            margin: 0 -200% 0 0;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

    /************************************************* css for footers****************************************/
    /**footet dark**/
    #footer {
        background: #142D57; /*#111;*/
        font-size: 0.9em;
        padding: 80px 0 0;
        position: relative;
        clear: both;
    }

    .footer-col h3 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        font-style: normal;
    }

        .footer-col h3:first-letter {
            border-bottom: 1px solid #bbb;
        }

    .footer-col p {
        color: #aeaeae;
    }

    .contact p {
        margin-bottom: 10px;
    }

    .contact strong {
        margin-right: 10px;
        font-weight: bold;
    }

        .contact strong i {
            margin-right: 5px;
        }

    .contact a {
        color: #777;
    }

        .contact a:hover {
            color: #32c5d2;
        }

    .f2-work li {
        margin: 1px;
        padding: 0px;
    }

        .f2-work li a {
            display: block;
        }

            .f2-work li a img {
                width: 80px;
                border: 2px solid transparent;
                -moz-transition: 0.7s ease-in-out;
                -o-transition: 0.7s ease-in-out;
                -webkit-transition: 0.7s ease-in-out;
                transition: 0.7s ease-in-out;
            }

            .f2-work li a:hover img {
                border-color: #32c5d2;
            }

    .footer-btm {
        margin-top: 0px;
        padding: 20px;
        background-color: transparent; /*#0c0c0c;*/
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        color: #fff;
    }

    .news-form .form-control {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 30px;
    }

    @media (max-width: 767px) {
        .news-form {
            text-align: center !important;
        }

            .news-form .form-control {
                margin-bottom: 10px;
            }
    }

    .footer-social li {
        padding: 0px;
    }

    /****************footer 2****************/
    #footer-option {
        background: #121214;
        border-top: 4px solid #e1e1e1;
        font-size: 0.9em;
        padding: 80px 0 0;
        position: relative;
        clear: both;
    }

        #footer-option .footer-col h3 {
            font-size: 20px;
            font-weight: 700;
            text-transform: uppercase;
            color: #fff;
        }

        #footer-option .footer-btm {
            background-color: #0c0c0c;
        }

        #footer-option .contact a {
            color: #777;
        }

            #footer-option .contact a:hover {
                color: #32c5d2;
            }

    /*******************footer 3********************/
    .footer-col.footer-3 h3 {
        text-transform: uppercase;
        font-size: 35px;
    }

    /************twitter feed*****************/
    .tweet ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

        .tweet ul li {
            color: #777;
            font-weight: 600;
            padding: 8px 0;
            font-size: 15px;
        }

            .tweet ul li:before {
                content: "\f099";
                font-family: 'FontAwesome';
                margin-right: 15px;
                font-size: 16px;
                color: #32c5d2;
            }

            .tweet ul li .date {
                padding: 3px 0;
                font-size: 12px;
                font-weight: 400;
                text-transform: uppercase;
            }

            .tweet ul li img {
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                margin-right: 10px;
            }

    .tweet li a {
        color: #fff;
        font-size: 13px;
    }

        .tweet li a:hover {
            color: #32c5d2;
        }

    .latest-f-news li a {
        display: block;
        padding: 4px 0;
        color: #777;
    }

        .latest-f-news li a i {
            -moz-transition: 0.4s ease-in-out;
            -o-transition: 0.4s ease-in-out;
            -webkit-transition: 0.4s ease-in-out;
            transition: 0.4s ease-in-out;
        }

        .latest-f-news li a:hover i {
            margin-left: 5px;
        }

        .latest-f-news li a:hover {
            color: #fff;
        }

    /**************************

Footer light styles

******************************/
    .footer-light-1 {
        padding-top: 60px;
        background-color: #f4f4f4;
    }

        .footer-light-1 h3 {
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 18px;
            font-size: 20px;
        }

        .footer-light-1 .menu-1 li {
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding: 3px 0;
        }

            .footer-light-1 .menu-1 li a {
                font-size: 14px;
                text-transform: uppercase;
            }

        .footer-light-1 .media img {
            margin-top: 5px;
        }

        .footer-light-1 .media .media-body p {
            line-height: 20px;
            font-size: 13px;
            margin-bottom: 0px;
        }

        .footer-light-1 .media .media-heading {
            font-size: 15px;
            text-transform: capitalize;
            margin-bottom: 0px;
            font-weight: 600;
        }

        .footer-light-1 .f2-work li a img {
            height: 70px;
        }

        .footer-light-1 .info li {
            padding-bottom: 10px;
        }

            .footer-light-1 .info li i {
                color: #32c5d2;
                margin-right: 10px;
            }

        .footer-light-1 .subscribe-form .form-control {
            height: 49px;
        }

    .download-app li {
        padding: 0px;
    }

        .download-app li a {
            width: 60px;
            height: 60px;
            line-height: 60px;
            text-align: center;
            display: block;
            font-size: 35px;
        }

    .footer-copyright {
        font-size: 13px;
        color: #999;
        padding: 20px 15px;
        background-color: #ddd;
    }

    /****footer light option 2*****/
    .footer-light-2 {
        padding-top: 60px;
        padding-bottom: 0px;
        background-color: #f5f5f5;
    }

        .footer-light-2 h3 {
            text-transform: uppercase;
            font-weight: 600;
            color: #000;
            margin-bottom: 23px;
            font-size: 18px;
        }

        .footer-light-2 p {
            color: #777;
        }

        .footer-light-2 .footer-work {
            clear: both;
        }

            .footer-light-2 .footer-work a {
                display: block;
                width: 80px;
                margin: 0px;
                float: left;
                margin: 1px;
            }

        .footer-light-2 .find-us p {
            margin-top: 0px;
            font-weight: 600;
            margin-bottom: 10px;
        }

        .footer-light-2 .footer-news li a {
            display: block;
            margin-bottom: 10px;
        }

            .footer-light-2 .footer-news li a:before {
                content: "\f105";
                font-family: "FontAwesome";
                margin-right: 10px;
            }

        .footer-light-2 .footer-bottom {
            padding-top: 30px;
            background-color: #eee;
        }

            .footer-light-2 .footer-bottom h3 {
                margin-bottom: 30px;
            }

            .footer-light-2 .footer-bottom ul {
                margin-bottom: 30px;
                padding: 0px;
            }

            .footer-light-2 .footer-bottom p {
                font-size: 12px;
                font-weight: 400;
                margin-top: 0px;
                text-transform: uppercase;
            }

    /****footer light option 3*****/
    .footer-light-3 {
        padding-top: 60px;
        padding-bottom: 0px;
        background-color: #f5f5f5;
    }

        .footer-light-3 h3 {
            text-transform: uppercase;
            font-weight: 700;
            color: #666;
            margin-bottom: 20px;
        }

        .footer-light-3 p {
            color: #777;
        }

        .footer-light-3 .find-us p {
            margin-top: 0px;
            font-weight: 400;
            margin-bottom: 10px;
        }

            .footer-light-3 .find-us p strong {
                font-weight: 700;
                display: inline-block;
                margin-right: 5px;
            }

        .footer-light-3 .quick-links {
            padding-right: 40px;
        }

            .footer-light-3 .quick-links li {
                padding: 6px 0;
            }

                .footer-light-3 .quick-links li a {
                    font-size: 14px;
                    text-transform: capitalize;
                }

        .footer-light-3 .form-control {
            min-height: 45px;
            color: #999;
            text-transform: uppercase;
            font-size: 16px;
        }

    .footer-bottom {
        padding-top: 30px;
        background-color: #eee;
    }

        .footer-bottom h3 {
            margin-bottom: 30px;
        }

        .footer-bottom ul {
            margin-bottom: 30px;
            padding: 0px;
        }

        .footer-bottom p {
            font-size: 12px;
            font-weight: 400;
            margin-top: 0px;
            text-transform: capitalize;
        }

    .subscribe-form .form-control {
        height: 46px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/****************************breadcrumb***************************/
.breadcrumb-wrap {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/showcase-1.jpg) no-repeat center center;
    background2: url(../images/LTrixonServices.png) no-repeat center center;
}

    .breadcrumb-wrap h4 {
        margin: 0px;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        margin-top:100px;
        margin-bottom: -40px
    }

/****************************abountus***************************/
.aboutus-wrap {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/companyoverview.jpg) no-repeat center center;
}

    .aboutus-wrap h4 {
        margin: 0px;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        margin-top: 100px;
        margin-bottom: -40px
    }

/****************************breadcrumb***************************/
.solutions-wrap {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/solutionsbanner.png) no-repeat center center;
}

    .solutions-wrap h4 {
        margin: 0px;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        margin-top: 100px;
        margin-bottom: -40px
    }

/****************************breadcrumb***************************/
.services-wrap {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/servicesbanner.png) no-repeat center center;
}

    .services-wrap h4 {
        margin: 0px;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        margin-top: 100px;
        margin-bottom: -40px
    }

/****************************breadcrumb***************************/
.pams-wrap {
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background: url(../images/PrivateAssetMngtBanner.jpg) no-repeat center center;
}

    .pams-wrap h4 {
        margin: 0px;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        margin-top: 100px;
        margin-bottom: -40px
    }