﻿
.blue {
    color: #060C55;
}

#sample1 {
    background: #f1f1f1;
    border: 1px solid #bbb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    float: left;
    
}

.simplebtn
{
box-sizing: none;
}
/*.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

    .carousel-indicators li.active {
        background-color: #f4511e;
    }*/


.btn-rep {
    color: #fff;
    background-color: #22457c;
    border-color: #22457c;
    box-shadow: none;
}
.btn-rep:hover {
        background-color: #fff !important;
    }
.btn-rep:visited {
        background-color: #fff !important;
        color: #161c2d!important;
 }

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.hov a:hover {
 color: #335eea!important;
 text-decoration:underline;

}
/*triangle down*/
.triangle-down {
    position: relative;
}

.triangle-down:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 100%;
        width: 0;
        height: 0;
        margin: 0 auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #e1474d;
    }
#representative {
    background-image: url(../img/parallax/1.png);
}
.bgSmall {
    background: #e4e4e4 url(../img/bg_small.png) !important;
}
/* ===================================
			     components
====================================== */
/*accordion*/
.accordion {
    margin-bottom: 30px;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-title {
    background-color: #f0f1f3;
}

    .accordion-title a {
        position: relative;
        display: block;
        padding: 15px 40px 15px 15px;
        color: #343a40;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -ms-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
    }

        .accordion-title a:after {
            content: "\e996";
            font-family: 'Feather';
            position: absolute;
            top: 50%;
            line-height: 1.8;
            font-weight: bolder!important;
            font-size: 10px;
            right: 8px;
            padding: 15px;          
            color: #343a40;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .accordion-title a.collapsed:after {
            content: "\e9b1";
            font-weight: bolder !important;
        }

.accordion-content {
    padding: 16px 16px 0;
}

/*accordion primary color*/
.accordion-primary .accordion-title {
    background: #22457c;
}

    .accordion-primary .accordion-title a {
        color: #ffffff;
    }

        .accordion-primary .accordion-title a:after {
            color: #ffffff;
        }

/*accordion dark*/
.accordion-dark .accordion-title {
    background: #343a40;
}

    .accordion-dark .accordion-title a {
        color: #ffffff;
    }

        .accordion-dark .accordion-title a:after {
            color: #ffffff;
        }

/*accordion gradient color*/
.accordion-grad .accordion-title a {
    background: -moz-linear-gradient(150deg, #22457c 0%, #0047ab 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #22457c), color-stop(100%, #0047ab));
    background: -webkit-linear-gradient(150deg, #22457c 0%, #0047ab 100%);
    background: -o-linear-gradient(150deg, #22457c 0%, #0047ab 100%);
    background: -ms-linear-gradient(150deg, #22457c 0%, #0047ab 100%);
    background: linear-gradient(150deg, #22457c 0%, #0047ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-one', endColorstr='$color-two',GradientType=1 );
}

.accordion-grad .accordion-title a {
    color: #ffffff;
}

    .accordion-grad .accordion-title a:after {
        color: #ffffff;
    }

    .accordion-grad .accordion-title a.collapsed {
        background: #f0f1f3;
        color: #343a40;
    }

        .accordion-grad .accordion-title a.collapsed:after {
            color: #343a40;
        }

/*accordion line*/
.accordion-line .accordion-item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}

    .accordion-line .accordion-item:first-child {
        border-top: 2px solid rgba(0, 0, 0, 0.1);
    }

.accordion-line .accordion-content {
    padding: 0px 16px 16px 0;
}

.accordion-line .accordion-title {
    background: transparent;
}

    .accordion-line .accordion-title a {
        color: #343a40;
        padding-left: 0;
    }

/*toggle icon left*/
.accordion.toggle-icon-left .accordion-title a {
    padding-left: 40px;
    padding-right: 15px;
}

    .accordion.toggle-icon-left .accordion-title a:after {
        left: 0;
        right: auto;
    }

.accordion.toggle-icon-round .accordion-title a:after {
    background: #22457c;
    color: #ffffff;
    padding: 8px;  
    border-radius: 50%;
    width: 26px;
    height: 26px;
    line-height: 10px;
    text-align: center;    
}

.accordion.toggle-icon-round .accordion-title a.collapsed:after {
    background: #f0f1f3;
    color: #343a40;
}

/*owl controls*/
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}

/*owl-carousel dots*/
.owl-carousel .owl-dots {
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
.owl-next {
    background-color:white!important;
}
.owl-prev {
    background-color: white !important;
}

    .owl-carousel .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
        display: inline;
    }

        .owl-carousel .owl-dots .owl-dot span {
            position: relative;
            display: block;
            float: left;
            margin: 0 4px;
            width: 12px;
            height: 12px;
            cursor: pointer;
            border-radius: 50%;
            overflow: hidden;
            background-color: transparent;
            box-shadow: inset 0 0 0 2px #f0f1f3;
            transition: background 0.3s ease;
        }

            .owl-carousel .owl-dots .owl-dot span:after {
                outline: medium none;
                text-indent: -999em;
                border-radius: 3px;
                overflow: hidden;
                content: '';
                position: absolute;
                bottom: 0;
                height: 0;
                left: 0;
                width: 100%;
                background-color: #f0f1f3;
                box-shadow: 0 0 1px #f0f1f3;
                transition: height 0.3s ease;
            }

        .owl-carousel .owl-dots .owl-dot.active span:after {
            height: 100%;
        }

.owl-carousel.dots-inside .owl-dots {
    bottom: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.owl-carousel.dots-inside-top .owl-dots {
    position: absolute;
    right: 20px;
    top: 20px;
}

.owl-carousel.dots-outside-top .owl-dots {
    position: absolute;
    right: 0;
    top: -46px;
}

.owl-carousel.dots-primary .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #22457c;
}

    .owl-carousel.dots-primary .owl-dots .owl-dot span:after {
        background-color: #22457c;
    }

.owl-carousel.dots-white .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #ffffff;
}

    .owl-carousel.dots-white .owl-dots .owl-dot span:after {
        background-color: #ffffff;
    }

.owl-carousel.dots-dark .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #343a40;
}

    .owl-carousel.dots-dark .owl-dots .owl-dot span:after {
        background-color: #343a40;
    }

.owl-carousel.dots-gray .owl-dots .owl-dot span {
    box-shadow: inset 0 0 0 2px #f7f8f9;
}

    .owl-carousel.dots-gray .owl-dots .owl-dot span:after {
        background-color: #f7f8f9;
    }

.owl-carousel.dots-creative .owl-dots {
    margin-bottom: 0;
    margin-top: 20px;
}

    .owl-carousel.dots-creative .owl-dots .owl-dot span {
        opacity: 0.5;
        border-radius: 0;
        height: 4px;
        width: 30px;
    }

        .owl-carousel.dots-creative .owl-dots .owl-dot span:after {
            border-radius: 0;
        }

    .owl-carousel.dots-creative .owl-dots .owl-dot.active span {
        opacity: 1;
    }

/*dots position*/
.owl-carousel.dots-right-top .owl-dots {
    position: absolute;
    top: -55px;
    right: 0;
}

/*owl-nav*/
.owl-carousel .owl-nav [class*="owl-"] {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: -16px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #343a40;
    background-color: #ffffff;
    text-align: center;
    z-index: 200;
    border: 2px solid #ffffff;
    box-sizing: initial;
}

    .owl-carousel .owl-nav [class*="owl-"] i {
        line-height: 28px;
        color: #343a40;
        font-size: 22px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .owl-carousel .owl-nav [class*="owl-"]:hover {
        background-color: #22457c !important;
        border-color: #22457c;
        color: #ffffff;
    }

        .owl-carousel .owl-nav [class*="owl-"]:hover i {
            color: #ffffff;
        }

.owl-carousel .owl-nav .owl-next {
    right: 0px;
}
.fe-chevron-left:before {
    font-family: Feather;
    content: "\e92f";
}

.fe-chevron-right:before {
    font-family: Feather;
    content: "\e930";
}

    .owl-carousel .owl-nav .owl-next .fe-chevron-right {
        margin-right: -2px;
        font-size: 12px;
    }

.owl-carousel .owl-nav .owl-prev {
    left: 0px;
}

    .owl-carousel .owl-nav .owl-prev .fe-chevron-left {
        margin-left: -2px;
        font-size: 12px;
    }

/*arrow-visible*/
.owl-carousel.arrow-visible .owl-next {
    left: auto;
    right: 10px;
    opacity: 1;
}

.owl-carousel.arrow-visible .owl-prev {
    right: auto;
    left: 10px;
    opacity: 1;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"] {
    color: #ffffff;
    border-color: #343a40;
    background-color: #343a40;
}

/*arrow on hover*/
.owl-carousel.arrow-hover {
    overflow: hidden;
}

    .owl-carousel.arrow-hover .owl-next {
        left: auto;
        right: -20px;
        opacity: 0;
        border-radius: 3px;
    }

    .owl-carousel.arrow-hover .owl-prev {
        right: auto;
        left: -20px;
        opacity: 0;
        border-radius: 3px;
    }

.owl-carousel:hover.arrow-hover .owl-next {
    left: auto;
    right: 10px;
    opacity: 1;
}

.owl-carousel:hover.arrow-hover .owl-prev {
    right: auto;
    left: 10px;
    opacity: 1;
}

/*arrow-dark*/
.owl-carousel.arrow-dark .owl-nav [class*="owl-"] i {
    color: #ffffff;
}

.owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover {
    background-color: #343a40;
}

    .owl-carousel.arrow-dark .owl-nav [class*="owl-"]:hover i {
        color: #ffffff;
    }

/*arrow-gray */
.owl-carousel.arrow-gray .owl-nav [class*="owl-"] {
    color: #343a40;
    border: 2px solid #f7f8f9;
    background-color: #f7f8f9;
}

    .owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover {
        background-color: #f7f8f9;
    }

        .owl-carousel.arrow-gray .owl-nav [class*="owl-"]:hover i {
            color: #343a40;
        }

/*arrow-transparent */
.owl-carousel.arrow-transparent .owl-nav [class*="owl-"] {
    opacity: .7;
}

.owl-carousel.arrow-transparent .owl-nav .owl-next:hover, .owl-carousel.arrow-transparent .owl-nav .owl-prev:hover {
    opacity: 1;
}

/*arrow-round */
.owl-carousel.arrow-round .owl-nav [class*="owl-"] {
    border-radius: 50%;
}

/*arrow-border */
.owl-carousel.arrow-border .owl-nav [class*="owl-"] {
    background: transparent;
    color: #8f9397;
    border: 2px solid #8f9397;
    font-weight: bold;
}

    .owl-carousel.arrow-border .owl-nav [class*="owl-"] i {
        font-weight: bold;
        color: #8f9397;
    }

.owl-carousel.arrow-border .owl-nav .owl-next:hover, .owl-carousel.arrow-border .owl-nav .owl-prev:hover {
    border-color: #343a40;
    background: transparent;
}

    .owl-carousel.arrow-border .owl-nav .owl-next:hover i, .owl-carousel.arrow-border .owl-nav .owl-prev:hover i {
        color: #343a40;
    }

/*arrow-large*/
.owl-carousel.arrow-large .owl-nav [class*="owl-"] {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .owl-carousel.arrow-large .owl-nav [class*="owl-"] i {
        line-height: 50px;
        font-size: 20px;
    }

/*arrow-only*/
.owl-carousel.arrow-only .owl-nav [class*="owl-"] {
    border: 0;
    background: transparent;
}

/*arrow-position bottom*/
.owl-carousel.arrow-pos-bottom .owl-nav [class*="owl-"] {
    bottom: 0;
}

.owl-carousel.arrow-pos-bottom .owl-next, .owl-carousel.arrow-pos-bottom .owl-prev {
    top: auto;
}

@media (max-width: 991.98px) {
    .arrow-md-none.owl-carousel .owl-nav [class*="owl-"] {
        display: none;
    }
}
.drpdwn {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.6;
    color: #161c2d;
    background-color: #fff;
    /*background-clip: padding-box;*/
    border: 2px solid #d7dfeb;
    border-radius: .375rem;
    box-shadow: none;
}
#enroll {
    padding-top: 100px;
    margin-top: -150px;
}
#Emp_Info {
    padding-top: 130px;
    margin-top: -170px;
}
#YourCont {
    padding-top: 100px;
    margin-top: -150px;
}
#board {
    padding-top: 100px;
    margin-top: -150px;
}
#rep {
    padding-top: 100px;
    margin-top: -100px;
}
@media (max-width:765px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ 
.home-section{padding-top:100px!important;}
.navbar-light{height:150px;}
}
