/*
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;*/


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Oswald:wght@400;600&display=swap');

html {
  scroll-behavior: smooth;
}
body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}
section.content-box {
    PADDING: 0 0 50PX;
}
section.location-list.our-location ul.nav.nav-tabs a {
    padding: 5px 10px;
    font-size: 14px;
}
.service-icon i {
    color: black;
    font-size: 26px;
    padding: 0 0 10px;
}
.about-us-img img { max-width:250px; padding:10px 0; }
.amenities-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.amenities-box ul li {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

#sent1, #sent2, #sent3 {
    overflow: hidden;
    white-space: nowrap;
    opacity: 0;
    font-weight: 900;
    text-align: left;
    margin: 0 auto;
    font-family: sans-serif;
    font-size: 45px;
    line-height: unset;
}

#sent1
{
   width: 4em;
   background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
   background: -webkit-linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: sentence1 4s steps(40,end) 1s 1 normal forwards;
}

#sent2
{
   width: 8em;
   background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
   background: -webkit-linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: sentence2 3s steps(60,end) 4s 1 normal forwards;
}

#sent3
{
   width: 3em;
   background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
   background: -webkit-linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
   background-clip: text;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   animation: sentence3 4s steps(50,end) 6s 1 normal forwards;
}.heade-box h2 {
    font-size: 20px;
    padding: 20px 0;
}
section.why-chhose-us h2, section.why-chhose-us p {
    color: #fff;
}
section.why-chhose-us {
    background: #e14841;
    padding: 50px 0;
}
@keyframes sentence1
{

   0% {width: 0; opacity: 0;}
   1% {opacity: 1;}
   100% {width: 100%; opacity: 1;}
}

@keyframes sentence2
{
   0% {width: 0; opacity: 0;}
   1% {opacity: 1;}
   100% {width: 100%; opacity: 1;}
}

@keyframes sentence3 
{
   0% {width: 0; opacity: 0;}
   1% {opacity: 1;}
   100% {width: 100%; opacity: 1;}
}

.animate-data {
    width: 12ch;
    animation: typing 2s steps(12), blink .5s step-end infinite alternate;
    white-space: nowrap;
    overflow: hidden;
/*    border-right: 3px solid;*/
    font-family: 'Oswald', sans-serif;
    font-size: 4rem;
    color: #e14825;
}

@keyframes typing {
    from {
        width: 0;
    }
}

@keyframes blink {
    50% {
        border-color: transparent;
    }
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #000;
    /*    text-decoration: underline;
    text-decoration-color: #f24848;
*/
}

.p0 {
    padding: 0;
}

.btn-success {
    background: linear-gradient(105deg, #51a034, #000);
    outline: none;
    font-size: 18px;
    border-radius: 4px;
}

/* Form css start */

.find-modalin .modal-content {
    padding: 15px 30px 0 30px;
}

.find-modalin .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 20px;
    top: 15px
}

.find-modalin .modal-title img {
    margin-top: -9px;
}

.find-modalin .modal-title {
    font-size: 28px;
    color: #4B4A4A;
}

.sidetextin h4 {
    font-size: 32px;
    color: #4B4A4A;
    margin-bottom: 18px;
    font-weight: 600;
}

.model-header {
    border-bottom: none !important;
}

.sidetextin p {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #4B4A4A;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 20px;
}

.sidetextin ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 45px;
}

.sidetextin li {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #4B4A4A;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}

.sidefromin .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #CCBDBD;
    border-radius: 0;
}

.sidefromin .form-control {
    background-color: transparent;
    border-bottom: 1px solid #ced4da;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    font-size: 14px;
    padding: .375rem 0;
}

.sidefromin .col-form-label {
    color: #5C5A5A;
    width: 100%;
    font-size: 14px;
}

.sidefromin {
    width: 100%;
    height: auto;
}

.fromdiv {
    display: block;
}

.find-modalin button.close {
    font-size: 50px;
    font-weight: 100;
}

.find-modalin .modal-header {
    border: none !important;
}

.sidefromin .form-control:focus,
.sidefromin .form-control:hover,
.sidefromin .form-control:visited {
    outline: none;
    box-shadow: none;
    color: #fff;
}

.primary-btn {
    background-color: #e14825;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    padding: 5px 10px;
    border: 1px solid #fff;
    transition: ease all .3s;
    font-weight: 700;
}
.form-control:focus { border-color:#000; box-shadow:none; }
.primary-btn:hover,
.primary-btn:focus,
.primary-btn:visited {
    background: #e14825;
    outline: none;
    box-shadow: none;
    transition: ease all .3s;
    color: #000;
}

/* Form css end */
/* journey css start */
section.jpurney-box {
    padding: 50px 0;
}span.font-alt.fw-normal.display-8.d-block.mb-5 {
    font-size: 28px;
    color: #ccc;
    font-weight: 400;
    font-style: italic;
}
h2.display-4.fa-fw.text-end.text-light-stroke {
    color: #e14841;
    font-weight: 700;
    padding-right: 20px;
    font-size: 72px;
}
section.jpurney-box p.mb-2 {
    color: #333;
    font-size: 16px;
}section.jpurney-box figure.position-absolute.top-50.start-50.translate-middle.w-100.text-center.opacity-2.pb-5 {
    opacity: 0.3;
    margin-top: -179px;
    margin-left: -70px;
}
figure.position-absolute.top-50.start-50.translate-middle.w-100.text-center.opacity-2.pt-5 {
    opacity: 0.3;
    margin-top: -155px;
    margin-left: -20px;
}
/* journey css end */

.product-box-prime {
    position: relative;
    border: 5px solid #000;
    box-shadow: 1px 2px 3px #ccc;
    transition:ease all .3s;
}
.product-box-prime:hover { transform:scale(1.03); transition:ease all .3s; }
.product-box ul li {
    flex: 0 0 30%;
    margin: 10px;
}
.product-box ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content:center;
}.product-box-prime .desc-product {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    background: #00000040;
    top: 0;
    width: 100%;
    padding: 0px 30px;
}
section.primary-product-page {
    padding: 50px 0;
}
.product-box-prime .desc-product h2 { color:#fff;text-shadow:1px 2px 3px #333;font-size:14px; }
.product-box-prime img {
    width: 100%;
}
.product-box-prime {
    position: relative;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 75%;
        margin: 1.75rem auto;
    }
}
.deas-box h2 {
    font-size: 24px;
    padding: 20px 0;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
}

/* Header css start */
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
}
li.nav-item i {
    color: #000;
}

.brand-logo img {
    width: 150px;
}

.bg-light .dropdown-toggle::after {
    display: none;
}

.bg-light .text-decoration-none {
    text-decoration: none !important;
}

/* Header css end */


/*homepage banner css start */
:root {
    --swiper-navigation-color: #ffffff;
    --swiper-theme-color: #000;
}

.swiper {
    width: 100%;
    height: 80vh;
    min-height: 320px;
    background-color: #46677b;
}

/*homepage css end */
/* mission box css start */

.primary-padding {
    padding: 50px 0;
}

.secondary-padding {
    padding: 50px 0;
    background: #f8f9fa;
}

.primary-heading {
    font-size: 28px;
    color: #000;
}

.what-we-do-box li,
p {
    font-size: 16px;
    color: #333333;
    margin: 0;
    line-height: 28px;
}
.about-data h2 {
    margin: 0 0 15px;
}
.primary-img {
    max-width: 100%;
}
.heade-box.btm-ct h2 {
    color: #000 !important;
    FONT-SIZE: 22PX;
}ul.tag-solutions li {
    flex: 0 0 20%;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 13px;
    margin: 0px 10px 10px 0px;
    text-align: center;
     background: #e14825;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
   transition: ease all .5s; 
   color: #fff;
}
ul.tag-solutions {
    display: flex;
    flex-wrap: wrap;padding: 10px 0 0 ;
}

ul.mision-vision-box li {
    padding-bottom: 25px;
}

ul.shadow-box li {
    list-style: disc;
    margin-left: 15px;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;

}

.desc-block ul li {
    flex: 0 0 49%;
    background: #fff;
    margin-bottom: 14px;
    padding: 25px;
    box-shadow: inset 0 0 5px #ccc;
    border-radius: 10px;
    position: relative;
    overflow: hidden;

}

.desc-block ul li:before {
    content: close-quote;
    width: 20%;
    height: 4px;
    background: #000;
    top: 0;
    position: absolute;
    left: 0;
}

.desc-block.full-ui ul li {
    flex: 0 0 100%;
}

.desc-block ul li i {
    color: #0e570a;
    font-size: 26px;
    padding-bottom: 5px;
}

.desc-block {
    padding: 20px 0 0;
}

.desc-block h4 {
    font-size: 22px;
    color: #000;
    margin: 0 0 15px;
}

.desc-block ul li h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.full-ui ul li ul li:before {
    display: none;
}

.full-ui ul li ul li {
    list-style: none;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 0 5px;
    font-size: 14px;
    color: #333;
}

.design-box {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.qt-ui ul li {
    flex: 0 0 23%;
}

.furtehr-box a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

.address-deatils h3,
.contact-deatils h3,
.design-box h3 {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.desc-block ul li p {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.desc-block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.our-domain h4 {
    color: #333;
    font-size: 18px;
    padding: 10px 0 0;
}

section.our-domain.primary-padding h3.primary-heading {
    padding-bottom: 20px;
}

.scroll-banner-home {
    background: url(../images/banner/banner1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    position: relative;
}

.scroll-banner-home::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(359deg, #2b2d42 0%, rgba(40, 42, 62, 0.9375) 6.25%, rgba(38, 39, 58, 0.875) 12.5%, rgba(35, 37, 54, 0.8125) 18.75%, rgba(32, 34, 50, 0.75) 25%, rgba(30, 31, 45, 0.6875) 31.25%, rgba(27, 28, 41, 0.625) 37.5%, rgba(24, 25, 37, 0.5625) 43.75%, rgba(21, 23, 33, 0.5) 50%, rgba(19, 20, 29, 0.4375) 56.25%, rgba(16, 17, 25, 0.375) 62.5%, rgba(13, 14, 21, 0.3125) 68.75%, rgba(11, 11, 17, 0.25) 75%, rgba(8, 8, 12, 0.1875) 81.25%, rgba(5, 6, 8, 0.125) 87.5%, rgba(3, 3, 4, 0.0625) 93.75%, rgba(0, 0, 0, 0) 100%);

}

.scroll-banner-home h3 {
    letter-spacing: -2px;
    font-size: clamp(2rem, 0.3864rem + 13.0682vw, 2.75rem);
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    text-shadow: 1px 2px 3px #333;
    color: #fff;
}

.desc-block.full-ui.half-ui>ul>li {
    flex: 0 0 49%;
}

/* mission box css start */


/* footer css start */
h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #333;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.relative {
    position: relative;
}

/* header Css start */

.custom-header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 15px 0px;
    background: #fff;
}

.custom-header ul li a {
    font-size: 14px;
}

div#navbar4 {
    justify-content: right;
}

/* header Css end */
/*banner Video Css Start */
section.home-video video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

section.home-video {
    overflow: hidden;
}

.banner-content {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 99%;
    background: #00000040;
}

.banner-content h2 {
    width: 70%;
    margin: 0 auto 30px;
    color: #fff;
    text-shadow: 1px 2px 3px #333;
}

/*banner Video Css End */
.mision-vision-image img {
    max-width: 400px;
}

ul.mission-box-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

ul.mission-box-li li,
ul.location-section li {
    flex: 0 0 48%;
    margin: 10px 0;
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    ;
}

ul.mission-box-li li,
ul.location-section li p {
    color: #000;
    font-size: 16px;
}

ul.mission-box-li li span,
ul.location-section li p span {
    font-weight: bold;
    color: #000;
    font-style: italic;
}

.location-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.our-location ul.nav.nav-tabs {
    justify-content: center;
    border: none;
    margin: 20px 0;
}

.our-location ul.nav.nav-tabs a.active {
    background: #000;
    border: 2px solid #fa9746;
    border-radius: 10px;
    color: #fa9746;
    font-weight: bold;
}

.our-location ul.nav.nav-tabs a {
    background: #fff;
    border: 2px solid #fa9746;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
}

.our-location ul.nav.nav-tabs li:first-child {
    margin-left: 0;
}

.our-location ul.nav.nav-tabs li {
    margin-left: 15px;
}

/* about us css start */
section.about-us-section {
    padding: 50px 0;
    background: #fff;
}

.what-we-do-box {
    padding-top: 20px;
}

.what-we-do-box li {
    font-weight: 500;
}

.left-ct {
    text-align: left;
}

/* about us css end */
section#mission {
    background: #fbfbfb;
}

section.tnc-box {
    padding: 50px 0;
    background: #fafafa;
}

section.tnc-box ul li {
    font-size: 14px;
    margin: 0 0 5px;
    color: #333;
    font-weight: 300;
}

ul.condition-box li {
    color: #000;
    font-size: 14px;
    margin: 0 0 5px;
}
ul.navbar-nav li.nav-item:last-child a:active, ul.navbar-nav li.nav-item:last-child a:focus, ul.navbar-nav li.nav-item:last-child a:hover {
    color: #fff !important;
}
section.succed-box {
    padding: 50px 0;
    background: #fafafa;
}
section.succed-box i {
    font-size: 32px;
    padding: 0 0 10px;
    color: #e14825;
}

section.ready-to-work {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    text-align: center;
    padding: 50px 0;
}

.getaquote a, .getaquote a:hover {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.get-start-box h3 { color:#fff;padding: 0 0 30px; }
.get-start-box h1 {
    font-size: 100px;
    padding: 20px 0 0;
    color: #fff;
}
.getaquote a.primary-read-more:after { color:#fff; border-color:#fff; }
section.succed-box p { color:#fff; }
section.succed-box h2 {
    padding: 0 0 20px;
}
.contact-banner {
    background: url('../images/tab-image/contact_banner_new.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.work-banner {
    background: url('../images/tab-image/contact_us.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}
.blog-banner {
      background: url('../images/tab-image/blog.jpg') no-repeat;
    background-size: cover;
    background-position: center center; 
}
.navaltab {
    background: url('../images/tab-image/navalbagtabimg.jpg') no-repeat;
    background-size: cover;
    background-position: center center; 
}
.mission-banner {
    background: url('../images/tab-image/about_us.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.characteristics-banner {
    background: url('../images/tab-image/characteritcs_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

.packages-banner {
    background: url('../images/tab-image/packages_banner.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
}

section.tab-banner {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.tab-banner:before {
    position: absolute;
    content: close-quote;
    background: #00000038;
    top: 0;
    width: 100%;
    height: 100%;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f34825;
    font-weight: bold;
    transition: ease all .3s;
}
.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding-left: 0;
    font-size: 14px;
    color: #000;
}
.tab-heading h2 {
    text-shadow: 1px 2px 3px #333;
    color: #fff;
}

/* footer css start */
.footer {
    background: #000;
    padding: 15px 0;
}

ul.footer-social-icon li i {
    color: #fff !important;
    font-size: 17px;
}

ul.footer-social-icon {
    display: flex;
    justify-content: center;
    margin: 0;
}

p.copyright {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

/* footer css end */


.detailsbox {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}.detailsbox ul li {
    font-size: 14px;
    color: #333333;
    margin: 0;
}
section.details-section-box {
    padding: 30px 0;
}
p.location-name, p.location-tag {
    color: #000;
    font-weight: bold;
    padding: 5px 0 10px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
}



/* home section */
section.home-banner {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
        height: 100vh;
         justify-content: center;
    vertical-align: middle;
    display: flex;
    flex-direction: column;

}
    .banner-data-box {
    list-style: none;
    display: flex;
    background: #fff;
    padding: 0px 40px;
    margin: 0;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.banner-data-box li:first-child { flex:0 0 55%;  }
.banner-data-box li:last-child { flex:0 0 45%;  }
.banner-data-box li img { max-width:100%; }
.banner-data {
    justify-content: center;
    vertical-align: middle;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.banner-data h2 span {
    color: #e14825;
    font-weight: bolder;
    font-size: 32px;
    position: relative;
}
.banner-data h2 {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
}
.service-icon img {
    max-width: 100px;
}.banner-data-box {
    margin-top: 50px;
}
.about-data p {
    margin: 0 0 10px;
    text-align: left;
}
.icon-box-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    height: 100%;
}
ul.navbar-nav li.nav-item:last-child a {
    color: #fff;
}
ul.navbar-nav li.nav-item:last-child {
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
    background: #e14825;
}



@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.top-data {
    font-size: 14px;
    color: #e14825;
}

.about-us-section { padding:50px 0; position:relative; }
.about-box { display:flex; padding:0; position:relative; }
.about-box li:first-child { flex: 0 0 25%;z-index:1; }
.about-box li:last-child { flex: 0 0 75%;z-index:1;  border-left: 2px solid #e14825;
    padding-left: 20px !important;
}
.about-box li:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*.about-box:after {
    content: close-quote;
    background: url(../images/pattern.png);
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 0;
}*/


.primary-read-more {
  color: #000;
  cursor: pointer;
}
.primary-read-more::after {
  display: inline-block;
  padding-left: 8px;
  content: "➞";
  transition: transform 0.3s ease-out;
  border: 1px solid #e14841;
    margin: 10px;
    padding: 0;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #e14841;
}
.primary-read-more:hover {
  color: #e14825;
}
.primary-read-more:hover::after {
  transform: translateX(4px);
}


.services-box > ul > li {
    flex: 0 0 48%;
    margin: 15px 0;
    padding: 20px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
   transition: ease all .5s; 
}
.services-box > ul li:hover { transform:scale(1.1); transition:ease all .5s;  }
.services-box > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-deatils h2, .about-data h2, .desc-box-service h3 {
    color:#e14825 ;
    font-size: 32px;
}
section.our-service-box {
    background: #fafafa;
    padding: 50px 0;
}

/*home blog css start */
.grid-container {
  margin: 0 auto;
}

.grid-col {
  width: 33.3%;
  min-width: 300px;
  box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.grid-col img {
  width: 100%;
  height: auto;
  max-height: 250px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.body-content {
  background: #fafafa;
  padding:20px;
  position: relative;
/*  border: 1px solid #e14825;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  border-top: none;
  z-index: 1;
  line-height: 23px;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*.body-content:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -1px;
  width: 100%;
  height: 50px;
  background: #fafafa;
  border-left: 1px solid #e14825;
  border-right: 1px solid #e14825;
  transform: skewY(5deg);
  z-index: -1;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.4);
}*/

.body-content h3 {
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 22px;
}

.round-btn {
  position: absolute;
  bottom: 25px;
  left: 40px !important;
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #2c3e50;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 0 rgba(255, 255, 255, 0);
}

.round-btn:hover {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.12);
}
/* home blog css end*/

.blog-ct { padding:50px 0; }

.blog-ct .heading-box {
    padding: 0 0 30px;
}

/* our Work css start */
section.our-work-collection {
    padding: 50px 0;
}
ul.collection-list {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}ul.collection-list li img {
    width: 100%;
}
ul.collection-list li {
    flex: 0 0 22%;
}
.coleection-img { position:relative; }
.work-type h3 {
    font-size: 18px;
    background: #e14825;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.content-box-collection h2 {
    font-size: 23px;
    color: #e14825;
    margin: 0;
}
.content-box-collection {
    padding: 10px 0 30px;
}
.coleection-img .work-type {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.text-center-box {
    background: #fafafa;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}.heading-box.text-center-div {
    text-align: left;
    width: 100%;
    padding: 0 0 20px;
}section.blog-ct {
    background: #fafafa;
}
/* our Work css end */
.strategy-ct h3, .strategy-ct p {
    color: #fff;
}
@media(min-width:992px){
    ul.navbar-nav li:last-child {
    margin-right: 0px;
}
ul.navbar-nav li {
    margin-right: 20px;
}
}
@media(max-width:991.9px){
    ul.tag-solutions { margin:0 auto; }
    ul.tag-solutions li { flex:0 0 43% }
    div#navbar4 {
    padding: 0px 15px;
}
    .grid-col img { max-height:none; }
    ul.banner-data-box {
    display: block;
    padding: 25px;
}
ul.navbar-nav li.nav-item:last-child a {
    color: #fff !important;
    padding-left: 10px;
}ul.navbar-nav li.nav-item:last-child {
    border: 1px solid #fff;
    border-radius: 4px;
    font-weight: bold;
    background: #e14825;
    width: fit-content;
    padding-right: 10px;
}
.grid-col { width:100%; }
section.home-banner {
    height: auto !important;
    padding: 30px 0;
}
.custom-header { position:relative; }
}
@media(max-width:767.9px) {
    ul.collection-list{ display:block; }
        ul.tag-solutions li { flex:0 0 43% }

    .fram-box {
    padding: 20px 0 ;
}
    .banner-data h2 {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 34px;
}
.about-box {
    display: block;
}.services-box > ul {
    display: block;
}
.grid-col { border-bottom:35px;padding:0; }
.about-box li:last-child {
    padding-left: 0px !important;
    padding-top: 10px;
    border-top: 2px solid #e14825;
    border-left: navajowhite;
}
.banner-data h2 span {
    color: #e14825;
    font-weight: bolder;
    font-size: 26px;
    position: relative;
}
    .product-box ul {
    display: block;
}.product-box-prime .desc-product h2 { font-size:22px; }
    .magnific-img { width:49%; }
    .our-location ul.nav.nav-tabs li {
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .our-location ul.nav.nav-tabs {
        display: block;
    }

    
    nav.navbar.navbar-expand-lg.navbar-light.custom-header {
        background: #fff;
    }

    .custom-header ul li a {
        color: #000 !important;
    }

    .location-section,
    ul.mission-box-li {
        display: block;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 26px;
    }

    .mision-vision-image img {
        max-width: 100%;
    }

    .scroll-banner-home h3 {
        font-size: 24px !important;
    }
}