@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,600&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}
img{
    max-width: 100%;
}

.header-box-top {
    float: left;
    width: 100%;
    background: #23437e;
    padding: 10px 22px 4px;
}
.header-box-top ul{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header-box-top ul li {
display: inline-block;
    /*font-family: 'PT Sans', sans-serif;*/
}
.social-icon ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    line-height: 31px;
    margin-right: 4px;
    padding: 7px 0;
}
.social-icon ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;

}
.social-icon ul li a:hover:before {
    top: 0;
}
.social-icon ul li:first-child a{
    color: #3b5999;
    border-color: #3b5999;
}
.social-icon ul li:first-child a:before{
    background: #3b5999;
}
.social-icon ul li:nth-child(2n) a{
    color: #4fc9f1;
    border-color: #4fc9f1;
}
.social-icon ul li:nth-child(2n) a:before{
    background: #4fc9f1;
}
.social-icon ul li:nth-child(3n) a{
    color: #3c719c;
    border-color: #3c719c;
}
.social-icon ul li:nth-child(3n) a:before{
    background: #3c719c;
}
.social-icon ul li:nth-child(4n) a{
    color: #cb2017;
    border-color: #cb2017;
}
.social-icon ul li:nth-child(4n) a:before{
    background: #cb2017;
}
.social-icon ul li:last-child a{
    color: #0870b3;
    border-color: #0870b3;
}
.social-icon ul li:last-child a:before{
    background: #0870b3;
}
.social-icon ul li a i {
    position: relative;
    transition: .5s;
    z-index: 3;
}
.social-icon ul li a:hover{
    border-color: #fff;
    color: #fff;
}
.social-icon ul li a:hover i {
    color: #fff;
    transform: rotateY(360deg);
}
.top-menu ul {
    text-align: right;
    padding: 13px 0;
    margin: 0;
}
.top-menu ul li {
    position: relative;
    padding-left: 25px;
    display: inline-block;
}
.top-menu ul li:after {
    content: "";
    position: absolute;
    height: 15px;
    width: 1px;
    background: #23437e;
    right: -15px;
    top: 5px;
}
.top-menu ul li:last-child:after{
    display: none;
}
.top-menu ul li a {
    display: inline-block;
    font-size: 20px;
    color: #23437e;
    position: relative;
    transition: 500ms ease-in-out 0s;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 39px;
    padding: 6px 28px;
}
.top-menu ul li a:hover {
    color: #cacaca;
    text-decoration: none;
}


.col-sm-12.col-lg-6.col-md-6.top-phone {
    float: right;
    text-align: right;
}
.top-phone ul li a {
    color: #fff;
    display: inline-block;
    padding-top: 6px;
}
i.fa.fa-phone {
    position: relative;
    top: 3px;
}
.navigation-box {
    float: left;
    width: 100%;
    position: relative;
    z-index: 11;
    display: inline-block;
    padding: 0 18px;
}
.navigation-box .logo-box {
    float: left;
    width: 100%;
    margin-top: 9px;
}
.navigation-box .logo-box a{
    display: inline-block;
}
.navigation-box .logo-box a img {
    float: left;
    margin-top: 0px;
    width: 133px;
}
.navigation-box .logo-box a h4 span {
    display: block;
    text-transform: initial;
    font-weight: 400;
    font-size: 14px;
}
.navigation-box .logo-box a h4 {
    font-size: 29px;
    color: #07294d;
    text-transform: uppercase;
    float: left;
    font-weight: 900;
    width: 61%;
    position: relative;
    margin-left: 22px;
    padding-top: 10px;
}
.navigation-box .logo-box a h4:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #07294d;
    left: -15px;
    top: 5px;
}
.menu-btn {
  display: none;
}

.menu-box{
    float: left;
    width: 100%;
}

.menu-box ul{
    float: left;
    margin: 0;
    padding: 0;
}
.menu-box ul li {
    display: inline-block;
    margin-left: 3px;
}
.menu-box ul.menu {
    overflow: hidden;
    float: right;
}
.menu-box ul.menu li a {
    display: inline-block;
    font-size: 15px;
    color: #07294d;
    padding: 16px 4px;
    position: relative;
    transition: 500ms ease-in-out 0s;
    font-weight: 400;
    text-transform: uppercase;
}
.menu-box ul.menu li a:hover {
    color: #20386f;
    transition: 500ms ease-in-out 0s;
    text-decoration: none;
}
.full-menu {
    float: left;
    width: 100%;
    background: #ccc;
    display: none;
}
svg.svg-inline--fa.fa-user-tie.fa-w-14.fa-7x {
    width: 14px;
    position: relative;
    top: -3px;
    color: #23437e;
}
.top-menu ul li a:hover svg.svg-inline--fa.fa-user-tie.fa-w-14.fa-7x{
    color: #cacaca;
    text-decoration: none;
}
.profile-box-01 svg {
    overflow: hidden;
    vertical-align: middle;
    width: 34px;
    color: #fff;
}
/*.menu-box ul.menu li a:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 0%;
    left: 0;
    bottom: 0;
    transition: 500ms ease-in-out 0s;
    background: #0c8b51;
}
.menu-box ul.menu li a:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 0%;
    left: 0;
    top: 0;
    transition: 500ms ease-in-out 0s;
    background: #0c8b51;
}*/
/*.menu-box ul.menu li a:hover:after{
    transition: 500ms ease-in-out 0s;
    width: 100%;
}
.menu-box ul.menu li a:hover:before{
    transition: 500ms ease-in-out 0s;
    width: 100%;
}
*/


.menu-box ul.Login-box li a{
    display: inline-block;
}
/*.navigation-box.fixed-header {
    position: static;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
        z-index: 11111;

}
.navigation-box.fixed-header .logo-box a img {
    float: left;
    margin-top: 2px;
    width: 65px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-box.fixed-header .logo-box a h4 {
    font-size: 19px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-box.fixed-header .logo-box a h4 span {
    font-size: 12px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-box.fixed-header .menu-box ul.menu li a {
    padding: 29px 9px;
        -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.navigation-box.fixed-header .logo-box {
    margin-top: 4px;
            -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/
.banner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.banner .carousel-inner{
    overflow: visible;
}

.banner img{
    width: 100%;
}
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
        text-align: left !important;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 48px;
    color: #07294d;
    background-color: #ffffffc2;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: 0;
    z-index: 99;
    top: inherit;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 0;
}

#minimal-bootstrap-carousel .carousel-control-next {
    left:49px;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
opacity: 1;
    background: #07294d;
    border-color: #ffffff;
    color: #fff;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
    overflow: hidden;
}
.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
    width: 50%;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 100px;
    line-height: 1em;
    font-weight: 600;
    font-family: 'Josefin Sans';
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-content-style .content p {
    font-family: 'Josefin Sans';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: .150em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    color: #07294d !important;
    font-size: 20px;
    letter-spacing: .1em;
    font-weight: 800 !important;
    padding: 13px 19px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    margin-left: 0;
    color: #fff;
    text-decoration: none;
    border-radius: 0;
    position: relative;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-content-style .content a.thm-btn:after{
    content: '';
    position: absolute;
    z-index: 1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0c8b51;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-content-style .content a.thm-btn:hover:after, .slider-content-style .content a.thm-btn:active:after {
    width: 100%;
}
.slider-content-style .content a.thm-btn:hover {
    color: #fff !important;
}
.slider-content-style .content a.thm-btn span{
    position: relative;
    z-index: 111;
}
.banner .content h6{
    font-size: 27px;
    color: #1c1c1c;
        margin-left: 23px;
        margin-bottom: 0;
}
.banner .content h6 span {
    color: #ce0e6b;
}
.banner .content h6 span:nth-child(2) {
    color: #fe5629;
}
.banner .content h2 {
    font-size: 56px;
    color: #ffffff;
    font-weight: 100;
    line-height: 54px;
    margin-bottom: 0;
    margin-top: 10px;
}
.banner .content h2 span{
    color: #f3a903;
    font-weight: bold;
    margin-left: 0;
    color: #fff;
}
.banner .content p{
    color: #444444;
    font-size: 18px;
    letter-spacing: inherit;
    font-weight: normal;
    font-family: 'PT Sans', sans-serif;
    margin-top: 6px;
        margin-left: 23px;
}
/*FOOTERE*/
footer {
    float: left;
    width: 100%;
    padding: 17px 0;
    background: #0e0a0a;
    text-align: center;
}
footer p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #ffffffba;
    /* text-align: justify; */
    margin: 0;
    padding: 0;
}
/*FOTER*/
div#aboutus {
    display: none;
}
div#faq{
    display: none;
}
div#terms-conditions{
    display: none;
}
div#privacy{
    display: none;
}
div#contact{
    display: none;
}
div#feedback{
    display: none;
}
/*login-model*/
.login-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1111111111111111;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.in .modal-dialog{
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/

}
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    top: 50%;
    transform: translate(-0%,-61%) !important;
}


.login-model .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    float: left;
    width: 100%;
}

.close {
    position: absolute;
    top: 1px;
    right: 0px;
    background: #587ec3 !important;
    width: 36px;
    border: 3px solid #fff !important;
    height: 36px;
    border-radius: 50px;
    line-height: 40px;
    outline: none;
    text-align: center;
    opacity: 1;
    padding: 0 !important;
    outline: none;
    z-index: 1111;
}
.close span {
    line-height: 0;
    float: left;
    color: #fff;
    position: relative;
    left: 6px;
    font-size: 26px;
    top: -1px;
    font-size: 31px;
    font-weight: 200;
}
.modal-body {
    position: relative;
    padding: 15px;
    float: left;
    width: 100%;
}
.form-box{
    float: left;
    width: 100%;
}
.modal-content {
    float: left;
    width: 100%;
}
.form-box h2 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #cccccc2e;
    margin-bottom: 22px;
    padding-bottom: 14px;
}
.redeo-box{
    float: left;
    width: 100%;
}
/* The container */
.ceack-gull {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    margin-top: 17px;
    float: left;
    width: 100%;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}
/* Hide the browser's default radio button */
.ceack-gull input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #587ec3;
}
/* On mouse-over, add a grey background color */
.ceack-gull:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.ceack-gull input:checked ~ .checkmark {
    background-color: #ffffff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.ceack-gull input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.ceack-gull .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 2px;
    background: #223a70;
}
ul.dropdown li label.ceack-gull {
    margin-top: 7px;
    margin-left: 25px;
}


.redeo-bbt {
    float: left;
    width: 100%;
    padding: 20px 0 8px;
}
a.redeo-bbt-1.btn-primary {
    padding: 9px 21px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 10px;
    background: #587ec3;
}
a.redeo-bbt-2.btn-default{
        padding: 9px 21px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 10px;
    border: 1px solid #204d74;
}

.rotet-box {
    float: left;
    width: 100%;
    padding: 5px 0 0px;
}
.rotet-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.rotet-box ul li {
    display: inline-block;
    width: 214px;
    margin: 0 0px;
}
.card__front {
    border-radius: 6px;
}
svg.svg-inline--fa.fa-address-book.fa-w-14.fa-7x {
    width: 27px;
}
/*rotet-box*/
.btn-default {
    background: #ad0000;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
    border: none !important;
}
.card__front {
    background: #23437e;
}
.card {
    border: 1px solid #f7f4f4;
    margin-bottom: 0;
    height: 65px;
    /* overflow: hidden; */
    background: none;
    border-radius: 0;
}
.card-01 .card-body {
    position: relative;
    padding-top: 3px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}
.card-01 .badge-box {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  text-align: center;
}
.profile-box-01 a {
    color: #fff;
}
.profile-box-01 {
    padding: 14px 3px;
    float: left;
    width: 100%;
}
svg.svg-inline--fa.fa-route-interstate.fa-w-15.fa-7x {
    width: 33px;
}
.card-01 .card-body {
    position: relative;
    padding: 24px 0 0;
}

.card-01 .card-body a {
    display: inline-block;
    color: #000;
    width: 100%;
}
.profile-box-01  i.fa.fa-user-circle-o {
    color: #fff;
    display: block;
    font-size: 44px;
}
/*.card-01 .badge-box i {
  background: #DFC717;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}*/
.profile-box {
  background-size: cover;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}




.card-01 .height-fix .card-img-overlay {
  top: inherit;
  color: #fff;
  background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
}
.card-01 .height-fix .fa {
  color: #fff;
  font-size: 22px;
  margin-right: 18px;
}
.card-01 .height-fix .card-img-top {
  width: auto;
  height: 100%;
}


/*-=-=-=-=-=-=--=-=show-hight-div--=-=--=*/

/*contact form*/
.contact-box input, .contact-box textarea {
    width: 100%;
    padding: 0 12px;
    height: 46px;
    border: none;
    border-bottom: 1px #9d9d9d solid;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    outline: none;
}
.row.input-row {
    margin-bottom: 19px;
}

.contact-box input, .contact-box textarea {
    width: 100%;
    padding: 0 12px;
    height: 46px;
    border: none;
    border-bottom: 1px #ffffff38 solid;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    outline: none;
    background: #ffffff17;
    border-radius: 7px;
}
::placeholder{
    color: #fff;
}.contact-box textarea {
    height: 100px !important;
}
input.btn-primary {
    width: 166px;
    border: 1px solid #fff;
}
/*contact form*/
.show-botton{
    float: left;
    width: 100%;
}
.show-botton ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.show-botton ul li{
    display: inline-block;
}
.show-botton ul li a {
    display: inline-block;
    padding: 9px 21px;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-right: 10px;
    background: #587ec3;
    color: #fff;
}
.redeo-box ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.redeo-box ul li {
    float: left;
    display: inline-block;
    margin-right: 10px;
    width: 100%;
}
li.hover-drop {
    position: relative;
}

ul.dropdown {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    text-align: left;
    z-index: 11111;
}
/*li.hover-drop:hover ul.dropdown {
    display: block !important;
    opacity: 1;
    visibility: visible;
}*/
ul.dropdown li a {
    text-decoration: none;
    padding: 0px 23px;
    float: left;
    color: #242424;
    margin-bottom: 3px;
    border-radius: 2px;
    width: 100%;
}
ul.dropdown li a:hover{
    text-decoration: underline;
    color: #587ec3;
}
ul.dropdown li {
    width: 100%;
}
ul.dropdown li a i.fa.fa-angle-double-right {
    margin-right: 3px;
}
/*-=-=-=-=-=-=--=-=show-hight-div--=-=--=*/
.inner-page-box {
    float: left;
    width: 100%;
    padding: 50px 0;
    background: #0f2f6a;
    margin-bottom: 10px;
}
.inner-page-box h2 {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 13px;
    text-align: left;
    color: #fff;
}
.inner-page-box h3 {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    margin: 8px 0;
    line-height: 28px;
}
.inner-page-box p {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    line-height: 28px;
}
.inner-page-box h3 {
    font-size: 21px;
    font-weight: 500;
    text-align: left;
    margin: 8px 0;
    line-height: 28px;
    color: #fff;
}
/*flipper-card*/
.card-flipper {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    height: 65px;
}
.card__front, .card__back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 65%; */
}

.card__back .card {
    width: 100%;
    height: 65px;
    background: #fff;
}
.card__front, .card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/*
.card__front {
  background-color: #ff5078;
}*/

.card__back {
/*  background-color: #1e1e1e;*/
  -webkit-transform: rotateY(-180deg);
   -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}

.card-flipper.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
/*rotet*/

.manegment-sec {
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #f5f5f5;
}
.mang-item {
    float: left;
    width: 100%;
    text-align: center;
    /* border: 1px solid #cccccc6b; */
    padding: 21px 10px 19px 10px;
    box-shadow: 0px 0px 18px -9px #000;
    border-radius: 10px;
}

.mang-item span {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    background: #14326b;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    padding: 9px;
    box-shadow: 0px 0px 22px -7px #000;
}
.mang-item span img {
    width: 63px;
}
.mang-item h4 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    margin: 9px 0;
}
.mang-item p {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    color: #333;
    /* text-align: justify; */
    margin: 0;
    padding: 0;
}


/*read-more*/
#summary {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show) {
    height: 42px !important;
    overflow: hidden;
  
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing {
    min-height: 42px !important;
}

#summary a.collapsed:after  {
    content: '+ Read More';
}

#summary a:not(.collapsed):after {
    content: '- Read Less';
}
#summary a{
        color: #14326b;
}
@media only screen and (max-width: 2000px) {
.mainsection .leftsection h4 a {
    width: 91%;
}
}
@media only screen and (max-width: 1199px) {
.menu-box ul li {
    margin-left: 2px;
}
.navigation-box .logo-box a h4 {
    font-size: 21px;
}
.navigation-box .logo-box a h4 span {
    font-size: 11px;
}
.navigation-box .logo-box a img {
    margin-top: 0;
}
.menu-box ul.menu li a {
    padding: 34px 9px;
}
.navigation-box .logo-box a h4 {
    width: 62%;
}

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

}
@media only screen and (max-width: 991px) {
    .banner .content h2 {
    font-size: 34px;
    line-height: 40px;
}
.slider-content-style .content a.thm-btn {
    font-size: 14px;
    padding: 9px 19px;
}
.top-menu ul {
    padding-top: 5px;
}
.top-menu ul li a {
    font-size: 14px;
}

/* menu icon */
.navigation-box .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.navigation-box .menu-icon .navicon {
    background: #07294d;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 34px;
}
.navigation-box .menu-icon .navicon:before, .navigation-box .menu-icon .navicon:after {
    background: #07294d;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    top: 10px;
}
.navigation-box .menu-icon .navicon:after {
    top: -11px;
}
/* menu btn */

.navigation-box.menu-btn {
  display: none;
}

.navigation-box .menu-btn:checked ~ .menu-nav {
  max-height: 640px;
}

.navigation-box .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.navigation-box .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.navigation-box .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.navigation-box .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.navigation-box .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.navigation-box .menu-nav li {
    display: inline-block;
    width: 100%;
}
.navigation-box .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    float: left;
    width: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 66px;
}
.navigation-box .menu-btn:checked ~ .menu {
  max-height: 640px;
  transition: max-height .2s ease-out;
}
.navigation-box .col-md-8{
        -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.navigation-box .menu li{
    display: inline-block;
    width: 100%;
}
.navigation-box .logo-box {
    float: left;
    width: 309px;
    margin-top: 0;
    position: absolute;
    z-index: 111;
}
.navigation-box .logo-box a img {
    margin-top: 0;
    width: 68px;
}
.navigation-box .logo-box a h4 {
    padding-top: 8px;
}
.navigation-box .logo-box a h4:after {
    top: 4px;
}
.menu-box ul.menu li a {
    padding: 15px 9px;
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.menu-box ul.menu li a:hover:before{
    display: none;
}
.navigation-box.fixed-header .logo-box {
    margin-top: 1px;
}
.navigation-box.fixed-header .menu-box ul.menu li a {
    padding: 15px 9px;
}
.promance-box .col-md-5 img {
    margin-top: 0;
}
}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 640px) {
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
    text-align: center !important;
    width: 100%;
    background: #07294dc2;
    padding: 9px 0 24px;
    border-radius: 5px;
}
.banner .content h2 {
    font-size: 20px;
    line-height: inherit;
}
.slider-content-style .content a.thm-btn {
    font-size: 14px;
    padding: 9px 19px;
    margin-top: 7px;
}
.banner {
    margin-bottom: 35px;
}
.chief-box h4,.chief-box h6{
    display: none;
}
.chief-box {
    top: 26%;
    height: 85px;
    width: 85px;
    border-radius: 100%;
    padding: 7px;
}
}
@media only screen and (max-width: 540px) {

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

}
@media only screen and (max-width: 400px) {
.navigation-box .logo-box a h4 {
    display: none;
}
.navigation-box .logo-box {
    width: auto;
}
#minimal-bootstrap-carousel [class*=carousel-control]{
    display: none;
}
}
@media only screen and (max-width: 370px) {
    .banner .content h2 {
    font-size: 14px;
    line-height: inherit;
}
.slider-content-style .content a.thm-btn {
    font-size: 9px;
    padding: 7px 9px;
    margin-top: 7px;
}
.top-menu ul li {
    position: relative;
    padding-left: 15px;
}
.top-menu ul li:after {
    right: -12px;
}

}