@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:300,400,600,700);
/*@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/font-awesome.min.css);
@import url(css/credit-icon.css);*/
* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: UnicaOne-Regular, sans-serif;
    color: #922e53;
    line-height: 1.3;
    font-weight: 700
}
p {
    color: #000;
    font-size: 14px;
    line-height: 2;
    font-weight: 400
}
.breadcrumb-content h3 {
    color: #fff!important
}
.section-heading h3 {
    color: #000!important
}
figure {
    margin:0rem !important;
}
a{color:#b81118; -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0 solid transparent;
    /*font-weight: 700;*/
    font-size: 14px}
a:focus,
a:hover {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #465a65;
    font-weight: 700;
    font-size: 14px
}

ol,
ul {
    margin: 0
}

ol li,
ul li {
    list-style: none
}
img {
    height: auto;
    max-width: 100%
}
.about-content {
    font-size: 14px;
    color: #000
}
.rta, p span.rta {
    font-size: 28px;
    color: #fff
}
.mt-15 {
    margin-top: 15px!important
}
.mt-30 {
    margin-top: 30px!important
}
.mt-50 {
    margin-top: 50px!important
}
.mt-70 {
    margin-top: 70px!important
}
.mt-100 {
    margin-top: 100px!important
}
.mb-15 {
    margin-bottom: 15px!important
}
.mb-30 {
    margin-bottom: 30px!important
}
.mb-5 {
    margin-bottom: 5px!important
}
.mb-60 {
    margin-bottom: 50px!important
}
.mb-50 {
    margin-bottom: 50px!important
}
.mb-70 {
    margin-bottom: 70px!important
}

.mb-100 {
    margin-bottom: 100px!important
}
.ml-15 {
    margin-left: 15px!important
}
.ml-30 {
    margin-left: 30px!important
}
.ml-50 {
    margin-left: 50px!important
}
.mr-15 {
    margin-right: 15px!important
}
.mr-30 {
    margin-right: 30px!important
}
.mr-50 {
    margin-right: 50px!important
}

.height-400 {
    height: 400px!important
}
.height-500 {
    height: 500px!important
}
.height-600 {
    height: 600px!important
}

.height-700 {
    height: 700px!important
}
.height-800 {
    height: 800px!important
}

/*.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 50px
}*/
.section-padding-100 {
    padding-top: 75px;
    padding-bottom: 75px
}
.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0
}
.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0
}
.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px
}
.section-padding-100-70 {
    padding-top: 75px;
    padding-bottom: 50px
}
.section-padding-100-100 {
    padding-top: 100px;
    padding-bottom: 70px
}
.text-justify {
    text-align: justify
}
/*.news-bg{
    background: #6419341f;
    color: #641934;
    padding: 0px 40px;
}
*/
.isteColor{
    color: #cd2147;
  }
  .isteColor:hover{
    color: #353A40;
  }
/*haber akÄ±ÅŸÄ± list*/
ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
/*  background: #d4d9df;*/
  display: inline-block;
  position: absolute;
  left: 29px;
/*  width: 2px;
  height: 100%;*/
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
/*  border-radius: 50%;
  border: 3px solid #cd2147;*/
/*  left: 20px;
  width: 20px;
  height: 20px;*/
  z-index: 400;
}
/*vertical carousel*/
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}
.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
div.backBtn {
    width: 180px;
    top: 15px;
    font-weight: 700;
    color: #b81118;
    background-color: #f4f4f4;
    transition: all .4s ease;
    position: relative;
    cursor: pointer
}
span.line {
    bottom: auto;
    right: auto;
    top: auto;
    left: auto;
    background-color: #465a65;
    border-radius: 10px;
    width: 100%;
    left: 0;
    height: 2px;
    display: block;
    position: absolute;
    transition: width .2s ease .1s, left .2s ease, transform .2s ease .3s, background-color .2s ease
}
span.tLine {
    top: 0
}
span.mLine {
    top: 13px;
    opacity: 0
}
span.bLine {
    top: 26px
}
.label {
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    transition: all .4s ease;
    font-size: 1em
}
div.backBtn:hover span.label {
    left: 25px
}
div.backBtn:hover span.line {
    left: -10px;
    height: 5px;
    background-color: #b81118
}
div.backBtn:hover span.tLine {
    width: 25px;
    transform: rotate(-45deg);
    left: -15px;
    top: 6px
}
div.backBtn:hover span.mLine {
    opacity: 1;
    width: 30px
}
div.backBtn:hover span.bLine {
    width: 25px;
    transform: rotate(45deg);
    left: -15px;
    top: 20px
}
.menu-head {
	padding: 5px 0px;
    background: #ffffff;
}
.single-slide .welcome-text img {
    width: 14%!important;
    text-align: center!important;
    display: inline!important
}
.cool-link{
	 display: inline !important;
    color: #000!important;
    text-decoration: none!important;
}
.cool-link a li {
    color: #641934;
    list-style: outside !important;
    margin-bottom: 6px!important;
}
.cool-link::after{
    content: ''!important;
    display: block!important;
    width: 0!important;
    height: 1px!important;
    background: #641934!important;
    transition: width .3s!important
}
.cool-link:hover::after {
    width: 100%!important;
    transition: width .3s!important
}
.a li {
    color: #641934;
    list-style: outside!important;
    margin-bottom: 6px!important
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}
ul.social-network li {
    display: inline;
    margin: 0 3px
}
.social-network a.icoRss:hover {
    background-color: #f56505
}
.social-network a.icoFacebook:hover {
    background-color: #3b5998
}
.social-network a.icoTwitter:hover {
    background-color: #3cf
}
.social-network a.icoGoogle:hover {
    background-color: #bd3518
}
.social-network a.icoVimeo:hover {
    background-color: #0590b8
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7
}
.social-network a.icoFacebook:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoRss:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoVimeo:hover i {
    color: #fff
}
.socialHoverClass,
a.socialIcon:hover {
    color: #44bcdd
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 13px
}
.social-circle li i {
    margin: 0;
    line-height: 25px;
    text-align: center
}
.section-padding-100-100 {
    padding-top: 100px;
    padding-bottom: 100px
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.social-circle i {
    color: #fff;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    transition: all .8s
}

.social-circle a {
    background-color: #666!important
}
.testimonial-sec {
    padding-top: 80px
}
#testimonials .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    background-color: #000;
    border-radius: 3px;
}
#testimonials .carousel-indicators li.active {
    background-color: #fff
}
#testimonials .carousel-inner {
    padding: 0;
    background-color: #fff
}
#testimonials .carousel-item {
    margin-top: 0
}
#testimonials .testi-text {
    line-height: 34px;
    width: 50%;
    height: 170px;
    letter-spacing: 0;
    font-weight: 500;
    font-family: cursive;
    float: right;
    color: #0000009e;
    margin-right: 10%;
}
#testimonials .testi-footer {
    width: 100%;
    position: relative;
    background-color: #641934;
    height: 120px;
    clear: both;
    float: left
}
.carousel-indicators {
    justify-content: flex-end !important;
}
#testimonials .testi-footer img {
    vertical-align: middle;
    display: inline-block
}
#testimonials .testi-footer .quoteicon {
    width: 50px;
    height: auto;
    margin: 35px 70px
}
#testimonials .testi-footer .custimg {
    border-radius: 50% !important;
    width: 160px;
    height: auto;
    margin-left: 47px;
    margin-top: -120px
}
.testi-ftr-wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}
.cust-pro-info {
    float: right;
    color: #fff;
    width: 50%;
    margin-right: 10%;
    padding-top: 10px
}
.cust-pro-info span.cust_name {
    font-size: 20px;
    text-transform: uppercase
}
.cust-pro-info span.cust_pro {
    font-size: 12px
}
.cust-pro-info span {
    clear: both;
    float: left
}
.testi-text-wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto
}
@media (max-width:992px) {
    #testimonials .testi-text {
        width: 90%;
        font-size: 16px;
        margin-right: 5%
    }
    #testimonials .testi-footer {
        height: auto;
        padding: 10px
    }
    #testimonials .testi-footer .quoteicon {
        width: 20px;
        height: auto;
        margin: 0;
        float: left
    }
    #testimonials .testi-footer .custimg {
        width: 60px;
        height: auto;
        margin: 0;
        float: left
    }
    .cust-pro-info span.cust_name {
        font-size: 15px
    }
    .cust-pro-info span.cust_pro {
        font-size: 13px
    }
    .blog .carousel-indicators {
        bottom: 0
    }
    .cust-pro-info {
        float: left;
        color: #fff;
        width: auto;
        margin-right: 0;
        padding-top: 10px;
        margin-left: 15px
    }
}
.preloader {
    background-color: #641934;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999
}
.preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}
.preloader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #17376e;
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}
.preloader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}
.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}
.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}
.preloader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}
@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}
.jarallax {
    position: relative;
    z-index: 0
}
.jarallax>.jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}
.section-heading .line {
    width: 45px;
    height: 5px;
    border-radius: 3px;
    background-color: #001435;
    margin-bottom: 20px
}
.section-heading p {
    font-size: 16px;
    margin-bottom: 0;
    letter-spacing: 2px;
    color: #001333;
    text-transform: uppercase
}
.section-heading h2 {
    font-size: 33px;
	text-transform: uppercase;
    color: #001435;
    font-weight: 600;
    margin-bottom: 9px
}
@media only screen and (min-width:992px) and (max-width:1199px) {
    .section-heading h2 {
        font-size: 28px
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .section-heading h2 {
        font-size: 24px
    }
}
@media only screen and (max-width:767px) {
    .section-heading h2 {
        font-size: 24px
    }
}

.section-heading.white .line {
    background-color: #ffffffb5
}

.section-heading.white h2,
.section-heading.white p {
    color: #641934
}

.section-heading.text-center .line {
    margin-left: auto;
    margin-right: auto
}

.box-shadow {
    position: relative;
    z-index: 1
}

.box-shadow:hover {
    box-shadow: 0 0 24px rgba(0, 0, 0, .2)
}

.tooltip-inner {
    background-color: #17376e;
    box-shadow: 0 0 24px rgba(0, 0, 0, .2)
}

.tooltip .arrow::before {
    border-bottom-color: #17376e
}

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.bg-white {
    background-color: #ffffffb5!important
}

.bg-dark {
    background-color: #000!important
}

.bg-transparent {
    background-color: transparent!important
}

.bg-gray {
    background-color: #f1f7f9
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover
}

.bg-overlay::after {
	background: #17376e6b !important;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""
}

.bg-fixed {
    background-attachment: fixed!important
}

#scrollUp {
    background-color: #465a65;
    border-radius: 5px 0 0 5px;
    bottom: 70px;
    color: #ffffffb5;
    font-size: 10px;
    padding: 8px 0;
    height: 55px;
    line-height: 1.2;
    right: 0;
    text-align: center;
    width: 35px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-weight: 700;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, .15);
    text-transform: uppercase
}

#scrollUp i {
    font-size: 18px;
    display: block
}

#scrollUp:hover {
    background-color: #b81118;
    color: #ffffffb5
}

.credit-btn {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #b81118;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 135px;
    height: 48px;
    color: #ffffff;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.credit-btn:focus,
.credit-btn:hover {
    font-size: 14px;
    font-weight: 700;
    background-color: #465a65;
    color: #ffffffb5
}

.credit-btn.btn-2 {
    background-color: #641934;
    color: #ffffffb5
}

.credit-btn.btn-2:focus,
.credit-btn.btn-2:hover {
    background-color: #17376e;
    color: #ffffffb5
}

.credit-btn.btn-3 {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    line-height: 44px
}

.credit-btn.btn-3:focus,
.credit-btn.btn-3:hover {
    border: 2px solid #641934;
    background-color: #641934;
    color: #ffffffb5
}

.contact img, .contactnew img {
    width: 90%
}

.header-area {
    position: relative;
    z-index: 1000;
    width: 100%
}

.header-area .top-header-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 38px;
    /*background-color: #465a65;*/
	background: linear-gradient(120deg,#465a65 70%,#b81118 30%);
}

.header-area .top-header-area .top-contact-info {
    position: relative;
    z-index: 1
}

.header-area .top-header-area .top-contact-info a {
    display: inline-block;
    color: #fff!important;
	text-decoration:none;
    font-size: 12px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    font-weight: 600
}

.header-area .top-header-area .top-contact-info a img {
    margin-right: 10px
}

@media only screen and (max-width:767px) {
    .header-area .top-header-area .top-contact-info a span {
        display: none
    }
}

.header-area .top-header-area .top-contact-info a:first-child {
    margin-right: 30px
}

.header-area .top-header-area .top-contact-info a:focus,
.header-area .top-header-area .top-contact-info a:hover {
    color: #641934
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .top-header-area .top-contact-info a {
        font-size: 13px
    }
}

.header-area .credit-main-menu {
    position: relative;
    width: 100%;
    z-index: 1;
    /*background-color: #17376e*/
	background-color: #ffffff;
}

.header-area .credit-main-menu::after {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 1
}

.header-area .credit-main-menu .classy-nav-container {
background:#ffffff;
/*background: linear-gradient(45deg, #ffffff 45%, #b81118 11%);
    background: linear-gradient(45deg, #ffffff 60%, #b81118 11%);*/
	/* linear-gradient(135deg, #b81118 11%, #ffffff 21%)!important;
	background: linear-gradient(217deg, rgba(255,0,0,.8), rgba(255,0,0,0) 70.71%),
            linear-gradient(127deg, rgba(0,255,0,.8), rgba(0,255,0,0) 70.71%),
            linear-gradient(336deg, rgba(0,0,255,.8), rgba(0,0,255,0) 70.71%);*/
}

.header-area .credit-main-menu .classy-navbar {
    height: 85px;
    padding: 0
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar {
        height: 70px
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a {
    font-weight: 600;
    /*text-transform: capitalize;*/
    font-size: 15px;
    padding: 0 15px;
    color: #fff
}

.header-area .credit-main-menu .classy-navbar .classynav ul li a:focus,
.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover {
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #641934
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #fff
    }
}

.header-area .credit-main-menu .classy-navbar .classynav>ul>li:first-child a {
    padding-left: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .classynav>ul>li:first-child a {
        padding-left: 15px
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .classynav>ul>li:first-child a {
        padding-left: 15px
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down>a::after,
.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
    color: #ffffffb5
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down>a::after,
    .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
        color: #641934
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li.has-down>a::after,
    .header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item>a::after {
        color: #fff
    }
}

.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
    color: #fff;
    font-size: 14px
}

.header-area .credit-main-menu .classy-navbar .contact {
    position: relative;
    z-index: 1;
    padding-left: 0;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden
}
.header-area .credit-main-menu .classy-navbar .contactnew {
    position:relative;
    z-index: 1;
    padding-left: 0;
    height: 100%;
	left:0px; margin-left:0px;
    overflow-y: hidden;
    overflow-x: hidden;
}
.header-area .credit-main-menu .classy-navbar .req-button {
    position:relative;
    z-index: 1;
    padding-left: 0;
    height: 100%;
	left:0px; margin-left:0px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.header-area .credit-main-menu .classy-navbar .contact a {
    display: inline-block;
    font-size: 24px;
    color: #641934;
    font-weight: 700;
    line-height: 85px
}
.header-area .credit-main-menu .classy-navbar .contactnew a {
    display: inline-block;    
	font-size: 24px;
    color: #641934;
    font-weight: 700;
    line-height: 85px
}
.header-area .credit-main-menu .classy-navbar .req-button a {
    display: inline-block;    
	font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 25px;
	background:#b81118;
	margin:30px 0 0;
	padding:15px;
}

.header-area .credit-main-menu .classy-navbar .contact a:hover {
    color: #ffffffb5
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area .credit-main-menu .classy-navbar .contact a {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area .credit-main-menu .classy-navbar .contact a {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .header-area .credit-main-menu .classy-navbar .contact a {
        font-size: 14px;
        line-height: 70px
    }
}

.hero-area {
    position: relative;
    z-index: 1
}

.hero-area .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    z-index: 100;
    bottom: 30px;
    left: 0;
    right: 0
}

.hero-area .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    background-color: #d2d2d2;
    border-radius: 50%;
    margin: 0 6px
}

.hero-area .owl-dots .owl-dot.active {
    background-color: #465a65
}

.hero-area .owl-next,
.hero-area .owl-prev {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    top: 50%;
    margin-top: -23px;
    font-size: 18px;
    color: #ffffffb5;
    background-color: #b81118;
    left: 20px;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    line-height: 46px;
    opacity: 0;
    visibility: hidden
}

@media only screen and (max-width:767px) {
    .hero-area .owl-next,
    .hero-area .owl-prev {
        left: 10px
    }
}

.hero-area .owl-next:hover,
.hero-area .owl-prev:hover {
    background-color: #465a65;
    color: #ffffffb5
}

.hero-area .owl-next {
    left: auto;
    right: 20px
}

@media only screen and (max-width:767px) {
    .hero-area .owl-next {
        right: 10px
    }
}

.hero-area:hover .owl-next,
.hero-area:hover .owl-prev {
    opacity: 1;
    visibility: visible
}

.single-slide {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100vh;
    background-color: #ffffffb5;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slide {
        height: 100vh
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slide {
        height: 100vh
    }
}

@media only screen and (max-width:767px) {
    .single-slide {
        height: 100vh
    }
}

.single-slide .slide-bg-img {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: -12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: slide-bg linear 10s infinite;
    animation: slide-bg linear 10s infinite
}

.single-slide .slide-du-indicator {
    position: absolute;
    z-index: 10;
    width: 0;
    height: 2px;
    background-color: #17376e;
    left: 0;
    bottom: 0;
    -webkit-animation: slide-du-indicator linear 10s infinite;
    animation: slide-du-indicator linear 10s infinite
}

.single-slide .welcome-text {
    position: relative;
    z-index: 1
}

.single-slide .welcome-text h6 {
    font-size: 20px;
    font-weight: 500;
    color: #ffffffb5;
    margin-bottom: 6px
}

.single-slide .welcome-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase
}

.welcome-text1 {
    margin-left: 225px;
    text-align: left!important
}

.single-slide .welcome-text h2 {
    font-size: 32px;
    background: -webkit-linear-gradient(45deg, #fff, #fff 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.single-slide .welcome-text h2 span {
    color: #17376e
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slide .welcome-text h2 {
        font-size: 48px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slide .welcome-text h2 {
        font-size: 42px
    }
}

@media only screen and (max-width:767px) {
    .single-slide .welcome-text h2 {
        font-size: 24px
    }
}

.single-slide .welcome-text p {
    font-size: 16px;
    color: #ffffffb5
}

@-webkit-keyframes slide-du-indicator {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes slide-du-indicator {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes slide-bg {
    0% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.single-features-area {
    position: relative;
    z-index: 1
}

.single-features-area h6 {
    font-size: 18px;
    color: #6e6e6e;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.8
}

.single-features-area img {
    margin-bottom: 15px
}

.single-features-area h5 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-features-area h5 {
        font-size: 15px
    }
}

.single-features-area:hover h5 {
    color: #17376e
}

.special-feature-area {
    position: relative;
    z-index: 1
}

.special-feature-area .special-feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #17376e
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.special-feature-area .special-feature-content .feature-text {
    position: relative;
    z-index: 1;

    max-width: 555px;
    margin-left: auto;
    padding-right: 70px
}

.special-feature-area .special-feature-content .feature-text h6 {
    color: #ffffffb5;
    line-height: 1.7;
    margin-bottom: 50px;
    font-weight: 600
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-feature-area .special-feature-content .feature-text h6 {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-content .feature-text h6 {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .special-feature-area .special-feature-content .feature-text {
        max-width: 465px;
        padding-right: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-feature-area .special-feature-content .feature-text {
        max-width: 350px;
        padding-right: 20px
    }
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-content .feature-text {
        max-width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }
}

.special-feature-area .special-feature-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

@media only screen and (max-width:767px) {
    .special-feature-area .special-feature-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 250px
    }
}

.special-feature-area.style-2 .special-feature-content {
    background-color: #641934
}

.special-feature-area.style-2 .special-feature-content .feature-text {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
    padding-left: 70px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {
    .special-feature-area.style-2 .special-feature-content .feature-text {
        padding-left: 15px;
        padding-right: 15px
    }
}

.cta-area {
    position: relative;
    z-index: 1
}

.cta-area .cta-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px
    }
}

@media only screen and (max-width:767px) {
    .cta-area .cta-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 280px
    }
}

.cta-area .cta-content {
    text-align: justify;
    position: relative;
    z-index: 1;
    padding: 0 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .cta-area .cta-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.cta-area .cta-content h6 {
    color: #641934;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8
}

.cta-area .cta-content .single-skils-area .skills-text span {
    color: #ffffffb5;
    font-size: 18px;
    font-weight: 700
}

.cta-area .cta-content .single-skils-area p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    color: #ffffffb5;
    text-transform: uppercase
}

.cta-2-area {
    position: relative;
    z-index: 1;
    background-color: #641934;
    padding-top: 50px
}

.cta-2-area .cta-content .cta-text {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.cta-2-area .cta-content .cta-text h4 {
    color: #ffffffb5;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0;
    font-weight: 600
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cta-2-area .cta-content .cta-text h4 {
        font-size: 18px
    }
}

.cta-2-area .cta-content .cta-text p {
    color: #ffffffb5;
    font-size: 14px;
    margin-bottom: 0
}

@media only screen and (max-width:767px) {
    .cta-2-area .cta-content .cta-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.cta-2-area .cta-content .cta-btn {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

@media only screen and (max-width:767px) {
    .cta-2-area .cta-content .cta-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%
    }
}

.contact--area .section-heading h2,
.news--area .section-heading h2 {
    font-size: 24px
}

.news--area {
    position: relative;
    z-index: 1
}

.single-news-area {
    position: relative;
    z-index: 1;
    margin-bottom: 15px
}

.single-news-area:last-child {
    margin-bottom: 0
}

.single-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 37%
}

.single-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    width: 63%;
    padding-left: 15px
}

.single-news-area .news-content span {
    font-size: 10px;
    color: #ffffffb5;
    background-color: #17376e;
    padding: 3px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px
}

.single-news-area .news-content a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0
}

.single-news-area .news-content a:focus,
.single-news-area .news-content a:hover {
    color: #17376e
}

.single-news-area .news-content .news-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 12px;
    color: #838383;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1
}

.single-news-area .news-content .news-meta a img {
    margin-right: 5px
}

.single-news-area .news-content .news-meta a:last-child {
    margin-left: 31px
}

.single-news-area .news-content .news-meta a:last-child::after {
    content: '|';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1
}

.single-news-area .news-content .news-meta a:focus,
.single-news-area .news-content .news-meta a:hover {
    color: #17376e
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-news-area .news-content .news-meta a {
        font-size: 10px
    }
}

@media only screen and (max-width:767px) {
    .single-news-area .news-content .news-meta a {
        font-size: 10px
    }
}

.contact--area {
    position: relative;
    z-index: 1
}

.contact--area .contact-content {
    padding: 55px 45px;
    border: 1px solid
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact--area .contact-content {
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    .contact--area .contact-content {
        padding: 20px
    }
}

.contact--area .contact-content .single-contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.contact--area .contact-content .single-contact-content:last-child {
    margin-bottom: 0
}

.contact--area .contact-content .single-contact-content .icon {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
     max-width: 35px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    color: #ffffffb5;
    text-align: center;
    margin-right: 20px;
	margin-top:10px;
    background-color: #465a65;
	border-radius: 50%;
	text-align: center;
    transition: 0.5s;
	 
}
.contact--area .contact-content .single-contact-content .icon:hover{background:#b81118; transition:0.5s;}

.contact--area .contact-content .single-contact-content .text p {
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
	line-height:21px;
}
.contact--area .contact-content .single-contact-content .text-2 p {
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
	line-height:21px;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .contact--area .contact-content .single-contact-content .text p {
        font-size: 12px
    }
}

@media only screen and (max-width:767px) {
    .contact--area .contact-content .single-contact-content .text p {
        font-size: 12px
    }
}

.contact--area .contact-content .single-contact-content .text span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #838383
}

.contact--area.contact-page .contact-content {
    padding: 0 0 25px;
    border: none
}

.contact--area.contact-page .contact-content h5 {
	font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 22px
}

.contact--area.contact-page .contact-content .single-contact-content .text p,
.contact--area.contact-page .contact-content .single-contact-content .text span {
    color: #465a65;
	font-weight:bold;
}

.single-service-area p {
    color: #0c1525
}

.single-service-area h5 {
    color: #17376e!important
}

.single-service-area h2 {
    color: #fff!important
}

/*.services-sec {
    padding: 200px 0 0 0!important
}*/
.services-sec ul{ }
.services-sec li{ color: #000;
	font-size: 14px;
	line-height: 2;
	font-weight: 400; list-style:disc; margin:0 0 0 21px;
}
.services-sec li::marker {
   /* content: '\2746';*/
    font-size: 1.5rem;
    font-weight: bolder;
}
.services-sec li li{ list-style:circle; margin:0 0 0 25px;}
.services-sec {
    padding: 0px 0 50px 0!important;
}

.services-sec b {
    color: #16366f
}

.services-sec pb-5 {
    padding-bottom: 4rem!important
}

.services-sec pt-5 {
    padding-top: 4rem!important
}

.services-area {
    background: #eee;
    position: relative;
    z-index: 3
}

.services-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.services-area .nl-content {
    position: relative;
    z-index: 1
}

.services-area .nl-content h2 {
    color: #ffffffb5;
    margin-bottom: 25px;
    display: block;
    font-weight: 400;
    font-size: 30px
}

@media only screen and (max-width:767px) {
    .services-area .nl-content h2 {
        font-size: 18px
    }
}

.services-area .nl-content form {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px
}

.services-area .nl-content form input {
    width: 100%;
    height: 45px;
    background-color: #ffffffb5;
    border-radius: 30px;
    border: none;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px
}

.services-area .nl-content form button {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    width: 130px;
    height: 45px;
    background-color: #641934;
    border: none;
    border-radius: 0 30px 30px 0;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffffffb5;
    text-align: center;
    cursor: pointer;
    z-index: 20
}

.services-area .nl-content form button:hover {
    background-color: #17376e
}

.services-area .nl-content form button:focus {
    outline: 0;
    box-shadow: none
}

@media only screen and (max-width:767px) {
    .services-area .nl-content form button {
        width: 100px
    }
}

.services-area .nl-content p {
    font-size: 12px;
    color: #ffffffb5;
    margin-bottom: 0
}

.newsletter-area {
    background: #eee;
    position: relative;
    z-index: 3
}

.newsletter-area::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 48, 74, .86);
    z-index: -1
}

.newsletter-area .nl-content {
    position: relative;
    z-index: 1
}

/*.newsletter-area .nl-content h2 {
    color: #ffffff;
    margin-bottom: 25px;
    display: block;
    font-weight: 400;
    font-size: 30px
}*/
.newsletter-area .nl-content ul { padding:0px; margin:0px;}
.newsletter-area .nl-content ul { padding:10px 0; margin:0px; color: #ffffff; text-align:left;}

@media only screen and (max-width:767px) {
    .newsletter-area .nl-content h2 {
        font-size: 18px
    }
}

.newsletter-area .nl-content form {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0
}

.newsletter-area .nl-content form input {
    width: 100%;
    height: 45px;
    border: none;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px
}

.newsletter-area .nl-content form button {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    width: 130px;
    height: 45px;
    background-color: #641934;
    border: none;
    top: 0;
    right: 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffffffb5;
    text-align: center;
    cursor: pointer;
    z-index: 20
}

.newsletter-area .nl-content form button:hover {
    background-color: #17376e
}

.newsletter-area .nl-content form button:focus {
    outline: 0;
    box-shadow: none
}

@media only screen and (max-width:767px) {
    .newsletter-area .nl-content form button {
        width: 100px
    }
}

.newsletter-area .nl-content p {
    font-size: 12px;
    color: #ffffffb5;
    margin-bottom: 0
}

.footer-area {
    position: relative;
    z-index: 1;
    /*background-color: #b81118;*/
	background-image: linear-gradient(to bottom right, #ffffff 10%, #b81118);
	/*background-image: linear-gradient(to right, rgba(184,17,24,0), rgba(184,17,24,1));*/
	
}

/*.footer-area p {
    color: #ffffff;
}*/

.footer-area h5 {
    color: #465a65!important
}

.footer-area span {
    color: #d6d5d8!important
}

.footer-area .single-footer-widget {
    position: relative;
    z-index: 1
}

.footer-area .single-footer-widget .widget-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 22px;
    font-weight: 400
}

.footer-area .single-footer-widget ul li a {
    display: block;
    color: #ffffffb5;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    padding-left: 23px;
    word-break: break-all;
}

.footer-area .single-footer-widget ul li a::before {
    content: '';
    width: 8px;
    height: 8px;
    top: 7px;
    left: 0;
    border-radius: 50%;
    background-color: #c3b9bd;
    position: absolute;
    z-index: 1
}

.footer-area .single-footer-widget ul li a:focus,
.footer-area .single-footer-widget ul li a:hover {
    color: #fff;
}

.footer-area .single-footer-widget ul li:last-child a {
    margin-bottom: 0
}

.footer-area .copywrite-area {
    position: relative;
    z-index: 1;
    padding: 20px 0;
	background:#ffffff;
	border-top:2px solid #465a65;
}

.footer-area .copywrite-area .copywrite-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #000000!important;
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .footer-area .copywrite-area .copywrite-text {
        margin-top: 30px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copywrite-area .copywrite-text {
        margin-top: 0
    }
}

.footer-area .copywrite-area .copywrite-text a {
    color: #636b75;
    font-size: 14px;
    font-weight: 400
}

.footer-area .copywrite-area .copywrite-text a:focus,
.footer-area .copywrite-area .copywrite-text a:hover {
    color: #17376e
}

.breadcrumb-area {
    position: relative;
	display:block;
    z-index: 1;
    width: 100%;
    height: 400px!important;
}

@media only screen and (max-width:767px) {
    .breadcrumb-area {
        height: 180px
    }
}

.breadcrumb-area .breadcrumb-content h2 {
    color: #ffffffb5;
    font-size: 30px;
    text-transform: uppercase;
    display: block
}

@media only screen and (max-width:767px) {
    .breadcrumb-area .breadcrumb-content h2 {
        font-size: 24px
    }
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
	margin-top:15px;
    margin-bottom: 0
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
    color: #ffffffb5
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a:hover {
    color: #b81118;
}

.single-latest-news-area {
    position: relative;
    z-index: 1;
    margin-bottom: 20px
}

.single-latest-news-area:last-child {
    margin-bottom: 0
}

.single-latest-news-area .news-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 25%
}

.single-latest-news-area .news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 75%;
    padding-left: 10px
}

.single-latest-news-area .news-content a {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffffb5
}

.single-latest-news-area .news-content a:focus,
.single-latest-news-area .news-content a:hover {
    color: #17376e
}

.single-latest-news-area .news-content .news-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 12px;
    color: #838383;
    font-weight: 600;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-latest-news-area .news-content .news-meta a {
        font-size: 9px
    }
}

.single-latest-news-area .news-content .news-meta a img {
    margin-right: 2px
}

.single-latest-news-area .news-content .news-meta a:last-child {
    margin-left: 21px
}

.single-latest-news-area .news-content .news-meta a:last-child::after {
    content: '|';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1
}

.single-latest-news-area .news-content .news-meta a:focus,
.single-latest-news-area .news-content .news-meta a:hover {
    color: #17376e
}

.single-blog-area {
    position: relative;
    z-index: 1
}

/*.single-blog-area .blog-thumbnail {
    position: relative;
    z-index: 1;
    margin-bottom: 35px
}*/
/*
.single-blog-area .blog-thumbnail a {
    display: block
}

.single-blog-area .blog-thumbnail a img {
    border-radius: 5px
}
*/
.single-blog-area .blog-content {
    position: relative;
    z-index: 1;
	padding-bottom: 46PX;
    border-bottom: 1px solid #CCC;
}
.single-blog-area .blog-content ul {padding:0px; margin:0px;}
.single-blog-area .blog-content ul li{padding: 0px 10px 25px 35px!important; margin:0px; width:100%; display:block; background:url(../images/list-icon.png) 0px 5px no-repeat; }
.single-blog-area .blog-content ul li div{padding: 0px 100px 7px 0!important; margin:0px; }

.single-blog-area .blog-content span {
    font-size: 10px;
    color: #ffffffb5;
    background-color: #17376e;
    padding: 3px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 5px
}

.single-blog-area .blog-content .post-title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    color: #212121
}

.single-blog-area .blog-content .post-title:focus,
.single-blog-area .blog-content .post-title:hover {
    color: #17376e
}

.single-blog-area .blog-content .blog-meta {
    margin-bottom: 10px
}

.single-blog-area .blog-content .blog-meta a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 12px;
    color: #838383;
    font-weight: 600;
    margin-bottom: 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-blog-area .blog-content .blog-meta a {
        font-size: 9px
    }
}

.single-blog-area .blog-content .blog-meta a img {
    margin-right: 2px
}

.single-blog-area .blog-content .blog-meta a:last-child {
    margin-left: 21px
}

.single-blog-area .blog-content .blog-meta a:last-child::after {
    content: '|';
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 1
}

.single-blog-area .blog-content .blog-meta a:focus,
.single-blog-area .blog-content .blog-meta a:hover {
    color: #17376e
}

.single-blog-area .blog-content p {
    margin-bottom: 0
}

.post-details-content {
    position: relative;
    z-index: 1
}

.post-details-content img {
    border-radius: 5px;
    margin-bottom: 30px
}

.post-details-content p {
    margin-bottom: 25px
}

.pagination {
    position: relative;
    z-index: 1
}

.pagination .page-item .page-link {
    width: 40px;
    height: 40px;
    background-color: #ffffffb5;
    border-radius: 5px;
    line-height: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #212121;
    padding: 0;
    border: none;
    text-align: center;
    margin-right: 2px
}

.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
    color: #ffffffb5;
    background-color: #17376e
}

.pagination .page-item.active .page-link {
    color: #ffffffb5;
    background-color: #17376e
}

.sidebar-area {
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .sidebar-area {
        margin-top: 100px
    }
}

@media only screen and (max-width:767px) {
    .sidebar-area {
        margin-top: 100px
    }
}

.single-widget-area {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.single-widget-area:last-child {
    margin-bottom: 0
}

.single-widget-area .widget-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px
}

.single-widget-area .widget-heading .line {
    width: 30px;
    height: 8px;
    background-color: #17376e;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px
}

.single-widget-area.search-widget {
    position: relative;
    z-index: 1
}

.single-widget-area.search-widget form {
    position: relative;
    z-index: 1
}

.single-widget-area.search-widget form input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    background-color: #f1f7f9;
    padding: 0 20px;
    font-size: 12px;
    font-style: italic
}

.single-widget-area.search-widget form button {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    width: 125px;
    height: 50px;
    border: none;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #641934;
    color: #17376e;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer
}

.single-widget-area.search-widget form button:hover {
    background-color: #17376e;
    color: #641934
}

.single-widget-area.cata-widget ul {
    padding-left: 35px
}

.single-widget-area.cata-widget ul li a {
    display: block;
    font-size: 15px;
    padding: 7px 0;
    font-weight: 600;
    color: #641934
}

.single-widget-area.cata-widget ul li a:focus,
.single-widget-area.cata-widget ul li a:hover {
    color: #17376e
}

.comment_area {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 50px
}

.comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 30px;
    height: 51px;
    border-radius: 50%
}

@media only screen and (max-width:767px) {
    .comment_area .comment-content .comment-author {
        margin-right: 15px
    }
}

.comment_area .comment-content .comment-author img {
    border-radius: 50%
}

.comment_area .comment-content .comment-meta {
    margin-bottom: 30px
}

.comment_area .comment-content .comment-meta .post-author,
.comment_area .comment-content .comment-meta .post-date,
.comment_area .comment-content .comment-meta .reply {
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    color: #212121;
    margin-right: 30px
}

@media only screen and (max-width:767px) {
    .comment_area .comment-content .comment-meta .post-author,
    .comment_area .comment-content .comment-meta .post-date,
    .comment_area .comment-content .comment-meta .reply {
        font-size: 12px;
        margin-right: 15px
    }
}

.comment_area .comment-content .comment-meta .post-author::after,
.comment_area .comment-content .comment-meta .post-date::after,
.comment_area .comment-content .comment-meta .reply::after {
    position: absolute;
    top: 0;
    right: -16px;
    content: '|';
    z-index: 1
}

@media only screen and (max-width:767px) {
    .comment_area .comment-content .comment-meta .post-author::after,
    .comment_area .comment-content .comment-meta .post-date::after,
    .comment_area .comment-content .comment-meta .reply::after {
        right: -8px
    }
}

.comment_area .comment-content .comment-meta .post-author:hover,
.comment_area .comment-content .comment-meta .post-date:hover,
.comment_area .comment-content .comment-meta .reply:hover {
    color: #641934
}

.comment_area .comment-content .comment-meta .reply {
    margin-right: 0
}

.comment_area .comment-content .comment-meta .reply::after {
    display: none
}

.comment_area .comment-content .comment-meta p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 2;
    font-weight: 500
}

.comment_area .single_comment_area {
    margin-bottom: 30px
}

.comment_area .single_comment_area:last-of-type {
    margin-bottom: 0
}

.comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px
}

.contact-advisor {
    position: relative;
    z-index: 1;
    background-color: #17376e;
    padding: 35px
}

.contact-advisor h5 {
    font-size: 18px;
    color: #ffffffb5;
    font-weight: 600;
    margin-bottom: 40px
}

.contact-advisor .single-advisor {
    position: relative;
    z-index: 1;
    margin-bottom: 60px
}

.contact-advisor .single-advisor:last-child {
    margin-bottom: 0
}

.contact-advisor .single-advisor .advisor-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    margin-right: 30px
}

.contact-advisor .single-advisor .advisor-info h6 {
    color: #ffffffb5;
    margin-bottom: 5px;
    font-weight: 600
}

.contact-advisor .single-advisor .advisor-info span {
    font-size: 12px;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    color: #ffffffb5
}

.contact-advisor .single-advisor .advisor-info p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    color: #ffffffb5
}

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 34px;
    width: 100%;
    background-color: #f1f7f9;
    font-size: 12px;
    margin-bottom: 8px;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
    font-weight: 500;
    color: #aeaeae;
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.contact-form-area .form-control:focus {
    box-shadow: none
}

.contact-form-area textarea.form-control {
    height: 130px
}

.map-area {
    position: relative;
    z-index: 2;
    height: 960px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .map-area {
        height: 1200px
    }
}

@media only screen and (max-width:767px) {
    .map-area {
        height: 1200px
    }
}

.map-area iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin-bottom: 0
}

.map-area .contact---area {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.map-area .contact---area .contact-page {
	color: #fff;
    background-color: #641934;
    padding: 70px 45px
}
.contact-form-area {
	color: #000;
    background-color: #ccc;
    padding: 50px 45px 40px;
}

@media only screen and (max-width:767px) {
    .map-area .contact---area .contact-page {
        padding: 40px 30px
    }
}

.map-area .contact---area .contact-page h4 {
    color: #ffffffb5;
    font-weight: 600
}

.elements-title {
    position: relative;
    z-index: 1
}

.elements-title .line {
    width: 30px;
    height: 8px;
    background-color: #17376e;
    border-radius: 5px;
    display: block;
    margin-bottom: 15px
}

.elements-title h2 {
    font-size: 24px;
    margin-bottom: 0
}

.single-service-area {
    position: relative;
    z-index: 1
}

.single-service-area .icon {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 64px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #641934;
    text-align: center;
    margin-right: 5px;
    line-height: 56px;
    margin-top: -11px;
    color: #ffffffb5;
    font-size: 27px
}

.single-service-area .text h5 {
	text-align: center;
    border-bottom: 1px solid #641934;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-size: 16px;
    padding-bottom: 9px
}

.single-service-area .text p {
    margin-bottom: 0
}

.single-service-area:focus .icon,
.single-service-area:hover .icon {
    background-color: #17376e
}

.single-service-area:focus .text h5,
.single-service-area:hover .text h5 {
    color: #17376e
}

.single-cool-fact {
    position: relative;
    z-index: 1
}

.single-cool-fact .scf-icon {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px
}

.single-cool-fact .scf-icon i {
    color: #17376e;
    font-size: 65px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-cool-fact .scf-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        max-width: 40px;
        width: 40px
    }
    .single-cool-fact .scf-icon i {
        font-size: 40px
    }
}

.single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 24px
    }
}

.single-cool-fact .scf-text p {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    color: #212121;
    line-height: 1
}

.single-cool-fact.white .scf-icon i,
.single-cool-fact.white .scf-text h2,
.single-cool-fact.white .scf-text p {
    color: #ffffffb5
}

.single-accordion.panel {
    background-color: #ffffffb5;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px
}

.single-accordion:last-of-type {
    margin-bottom: 0
}

.single-accordion h6 {
    margin-bottom: 0
}

.single-accordion h6 a {
    font-family: "Open Sans", sans-serif;
    background-color: #fdfdfd;
    border-radius: 5px;
    color: #922e53;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 26px;
    position: relative;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600
}

.single-accordion h6 a span {
    background: 0 0;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    font-size: 13px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 58px;
    height: 100%;
    color: #922e53;
    line-height: 58px
}

.single-accordion h6 a span.accor-open {
    opacity: 0
}

.single-accordion h6 a.collapsed {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    background-color: #fff;
    color: #000
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none
}

.single-accordion .accordion-content p {
    padding: 15px 15px 0;
    margin-bottom: 0
}

.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center
}

.single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px
}

.single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.single-skils-area .skills-text span {
    font-size: 18px;
    color: #212121;
    font-weight: 600
}

.single-skils-area p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    color: #212121;
    text-transform: uppercase
}

.credit-tabs-content {
    position: relative;
    z-index: 1
}

.credit-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px
}

.credit-tabs-content .nav-tabs .nav-link {
    background-color: #f1f7f9;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #212121;
    margin: 0 2px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .credit-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 14px
    }
}

.credit-tabs-content .nav-tabs .nav-link.active {
    background-color: #641934;
    color: #ffffffb5
}

.credit-tabs-content .credit-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px
}

.credit-tabs-content .credit-tab-text p {
    margin-bottom: 0
}

.credit-tabs-content .tab-content h6 {
    font-size: 18px
}

.single-icons {
    position: relative;
    z-index: 1;
    background-color: #641934;
    border-radius: 5px;
    text-align: center;
    padding: 50px 20px
}

.single-icons i {
    font-size: 50px;
    margin-bottom: 30px;
    display: block;
    color: #fff
}

.single-icons span {
    display: block;
    color: #fff
}

.footer-logo img {
    width: 75%
}

@media only screen and (max-width:1024px) {
    .header-area .credit-main-menu .classy-nav-container {
        /*background: linear-gradient(45deg, #ffffff 34%, #b81118 31%)!important*/
		background:#FFFFFF;
    }
    .single-slide .welcome-text h2 {
        font-size: 37px
    }
    .welcome-text1 {
        text-align: left!important;
        margin-left: 0
    }
}

@media only screen and (max-width:768px) {
    .header-area .credit-main-menu .classy-navbar .classynav ul li a {
        color: #fff
    }
    .navbarToggler.active {
        display: none
    }
    .mb-50 {
        margin-bottom: 20px!important
    }
    .single-blog-area {
        position: relative;
        z-index: 1;
        margin-bottom: 15px
    }
   /* .single-blog-area .blog-thumbnail {
        position: relative;
        z-index: 1;
        margin-bottom: 16px
    }*/
    .footer-area .single-footer-widget .widget-title {
        font-size: 20px;
        color: #fff;
        margin-bottom: 6px;
        font-weight: 400
    }
    .footer-area .single-footer-widget {
        position: relative;
        z-index: 1;
        margin-bottom: 18px
    }
    .footer-area .single-footer-widget {
        position: relative;
        z-index: 1;
        line-height: 13px;
        margin-bottom: 18px
    }
    .header-area .credit-main-menu .classy-navbar .contact {
        padding-left: 1px
    }
    .header-area .credit-main-menu .classy-nav-container {
        /*background: linear-gradient(45deg, #f2f4f6 49%, #641934 31%)!important;*/
		background:#FFFFFF;
    }
    .contact img {
        width: 76%
    }
    .single-slide .welcome-text h2 {
        font-size: 37px
    }
    .welcome-text1 {
        text-align: left!important;
        margin-left: 0
    }
}

@media only screen and (max-width:500px) {
	
	
#testimonials .testi-text {
    height: 120px !important;
}	
	
    .section-padding-100-100 {
        padding-top: 50px!important;
        padding-bottom: 50px!important
    }
    .section-padding-100 {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .mb-50 {
        margin-bottom: 20px!important
    }
    .footer-area .single-footer-widget {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        line-height: 14px;
        font-size: 12px!important
    }
    .footer-area .single-footer-widget .widget-title {
        font-size: 18px;
        color: #fff;
        margin-bottom: 8px;
        font-weight: 400
    }
    .footer-area p {
        color: #000!important
    }
    .contact--area .contact-content .single-contact-content {
        position: relative;
        z-index: 1;
        margin-bottom: 10px
    }
    .contact--area.contact-page .contact-content h5 {
        color: #ffffffb5;
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 11px
    }
    .footer-area .copywrite-area .copywrite-text {
        margin-top: 18px;
        text-align: justify
    }
    p {
    color: #000!important;
    font-size: 13px!important;
    letter-spacing: 0px!important;
    line-height: 1.5!important;
    font-weight: 400;
}
    .contact img {
        width: 64%
    }
	.contactnew img {
        width: 64%
    }
    .header-area .credit-main-menu .classy-nav-container {
        /*background: linear-gradient(45deg, #f2f4f6 59%, #641934 31%)!important*/
		background:#FFFFFF;
    }
    .header-area .top-header-area {
        display: none
    }
    .footer-logo img {
        width: 75%
    }
    .carousel-item {
        margin-top: 0!important
    }
    .single-slide .welcome-text h2 {
        font-size: 27px
    }
    .welcome-text1 {
        text-align: left!important;
        margin-left: 0
    }
    .single-slide .welcome-text h2 {
        font-size: 20px!important
    }
    .single-slide .welcome-text h3 {
        font-size: 16px!important
    }
    .single-slide .welcome-text img {
        width: 20%!important
    }
    .rta {
        font-size: 20px!important;
        color: #fff
    }
    .single-slide .welcome-text h6 {
        font-size: 17px!important
    }
	
.carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
}

.testi-text {
    font-size: 14px !important;
    line-height: 17px !important;
}
	
	
}

@media only screen and (max-width:320px) {
    .footer-logo img {
        width: 100%
    }
    a.footer-logo {
        width: 50%!important;
        text-align: center!important
    }
    .footer-ca {
        width: 40%!important
    }
}

.box { 
	border: 1px solid #6419344a;
    margin: 15px 0px;
    padding: 30px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.box img {
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.box .overbox {
    background-color: #641934d6;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 100;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 55px 20px;
}

.box:hover .overbox {
    opacity: 1
}

.box .overtext {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    transform: translateY(40px);
    -webkit-transform: translateY(40px)
}

.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    opacity: 0;
    transition-delay: .1s;
    transition-duration: .2s
}

.box:focus .title,
.box:hover .title {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.box .tagline {
    font-size: .8em;
    opacity: 0;
    transition-delay: .2s;
    transition-duration: .2s
}

.box:focus .tagline,
.box:hover .tagline {
    opacity: 1;

    transform: translateX(0);
    -webkit-transform: translateX(0)
}

.how-to-apply {
    color: #fff;
    background: #17376e!important
}

.how-to-apply h3 {
    font-size: 22px;
    color: #fff!important
}

.single-apply-box .top-box .text-box {
    display: table-cell;
    vertical-align: middle
}

.single-apply-box .top-box .number-box .inner {
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #641934;
    display: block;
    border-radius: 50%
}

.single-apply-box .top-box {
    margin-bottom: 20px
}

.single-apply-box h5 {
    font-size: 16px;
    color: #ffff!important
}

.single-apply-box p {
    color: #cfd2e0
}

.thm-button {
    font-size: 15px!important;
    font-family: "Open Sans", sans-serif!important;
    text-align: center!important;
    border-radius: 3px!important;
    display: inline-block;
    border: none!important;
    outline: 0;
    color: #fff;
    vertical-align: top;
    text-transform: uppercase;
    line-height: 42px!important;
    font-weight: 700!important;
    outline: 0;
    padding: 0 9px!important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}


/*.inverse{background:#641934!important;color:#fff!important;border:2px solid #641934!important}*/

.single-apply-box .thm-button i {
    margin-left: 25px!important;
    font-size: 26px!important;
    position: relative!important;
    top: 3px!important
}

.single-apply-box p {
    color: #cfd2e0!important
}

.single-apply-box .top-box {
    margin-bottom: 20px!important
}

single-apply-box .top-box .text-box {
    display: table-cell!important;
    vertical-align: middle!important
}

.single-apply-box .top-box {
    margin-bottom: 20px!important
}

.single-apply-box+.single-apply-box {
    margin-top: 30px!important;
    border-top: 1px solid #92a6c7 !important: padding-top: 25px!important;
    position: relative!important
}

.single-apply-box .top-box .text-box {
    display: table-cell!important;
    vertical-align: middle!important
}

.single-apply-box .top-box .text-box {
    padding-left: 15px!important;
    font-size: 16px!important;
    line-height: 35px!important;
    color: #fff!important;
    text-transform: uppercase!important;
    font-family: Raleway!important;
    font-weight: 700!important
}

.career-form {
    background: #641934;
    border: 0px solid #f8f8f8;
}

.career-form h3 {
    margin: 0;
    border: 0
}

.career-form h3 {
    color: #fff;
    font-weight: 700;
    font-size: 27px;
    text-transform: uppercase;
    padding: 0 0 22px;
    position: relative
}

.conact-form .items {
    padding: 1rem
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block
}

.conact-form .item input[type=text] {
    border-radius: 0;
    border: 3px solid #f8f8f8;
    padding: 1.5rem 3rem;
    color: #2b2b2b;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    height: 52px
}

.conact-form .item textarea {
    border-radius: 0;
    border: 3px solid #f8f8f8;
    padding: 1.5rem 3rem;
    color: #2b2b2b;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    height: 191px;
    resize: none
}

.conact-form .item .file-div,
.conact-form .item input[type=email],
.conact-form .item input[type=tel],
.conact-form .item input[type=text] {
    border-radius: 0;
    border: 1px solid #b3a1a1;
    padding: 1rem 1rem;
    color: #2b2b2b;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    height: 52px
}

.conact-form .item input[type=email],
.conact-form .item input[type=tel],
.conact-form .item input[type=text],
.conact-form .item textarea {
    border-color: #eaeaea;
    border: 1px solid
}

.career-form h3:after {
    background: #2e7fe6;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31px;
    height: 5px
}

.career-form input[type=submit]:hover {
    background: #272930;
    color: #fff
}

.career-form input[type=submit] {
    background: #2e7fe6;
    -webkit-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    transition: background-color 1s linear;
    color: #fff;
    float: left
}

.career-form input[type=text] {
    color: #2b2b2b
}

.career-form h3 {
    margin: 0;
    border: 0
}

.career-form {
    border: 0px solid #f8f8f8;
    padding: 5em 2em;
}

.career-form .conact-form {
    border: 0
}


/*.team-member-info .active {
    display: block!important
}

.tab-content>.active {
    display: block!important
}
*/
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    width: 100%;
    color: #fff;
    background-color: #337ab7
}

@media (max-width:1024px) {
.single-slide .welcome-text h6 {
  text-align: center!important
}
.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
    font-size: 13px !important;
}
	
.classynav ul li a {
    line-height: 27px !important;
}	
}

ul.a {
    list-style-type: circle
}

@media (max-width:768px) {
    .services-sec {
        padding: 41px 0 0 0!important;
        text-align: justify!important
    }
    .services-sec p {
        color: #000!important;
        font-size: 14px!important;
        line-height: 1.7!important
    }
    .services-sec h4 {
        text-align: left!important;
        padding: 7px!important
    }
}

@media (max-width:500px) {
    .services-sec {
        padding: 50px 0 50px 0!important;
        text-align: justify!important
    }
    .services-sec p {
        color: #000!important;
        font-size: 14px!important;
        line-height: 1.7!important
    }
    .services-sec h4 {
        text-align: center!important;
        padding: 7px!important
    }
}

.single-blog-area h1 {
    text-align: center !important;
    font-size: 30px !important;
}

.inverse {
    background: #ffffff!important;
    color: #17376e!important;
    border: 2px solid #ffffff!important;
}

.career-form {
    border: 0px solid #f8f8f8;
    padding: 3.89em 2em;
}

.contact-form-area img {
    width: 100%;
}

@media screen and (max-width:500px) {
    .apply-now-btn {
        margin-top: 45px !important;
    }
    .contact-form-area img {
        width: 100% !important;
    }
}

.tab-content>.tab-pane {
    display: initial !important;
}

/*--------------------------our team------------------------------------*/





.md-bg{
	border: 1px solid #641934;
    padding: 44px;
    text-align: justify;
}

.team-bg {
    background: #641934;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 50px;
    text-transformation: uppercase;
    font-family: 'arial', sans-serif;
    font-weight: bold;
    /* margin-top: 45px; */
    color: white;
    padding: 17px 0px 17px;
    display: block;
    background-image: linear-gradient(to left, transparent, transparent 50%, #737373 50%, #7d7c7c);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
}
.team-bg h4 {
	color:#fff;
}

.team-bg h4:hover{
	color:#641934;
}

.team-bg:hover{
  background-position: 0 0;
  color:#333;
}


.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{ 
     border:1px solid #999999; 
	 text-align:center; 
	 margin-bottom:28px; 
	 padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	font-family: 'Poppins', sans-serif;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}


.our-webcoderskull{
  padding: 40px 0px 10px 0px;
  background:url(img/bg-img/team-bg.jpg) no-repeat center top / cover;
  
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding: 4px 4px;
   text-align:center; 
   border:2px solid #d5d5d5;
   margin: 0 0 28px;
}
.our-webcoderskull .cnt-block figure{

   display:inline-block;
   margin-bottom: 20px;
}
.our-webcoderskull .cnt-block img{ 

}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   line-height: 0px;
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h5 {
font-size: 19px;
margin-bottom:10px;
}

.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#2a2a2a;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p {
    color: #2a2a2a;
    font-size: 14px;
    margin-bottom: 25px;
    line-height: 2px;
    font-weight: 600;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:24px; 
   color:#767676;
}
.our-webcoderskull .cnt-block .follow-us li .fa:hover{ 
   color:#025a8e;
}
.update-bg{

}
.updations{
    width: 32%;
    padding: 0px;
    border: 1px solid #ccc;
    margin: 10px 2% 10px 0px;
    height: 240px;
    background: #fff;
}
.updations:nth-child(3n) {
    margin-right: 0;
}
.updations h5{
    padding: 10px;
    font-weight: 500;
    line-height: 22px;
    font-size: 16px;
}




@media only screen and (max-width:768px) {
.md-bg {
    border: 1px solid #641934;
    padding: 20px;
}
}


@media only screen and (max-width:767px) {

   .updations {    width: 49%; }
   .updations:nth-child(3n) {  margin-right: 2%;}
   .updations:nth-child(2n) {  margin-right: 0%;}

}

@media only screen and (max-width:375px) {

   .updations {    width: 100%; margin-right: 0px;}
   .updations:nth-child(3n) {  margin-right: 0;}
   .updations:nth-child(2n) {  margin-right: 0%;}

}
.serv-bx{ 
    width:100%;
    background:#ffffff;
    /*border: 1px #0c3c60 dashed;*/
	box-shadow: 0px 0px 10px -5px #000;
    margin-bottom: 0px;
    position: relative;
    z-index: 9;
    padding:0px 0 25px;
    overflow: hidden;}
	
.ser-img{ text-align: center; }
.ser-img img{/* border:7px #b81118 solid; border-radius:100%;*/ width:100%; height:230px; -o-object-fit: cover; margin-bottom:25px;}
.serv-bx:hover img{/*transition:.9s;  transform: rotateZ(360deg);*/ transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1); 
}
.ser-cnt{ padding:0 15px;}
.bdr-raper{ background:#ccc; height:5px;}
.ser-cnt h4{  padding-left: 10px;
    padding-right: 10px;
    color: #d6ecfd;
    text-align: center;
    margin-bottom: 25px;
    font-weight: normal;
    text-transform: inherit;}

.ser-cnt h3{ color:#0c3c60; font-size: 20px; padding: 5px 0; text-align: center; font-weight:bold;}
	
.ser-cnt ul{color: #d6ecfd; text-align: center; list-style: none; padding-left: 0; margin-bottom: 25px;}
	
.ser-cnt .text-serv{ color: #000; padding: 0 5px 10px; margin-bottom: 10px; text-align:justify; font-size: 14px;
line-height: 21px; text-transform:none!important;}
.rd-mr{ text-align:center; text-transform:capitalize!important;}
.rd-mr a{ background: #b81118; color: #fff; padding: 7px 15px; border-radius:8px; font-size:12px; font-weight:400;}
.rd-mr a:hover{ background: #465a65; color: #fff; padding: 7px 15px; border-radius:8px; text-decoration:none;}

.cont-lft {
  width: 100%;
  margin:15px 0 15px 2%;
}
.cont-lft ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.cont-lft ul li {
    display: inline-block;
    margin-right: 10px;
}

.cont-lft ul li img {
    width: 35px;
    transition: 0.5s;
	  vertical-align: middle;

}
.cont-lft ul li:hover a img{transition:.9s;  transform: rotateZ(360deg); background:#465a65; border-radius: 50%;
	text-align: center;
    transition: 0.5s; width: 33px;
height: 33px;}

.cont-lft ul li a{color:#465a65!important; }
.cont-lft ul li a:hover{color:#b81118; }

.home-full {
  width: 100%;
  padding:0 15px;
  margin-right: auto;
  margin-left: auto;
  display:flex;
  flex-wrap: wrap;
}
.home-full .col-md-3{ float:left!important;}
.header-menu{ position: relative;
z-index: 100; background:#b81118; width:100%; height:55px;}

/*.header-menu nav.navbar.affix {

    box-shadow: 0px 0px 7px 0px #00000026;

}
.header-menu nav.navbar.affix {
  padding: 0 1rem;
}
.header-menu nav.navbar {
  padding: 0;
  transition: all .3s ease-in-out;
}*/
/*.fixed-top.affix {
  top: 0;
}*/
/*a.navbar-brand {
  padding: 0;
}
.navbar-brand {
  font-size: inherit;
  height: auto;
  margin-bottom: -7px;
}
.navbar-brand {
  display: inline-block;
  line-height: inherit;
white-space: nowrap;
margin-right: 1rem;
  }*/
  
.header-menu nav.navbar{

    padding: 7px 0; margin:0 auto;

    transition: all .3s ease-in-out;

}
.navbar-expand-lg .navbar-nav{ margin:auto auto!important;}

/*a.navbar-brand {

    padding: 0;

}

@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}
@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}
 .navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}
 
@media (min-width: 320px) and (max-width: 992px) {

    
    .white-bg.custom-nav ul li a, .custom-nav ul li a {

        color: #081d43 !important;

    }



    .white-bg.navbar .navbar-toggler span {

        color: #047f70;

    }*/
.navbar-nav li.nav-item a{ color:#FFFFFF;}
.navbar-nav li.active a{ color:#FFFFFF; font-weight:bold;}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1rem 0;
  margin: .125rem 0 0;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  list-style: none;
  background-color: #b81118;
  background-clip: padding-box;
  border: 0px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .50rem 1.5rem;
  clear: both;
  font-weight: 400!important;
 /* font-size:12px;*/
  color: #FFFFFF;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
li.dropdown-item:focus,li.dropdown-item:hover, .dropdown-item:hover a{
display: block;
  width: 100%;
  clear: both;
  font-weight: 400!important;
/*  font-size:12px;*/
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  color:#b81118!important;text-decoration:none;background-color:#FFFFFF; cursor:pointer!important;}
	
.galley-area {
  position: relative;
  z-index: 3;
}
.gallery-box{ 
    width:100%;
    background:#ffffff;
    border: 1px #b81118 solid;
	box-shadow: 0px 0px 10px -5px #000;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
    padding:0px 0px;
    overflow: hidden;}
.gallery-box figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 175px;
  /*height: auto;*/
  text-align: center;
  cursor: pointer;
}
.gallery-box figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%!important;
}
.gallery-box div{
    position: absolute;
    bottom: 0;
    right: 0;
	width:100%;
	height:auto;
	font-weight:700;
    background: #FFFFFF;
    color: #b81118;
	text-align:center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;  
    transition: visibility 0s, opacity 0.5s linear;
}

/* Hover on Parent Container */
.gallery-box:hover{
    cursor: pointer;
}    

.gallery-box:hover div{
    width: 100%;
    padding: 8px 15px 0px;
    visibility: visible;
    opacity: 1;        
}
.errormsg{color:#FF0000; font-size:11px; height:20px; margin:0 0 10px 10px; display:block;}
.errspace, .error{ color:#FF0000; font-size:11px; height:15px; margin-left:10px;}

/**/
/****** whatsapp chat ****/
#whats-chat{position:fixed;right:4%;bottom:4%;height:auto;width:auto;background:#25D366;padding:10.5px;border-radius:50px; z-index:2;}
#whats-chat:hover{cursor:pointer;box-shadow:2px 2px 15px #ccc;bottom:4%;}

/*===============================*/

#chat-box{position:fixed;right:-500px;bottom:10%;width:250px;height:200px;transition:all .5s; z-index: 9999;}
#chat-top{width:100%;line-height:2;background:rgb(18, 140, 126);color:white;text-align:center;border-radius:5px 5px 0 0;padding:0 10px;}
#chat-msg{background:#ece5dd;padding:8px;border-radius:0 0 5px 5px;box-shadow:0 0 25px -10px #999;}
#chat-msg p{font-size:12px!important; font-weight:700; padding:7px 10px 10px 20px;background:white;border-radius:0 50px 50px 50px;margin-bottom:10px; line-height:17px!important;}
#chat-form{display:flex;}
.chat-in{width:80%;}
#chat-form input{border-radius:5px 0 5px 5px;border:none;outline:none;font-size:14px;padding:5px;line-height:2;}
#send-btn{width:20%;padding: 0 5px;}
#chat-top-right{float:right;padding:5px 0;cursor: pointer;}

#chat-box:after{content:'';
    position: absolute;
    top:58%;
    left: 90%;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
  border-bottom: 25px solid transparent; 
  border-right:25px solid #ece5dd;
  }
@media only screen and (max-width: 500px){
#chat-msg p {
    color: #000!important;
}
}