/* content page */
.content-page {
    background: #fff;
    padding: 20px;
    margin-right: 10px;
}
.corporate .content-page {
    padding: 0 0 20px;
}
.content-page a,
.sidebar2 a {
    color: #767F88;
}
.content-page a:hover,
.sidebar2 a:hover {
    color: #E02222;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
    color: #E02222;
}
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    /*text-transform: inherit;*/
    padding-top: 10px;
}
.content-page h3 {
    font-size: 20px;
    margin-bottom: 7px;
}
.content-page h4 {
    font-size: 17px;
    margin-bottom: 4px;
}
.content-page h5,
.content-page h6 {
    font: 700 15px 'Open Sans', Arial, sans-serif;
    margin-bottom: 2px;
}
.content-page p,
.content-page .list-unstyled {
    margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
    margin-left: 20px;
    padding-top: 3px;
    margin-bottom: 0;
}
.content-page .list-unstyled li {
    margin-bottom: 3px;
}

/***
Pre-Header and pre-header elements
***/
.pre-header {
    color: #616b76;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #fff;
}
.pre-header a {
    color: #616b76;
}
.pre-header a:hover {
    color: #E02222;
}
.pre-header a:focus {
    text-decoration: none;
}
.pre-header li {
    padding-left: 11px;
    padding-right: 15px;
    border-right: solid 1px #d8d8d8;
}
.pre-header li:last-child {
    border: none;
}
.additional-shop-info li:first-child {
    padding-left: 0;
}
.additional-nav li:last-child {
    padding-right: 0;
}
.pre-header .fa {
    margin-right: 4px;
}
.shop-currencies a {
    margin-right: 6px;
}
.shop-currencies a:last-child {
    margin-right: 0;
}
.shop-currencies a.current {
    color: #E02222;
}
/***
Header and header elements
***/
.header {
    box-shadow: 0 1px 3px #ddd;
    background: #fff;
    border-radius: 0;
    margin-bottom: 0px;
    z-index: 999;
    position: relative;
}

/* FIX styles BEGIN */
.page-header-fixed .header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
}
body.page-header-fixed {
    padding-top: 88px !important; /* height of the header */
}
/* FIX styles END */

.header .container {
    position: relative;
}
.ie8 .header {
    border-bottom: 1px solid #eee;
}

.site-logo {
    float: left;
    font-size: 23px;
    font-weight: 400;
    font-family: pirulen;
    margin-right: 67px;
    padding-top: 22px;
/*    padding-bottom: 22px;*/
    color: #0f75c3;
}
.caption-main{
    float: left;
    padding-top: 50px;
}

.header .mobi-toggler {
    float: right;
    color: #D8D8D8;
    border: 1px solid #D8D8D8;
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    display: none;
    margin: 25px 0 0 30px;
    position: relative;
    background: #fff url(../images/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
    display: none;
}
.header .mobi-toggler:hover {
    background: #e34f00 url(../images/toggler.png) no-repeat 6px -28px;
    border-color: #e34f00;
    color: #fff;
}

/* Navigation */
.header-navigation {
    font: 15px "Open Sans", sans-serif;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
    text-transform: uppercase;
}
.header-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-navigation > ul > li {
    float: left;
}
.header-navigation > ul > li > a {
    color: #333;
    display: block;
    padding: 29px 12px 30px;
}
.header-navigation ul > li.active > a,
.header-navigation ul > li > a:hover,
.header-navigation ul > li > a:focus,
.header-navigation ul > li.open > a,
.header-navigation ul > li.open > a:hover,
.header-navigation ul > li.open > a:focus {
    color: #e02222;
    background: #fcfcfc;
    text-decoration: none;
}
.header-navigation ul > li.active > a {
    border-bottom: 2px solid #e64f00;
}

/* dropdown menu */
@media (min-width: 1025px) {
    .header-navigation > ul > li:hover > .dropdown-menu {
        display: block;
    }
}

.header-navigation,
.header-navigation .dropdown {
    position: static;
}
.header-navigation .dropdown-fix-left,
.header-navigation .dropdown-fix-right {
    position: relative;
}
.header-navigation .dropdown-menu {
    left: auto;
    top: 100%;
    padding: 0;
    background: #fff;
    position: absolute;
    border: none;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    text-transform: none;
    font: 13px "Open Sans", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    z-index: 9999;
}

.header-navigation .dropdown-menu:before,
.header-navigation .dropdown-menu:after {
    display: none !important;
}

.dropdown-fix-left .dropdown-menu {
    left: 0;
    width: 700px;
}
.dropdown-fix-right .dropdown-menu {
    right: 0;
    width: 700px;
}
.header-navigation > ul > li > .dropdown-menu {
    margin-top: -5px;
    border-top: solid 3px transparent;
    z-index: 1001;
}
.header-navigation .dropdown100 > .dropdown-menu {
    left: 15px;
    right: 15px;
}
.header-navigation > ul > li.dropdown:hover > a:after {
    bottom: 0;
    width: 0;
    height: 0;
    z-index: 1002;
    content: " ";
    display: block !important;
    position: absolute;
    border-bottom: 8px solid #e6400c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
    display: none !important;
}
.header-navigation li.dropdown100 > .dropdown-menu:after {
    display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
    border-top: solid 2px #ea4c1d;
}
.header-navigation .dropdown-menu li {
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #efefef;
    position: relative;
    float: none;
}
.header-navigation .dropdown-menu li:last-child {
    border: none;
}
.header-navigation .dropdown-menu li > a {
    padding: 10px 15px;
    font-weight: 400;
    color: #767f88;
}
.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: #e6400c;
    color: #fff;
}
.dropdown-submenu > a:after {
    display: none;
}

/* navigation content */
.header-navigation-content {
    padding: 20px 30px;
    min-width: 600px;
}
.header-navigation-content .header-navigation-col {
    padding: 0;
}
.header-navigation-content h4,
.ecommerce .header-navigation-content h4 {
    font: bold 15px 'Open Sans', Arial, sans-serif;
    margin: 0 0 6px;
    padding: 10px 10px 5px;
    border-bottom: solid 1px #f0f0f0;
}
.header-navigation-content ul {
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
.header-navigation-content li {
    padding: 0;
    border: none !important;
}
.header-navigation-content li > a {
    display: block;
}

/* header navigation description */
.header-navigation-content-ext {
    padding: 20px 30px 2px;
    background: #fff;
}
.header-navigation-description {
    background: #fcfafb;
    margin: -20px 0 -2px -30px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(91, 91, 91, 0.2) inset;
}
.header-navigation-content-ext h4,
.ecommerce .header-navigation-content-ext h4 {
    border: none;
    padding: 10px 0 0;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li {
    border: none;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a {
    padding: 0 0 10px;
    color: #767f88;
    display: inline-block;
}
.header-navigation .dropdown-menu .header-navigation-content-ext li > a:hover,
.header-navigation .dropdown-menu .header-navigation-content-ext li.active > a {
    background: #fff;
    color: #e6400c;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    right: auto;
    top: 6px;
}
.header-navigation .dropdown-menu a {
    position: relative;
}
.header-navigation .dropdown-menu .fa {
    position: absolute;
    top: 13px;
    right: 15px;
}

/* Top Search */
.header-navigation li.menu-search {
    position: relative;
    top: 26px;
}
.header-navigation li.menu-search span.sep {
    top: 0;
    width: 1px;
    height: 26px;
    background: #eaeaea;
    position: relative;
    margin: 0 18px 0 16px;
    display: inline-block;
}
.header-navigation li.menu-search i {
    color: #333;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    top: -6px;
    /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
    width: 15px;
    height: 15px;
    opacity: 0.6;
}
.header-navigation li.menu-search i:hover {
    color: #e02222;
    background-position: 0 -15px;
}
/*.header-navigation .fa-search:before {
	content: none;
}*/
.header-navigation .search-box {
    right: -7px;
    top: 100%;
    padding: 15px;
    display: none;
    background: #fcfafb;
    position: absolute;
    border-top: solid 2px #ea4c1d;
    box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
    width: 274px;
    margin-top: 0;
    z-index: 22;
}
.header-navigation .search-box:after {
    top: -8px;
    width: 0;
    height: 0;
    right: 8px;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-bottom: 8px solid #e6400c;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.header-navigation .search-box button {
    margin-left: 0 !important;
}

/* reduce navigation */
/*.page-header-fixed .site-logo,
.page-header-fixed .header-navigation > ul > li > a,
.page-header-fixed .header-navigation li.menu-search,
.page-header-fixed .top-cart-block {
 	transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
}*/
.reduce-header .site-logo {
    padding-top: 9px;
    padding-bottom: 11px;
}
@media (min-width: 1025px) {
    .reduce-header .header-navigation > ul > li > a {
        padding: 16px 12px 17px;
    }
    .ecommerce .reduce-header .header-navigation > ul > li > a {
        padding: 23px 12px 20px;
    }
    .reduce-header .header-navigation li.menu-search {
        top: 14px;
    }
    .ecommerce .reduce-header .header-navigation li.menu-search {
        top: 21px;
    }
}
.reduce-header .mobi-toggler {
    margin-top: 12px;
}
.page-header-fixed .header .mobi-toggler {
    transition: margin 0.3s ease;
    -o-transition: margin 0.3s ease;
    -ms-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    -webkit-transition: margin 0.3s ease;
}
.font-transform-inherit {
    text-transform: inherit !important;
}
/*Card Design*/
.hd_holder{
    margin-top: 3em;
    position: absolute;
}

.hd_holder .title_holder{

}
.hd_holder .title_holder h4{
    font-size: 24px;
    margin: 0 0 5px;
}
.hd_holder .title_holder .border{
    background: #ff3b3b;
    height: 5px;
    width: 60px;
    display: block;
}

/*--gallery start her--*/
.gallery {
    padding: 5em 0em 5em 0em;
}
span.gall {
    font-size: 1em;
    color: #fff;
    background: #A73C46;
    padding: 0.3em 1em;
}
span.gall:hover{
    color: #000;
    background: #fff;
}
.gallery-top {
    text-align: center;
    padding: 0em 0em 4em 0em;
}
.gallery-top h3 {
    font-size: 2.5em;
    color: #A73C46;
    font-family: 'Cambo', serif;
}
.gallery-top p {
    font-size: 1em;
    color: #797979;
    line-height: 1.8em;
    width: 50%;
    margin: 0 auto;
}
/*--gallery end here--*/

/*-- //services-tabs  --*/
.services-img-w3-agile{
    background: url(../images/services.jpg) no-repeat 0px 0px;
    min-height:376px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.services-img-agileits{
    background: url(../images/services2.jpg) no-repeat 0px 0px;
    min-height:376px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}
.work-row-grids {
    text-align: left;
}
.work-row-grids h4 {
    font-size: 16px;
    color: #080808;
    margin: 0.5em 0 .2em;
    /* line-height: 1.6em; */
    letter-spacing: 1px;
}
.caption.work-captn {
    float: left;
    width: 76%;
    margin-left: 10px;
}
.work-row-grids p {
    font-size: 15px;
    text-align: left;
    color: #999;
    line-height: 1.5em;
    margin: 0 auto;
}
.work-grids-img img {
    border: 1px solid #555;
    padding: 16px;
    border-radius: 68px;
}
.work-grids-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #1ca0de;
    margin: 0 auto;
    text-align: center;
    position: relative;
    float: left;
}
.work-row-grids span.glyphicon {
    font-size: 1.4em;
    text-align: center;
    padding: 0.855em .8em;
    color: #bc0023;
}
.work-grids-img span{
    position: relative;
    z-index: 100;
    transition: all 0.3s ease 0s;
}
.work-grids-img:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #1ca0de;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.work-row-grids:hover .work-grids-img span {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.work-row-grids:hover .work-grids-img:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.work-row-grids:hover .glyphicon {
    color: #fff;
}

.about_kogd{
    padding: 0em 0em 3em 0em;
    background: beige;
}
#horizontalTab,.team-grids,.about-head,.contact-info-w3ls,.inst-grids,.test-gr,.content-pro-head1,.agileits_services_grids{
    margin-top: 3.5em!important;
}

@media(max-width:1280px){

    .work-row-grids p {
        font-size: 14px;
    }
    .about-banner-w3ls {
        min-height: 245px!important;
    }
}
@media(max-width:1080px){

    .caption.work-captn {
        width: 155px;
        margin-left: 5px;
    }
    .work-row-grids span.glyphicon {
        font-size: 1.2em;
        padding: 0.65em .8em;
    }
    .work-grids-img {
        width: 51px;
        height: 51px;
        margin: 2px auto 0;
    }
    .resp-tabs-list li {
        padding: 12px 9px 7px;
    }
    .work-row-grids p {
        font-size: 13px;
    }
    .work-row-grids h4 {
        font-size: 15px;
        margin: 0em 0 .5em;
    }
    .tab2 h6, .tab4 h6 {
        font-size: 16px;
        width: 95%;
    }
    .tab2 p, .tab4 p {
        width: 85%;
        font-size: 15px;
        line-height: 38px;
        padding: 8px 0 0px;
    }
    .services-right-agileits {
        padding: 1.5em 0 0 2em;
    }
    p.head-w3-agileits {
        font-size: 14px;
    }
    .ab-head {
        width: 60%;
    }
    .ab-head1 {
        width: 40%;
    }
    .ab-head1:nth-child(2) {
        margin-bottom: 1.5em;
    }
    .about-head {
        width: 80%;
        margin: 0 auto;
    }

}

@media(max-width:1024px){

    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1,.agileits_services_grids {
        margin-top: 3em!important;
    }

}
@media(max-width:991px){

    .work-grids-img {
        margin: 0px auto 0;
        float: none;
    }
    .caption.work-captn {
        width: 100%;
        margin-left: 0;
        text-align: center;
        float: none;
    }
    .work-row-grids h4 {
        margin: .5em 0 .5em;
    }
    .work-row-grids p {
        text-align: center;
    }
    .resp-tab-content {
        min-height: 758px;
    }
    .services-right-agileits {
        padding: 02em 0 0 0em;
    }


    .resp-tab-content {
        min-height: auto;
    }
    .tab2 p, .tab4 p {
        width: 100%;
        font-size: 14px;
    }
    .tab2 h6, .tab4 h6 {
        font-size: 14px;
        width: 100%;
    }

}
@media(max-width:900px){

    .resp-tab-content {
        min-height: auto!important;
    }

}
@media(max-width:800px){


    .resp-tab-content {
        min-height: 780px;
    }


    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1, .agileits_services_grids {
        margin-top: 2em!important;
    }
}
@media(max-width:768px){
    h2.resp-accordion:first-child {
        border-top: none !important;
    }
    h2.resp-accordion {
        display: inline-block;
        width: 43%;
        margin: 0 16em .3em;
        text-align: center;
        border: none;
        border-bottom: 3px solid #d8d8d8;
    }
    h2.resp-tab-active {
        background-color: rgba(28, 160, 222, 0.13)!important;
    }
    h2.resp-tab-active {
        border-bottom: 3px solid #bc0023 !important;
    }
    h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid #bc0023;
    }
    .resp-arrow {
        border-top: 12px solid #1ca0de;
    }
    .work-row-grids span.glyphicon {
        padding: 0.9em .8em 0;
    }
    .resp-tab-content {
        min-height: 745px;
    }
    .resp-tab-content:nth-child(8),.resp-tab-content:nth-child(4) {
        min-height: 340px;
    }

    .work-row-grids p {
        letter-spacing: .5px;
    }

}
@media(max-width:767px){

    .resp-tab-content {
        min-height: 780px;
    }



}
@media(max-width:736px){
    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1, .agileits_services_grids {
        margin-top: 2.5em!important;
    }

    h2.resp-accordion {
        margin: 0 15em .3em;
    }
    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1, .agileits_services_grids {
        margin-top: 1.8em!important;
    }


}
@media(max-width:667px){
}
@media(max-width:640px){

    .
}
@media(max-width:600px){


    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1, .agileits_services_grids {
        margin-top: 2em!important;
    }

}
@media(max-width:568px){

    .resp-tab-active:before {
        top: 102%;
    }
}
@media(max-width:480px){

    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1, .agileits_services_grids {
        margin-top: 1.5em!important;
    }


}
@media(max-width:414px){


    .resp-tab-content {
        min-height: 630px;
    }


    #horizontalTab, .team-grids, .about-head, .contact-info-w3ls, .inst-grids, .test-gr, .content-pro-head1, .agileits_services_grids {
        margin-top: 1em!important;
    }
}
@media(max-width:384px){

    h2.resp-accordion {
        margin: 0 4.4em .3em;
        width: 70%;
    }
    .resp-tab-content {
        display: none;
        padding: 15px;
    }
    .services-right-agileits h4 {
        font-size: 18px;
    }
    .resp-tab-content {
        min-height: 590px;
    }
    .tab2 p, .tab4 p {
        font-size: 13px;
    }

    .tab2 h5, .tab4 h5 {
        font-size: 17px;
    }

    .resp-tab-content {
        min-height: 620px;
    }

}
@media(max-width:375px){

    .resp-tab-content {
        min-height: 620px;
    }

}
@media(max-width:320px){

    h2.resp-accordion {
        margin: 0 2.1em .3em;
        width: 85%;
    }

    .resp-tab-content {
        padding: 15px 0 15px;
    }

    .resp-tab-content {
        min-height: 570px;
    }

}
/*--responsive--*/
.message_b{

}
.message_b h3{
    font-size: 30px;
    font-weight: 600;
    color: #337ab7;

}
.message_b p{

    font-size: 15px;
    line-height: 1.5em;
    color: grey;
    padding: 10px;

}
/*Job Fair*/

/*-- news --*/
.news {
    /*background: url(../images/12.jpg)no-repeat center 0px fixed;*/
    background-size: cover;
    padding: 1em 0em 4em 0em;
    /*background-color: beige;*/
}
.news h3.w3ls-title{
    color:#fff;
}
.news-gridtext {
    background: #fff;
}
.news-w3img a {
    display: block;
    overflow: hidden;
}
.news-w3img a img {
    width: 100%;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.news-w3img a img:hover{
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.news-w3imgtext {
    padding: 2em 1.5em;
    -webkit-box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
    -moz-box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
    box-shadow: 0px 6px 5px rgba(25, 13, 15, 0.54);
    text-align: center;
    position: relative;
}
.news h5 {
    display: inline-block;
    background: #ff3a5f;
    padding: .8em 1.5em;
    font-size: 1em;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    left: -50%;
}
.center-fix{
	position: absolute;
    top: -18px;
    left: 50%;
    } 
.news h4 {
    color: #333;
    font-size: 1.5em;
    padding: 0.8em 0 .5em;
    font-weight: 600;
    letter-spacing: 1px;
}
.news h4 a{
    color:#333;
    text-decoration:none;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all;
}
.news  h4 a:hover {
    color:#ff3a5f;
}
.news a.w3-agilebtn {
    padding: .6em 1.5em;
    color: #999;
    font-size: 0.9em;
    border-color: #999;
    margin: 1.5em 0 0;
}
.news a.w3-agilebtn:hover{
    color: #fff;
}
img.img-responsive {
    width: 100%;
}
.news-agileinfo {
    margin-top: 4em;
}
.new-w3l h3,.new-w3l p {
    text-align: center;
    color: #fff;
}
/*-- //news --*/


/*-- testimonials --*/
.testimonials {
    padding: 2em 0;
    background: #165a92;
    background: -webkit-linear-gradient(to right, #165a92, #4fdfff);
    background: linear-gradient(to right, #165a92, #4fdfff);
}
.w3ls_testimonials_grids{
    width:80%;
    margin:3em auto 0;
}
.w3l_testimonial_grid{

    padding: 5em 1em 2em;
    background: #f5f5f5;
    text-align: center;
    position: relative;
    margin: 5em 1.2em 0;

}
.w3l_testimonial_grid:focus,.agileits_testimonial_grid:focus{
    outline:none;
}
.w3l_testimonial_grid_pos{
    /*position:absolute;*/
    /*width:100%;*/
    /*text-align:center;*/
    /*top:-25%;*/
    /*left:0%;*/
    position: absolute;
    /* width: 100%; */
    text-align: center;
    top: -15%;
    left: 35%;

}

.overflow_test{
    border: 1px solid transparent;
    height: 225px;
    overflow-y: auto;
}
.w3l_testimonial_grid_pos img{
    margin:0 auto;
}
.w3l_testimonial_grid p{
    color:#999;
    line-height:2em;
    position:relative;
    /*padding-left:2em;*/
}
.agileits_testimonial_grid h4{
    font-size:1.1em;
    color:#212121;
    margin:1em 0 0.5em;
}
.agileits_testimonial_grid h5{
    font-size:.8em;
    color:#f5232e;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
.slick-prev,
.slick-next
{
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    border: none;
    font-size: 1em;
    outline: none;
    background: #212121;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome';
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content:"\f177";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f177";
}

.slick-next,[dir='rtl'] .slick-prev
{
    right:-6.5%;
}
[dir='rtl'] .slick-next,.slick-prev
{
    right: auto;
    left:-6.5%;
}
.slick-next:before
{
    content: "\f178";
}
[dir='rtl'] .slick-next:before
{
    content: "\f178";
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.kogdls_head {
    font-size: 36px;
    /*color:#f5232e;*/
    color: #0f366c;
    font-weight: 600;
    margin-bottom:30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: .8em;
    position: relative;
}
.kogdls_head:before,.kogdls_head:after {
    position: absolute;
    /*background: #f5232e;*/
    background: #0f366c;
    height: 2px;
    content: '';
}
.kogdls_head:before {
    width: 11%;
    bottom: 8%;
    left: 44.5%;
}
.kogdls_head:after {
    width: 18%;
    right: 41%;
    bottom: 0%;
}
.what-grid {
    padding-right: 60px;
}
.what-agile-info {
    margin-top: 30px;
    border-left:3px solid #f5232e;
    padding: 0 0px 0 20px;
}
p.w3agile {
    font-size: 14px;
    color: #777;
    width: 70%;
    margin: 0 auto;
    line-height: 28px;
    text-align: center;
}
@media (max-width: 991px) {
    .kogdls_head {
        font-size: 32px;
    }
    p.w3agile {
        width: 100%;
    }
    .testimonials {
        padding: 3em 0;
    }

    .w3l_testimonial_grid_pos {
        top: -15%;
    }

    .w3ls_testimonials_grids {
        width: 84%;
        margin: 0em auto 0;
    }
}
@media (max-width: 640px) {
    .kogdls_head {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    .kogdls_head {
        font-size: 28px;
    }
}
@media (max-width: 414px) {
    .kogdls_head {
        font-size: 24px;
    }
}
@media (max-width: 320px){
    .testimonials {
        padding: 2em 0;
    }
    .kogdls_head {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
/*job Fair*/
.top_job {
    margin-top: 0;
}
.top_job {
    color: #fff;
    margin: 8px 0;
}

.red.btn {
    color: #FFFFFF;
    background-color: #d84a38;
    border-color: "";
}
.top_job a {
    display: block;
    text-align: left;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.top_job span {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}
.top_job em {
    font-size: 13px;
    margin-bottom: 8px;
    margin-bottom: 0;
    font-style: normal;
    display: block;
}
.top_job em i {
    font-size: 14px;
}
.top_job a .top-job-icon {
    right: 8px;
    bottom: 15px;
    opacity: 0.3;
    font-size: 35px;
    position: absolute;
    filter: alpha(opacity=30);
}


.job_fair_blocks {
    padding: 10px;
    margin-bottom: 10px;
    background: #faf6ea;
    border-top: solid 2px #faf6ea;
}
.job_fair_blocks:hover {
    background: #fff;
    border-color: #78cff8;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.job_fair_blocks h3 {
    margin: 0 0 5px 0;
    font-size: 23px;
    line-height: 32px;
}
.job_fair_blocks h3 a {
    color: #000;
}
.job_fair_blocks .job_fair_block_tags {
    margin-bottom: 8px;
}

.job_fair_blocks .job_fair_block_tags strong {
    margin-right: 10px;
    font-weight: 400;
}
.job_fair_blocks .job_fair_block_tags em {
    font-style: normal;
}
.job_fair_blocks p {
    overflow: hidden;
}
.job_fair_blocks img.job_fair_block_img {
    width: 70px;
    height: 70px;
    margin: 5px 0px 0 10px;
}
.job_fair_blocks a.job_fair-block-btn {
    color: #000;
    display: block;
    font-size: 14px;
    background: none;
    padding: 5px 10px 0;
    text-align: right;
    text-decoration: none;
}
.red.btn:active:hover, .red.btn.active:hover {
    background-color: #b93524;
}
.red.btn:active, .red.btn.active {
    background-image: none;
    background-color: #b03223;
}
.red.btn:hover, .red.btn:focus, .red.btn:active, .red.btn.active {
    color: #FFFFFF;
    background-color: #c63927;
}
.red.btn {
    color: #FFFFFF;
    background-color: #d84a38;
    border-color: "";
}
.btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.purple.btn:hover, .purple.btn:focus, .purple.btn:active, .purple.btn.active {
    color: #FFFFFF;
    background-color: #793a93;
}
.purple.btn {
    color: #FFFFFF;
    background-color: #8E44AD;
    border-color: "";
}
.blue.btn:active:hover, .blue.btn.active:hover {
    background-color: rgb(26, 110, 246);
}

          .blue.btn:active, .blue.btn.active {
              background-image: none;
              background-color: rgb(16, 104, 246);
          }

          .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active {
              color: rgb(255, 255, 255);
              background-color: rgb(41, 119, 247);
          }

          .blue.btn {
              color: rgb(255, 255, 255);
              background-color: rgb(75, 141, 248);
          }
.big_banner{
    padding: 30px 0px 30px 0px;
    background-color: #4087e8;
    /*background-color: #c0c0c0;*/
    text-align: center;
}
.big_banner span{
    font-size: 30px;
    color: aliceblue;
}
.big_banner p{
    font-size: 16px;
    color: darkslategrey;
    font-style: italic;
}
/*BlockQuote*/
.kogd_blockQuote{
    margin-bottom: 30px;
}
.quote-kogd {
    background: #165a92;
    padding: 10px 0;
    margin-left: 0;
    margin-right: 0;
}
.quote-kogd span {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin: 13px 5px 8px;
    line-height: 26px;
    display: inline-block;
}
.quote-kogd a.btn-transparent {
    color: #fff;
    font-size: 16px;
    padding: 8px 18px;
    white-space: nowrap;
    text-decoration: none;
    border: solid 1px #fff;
    background: none;
}
.quote-kogd a {
    margin: 5px;
    display: inline-block;
}
.quote-kogd a.btn-transparent i {
    margin-right: 10px;
}

.quote-kogd a.btn-transparent:hover {
    background: #E02222;
}
.quote-kogd a.btn-transparent:hover {
    background: #E02222;
    color: #fff;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.reg_section{
    /*background: #165a92;*/
    padding: 1em 0em 3em 0em;
    background: #165a92;
    background: -webkit-linear-gradient(to right, #165a92, #4fdfff);
    background: linear-gradient(to right, #165a92, #4fdfff);
}
.reg_section .text_sec{
    padding: 10em 0em 3em 0em;


}
.reg_section .text_sec h2{

    color: #ff6b01;
    font-size: 3.5em;
    font-weight: bold;

}
.reg_section .text_sec p{

    color: white;
    line-height: 1.7em;
    font-size: 17px;
    font-weight: normal;

}
.req_form{
    /*width: 40%;*/
    padding: 5em 0 0 0;
    /*float: right;*/
}

.inn_text form {
    background: #fff;
    padding: 2em 3em 3em 3em;
    width: 70%;
    float: right;
}
.inn_text h3 {
    font-size: 22px;
    margin-bottom: 21px;
    color: #E16B5B;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
}
label {
    font-weight: 400;
    font-size: 14px;
}
.input-icon {
    position: relative;
}
.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
[class^="fa-"], [class^="glyphicon-"], [class^="icon-"], [class*=" fa-"], [class*=" glyphicon-"], [class*=" icon-"] {
    display: inline-block;
    margin-top: 1px;
    font-size: 14px;
    line-height: 12px;
    -webkit-font-smoothing: antialiased;
}
.input-icon > .form-control {
    padding-left: 33px;
}
.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form .form-body {
    padding: 10px;
}
input, select, textarea, a, button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

/*Footer*/

.pre-footer {
    background: #313030;
    color: #b0b0b0;
}
.pre-footer .container {
    padding-top: 45px;
}
.pre-footer-col {
    padding-bottom: 22px;
}
.pre-footer h2 {
    font-size: 21px;
    color: #c2c1c1;
}
.pre-footer p {
    margin-bottom: 20px;
}
.pre-footer .photo-stream li {
    margin: 4px 5px 4px 0;
    display: inline-block;
}
.pre-footer li {
    margin-bottom: 6px;
}
.pre-footer a {
    color: #57c8eb;
}
.pre-footer .photo-stream img {
    width: 54px;
    height: 54px;
    border: solid 2px #9ca5ae;
}
.pre-footer address {
    line-height: 1.7;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.pre-footer .pre-footer-subscribe-box {
    padding-bottom: 14px;
}
. .corporate .pre-footer-subscribe-box h2 {
    float: left;
    margin-right: 20px;
    padding-top: 7px;
}
.pre-footer h2, .ecommerce .pre-footer h2 {
    font-size: 21px;
    color: #c2c1c1;
}
.pre-footer .pre-footer-subscribe-box p {
    clear: both;
}
.pre-footer-subscribe-box .input-group {
    border: solid 1px #545454;
    padding: 1px 1px 0 0;
}
.pre-footer-subscribe-box input {
    border-radius: 0;
    background: #313030;
    border: solid 1px #313030;
    color: #909090;
    font: 13px Arial, sans-serif;
}
.pre-footer .form-control, .pre-footer .form-control:focus {
    border: none;
}
.pre-footer-subscribe-box .btn-primary {
    margin-left: 0 !important;
    border-bottom: none;
    margin-bottom: 1px;
}
.btn-primary {
    background: #e94d1c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #cc3304;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.footer {
    background: #272626;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
}
.footer .padding-top-10 {
    opacity: 0.5;
}
.padding-top-10 {
    padding-top: 10px !important;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
.footer ul.social-footer {
    font-size: 18px;
    padding-top: 5px;
}

.footer ul {
    margin: 0;
    padding: 0;
}
.footer ul.social-footer a {
    opacity: 0.5;
}
.footer ul.social-footer a:hover {
    opacity: 1;
}
.footer ul.social-footer a {
    opacity: 0.5;
}
.footer a:hover {
    text-decoration: none;
}
a:hover {
    color: #E02222;
}
.footer a {
    color: #fff;
    text-decoration: underline;
}
a:hover {
    color: #E02222;
    text-decoration: underline;
}
a, a:focus, a:hover, a:active {
    outline: 0;
    text-decoration: none;
}
.short_banner{
    padding: 2em 0;
    background: url(../images/banner_2.jpg)no-repeat center 0px fixed;
    /* background: url(../images/12.jpg)no-repeat center 0px fixed; */
    height: 250px;
    margin-bottom: 30px;
}
.shd{
    padding: 2em;

}
.shd h3{

    font-size: 35px;
    color: #e56814;
    font-weight: bold;
}
.shd span{
    color: white;
    font-size: 17px;
}
.kogd_about{
    padding:1px 0 30px 0px;
}
.about-left {
    background: url(../images/about.jpg) no-repeat 0px 0px;
    background-size: cover;
    min-height: 400px;
}


.about-right {
    padding: 55.5px;
    background: #0f366c;
}
.about-right h4 {
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-weight: 700;
    margin-bottom: 15px;
}
.about-right p {
    color: #eee;
    font-size: 14px;
    line-height: 28px;
}
p.sec-p {
    margin-top: 20px;
}

.about-right a{
    color:#fff;
    border:2px solid #fff;
    padding:8px 20px;
    display:inline-block;
    margin-top:20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.about-right a:hover{
    color:#000;
    border:2px solid #000;
}
.about-right:before {
    position: absolute;
    top: 0;
    left: -120px;
    content: '';
    border-top: 0px solid transparent;
    border-bottom: 401px solid transparent;
    border-right: 120px solid #0f366c;
    z-index: 1;
}
@media (max-width: 1440px){
    .about-left {
        min-height: 401px;
    }
    .about-right {
        padding: 32px;
    }
}
/*Industry News*/

.main-grid {
    /*padding: 0;*/
    margin-bottom: 15px;
}
.beautiful {
    padding: 1em;
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #eb7f14;

}
.beautiful h3 {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
    padding-top: 0px;
}
p.beaut-link {
    font-size: .96em;
    text-transform: capitalize;
    color: #999;
    margin-top:.2em;
    font-style: italic;
}
p.beaut-link a {
    text-decoration: none;
    color: #E56814;
}
p.beaut-link span {
    color: #E56814;
}
.beaut-bottoms p {
    font-size: 1em;
    color: #999;
}
.glyphicon {
    font-size: 1.5em;
    vertical-align: top;
    margin-right: .5em;
}
p.beaut-link1 {
    font-size: .96em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0;
}
a.button {
    font-size: 1em;
    text-transform: capitalize;
    color: #E56814;
}
.beaut-bottoms {
    padding: 1em 0;
    border-top: 2px solid #eee;
    margin-top: 2em;
}
.beaut-grid {
    border-right: 1px solid #eee;
}
.beaut-grid:nth-child(4) {
    border-right: 0px;
}

.mnSec{
    background: #eee;
    margin-top: -30px;
    padding: 2em 0em 2em 0em;
    margin-bottom: -30px;
}
.news_sections{
    padding: 0em 0em 2em 0em;
}
.hd_news{
    margin-bottom: 10px;
}
.hd_news h3{
    display: inline-block;
    border-right: 1px solid #058cff;
    border-left: 4px solid #058cff;
    padding: 0px 5px 0px 10px;
    margin-left: 15px;
    margin-right: 10px;
}
/*News All Small Section*/

/*--chart--*/
.news_e {
    padding: 1em 0 1em 0;
    background: #222;
}
.new1 {
    float: left;
}
.new2 {
    float: right;
}
.new-grid {
    padding: 0;
    background: #fff;
}
.new1 h4 {
    font-size: 1.2em;
    color: #fff;
    padding: .2em 1em;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 0px;
}
.new2 {
    float: right;
    margin: .2em .8em;
}
.ad_block{
    padding-top: 25%;padding-bottom: 25%;font-size:18px;background-color: gainsboro;text-align: center
}
.new2 a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    text-transform: capitalize;
    background: #E56814;
    padding: .5em .8em;
    border-radius: 4px;
}
.news-grids {
    margin-top: 4.8em;
}
.new-bottom1 {
    float: left;
    width: 30%;
    margin-right: 2%;
}
.new-bottom2 {
    float: right;
    width: 63%;
    margin-top: 1em;
}
.new-bottom2 h5 {
    font-size: .97em;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3em;
}
.new-bottom {
    padding: 1em 0.3em 0.8em 0.3em;
}
.new-bottom2 p {
    font-size: .9em;
    text-transform: capitalize;
    margin-top: .3em;
    font-style: italic;
}
.new-bottom2 p span {
    color: #E46611;
}
.new3 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.main-bottom{
    padding-left: 0;
    margin-top: 10px;
}
@media(max-width:1080px) {
    .beautiful h3 {
        font-size: 1.5em;
    }
    .new-bottom2 h5 {
        font-size: .9em;
    }
}
@media(max-width:991px) {


    .beautiful img {
        margin: 0 auto;
    }

    .beaut-grid {
        float: left;
        width: 25%;
    }
    .new-grid {
        float: left;
        width: 60%;
    }
}
@media(max-width:640px) {
    .beautiful h3 {
        font-size: 1.5em;
    }

    .beautiful h3 {
        font-size: 1.35em;
    }
}
@media (max-width: 320px) {


    .beautiful h3 {
        font-size: 1.11em;
        padding-top: 1em;
    }
    .new-grid {
        float: none;
        width: 100%;
    }
    .new2 a {
        font-size: .9em;
    }
}
/*CompanyListing*/

.blog_posts h2 {
    padding-top: 0;
    margin-top: 0;
    font-size: 20px;
}
.blog_posts h4 {
    font-size: 17px;
}
.blog-info {
    list-style: none;
    margin: 15px 0 12px 0;
    padding-left: 0;
}
.blog-info li {
    padding: 0;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    display: inline-block;
}
.blog-tags li i, .blog-info li i {
    color: #E84D1C;
}

.blog-info li i {
    color: #E84D1C;
}
.blog-posts p {
    text-align: justify;
}
.blog-posts .more, .blog-sidebar .more {
    color: #E84D1C;
}

.blog-posts .more, .blog-sidebar .more {
    color: #E84D1C;
}
.company_grid{
    padding: 15px;
    background-color: white;
    border: 1px solid #ddd;
    margin-bottom: 2em;
}
.color_df{
    color: #E84D1C;
}
.blog-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blog-tags li {
    position: relative;
    margin: 0 16px 7px 0;
    display: inline-block;
}
.blog-tags li a {
    color: #555;
    background: #f5f5f5;
    display: inline-block;
    padding: 3px 5px 3px 3px;
}
.blog-tags li i {
    color: #E84D1C;
}

.blog-tags li i {
    color: #E84D1C;
    margin-right: 5px;
    display: inline-block;
}
.blog-tags li a:hover {
    color: #fff;
    background: #E84D1C;
}

.blog-tags li a:hover {
    color: #fff;
    background: #E84D1C;
    text-decoration: none;
}
.blog-tags li a:after {
    top: 50%;
    width: 0;
    left: 100%;
    height: 0;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -12px;
    position: absolute;
    border-left: 12px solid #f5f5f5;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.blog-tags li a:hover:after {
    border-left-color: #E84D1C;
}

.blog-tags li a:hover i {
     color: #fff;
}
.margin-left-0{
    margin-left: -15px;
}
.sidebar_form{
    background: white;
    padding: 10px 15px 10px 15px;
    margin-bottom: 15px;
    margin-top: 4.7em;
}
.sidebar_form h3{
    color: #e84d1c;
    text-align: center;
    margin-top: 5px;
    font-size: 20px;
}
.margin-top-10{
    margin-top: 10px !important;
}
/*Search bar*/
.booking-app a {
    color: #fff;
    padding: 15px;
    display: block;
    overflow: hidden;
    background: #78ccf8;
}

.booking-app a:hover {
    background: #4d90fe;
    text-decoration: none;
}
.booking-app i {
    color: #fff;
    font-size: 40px;
    line-height: 18px;
}


.booking-app span {
    top: 0px;
    color: #fff;
    font-size: 20px;
    position: relative;
}
.b_search{
    background: #2C3E50;
    margin-top: -30px;
    border-top: 1px solid #37485A;
    /*padding: 25px 0px 25px 0px;*/
}
.p-h {
     float: right;
     width: 65%;
     background: url(../images/border.png) no-repeat 100% 50%;
     padding: 1.5em 0em 1.5em 0em;
 }
.p-h span {
    color: #9FB0C0;
    display: block;
    font-weight: 400;
}
.p-h label {
    color: #FFF;
    font-weight: 700;
    font-size: 1.4em;
}
.form_search{
    padding: 2em 0em 0em 0em;

}
/*Ceo Section*/

.ceo_section {
    background: #eee;
    border-bottom: 1px solid #7c858e52;
    margin-bottom: 2em;
}

.ceo_section{
    padding: 5em 0;
}

.ceo_text {
    text-align: center;
    padding: 0 7em;
}
.ceo_text h5{
    color: #f58703;
    /* font-weight: bold; */
    font-size: 20px;
}
.ceo_text h4{
    font-size: 25px;
    color: #1d7eda;
}
.ceo_text p{
    color: gray;
    line-height: 1.8em;
}
/*  //Ceo Section*/

/*Ceo Message*/
.ceo_dp{
    background-color: white;
    padding: 0px 0px 10px 10px;
    margin: 0px 0px 10px 15px;
}
.cmp_content{
    padding-bottom: 10px;
}
.cmp_ad ul li {
    list-style: none;
    margin: 5px 0px 5px -25px;
    font-size: .96em;
    color: #999;
}
.cmp_ad span{
    font-size: .8em;
    background: #222;
    color: #fff;
    padding: 5px 7px;
    border-radius: 22px;
}
.cmp_head{
    /*border-bottom: 1px solid red;*/
    margin-bottom: 10px;
}
.cmp_head h4 {
    font-size: 1.3em;
    text-transform: capitalize;
    font-family: 'Quattrocento Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}
.cmp_ad span{
    font-size: .8em;
    background: #222;
    color: #fff;
    padding: 5px 7px;
    border-radius: 22px;
}
.cmp_footer{
    margin-top: 5px;
    border-top: 1px solid #80808075;
}
.blog-info_comp {
    list-style: none;
    margin: 12px 0 12px 0;
    padding-left: 0;
}
.blog-info_comp li {
    padding: 4px 0px 4px 0px;
    color: #555;
    font-size: 13px;
    margin-right: 10px;
    /*display: inline-block;*/
}
.blog-info_comp li i {
    margin-right: 5px;
    color: #E84D1C;
}
.font_20{
    font-size: 20px;
}
.font_24{
    font-size: 24px;
}
.margin-top-0{
    margin-top: 0;
}
.bg_websafe_blue{
    background: #034277 !important;
}
/* white icon */
.m-icon-white {
    background-image: url(icons/syncfusion-icons-white.png);
}

/*  Misc */
.m-icon-swapright {
    background-position: -27px -10px;
}
.m-icon-swapdown {
    background-position: -68px -10px;
}
.m-icon-swapleft {
    background-position: -8px -10px;
}
.m-icon-swapup {
    background-position: -46px -10px;
}
.m-icon-big-swapright{
    background-position: -42px -28px;
}
.m-icon-big-swapdown{
    background-position: -115px -28px;
}
.m-icon-big-swapleft{
    background-position: -6px -28px;
}
.m-icon-big-swapup{
    background-position: -78px -28px;
}

/*  Green */
.btn.green {
    color: white;
    text-shadow: none;
    background-color: #35aa47;
}
.btn.green:hover,
.btn.green:focus,
.btn.green:active,
.btn.green.active,
.btn.green.disabled,
.btn.green[disabled]{
    background-color: #1d943b !important;
    color: #fff !important;
    outline: none !important;
}
/*  Yellow */
.btn.yellow {
    color: white;
    text-shadow: none;
    background-color: #ffb848;
}
.btn.yellow:hover,
.btn.yellow:focus,
.btn.yellow:active,
.btn.yellow.active,
.btn.yellow.disabled,
.btn.yellow[disabled] {
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
}

.btn-group .btn.yellow.dropdown-toggle {
    background-color: #ffb848 !important;
}
.btn-group .btn.yellow:hover,
.btn-group .btn.yellow:focus,
.btn-group .btn.yellow:active,
.btn-group .btn.yellow.active,
.btn-group .btn.yellow.disabled,
.btn-group .btn.yellow[disabled] {
    background-color: #eca22e !important;
    color: #fff !important;
    outline: none !important;
}


/*-- team section --*/
.col-lg-3.col-md-3.col-sm-6.team-w3l {
    text-align: center;
}
section.team-agileinfo{
    padding: 1em 0 1em 0;
    /*background: aliceblue;*/
    margin-top: -2em;
    margin-bottom: 2em;
}
section.team-agileinfo h4 {
    font-size:20px;
    padding: 0;
    color:#000;
    font-weight: 600;
    font-family: 'Gudea', sans-serif;
}
section.team-agileinfo p {
    font-size:16px;
    font-weight:normal;
    color:#000;
}
.team-info{
    padding-bottom: 1em;
}
ul.social-icons1 {
    padding: 0;
}
ul.social-icons1 li {
    display: inline;
    list-style: none;
}
ul.social-icons1 li a {
    margin-right: 2px;
}
ul.social-icons1 li a i.fa {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
ul.social-icons1 li a i.fa:hover {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
ul.social-icons1 li a i.fa.fa-facebook {
    color: #3b5998;
    border: 1px solid #3b5998;
}
ul.social-icons1 li a i.fa.fa-facebook:hover {
    background-color: #3b5998;
    color: #fff;
    border-color: #3b5998;
}
ul.social-icons1 li a i.fa.fa-google-plus {
    color: #dd4b39;
    border: 1px solid #dd4b39;
}
ul.social-icons1 li a i.fa.fa-google-plus:hover {
    background-color: #dd4b39;
    color: #fff;
    border-color: #dd4b39;
}
ul.social-icons1 li a i.fa.fa-twitter {
    color: #1da1f2;
    border: 1px solid #1da1f2;
}
ul.social-icons1 li a i.fa.fa-twitter:hover {
    background-color: #1da1f2;
    color: #fff;
    border-color: #1da1f2;
}
ul.social-icons1 li a i.fa.fa-youtube {
    color: #cd201f;
    border: 1px solid #cd201f;
}
ul.social-icons1 li a i.fa.fa-youtube:hover {
    background-color: #cd201f;
    color: #fff;
    border-color: #cd201f;
}
figure {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
/* Rotate */
.hover06 figure img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -moz-transform: rotate(15deg) scale(1.4);
    -o-transform: rotate(15deg) scale(1.4);
    -ms-transform: rotate(15deg) scale(1.4);
    -webkit-transition:all .7s ease-in-out;
    transition:all .7s ease-in-out;
    -moz-transition:all .7s ease-in-out;
    -o-transition:all .7s ease-in-out;
    -ms-transition:all .7s ease-in-out;
}
.team-info:hover .hover06 figure img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
}
/*-- /team section --*/

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.table_hd_bg_1{
    background: #00bcd4f7;
    color: white;
}
.divider-md{
    height: 30px !important;
}
.divider{
    height: 20px;
}
.divider-lg{
    height: 45px;
}
.label-success{
    background-color: #5cb85c;
    border-radius: 10px;
}
.label-primary{
    border-radius: 10px;
}
.label-danger{
    border-radius: 10px;
}
.label-success a{
    color: white;
}
.label-success a:hover{
    color: white;
}
.login_bg{
    background: linear-gradient(to bottom, #33ccff 0%, #993399 100%);
    min-height: 500px;
    padding: 6em 0 0 0;
}

.form-control-feedback{
    font-size: 22px!important;
    line-height: 26px!important;
    color: #9d9d9d;
}
