body {
        color: #000 !important;
font-family: 'Poppins', sans-serif;
    font-weight: 400  !important;
    font-size: 15px;
    line-height: 27px;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}
ul {
    list-style: none;
    padding: 0;
}
a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}
.heading {
    font-size: 2.4rem;
    font-weight: 500;
}
h3 .heading{
    font-weight: bolder;
}
.logo img {
width: 100%;
padding: 10px 0px;
}
.logo {
    max-width: 600px;
        margin: 0 auto;
}

.header-top {
    padding: 2px 0px;
    background-color: #1c4465;
}
.top_enq {
    padding: 3px 0px;
}
.top_enq span {
    border-right: 1px solid #fff;
    margin-right: 15px;
     padding-right: 15px; 
}
.top_enq span:last-child{
  border-right: 0px solid #fff;
}
.top_enq span a {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.top_enq span a img {
    width: 27px;
    margin-right: 10px;
}
.navbar-nav {
    display: flex;
}
header.about-header {
    z-index: 9999;
    position: relative;
    box-shadow: 0 0px 0px rgb(0 0 0 / 18%);
    -webkit-box-shadow: 0 2px 20px rgb(0 0 0 / 6%);
    background-color: #fff;
}





 header ul{
margin-left: 0rem;
margin-bottom: 0px;
 }
 .top_menu {
    padding: 5px 0px;
    border-top: 1px solid #e3e3e3;
}

.class_btn {
    margin-left: 2rem;
    display: inline-block;
    border-radius: 25px;
    background-color: #1c4465;
    border: 0px;
    color: white;
    font-size: small;
    padding: 3px 30px 3px 30px;
    transition: width 8s;
}
.nav-item {
     padding: 10px 10px;
    position: relative;
    display: inline-block;
}

.nav-item a {
        font-weight: 500;
padding: 10px 10px;
    font-size: 14px;
    color:#333333;
     text-decoration: none;
     text-transform: uppercase;
}

.nav-item a:hover {
    text-decoration: none;
    color: #1c4465;
}

.form{
    background-color: #333333;
    color: azure;
}


form .form-div input, footer input.form-control  {
    border-radius: 15px;
    font-size: 14px;
    padding: 7px;
    padding-left: 1.5rem;
    color: #333;
        border: 1px solid #a5a5a5;
}
.form .form-div textarea{
    border-radius: 15px;
    font-size: 14px;
    padding: 7px;
    padding-left: 1.5rem;
    color: #333;
        border: 1px solid #a5a5a5;
}
#contact-form .form-group {
    margin-bottom: 15px;
}
#contact-form .form-control {
    font-size: 14px;
    border-radius: 0px; 
        min-height: 45px;
}
.form-group label {
    margin-bottom: 5px;
    font-size: 14px;
}
input.submit-form-btn {
    border: 1px solid #fff;
    width: 100%;
    text-transform: uppercase;
    background-color: #1c4664;
    display: block;
}
section .box {
    background-image: url(../images/img3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: azure;
padding-top: 6%;
padding-left: 4.5rem;
}
section .box p{
    font-size: smaller;
}
section .box button{
    background-color: #333333 ;color:azure
}
section .content{
    margin-top: 2.5rem;
 padding: 7rem 3rem 7rem 6.9rem;
}
.box_address {
    margin-right: 20px;
    background-color: #f7f7f7;
    padding: 20px 35px;
    border-radius: 5px;

}
.dark {
    background: #333333;
    color: azure;
    line-height: 25px;
}
.article_box {
    padding: 20px 6px 3rem;
    position: relative;
    border-radius: 13px;
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 5%);
}

.article_box:hover {
    background-color: #fff;
    
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}
.universities{
    margin-top: 80px;
      margin-bottom: 100px;
}
.universities .row{
    margin-top: 5rem;
}
.universities .article_box img {
    width: 15rem;
}

.universities span {
    color: #1c4465;
}

.universities h6 {
    font-weight: 600;
    font-size: 17px;
  margin-bottom: 18px;
}

p.card-text {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
}
.universities .card-body{
padding: 0px 1rem;
}
.grids {
    color: #fff;
}
.grids p{
    font-weight: bold;
}
.grids .btn1 span {
    margin: 3px;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color: #1c4465;
    font-size: 12px;
    padding: 8px;
    height: 2.7rem;
}

.grids .btn2 span {
    margin: 3px;
    display: block;
    text-align: center;
    border-radius: 50px;
    background-color:#333333;
    font-size: 12px;
    padding: 8px;
    height: 2.7rem;


}


footer a {
    font-size: 14.5px;
}



footer img {
    vertical-align: middle;

}

a {
    text-decoration: none;
    color: rgb(0, 4, 8);
}

.footer_get {
    position: relative;
    margin: 10px 0px 10px 0px;
}

.footer_get img {
    position: absolute;

}

.footer_get a {
    display: block;
   
}

.footer-bottom {
    background-color: #1f4564;
color: #fff;
font-size: 13px;
    border-top: 0.1px solid #939598;
}


.inner-footer .box a{
display: block;
padding-bottom: 10px;
font-weight: 500;
}
.services .card {
    background-color: #1c4465;
    color: #fff;
    border-radius: 20px;
    overflow: hidden;
    border: 0px solid black !important;
}

.services .card-text {
    min-height: 200px;
    font-size: smaller;
}

.footer_get {
    font-weight: 500;
}

nav a {
    color: #fff;
}

nav img {
    width: 2.4rem;
}

.containericon>a {
    margin: 5px 10px;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%;
    list-style: none;
    background-color: #1c4465;
    color: #fff;
    width: 25px;
    height: 25px;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    position: relative;
    -webkit-transition-property: background-color, top, -webkit-box-shadow;
    transition-property: background-color, top, -webkit-box-shadow;
    transition-property: background-color, box-shadow, top;
    transition-property: background-color, box-shadow, top, -webkit-box-shadow;
}


.containericon>a:hover{
  border: 1px solid #fff;
}
.footer-containericon>a {
    /*margin: 0 0.5rem 0.5rem 0;*/
}
.footer-containericon>a{
        margin: 6px;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%;
    list-style: none;
    margin-top: 1rem;
    background-color: #a5a5a7;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: .8rem;
        display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    position: relative;
    -webkit-transition-property: background-color, top, -webkit-box-shadow;
    transition-property: background-color, top, -webkit-box-shadow;
    transition-property: background-color, box-shadow, top;
    transition-property: background-color, box-shadow, top, -webkit-box-shadow;
}
.footer-containericon>a:last-child {
    margin-right: 0;
}

.footer-containericon>a:hover{
background-color: #1c4664;
    border:1px solid  #fff;
}
footer .box{
padding-left: 5%;
padding-top: 10px;
}
footer .box1,.box2{
   
    padding-top: 10px;
    }
    .main_rightimg {
position: absolute;
left: 0px;
bottom: 0px;
}
.main_rightimgbg{
    position: absolute;
    bottom: 0px;
    z-index: 9;
    max-width: 250px;
}

.slider_box h4 {
    font-weight: 700;
    font-size: 45px;
    color: #333;
}
.slider_box p {
        font-weight: 500;
    font-size: 16px;
        color: #333;
}
.btn_class{

          -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    display: inline-block;
    border-radius: 25px;
    background-color: #1c4465;
    border: 1px solid #1c4465;
    color: white;
    font-size: small;
    padding: 5px 30px 5px 30px;
    transition: width 8s;
}
.btn_class i{
          -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
margin-left: 8px;
}
.btn_class:hover {
    border: 1px solid #fff;
   background-color: #333;
    color:#fff;
}
.btn_class:hover i {
          -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
margin-left: 15px;
}
.slider_box {
    padding: 130px 0px;
}
.cover{
    width: 100%;
    bottom: 0;
    z-index: 999;
    left: 0;
    position: absolute;
}

.about_div{
    text-align: center;
        position: relative;
    box-sizing: border-box;
    overflow: hidden;
padding: 60px 0px;
max-width: 768px;
margin: 0 auto
}
.about_div01{

        position: relative;
    box-sizing: border-box;
    overflow: hidden;
padding: 60px 0px;
margin: 0 auto
}
.heading_h2{
    color: #1c4465;
    text-transform: uppercase;
    font-weight: 700;
    font-size:40px; 
    margin-bottom: 20px;
}



footer.inner-footer {
    position: relative;
}
.bg-dark {
    background-color: #333333!important;
}
.ser_card p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.6;
}
.ser_card h4 {
    margin-bottom: 15px;
}
.ser_card01{
    padding: 10px;
background-color: #1c4465;
}
.ser_card01 {
    padding: 0px;
    background-color: #1c4465;
    margin: 15px;
    width: 47.2%;
    border-radius: 25px;
}
.footer_box{
    padding: 50px 0px;
}
footer.inner-footer {
    margin-top: 50px;
    padding-top: 80px;
}
div.whatsappbro {
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    z-index: 99;
    bottom: 35px;
    right: 0px;
    text-align: center;
    overflow: hidden;
}
.whatsappbro a img {
    animation-name: pulse;
    animation-duration: 1s;
}

a.pulse.green {
    border-radius: 50px;
    display: inline-block;
    padding: 0px;
    margin: 35px;
}
.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(44,183,65, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
footer .box a:hover {
    color: #939598;
padding-left: 5px;
}
.footer_get a {
color: #ffffff;
    font-weight: 300;
margin-left: 24px;
}
.footer_get a:hover {
    color: #939598;
padding-left: 5px;
}
.footer_get i {
    font-size: 17px;
    top: 6px;
    position: absolute;
    color: #fff;
    display: inline-block;
}
.btn_redblack div {
    -webkit-transition: all 120ms linear;
    transition: all 120ms linear;
    cursor: pointer;
}

.btn_redblack div:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
header.about-header.header-sticky {
    top: 0;
    width: 100%;
    position: fixed;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar {
    background-color: #333;
    border-radius: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
span.icon-bar.iconbar_03 {
    text-align: right;
    width: 12px;
    margin-left: 10px;
}
.clos_css span.icon-bar.iconbar_01 {
    transform: rotate( 45deg );
    margin-top: 0px;
}
.clos_css span.icon-bar.iconbar_02 {
    transform: rotate( -45deg );
    margin-top: 0px;
}
.clos_css .icon-bar+.icon-bar {
    margin-top: -1px !important;
}
.clos_css span.icon-bar.iconbar_03 {
    height: 0;
}
.slider_box h5 {
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}
.slider_box h5 i {
 vertical-align: middle;
    color: #1c4465;
    margin-right: 6px;
}
.slider_box .btn_class{
    margin-top: 15px;
}
@media (max-width: 767px){
    .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle {
    right: 0;
    position: absolute;
}
.navbar-toggle {
    border: 0px solid #000;
    border-radius: 0;
    margin-top: 25px;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
}
button.navbar-toggle {
    display: none;
}
@media(max-width: 1200px){
    .nav-item {
    padding: 6px;
}
.class_btn {
    margin-left: 1rem;
    }
}
@media(max-width: 992px) and (min-width: 768px){
    section form {
    margin: 3rem 0rem 3rem 0rem;
}
.mb-5 {
    margin-bottom: 2rem!important;
}
}
@media(max-width: 767px){
    li.nav-item {
    display: block;
}
    li.nav-item  a{
color: #000;
}
.class_btn {
    margin-left: 1rem;
    }
header ul {
        padding: 25px 0px;
    margin-left: 0rem;
    background-color: #ffff;
    margin-bottom: 0px;
}
    .heading {
    font-size: 2.1rem;
    font-weight: 500;
}
    button.navbar-toggle {
    display: inline-block;
}
    img.slider_image {
    min-height: 250px;
}
.slider_box {
    padding: 20px 0px;
    margin-left: 48%;
}
.slider_box h4 {
    font-size: 26px;
}
.slider_box p {
    margin-bottom: 0;
    font-size: 11px;
 line-height: 1.6;
}
.slider_box h5 {
        margin-top: 5px;
    font-size: 13px;
    margin-bottom: 5px;
}
    .div_abo {
    padding: 60px 0px;
}
    .hide_menu {
    display: none;
}
.logo {
    display: inline-block;
    width: 250px;
}
    section.about_div .vc_column-inner.zindex-0 {
    display: none;
}
.credit_section {
    position: relative;
    z-index: 999;
    padding: 80px 0px;
}
section form {
    background-color: #fff;
    border-radius: 18px;
     padding: 0rem;
    color: black;
margin: 1rem 1rem 3rem 1rem;
}
.header-top {
display: none;
}
section#slider .btn_class {
        font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    border-radius: 25px;
    background-color: #1c4465;
    border: 1px solid #1c4465;
    color: white;
    font-size: 11px;
    padding: 2px 20px 2px 20px;
    transition: width 8s;
}
.ser_card01 {
    background-color: #1c4465;
    margin: 0px;
    width: 100%;
    border-radius: 25px;
}
section.services.bg-dark {
    padding: 15px;
}
footer.inner-footer {
    padding-top: 40px;
}
footer .logo img {
    width: 100%;
    margin-bottom: 0px;
}
footer.inner-footer .logo img {
    width: 100%;
    margin-bottom: 0px;
}
footer.inner-footer .logo  {
 margin-bottom: 22px;
}
footer .logo{
        text-align: center;
    margin: 0 auto;
    width: 100%;
}
footer .box {
    padding-left: 15px;
    padding-top: 10px;
}
.footer-containericon {
    text-align: center;
    margin: 0 auto;
    justify-content: center !important;
}
header.about-header.header-sticky {
    z-index: 999;
}
.footer-bottom {
    text-align: center;
}
.ser_card01 {
    margin-bottom: 20px;
}
}
.h5_css{
    color: #333;
    font-weight: 600;
}
.text-body {
    color: #333!important;
}


footer {
    position: relative;
background: #1c4465;
/*background: -moz-linear-gradient(38deg, rgba(26,65,103,1) 25%, rgba(31,69,100,1) 100%);
background: -webkit-linear-gradient(38deg, rgba(26,65,103,1) 25%, rgba(31,69,100,1) 100%);
background: linear-gradient(38deg, rgba(26,65,103,1) 25%, rgba(31,69,100,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a4167",endColorstr="#1f4564",GradientType=1);*/
    color: #fff;
    border-top: 5px solid #1f4564;
}
footer .logo {
    border-radius: 3px;
    padding: 20px 0px;
    /*background-color: #fff;*/
}
footer .box a {
    color: #ffffff;
    display: block;
    padding-bottom: 10px;
    font-weight: 300;
}
.pos-rel{
    position: relative;
}
img.wave_02 {
    left: 0px;
    width: 100%;
    bottom: -5px;
    position: absolute;
    right: 0px;
}
li.active a {
    text-decoration: none;
    border-radius: 25px;
    color: #1c4465;
    /*background-color: #1c4465;*/
    border: 0px;
    padding: 4px 15px;
    font-weight: 600;
}
.addess_fo i {
    top: 0px;
}


.class_btn {
         text-transform: uppercase;
    position: relative;
    margin-left: 1rem;
    display: inline-block;
    border-radius: 0px;
    background-color: #fff;
    border: 0px;
    color: white;
    font-size: 13.5px;
    padding: 7px 30px 7px 30px;
        -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    white-space: nowrap;
}
.class_btn:before {
        display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
        background: #1c4465;
    -webkit-transform: skewX(-8deg);
    -moz-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    transform: skewX(-8deg);
        -webkit-box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
    box-shadow: 0 -2px 0 0 rgba(147,149,152) inset;
}
.class_btn:hover:before {
        background: rgb(31 69 100);
        color:  #fff !important;
    -webkit-box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
    box-shadow: 0 -3px 0 0 rgb(24 24 24 / 15%) inset, 0 3px 10px rgb(0 0 0 / 30%);
}
.class_btn:hover  {
        color:  #ffff;
            -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.class_btn span.button_text {
    position: relative;
    z-index: 2;
    /*font-weight: 600;*/
}
.ser_ul li{
    cursor: pointer;
    text-align: center;
}
.ser_ul li h3{
      margin-top: 5px;
font-size: 16px;
color: #1f4564;
}
.ser_ul{
    margin: 0;
    -webkit-box-decoration-break: clone;
    columns: 5;
    display: grid;
    grid-template-columns: repeat(25,1fr);
    /*grid-gap: 1.25rem;*/
    grid-auto-flow: dense;
}
.ser_ul li{
    padding: 20px 5px;
    grid-column: auto / span 5;
    border: 1px solid #ddd;
    border-top:0px solid #ddd;
    border-left:0px solid #ddd;
}
.ser_ul li:nth-child(5n+5){
    border-right:0px solid #ddd;
}
.ser_ul li:nth-child(26),.ser_ul li:nth-child(27), .ser_ul li:nth-child(28),.ser_ul li:nth-child(29){
    border-bottom:0px solid #ddd;
}

hr{
    border: 1px solid #ddd;
}

.servce_div{
        padding: 60px 0px;
    padding-top: 40px;

}
.testimonial_div h2.heading_h2 {
    color: #ffffff;
    position: relative;
    }
    .testimonial_div:before{
        content: "";
        background-color: #000;
        position: absolute;
        width: 100%;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        opacity: 0.7;
    }
.testimonial_div{
        padding: 80px 0px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}
.color_white {
    color: #fff;
}
.testimonial-text {
    margin: 0 auto;
    text-align: center;
    max-width: 500px;
    font-size: 15px;
    /* font-weight: 500; */
}
.star_rating01 i {
    color: #dba523;
}
/*.testimonial_div h2.heading_h2 {
    color: #ffffff;
    position: relative;
    }*/

    .clients_div{
            padding: 50px 0px;
    }

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.zoomIn {
    padding: 15px;
}
#client-slider  .item div.zoomIn::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    width: 0%;
    height: 1px;
    background: #1c4465;
    box-shadow: inset 0px 0px 0px #df814e;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
#client-slider  figure {
    margin: 0 0 0rem;
}
#client-slider  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
#client-slider  .zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#client-slider .item div.zoomIn::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 0%;
    height: 1px;
    background: #1c4465;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
#client-slider .item div.zoomIn:hover {
    border-left: 1px solid #1c4465;
    border-right: 1px solid #1c4465;
}
#client-slider .item div.zoomIn:hover::before {
    width: 100%;
}
#client-slider .item div.zoomIn:hover::after {
    width: 100%;
}
#client-slider .owl-nav .owl-prev {
    position: absolute;
        font-weight: 400;
    /*left: 15px;*/
        left: -50px;
    top: 43%;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /*background: rgb(96 178 144 / 74%) !important;*/
    width: 40px;
    line-height: 0.2;
    cursor: pointer;
    height: 41px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
        color: #1c4465;
    font-size: 50px;
}
#client-slider .owl-nav .owl-next {
    position: absolute;
        font-weight: 400;
    /*right: 15px;*/
        right: -50px;
    top: 43%;
    line-height: 0.2;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /*background: rgb(96 178 144 / 74%) !important;*/
    width: 40px;
    cursor: pointer;
    height: 41px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
        color: #1c4465;
    font-size: 50px;
}
#client-slider .owl-nav [class*='owl-']:hover {
background: rgb(96 178 144 / 0%) !important;
color: #919396;
}

.testimonial  .owl-nav .owl-prev {
    position: absolute;
        font-weight: 400;
    /*left: 15px;*/
        left: -50px;
    top: 43%;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(31 69 100 / 69%) !important;
    width: 40px;
    line-height: 0.2;
    cursor: pointer;
    height: 41px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 3px;
        color: #fff !important;
    font-size: 20px !important;
}
.testimonial  .owl-nav .owl-next {
    position: absolute;
        font-weight: 400;
    /*right: 15px;*/
        right: -50px;
    top: 43%;
    line-height: 0.2;
    /*opacity: 0;*/
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgb(31 69 100 / 69%) !important;
    width: 40px;
    cursor: pointer;
    height: 41px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 3px;
        color: #fff !important;
    font-size: 20px !important;
}
.testimonial  .owl-nav [class*='owl-']:hover {
  background: rgb(31 69 100) !important;
color: #1c4465;
}
.testimonial {
    z-index: 99;
    position: relative;
}
button.owl-prev:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color;
}
button.owl-next:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color;
}
header.about-header.header-sticky.animated .logo {
    max-width: 330px;
}
.ser_ul li img{
        /*filter: brightness(0) invert(1);*/
            padding: 10px;
    /*background-color: #fff;*/
    border-radius: 0px;
        -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}
.ser_ul li:hover img {
        border-radius: 90px;
           /*filter: unset;*/
        padding: 10px;
    background-color: #ebebeb;
    border-radius: 90px;
    color: #ffff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
img.bg_about {
    right:30%;
    opacity: 0.2;
    position: absolute;
    width: 300px;
    bottom: 0px;
}
.ser_ul li:hover {
    /*background-color: #1f4564;*/
}
.back-to-top {
    /*display: none;*/
    bottom: 20px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 1;
}
.back-to-top>i {
    border: 1px solid #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    position: fixed;
    bottom: 5px;
    right: 15px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #919396;
    font-size: 20px;
    line-height: 28px;
}
.back-to-top>i:hover{
    background: #1f4763;
}
#slider .item .cover {
    padding: 90px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
 background: rgb(0,0,0);
    background: -moz-linear-gradient(35deg, rgba(0,0,0) 0%, rgba(11,11,11,0.05926120448179273) 81%);
    background: -webkit-linear-gradient(35deg, rgba(0,0,0) 0%, rgba(11,11,11,0.05926120448179273) 81%);
    background: linear-gradient(35deg, rgba(0,0,0) 0%, rgba(11,11,11,0.05926120448179273) 81%);
    display: flex;
    align-items: flex-end;
}
#slider .item .cover .header-content {
    position: relative;
    padding: 25px;
    padding-left: 0px;
    overflow: hidden;
        width: 70%;
}
#slider .item .cover .header-content h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
#slider .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#slider .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(31 69 100 / 74%) !important;
  width: 40px;
      line-height: 0.2;
  cursor: pointer;
  height: 41px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 3px;
}
#slider .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
#slider .owl-nav .owl-prev:focus {
  outline: 0;
}
#slider .owl-nav .owl-prev:hover {
  background: rgb(31 69 100) !important;
}
#slider .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
      line-height: 0.2;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgb(31 69 100 / 74%) !important;
  width: 40px;
  cursor: pointer;
  height: 41px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 3px;
}
#slider .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
#slider .owl-nav .owl-next:focus {
  outline: 0;
}
#slider .owl-nav .owl-next:hover {
  background: rgb(31 69 100) !important;
}
#slider:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
#slider:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ser_ul li:hover  img{
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
img.left_dot {
    left: 0;
    width: 150px;
    position: absolute;
    top: -70px;
    opacity: 0.4;
}
.servce_div {
    position: relative;
/*    background: rgb(255,255,255);
background: -moz-linear-gradient(223deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.11808473389355745) 100%);
background: -webkit-linear-gradient(223deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.11808473389355745) 100%);
background: linear-gradient(223deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.11808473389355745) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1f4564",GradientType=1);*/
/*background: rgb(255,255,255);
background: -moz-linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.0844712885154062) 100%);
background: -webkit-linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.0844712885154062) 100%);
background: linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.0844712885154062) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1f4564",GradientType=1);*/
background: rgb(255,255,255);
background: -moz-linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.04805672268907568) 100%);
background: -webkit-linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.04805672268907568) 100%);
background: linear-gradient(200deg, rgba(255,255,255,0) 0%, rgba(31,69,100,0.04805672268907568) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#1f4564",GradientType=1);
}
.right_dot{
      right: 0;
    width: 100px;
    position: absolute;
    opacity: 0.4;
}




/*********** about ************/
.section_banner {;
    position: relative;
    z-index: 11;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
}
.section_banner:before {
    content: "";
    background-color: #1c4664;
    opacity: 0.5;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
}
.top_banner {
    padding: 80px 0px;
}
.head_banner {
    width: 100%;
    display: block;
    z-index: 9;
}
.head_banner h2 {
    text-shadow: 1px 1px 10px rgb(28 70 100);
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.sub_btn a {
    text-shadow: 1px 1px 10px rgb(28 70 100);
    font-weight: 400;
    color: #ffffff;
}
span.tm-bread-sep {
    text-shadow: 1px 1px 10px rgb(28 70 100);
    color: white;
}
.sub_btn span.current {
    text-shadow: 1px 1px 10px rgb(28 70 100);
    color: #ffffff;
    font-weight: 400;
    /* font-weight: 500; */
}
.about_01 img{
width: 100%;
}
.about_01 {
    position: relative;
margin: 45px;
border-radius: 50%;
overflow: hidden;
}
.about_01 {
/*    box-shadow: 0px 0px 0px 20px rgb(28 70 100);
    border: 10px solid #fff;*/
        box-shadow: 0px 0px 0px 4px rgb(28 70 100);
    border: 4px solid #fff;
}
.bg_about01{
    right:10%;
    opacity: 0.15;
    position: absolute;
    width: 300px;
    bottom: 0px;
}
.pattern{
    left: 0px;
    z-index: 0;
    position: absolute;
}
.about_div02{
background-attachment: fixed;
background-position: center;
background-size: cover;
    padding: 80px 0px;
}
.col-md-6.box_02 {
    border-radius: 5px;
    margin: 10px;
    width: 48%;
    padding: 30px;
    background-color: white;
/*        -webkit-transition: 1ms ease all;
    -moz-transition: 1ms ease all;
    transition: 1ms ease all;*/
}
.box_02:hover {
    border:0px solid #fff;
    color: #ffff;
}
h3.heading_h3 {
    color: #1c4664;
    font-weight: 700;
}
.box_02 p {
margin-bottom: 0px; 
}
.box_02:hover{
      -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
    color: #fff;
    background-color: #1c4664;
}
.box_02:hover h3.heading_h3 {
      -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
    color: #fff;
}

@media(max-width: 768px){
    .col-md-6.box_02 {
    margin: 10px;
    width: 95%;
    padding: 30px;
    background-color: white;
}
}
/*********** about ************/

/********* team ************/
.team_box h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1c4664;
}
.team_box {
    padding: 25px;
    box-shadow: 2px 5px 9px 0px rgb(0 0 0 / 6%);
       background-color: #ffff;
}
.team_box:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
    background-color: #fff;
}
.team_box ul  {
     padding-top: 10px; 
}
.team_box ul li i {
    margin-right: 5px;
    color: #1c4664; 
}
.team_box p  {
margin-bottom: 0px;
}

.team_image span {
    border-radius: 50px;
    color: #fff;
    margin: 0 auto;
    font-size: 22px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    background-color: #1c4664;
}
.team_image {
    text-align: center;
}
.team_box ul li {
    padding: 5px 10px;
    display: inline-block;
}
.team_box div.text-center{
    margin: 0 auto;
}
 a.article_box {
    text-decoration: none;
    display: block;
    padding: 3rem 15px;
    background-color: white;
    /* box-shadow: 0 7px 14px 0 rgb(0 0 0 / 20%); */
}
.team_box {
    position: relative;
    border:5px solid transparent;
        overflow: hidden;
    border-radius: 10px;
    min-height: 150px;
    display: flex;
    margin: 10px;
    align-items: center;
}
.col-md-6.team_box{
    width: 40%;
}
.col-md-4.team_box{
    width: 31.4%;
}
.team_div{
        padding: 80px 0px;
            background: rgb(247 247 247);
/*background: rgb(250,250,250);
background: -moz-linear-gradient(220deg, rgba(250,250,250,0.41780462184873945) 0%, rgba(31,69,100,0.05085784313725494) 100%);
background: -webkit-linear-gradient(220deg, rgba(250,250,250,0.41780462184873945) 0%, rgba(31,69,100,0.05085784313725494) 100%);
background: linear-gradient(220deg, rgba(250,250,250,0.41780462184873945) 0%, rgba(31,69,100,0.05085784313725494) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fafafa",endColorstr="#1f4564",GradientType=1);*/
}
.team_box h6 {
        position: relative;
    font-size: 17px;
}
.team_box p {
        position: relative;
}
.team_box:hover{
    cursor: pointer;
/*background-color: #;*/
color: #fff;
border:5px solid #ebebeb;
}
.team_box:hover h2{
    position: relative;
/*background-color: #1c4664;*/
color: #fff;
}
.team_box:before {
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    content: "";
    left: 0;
    right: 100%;
    top: 0;
    bottom: 0;
    background: #1c4664;
    position: absolute;
    opacity: 0;
    }
   .team_box:hover:before {
    right: 0;
    opacity: 1;
}
@media(max-width: 768px){
.col-md-5.team_box{
    width: 90%;
}
.col-md-4.team_box{
    width: 90%;
}
}
/********* team ************/

/******** client ******/
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.zoomIn {
    padding: 15px;
}
.client_page  div.zoomIn::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    width: 0%;
    height: 1px;
    background: #1c4465;
    box-shadow: inset 0px 0px 0px #df814e;
    display: block;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.client_page  figure {
    margin: 0 0 0rem;
}
.client_page  .zoomIn img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.client_page  div.zoomIn::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 0%;
    height: 1px;
    background: #1c4465;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}
.client_page div.zoomIn:hover {
    border-left: 1px solid #1c4465;
    border-right: 1px solid #1c4465;
}
.client_page div.zoomIn:hover::before {
    width: 100%;
}
.client_page div.zoomIn:hover::after {
    width: 100%;
}
.client_page .zoomIn:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.contact_div{
    padding: 80px 0px;
}
.class_sec.contact_page {
    position: relative;
}
.contact_page .icon_foot {
    width: 35px;
    position: absolute;
    top: 2px;
}
.contact_page .text_foot {
    margin-left: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact_page .icon_foot i {
    color: #1c4664;
    font-size: 22px;
}
section.contact_div h3 {
    color: #1c4664;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
}
.contact_page .text_foot h4 {
    font-weight: 600;
    font-size: 18px;
}
.contact_page i.fa.fa-mobile {
    font-size: 30px;
}
/****** client *********/
@media(max-width: 600px){
    .ser_ul {
    margin: 0;
    -webkit-box-decoration-break: clone;
    columns: 5;
    display: grid;
    grid-template-columns: repeat(10,1fr);
    /* grid-gap: 1.25rem; */
    grid-auto-flow: dense;
}
.ser_ul li:nth-child(5n+5){
    border-right:1px solid #ddd;
}
.ser_ul li:nth-child(2n+2){
    border-right:0px solid #ddd;
}
.ser_ul li:nth-child(26),.ser_ul li:nth-child(27), .ser_ul li:nth-child(28){
    border-bottom:1px solid #ddd;
}
#client-slider .owl-nav .owl-next {
    right: 0px;
    }
    #client-slider .owl-nav .owl-prev {
    left: 0px;
}
img.bg_about {
    right: 10%;
    }
    .testimonial .owl-nav .owl-prev, .testimonial .owl-nav .owl-next{
        display: none;
    }

#slider .item .cover .header-content h2 {
    font-size: 25px;
}
#slider .item .cover .header-content {
    width: 100%;
}
#slider .item .cover {
    padding: 20px 0;
    }
    header {
    padding: 0px;
}
.logo {
    display: inline-block;
    width: 265px;
}
footer .logo {
    border-radius: 3px;
    padding: 10px 0px;
    /*background-color: #fff;*/
    margin-bottom: 10px;
}
.top_menu {
    padding: 0px 0px;
}
.client_page .zoomIn {
    padding: 5px 20px;
    margin:0px 20px;
}
}

@media(max-width: 600px) and (min-width: 380px){
    .logo {
    display: inline-block;
    width: 300px;
}
}

/************** services ******************/

.flip_box {
        -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip_box .front, .flip_box:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip_box .front,  .flip_box .back {
background-image: none !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 5px;
    color: #fff;
}
.flip_box * {
    line-height: inherit;
}
.flip_box .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.flip_box .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip_box .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.flip_box .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
.flip_box:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.flip_box:hover .front, .flip_box:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip_box .front, .flip_box:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
img.flip-img {
    width: 100%;
}
.flip-box {
    position: relative;
}
.ser_ul01 li{
    cursor: pointer;
    text-align: center;
}

.ser_ul01{
    margin: 0;
    -webkit-box-decoration-break: clone;
    columns: 4;
    display: grid;
    grid-template-columns: repeat(20,1fr);
    grid-auto-flow: dense;
}
.ser_ul01 li{
    padding: 5px 5px;
    grid-column: auto / span 5;
}
.light_gray_bg {
    background-color: #f1f0f6;
}
.bg_blue {
    background-color: #1c4465;
}
a.flip-title01 {
    font-weight: 600;
    border-radius: 50px;
    background-color: white;
    color: #1c4664;
    padding: 8px 15px;
    font-size: 15px;
    display: inline-block;
        margin-top: 8px;
}

.box_icon img {
/*filter: brightness(0) invert(1);*/
    margin: 0 auto;
    width: 80px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0px;
}
.flip_box .back  .box_icon img {
filter: brightness(0) invert(1);
    width: 60px;
}
.flip_box .front:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background: -webkit-linear-gradient(180deg, rgba(28,68,101,0.2) 0%, rgb(168 168 170) 100%);
    background: linear-gradient(180deg, rgb(251 251 251) 0%, rgb(231 231 231) 100%);
}

h3.flip-title {
    letter-spacing: 1px;
    font-size: 21px;
}
li.nav-item.active:before {
    bottom: -5px;
    content: "";
    width: 100%;
    left: 0px;
right: 0px;
    position: absolute;
    height: 3px;
    background-color: #1c4664;
}
ul.ser_ul li a {
    display: block;
}

@media(max-width: 768px)
{
.ser_ul01 {
    columns: 1;
    grid-template-columns: repeat(1,1fr);
}
.flip_box .front, .flip_box .back {
    min-height: 200px;
}
h3.flip-title {
    letter-spacing: 1px;
    font-size: 18px;
}
.flip_box .inner {
    padding: 0.5rem;
}
.flip_box h5 {
    font-size: 16px;
}
a.flip-title01 {
    font-weight: 600;
    border-radius: 50px;
    background-color: white;
    color: #1c4664;
    padding: 8px 25px;
    font-size: 14px;
    display: inline-block;
    margin-top: 8px;
}
.box_address {
    margin-right: 0px;
        margin-bottom: 30px;
    }
    section.contact_div h3 {
    margin-top: 15px;
    color: #1c4664;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.7rem;
}
.contact_div {
    padding-top: 40px;
    }
    li.nav-item {
    display: block;
    text-align: left;
}

li.nav-item.active:before {
display: none;
}
.team_box {
    min-height: 130px;
    padding: 20px 10px;
    box-shadow: 2px 5px 9px 0px rgb(0 0 0 / 6%);
    background-color: #ffff;
}
.team_box h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1c4664;
}
.team_box h6 {
    position: relative;
    font-size: 15px;
}
.team_box p {
    font-size: 14px;
    position: relative;
}

}
.btn-primary:hover {
    color: #fff;
    background-color: #a8a8aa;
    border-color: #a8a8aa;
}
.service_div{
    padding: 60px 0px
}
h3.flip-title {
    color: #1c4664;
    font-weight: 600;
}
i.fa.fa-mobile {
    top: 2px;
    font-size: 21px;
}
.top_enq span a i {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: text-bottom;
}
.messages button.close {
    margin-top: -10px;
    color: #1c4664;
    background-color: transparent;
    float: right;
    border: 0px;
    font-size: 22px;
}
ul.ul_team {
        margin-bottom: 0;
        text-align: left;
  list-style-type: circle;
  list-style: circle;
}
ul.ul_team li{
        line-height: 1.6;
    font-size: 14px;
    text-align: left;
    position: relative;
      padding: 3px 3px;
    padding-left: 15px;
}
ul.ul_team li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    font: normal normal normal 7px/1 FontAwesome;
    content: "\f111";
    color: #000;
    font-size: 7px;
}
.team_box:hover ul.ul_team li:before{
    color: #919396;
}