/*
      ==============================================================
           Register Wrap Style
      ==============================================================
*/
.icons-bg {
    /*
    background-image: url(images/icons-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
*/
    padding: 0px 0 60px;
    background-attachment: fixed;
    
}
.ct_course_link > a:hover {
    background-color: #121e5a !important;
    border-color: #121e5a !important;
}
.icons-bg .ct_heading_1_wrap h3 {
    /*  color: #fff;*/
}
.icons-bg .ct_heading_1_wrap {
    margin-bottom: 0 !important;
}
.icons-bg .icon {
    text-align: -webkit-center;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.icons-bg .icon h6 {
    text-transform: capitalize;
    /*    height: 32px;*/
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 400;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
}
.icons-bg .icon .icon-img {
    width: 140px;
    height: 140px;
    padding: 20px 20px;
    background: #286777;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.icons-bg .icon img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    text-align: center;
    margin: 0 auto;
}
.icons-bg .icon:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.icons-bg .icon:hover h6 {
    color: #121e5a;
}
.icons-bg .icon .one {
    background: #121e5a;
}
.icons-bg .icon .two {
    background: rgba(255, 204, 0, 0.50);
}
.icons-bg .icon .three {
    background: rgba(255, 0, 0, 0.5);
}
.icons-bg .icon .four {
    background: rgba(0, 255, 252, .5);
}
.icons-bg .icon .five {
    background: rgba(0, 255, 24, 0.5);
}
.icons-bg .icon .six {
    background: rgba(216, 255, 0, 0.5);
}
.fa-caret-right {
    margin-left: 3px;
}
.card-box {
    padding: 0px;
    background-color: #ffffff;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.05), 0 1px 0px 0 rgba(0, 0, 0, 0.02);
    margin: 10px 0;
    min-height: 70px;
    margin-bottom: 1px;
}
.card-box:after {
    content: "\f054";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    color: #b7b7b7;
    position: absolute;
    right: 5%;
    top: 0px;
    vertical-align: middle;
    font-weight: 300;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    line-height: 70px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.card-box a {
    display: block;
    width: 100%;
    position: absolute;
}
.card-box a .date {
    display: block;
    float: left;
    min-height: 70px;
    padding: 12px;
    font-size: 30px;
    font-weight: bold;
    background: #f3f3f3;
    text-align: center;
    min-width: 70px;
    line-height: 1;
    color: #;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.card-box a .date span {
    display: block;
    float: none;
    font-size: 16px;
    text-align: center;
    color: #232323;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.card-box a .matter {
    padding: 15px 0 0 100px;
    width: 100%;
    height: 70px;
}
.card-box a .matter h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.card-box a .matter h6 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.card-box.dark {
    background-color: #;
}
.card-box.dark a .date {
    background: #223466;
    color: #fff;
}
.card-box.dark a .date span {
    color: #fff;
}
.card-box.dark a .matter {
    color: #fff
}
.card-box.dark a .matter h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.card-box.dark a .matter h6 {
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.card-box.dark a:hover .matter h4 {
    color: #000;
}
.card-box.dark a:hover .matter h6 {
    color: #000;
}
.card-box.light a:hover .matter h4 {
    color: #fff;
}
.card-box.light a:hover .matter h6 {
    color: #fff;
}
.ct_blog_simple_bg .ct_course_list_wrap figure {
    max-height: 170px;
}
.ct_blog_simple_bg .btn-green,
.ct_blog_simple_bg .btn-red {
    margin-top: 15px;
}
/*
      ==============================================================
           Heading Wrap Style
      ==============================================================
*/
.ct_heading_1_wrap {
    width: 100%;
    position: relative;
    text-align: center;
/*    margin: 0px 0px 35px;*/
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.ct_heading_1_wrap h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px 0px 20px;
    color: #2e3641;
    font-family: 'Open Sans', sans-serif;
}
.welcome .ct_heading_1_wrap p {
    /*  margin-bottom: 30px;*/
    line-height: 21px;
}
.ct_heading_1_wrap span {
    display: inline-block;
    position: relative;
}
.ct_heading_1_wrap span img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: -5px;
}
.ct_heading_1_wrap span:before,
.ct_heading_1_wrap span:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #777777;
    top: 10px;
}
.ct_heading_1_wrap span:before {
    left: -100px;
}
.ct_heading_1_wrap span:after {
    right: -100px;
}
/*White Heading*/
.ct_heading_1_wrap.ct_white_hdg h3 {
    color: #fff;
}
.ct_heading_1_wrap.ct_white_hdg p {
    color: #fff;
}
.ct_heading_1_wrap.ct_white_hdg span:before,
.ct_heading_1_wrap.ct_white_hdg span:after {
    background-color: #fff;
}
.cborder {
    height: 270px;
    border-right: #d4dce7 solid 3px;
}
.theme {
    color: #121e5a !important;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.our-features-list {
    display: block;
    width: 100%;
}
.our-features-list li {
    width: 50%;
    float: left;
    margin-right: 1px;
}
.our-features-list li .icon .icon-img {
    width: 100%;
    height: auto;
    margin-right: 2px;
}
.our-features-list li .icon h6 {
    font-size: 11px;
    font-weight: 600;
    color: #444;
}
@media screen and (min-width:991px) {
    .our-features-list li {
        width: 16.2% !important;
    }
}
@media screen and (min-width:769px) and (max-width:990px) {
    .our-features-list li {
        width: 16.5% !important;
    }
}
@media screen and (min-width:681px) and (max-width:768px) {
    .our-features-list li {
        width: 24.8% !important;
    }
}
@media screen and (min-width:481px) and (max-width:680px) {
    .our-features-list li {
        width: 33.1% !important;
    }
}
@media screen and (max-width:480px) {
    .our-features-list li {
        width: 49.7% !important;
    }
}
.g-recaptcha {
    margin-bottom: 15px;
}
.float-none {
    float: none;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
} 
.pull-right {
  float: right;
}  
.gallery-slider {
    max-height: 350px;
    overflow: hidden;
}
.gallery-slider .bx-wrapper .bx-viewport {
    max-height: 350px;
    overflow: hidden;
}
.gallery-slider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.gallery-slider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.gallery-slider .bx-wrapper .bx-controls-direction a {
    top: 50%;
}
.gallery-slider .bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: space;
    border: 2px solid #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.gallery-slider .bx-wrapper .bx-controls-direction a {
    background: rgba(0, 0, 0, .3);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
    width: 32px;
    height: 32px;
    background-size: cover;
    background: url(images/prev.png);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
    width: 32px;
    height: 32px;
    background-size: cover;
    background: url(images/next.png);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.gallery-slider:hover .bx-wrapper .bx-controls-direction a {
    opacity: 1;
}
.ppl-img h4 {
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 2px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.ppl-img h5 {
    text-align: center;
    display: inline-block;
    width: 100%;
}
h5.smt {
    font-weight: 700;
    color: #212121;
    font-size: 15px;
}
.vmbox {
    padding: 20px;
    background: #222534;
    color: #fff;
    margin-bottom: 15px;
}
.vmbox.vision {
    background: #121e5a;
}
.vmbox.mission {
    color: #fff;
    background: #121e5a;
    padding-bottom: 45px;
}
.vmbox.mission .title {
    color: #fff !important;
    border-bottom: 1px dashed #fff !important;
}
.vmbox .title {
    color: #fff !important;
    padding-bottom: 10px !important;
    border-bottom: 1px dashed #fff !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
}
.vmbox p {
    color: #fff !important;
    line-height: 1.2;
    margin-bottom: 3px;
}
.gallery-thumbs .col-md-4 {
    padding: 2.5px;
}
.gallery-thumbs .ct_course_list_wrap {
    padding: 0px;
    height: 173px;
    overflow: hidden;
    background-size: cover !important;
}
.gallery-thumbs .ct_course_list_wrap figure {
    height: 173px;
    overflow: hidden;
}
.gallery-thumbs .ct_course_list_wrap.rmore {
    display: block;
    vertical-align: middle;
    background: #121e5a;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-thumbs .ct_course_list_wrap.recent {
    display: block;
    vertical-align: middle;
    background: #49548c;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.gallery-thumbs .ct_course_list_wrap h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
}
.gallery-thumbs .ct_course_list_wrap h5 i {
    height: 25px;
    width: 25px;
    line-height: 23px;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -3px;
}
.gallery-thumbs .ct_course_list_wrap b {
    display: block;
}
@media (min-width: 992px) {
    .gallery-thumbs .col-md-4 {
        width: 20%;
    }
}
@media screen and (min-width: 678px) and (max-width: 992px) {
    .gallery-thumbs .ct_course_list_wrap {
        padding: 0px;
        height: 135px;
        overflow: hidden;
    }
    .gallery-thumbs .ct_course_list_wrap figure {
        height: 135px;
        overflow: hidden;
    }
    .gallery-thumbs .ct_course_list_wrap h5 {
        font-size: 20px
    }
}
@media (max-width: 768px) {
    .ct_blog_detail_des_list ul.library-tabs li{
        width: 50%;
        margin-bottom: 0;
        border-bottom-color: 
    }
    .nav-tabs.library-tabs > li.active, .nav-tabs.library-tabs > li.active:focus, .nav-tabs.library-tabs > li.active:hover{
        border-bottom-color:#555555;
    }.nav-tabs.library-tabs > li.active > a, .nav-tabs.library-tabs > li.active > a:focus, .nav-tabs.library-tabs > li.active > a:hover{
        background: #be0e26;
        color: #fff;
        border-radius: 0;
        margin: 0;
    }
}
@media (max-width: 480px) {
    .gallery-thumbs .ct_course_list_wrap {
        padding: 0px;
        height: 135px;
        overflow: hidden;
    }
    .gallery-thumbs .ct_course_list_wrap figure {
        height: 135px;
        overflow: hidden;
    }
    .gallery-thumbs .ct_course_list_wrap h5 {
        font-size: 18px
    }
     .ct_blog_detail_des_list ul.library-tabs li a{
       font-size: 14px;
    }
}
@media (max-width: 380px) {
  .ct_blog_detail_des_list ul.library-tabs li{
        width: 100%;
        margin-bottom: 0;
        border-bottom-color: 
    }
    .nav-tabs.library-tabs > li.active , .nav-tabs.library-tabs > li.active :focus, .nav-tabs.library-tabs > li.active :hover{
        border-bottom-color:#555555;
    }.nav-tabs.library-tabs > li.active > a, .nav-tabs.library-tabs > li.active > a:focus, .nav-tabs.library-tabs > li.active > a:hover{
        background: #be0e26;
        color: #fff;
    }
}
/*
/*version and mssion*/
.welcome .ct_heading_1_wrap h3 {
    /*  text-transform:capitalize;*/
    margin-bottom: 30px;
}
.welcome .box .title {
    text-transform: uppercase;
    padding-bottom: 20px !important
}
.welcome .box {
    background: #2a346f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #616da1 0%, #2a346f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 75px 20px 50px;
    height: 250px;
    overflow: hidden;
    width: 100%;
}
.welcome .box:nth-child(1) {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.welcome .box.bbox {
    background: #2a346f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #616da1 0%, #2a346f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.welcome .box a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #121e5a;
    padding: 10px 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.welcome .box a:hover {
    background-color: #49548c;
}
.welcome .box a i {
    font-weight: 100;
    font-size: 12px;
    padding: 0px 8px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 24px;
    width: 28px;
    height: 28px;
    margin-left: 0px;
    vertical-align: text-bottom;
    color: #fff;
}
.welcome .box p {
    line-height: 20px;
    color: #FFF;
}
.welcome .box.dark {
    background: #be0e26;
}
.welcome .box.dark a {
    background: rgba(255, 255, 255, 0.18);
}
 .p-t-0 {
      padding-top: 0 !important;
   }
   .ct_heading_1_wrap {
    width: 100%;
    position: relative;
    text-align: center;
/*    margin: 0px 0px 35px;*/
}
.m-b-10 {
    margin-bottom: 10px !important;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.ct_heading_1_wrap h3 {
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0px 20px;
    color: #2e3641;
    font-family: 'Open Sans', sans-serif;
}
.pric {
    padding-left: 25px;
}
.pric .course_list_img_des {
    border: none;
}
.vmsec {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
}
.vmsec h3 {
    margin-bottom: 10px;
}
.ct_heading_1_wrap.vmsec p {
    line-height: 20px;
}
.mission {
    padding-bottom: 45px;
}
.welcome .ct_heading_1_wrap h3 {
    /*  text-transform:capitalize;*/
    margin-bottom: 30px;
}
.welcome .box .title {
    text-transform: uppercase;
    padding-bottom: 20px !important
}
.welcome .box {
    background: #2a346f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #616da1 0%, 
#3bc3b6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    padding: 75px 20px 50px;
    height: 250px;
    overflow: hidden;
    width: 100%;
}
/*.welcome .box:nth-child(1) {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}*/
.welcome .box.bbox {
    background: #2a346f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #616da1 0%, #2a346f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.welcome .box a {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #121e5a;
    padding: 10px 12px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.welcome .box a:hover {
    background-color: #49548c;
}
.welcome .box a i {
    font-weight: 100;
    font-size: 12px;
    padding: 4px 5px;
    border: 2px solid;
    border-radius: 50%;
    line-height: 24px;
    width: 28px;
    height: 28px;
    margin-left: 0px;
    vertical-align: text-bottom;
    color: #fff;
}
.welcome .box p {
    line-height: 20px;
    color: #FFF;
}
.welcome .box.dark {
    background: #be0e26;
}
.welcome .box.dark a {
    background: rgba(255, 255, 255, 0.18);
}
.title {
    font-size: 22px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding-bottom: 20px;
    margin-bottom: 0 !important;
    font-family: 'Open Sans', sans-serif;
}
.title + .line {
    width: 66px;
    height: 5px;
    background: #be0e26;
    margin-bottom: 40px !important;
}
.title.wht {
    font-size: 26px !important;
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
}
.title.wht + .line {
    width: 66px;
    height: 5px;
    background: #fff;
    margin-bottom: 40px !important;
}
.ct_heading_1_wrap p {
    margin: 0px 0px 15px;
    font-size: 14px;
    color: #232323;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify;
    letter-spacing: .3px;
    font-weight: 500;
}
.light {
    color: #fff !important;
}
.welcome .ct_heading_1_wrap p {
    /*  margin-bottom: 30px;*/
    line-height: 21px;
}
.ct_heading_1_wrap span {
    display: inline-block;
    position: relative;
}
.ct_heading_1_wrap span img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: -5px;
}
.ct_heading_1_wrap span:before,
.ct_heading_1_wrap span:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #777777;
    top: 10px;
}
.ct_heading_1_wrap span:before {
    left: -100px;
}
.ct_heading_1_wrap span:after {
    right: -100px;
}
/*White Heading*/
.ct_heading_1_wrap.ct_white_hdg h3 {
    color: #fff;
}
.ct_heading_1_wrap.ct_white_hdg p {
    color: #fff;
}
.ct_heading_1_wrap.ct_white_hdg span:before,
.ct_heading_1_wrap.ct_white_hdg span:after {
    background-color: #fff;
}
.theme {
    color: #121e5a !important;
}
.content-block {
     z-index: 1;
   }
   .bg-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    /* width: 50%; */
    height: 100%;
    z-index: -1;
    margin-right: 15px;
    margin-left: 15px;
}
.bg-img-wrap.bigbox {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    left: inherit;
    height: 100%;
    z-index: -1;
}
.bg-img-wrap.smbox {
    position: absolute;
    top: 0;
    left: 0;
    left: inherit;
    height: 100%;
    z-index: -1;
}
.bg-img-wrap.w-55 {
    width: 55%;
}
.bg-color.pos-right,
.bg-img-wrap.pos-right {
    left: auto;
    right: 0;
}
.bg-img-wrap div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.bg-img-wrap div.atts-scroll {
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.gallery-slider {
    max-height: 350px;
    overflow: hidden;
}
.gallery-slider .bx-wrapper .bx-viewport {
    max-height: 350px;
    overflow: hidden;
}
.gallery-slider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.gallery-slider .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.gallery-slider .bx-wrapper .bx-controls-direction a {
    top: 50%;
}
.gallery-slider .bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: space;
    border: 2px solid #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.gallery-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}
.gallery-slider .bx-wrapper .bx-controls-direction a {
    background: rgba(0, 0, 0, .3);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    opacity: 0;
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-prev:before {
    width: 32px;
    height: 32px;
    background-size: cover;
    background: url(images/prev.png);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.gallery-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
    width: 32px;
    height: 32px;
    background-size: cover;
    background: url(images/next.png);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}
.gallery-slider:hover .bx-wrapper .bx-controls-direction a {
    opacity: 1;
}
.get_started_outer_wrap .box {
    display: block;
    padding: 10px;
    text-align: center;
    padding-top: 70px;
    font-size: 16px;
    min-height: 130px;
    box-shadow: 0px 7px 1px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.get_started_outer_wrap .box.bbox {
    background: #be0e26;
    color: #fff;
}
.get_started_outer_wrap .box.ybox {
    background: #4ce3fe;
    color: #000;
}
.get_started_outer_wrap .box i {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.get_started_outer_wrap .box.ybox i {
    background: #4ce3fe;
}
.get_started_outer_wrap .box.bbox i {
    background: #4ce3fe;
    background-image: url(images/icons/box.png);
    background-repeat: no-repeat;
}
@media (max-width: 998px) {
    .get_started_outer_wrap .box {
        margin-bottom: 80px;
    }
    .get_started_outer_wrap {
        margin-top: 40px;
    }
}
.main_navigation ul ul li.hvr-sweep-to-bottom:before {
    background: #616da1;
    /* Old browsers */
    background: -moz-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #616da1 0%, #2a346f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #616da1 0%, #2a346f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: -1px;
}