.bg-primary{background-color: #2a2f7c!important;}
.btn-primary
{
    background-color: #2a2f7c!important;
    border-color: #2a2f7c!important;
    color: #fff!important;
/*    margin-left: 30px;*/
    border-radius: 5px;
    padding: 12px 29px;
    font-size: 16px;
    font-weight: 700;   
    
}
.border-primary{
    border-color: #2a2f7c!important;
    color: #fff;
    padding: 09px 29px;
}
.border-white{
    border-color: #fff!important;
    color: #fff;
    padding: 12px 29px;
}
.border-primary{
    border-color: #2a2f7c!important;
    color: #000;
    padding: 09px 29px;
}
/* Custom CSS */
.clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:2; /* Limit to 4 lines */
}


.clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:3; /* Limit to 4 lines */
}


/* Custom CSS */
.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:4; /* Limit to 4 lines */
}

.clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:5; /* Limit to 4 lines */
}

.clamp-6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:6; /* Limit to 4 lines */
}

.clamp-7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:7; /* Limit to 4 lines */
}

.clamp-8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp:8; /* Limit to 4 lines */
}

.notify-badge {
/*    position: absolute;
    top: -12%;
    left: 10%;
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    color: #2a2f7c;
    padding: 4px 3px;
    font-size: 35px;
    border: 1px solid #2a2f7c;
    width: 65px;
    filter: drop-shadow(1px 5px 4px #2a2f7c70);*/
    position: absolute;
    top: -11%;
    left: 10%;
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    color: #2a2f7c;
    padding: 14px 18px;
    font-size: 18px;
    border: 1px solid #2a2f7c;
    width: 73px;
    filter: drop-shadow(1px 5px 4px #2a2f7c70);
}

.card-body {
  position: relative;
  border-radius: 25px;
}
.p2rem
{
    padding-top: 2.6rem!important;  
    padding-bottom: 0rem!important;
}

.testimonial_name
{
    font-size: 13px;
    font-weight: 700;
}
.testimonial_desg
{
    font-size: 11px;
/*    font-family: 'Poppins';*/
font-family: 'Montserrat', sans-serif;
}

.testmonial_img
{
    width: 75px;
    border-radius: 50%;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description, .services .icon-box:hover .read-more a,
.services .icon-box:hover .testimonial_name,.services .icon-box:hover .testimonial_desg{
    color: #fff;
}

.services .icon-box:hover .quoteess{color: #7377b8;}

.quoteess
{
    color: #eeeef4;
    font-size: 68px;
}
.btngetstarted
{
    background: #2a2f7c;
    padding: 8px 25px;
    margin-left: 30px;
    border-radius: 5px;
    color: #fff;
}
.btngetstarted:hover
{
    color: #fff;
    background: #2a2f7c;
}

.btn-smm{
    padding: 8px 25px;
    font-size: 13px;
    font-weight: 600;
}

.services .icon-box-location
{    
    /* padding: 30px; */
    position: relative;
    overflow: hidden;
    background: #fff;
    /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
    box-shadow: 0px 8px 13px 5px #00000021;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
    z-index: 1;
}

.img-locations
{
    padding: 10px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
/*    min-width: 416px;*/
/*    min-width: 326px;*/
    max-width: 416px;
}

.locationdesc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fd1smi{ 
    font-size: 19px;
    display: inline-block;
    background: #fff;
    color: #2a2f7c;
    line-height: 1;
    padding: 5px 0;
    margin-right: 0px;
    border-radius: 50%;
    text-align: center;
    width: 33px;
    height: 33px;
    transition: 0.3s;
    border: 1px solid #2a2f7c;
}

.contact .info ul {
    padding: 0 0 0px 0px;
    line-height: 20px;
    font-size: 12px;
}

.fulheader
{
    font-size: 16px;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
}
/*Search Bar*/
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.88);
    
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search h3 {
    position: absolute;
    top: 25%;
    width: 100%;
    color: #fff;
    text-align: center;
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
/*    font-size: 60px;*/
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
/*    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100px;
    max-width: 200px;
    margin-top: 61px;
    margin-left: -45px;*/
}
.pad813
{
    padding: 8px 13px;    
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #2a2f7c;
    border-color: #ccc;
    opacity: 1;
    padding: 1px 10px 6px 10px;
    font-size: 25px;
    border-radius: 4px;
    font-weight: 500;
}

.searchinp
{
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
/*    font-size: 60px;*/
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}

.ser_hero-image {
    background-image:url("../img/containers.png");
    height: 70vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.prelease_hero-image {
    background-image:url("../img/services/prelease/prebg.png");
    height: 70vh;
    /*background-position: center;*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bottom-div{bottom:0;position: absolute;}
.top-div{top:0;position: absolute;}

.border-top-lr-radius
{                                       
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

li
{
    line-height: 20px;
    font-size: 15px;
    padding-bottom: 10px;
}

ul{list-style-type: none;}






.btn-primary.focus, .btn-primary:focus{box-shadow: none!important;}
/* margins and padding*/
.mt100{margin-top: 130px;}

.h-6399{height: 63.99px;}
.h-250{height: 250px;}

.boxshadow
{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.b-radius12{border-radius: 12px;}

/*Font style*/
.fs-12{font-size: 12px!important;}
.fs-13{font-size: 13px!important;}
.fs-14{font-size: 14px!important;}
.fs-15{font-size: 15px!important;}
.fs-16{font-size: 16px!important;}
.fs-20{font-size: 20px!important;}
.fs-22{font-size: 22px!important;}
.fs-27{font-size: 27px!important;}
.fs-35{font-size: 35px!important;}
.fs-42{font-size: 42px!important;}
.text-black{color: #000!important;}
.text-primary{color: #2a2f7c!important;}

.fontweight-400{font-weight: 400!important;}
.fontweight-500{font-weight: 500!important;}
.fontweight-600{font-weight: 600!important;}
.fontweight-700{font-weight: 700!important;}
.px60
{
    padding-left: 60px!important;
    padding-right: 60px!important;
}
.px40
{
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.px20
{
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.pt60{padding-top: 60px!important;}
.minwidth308{min-width: 308px!important;}
.minheight70{min-height: 70px!important;}

.table td, .table th
{
    border: 1px solid #2a2f7c!important;
}

.section105
{
    padding: 105px 0 0 0!important;
}
.bradius15, .ls-layers, .ls-slide-backgrounds, .ls-slide-effects, .ls-background-videos, .ls-bg-video-overlay
{
    border-radius: 15px!important;
}

.br-15{border-radius: 15px;}

.pointer{cursor:pointer!important;}


/*carousel*/
.carousel-inner img {
    width: 100%;
/*    height: 100vh;*/
}

.btnprimarypadding
{
    padding: 12px 29px!important;
}


.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Change the color and opacity of the overlay */
}

.dbloex{display: flex!important;}

.desktop{display: block!important;}
.mobile{display: none!important;}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {    
    .carousel-inner img 
    {
        width: 100%;
        height: auto;       
    }   
    .btnprimarypadding
    {
        padding: 8px 8px!important;
    }
    .res-fs-herotextimg
    {
        font-size: 14px;
    }
     .dbloex{display: block!important;}
}
/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 996px) {
    .desktop{display: none!important;}
    .mobile{display: block!important;}
    .dbloex{display: block!important;}
}
@media screen and (max-width: 600px) {
  #header .logo img {
    max-height: 55px!important;
  }
}