/*
Theme Name: spinco
*/

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-Black.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-Italic.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-Light.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../spinco/assets/fonts/Oswald-SemiBold.woff2') format('woff2'),
        url('../spinco/assets/fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../spinco/assets/fonts/Inter18pt-LightItalic.woff2') format('woff2'),
        url('../spinco/assets/fonts/Inter18pt-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../spinco/assets/fonts/Oswald-Bold.woff2') format('woff2'),
        url('../spinco/assets/fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}







body {
    --PrimaryColor: #f07f1a;
    --BlueColor: #0d0c1c;
    --RedColor: #e51e31;
    --LightBg: #ececed;
    --headingColor: #0d0c1c;
    --textcolor: #4a485e;
    --textcolorBlue: #a6a6a8;
    --whitecolor: #ffffff;
    --borderColor: #c2c2c6;
    --BgColor: #fff;
    font-family: 'Inter 18pt', sans-serif !important;
    --headingfont: 'Oswald', sans-serif !important;
    background:  var(--whitecolor) ;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Inter 18pt', sans-serif !important;
    font-weight: normal;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Inter 18pt', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.values-scroll .slick-dots,
.ourclients-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.values-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.values-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	
}

.values-scroll li button:before,
.ourclients-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.values-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.values-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--PrimaryColor);
}

.values-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--PrimaryColor);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--RedColor);
    color: #fff;
}

::-moz-selection {
    background: var(--RedColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(229, 30, 49, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(229, 30, 49, 1);
}

.wpcf7-not-valid-tip{
    font-size: 11px;
    padding: 0;
    margin: 5px 0px 0px 0px;
    line-height: normal;
}

.wpcf7-response-output{
    text-align: center;
    font-size: 13px;
    padding: 6px 0px !important;
    margin: 10px 0px 0px 0px !important;
    font-weight: 500;
}

.wpcf7-spinner{
    padding: 0px;
    margin: 0px 0px 0px -12px;
    position: absolute;
    left: 50%;
    top: 10px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important; 
}

.footerwrapper-div{
    width: 100%;
    position: relative;
    padding-top: 60px;

    background: url(../spinco/assets/img/footer-image.webp) no-repeat center center fixed var(--BlueColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footerwrapper-div .footer-credencials{
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 30px 0px;
}

.footerwrapper-div .footer-credencials p{
    color: var(--textcolorBlue);
    font-size: 15px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

.footerwrapper-div .footer-credencials .col-lg-6:last-child{
    text-align: right;
}

.footerwrapper-div .footer-credencials p a{
    color: var(--textcolorBlue);
    text-decoration: none;
}

.footerwrapper-div .footer-credencials p span{
    margin: 0px 15px;
}

.footerwrapper-div .footer-credencials p a:hover{
    color: var(--PrimaryColor);
}

.footerwrapper-div .footermenu-wrap{
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 60px;
}

.footerwrapper-div .col-lg-7 .footer-logo{
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 25px;
}

.footerwrapper-div .col-lg-7 .footer-logo img{
    display: inline-block;
    height: 80px;
}

.footerwrapper-div .col-lg-7 p{
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--textcolorBlue);
}


.footerwrapper-div .socialmedia-icons {
    width: auto;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: block;
    text-align: left;
    float: right;
}

.footerwrapper-div .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.footerwrapper-div .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.footerwrapper-div .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footerwrapper-div .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.footerwrapper-div .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.footerwrapper-div .socialmedia-icons li a.tw {
    background: #000000;
}

.footerwrapper-div .socialmedia-icons li a.li {
    background: #0e72a3;
}

.footerwrapper-div .socialmedia-icons li a.in {
    background: #f6523f;
}

.footerwrapper-div .socialmedia-icons li a.em{
    background: #ec4134;
}

.footermenu-wrap .col-lg-8{
    padding-top: 3px;
}

.bannerwrapper{
    width: 100%;
    min-height: auto;
    background: var(--BlueColor);
    position: relative;
}

.bannerwrapper::before{
    width: 100%;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 50%;
    background: #0D0C1C;
    background: linear-gradient(0deg, rgba(13, 12, 28, 0) 0%, rgba(13, 12, 28, 1) 100%);
    z-index: 1015;
    opacity: 0.75;
}

.bannerwrapper .banner-caption-wrap{
    width: 100%;
    min-height: 100vh;
    display: table;
    text-align: center;
    position: relative;
    z-index: 1030;
    padding-top: 100px;
}

.bannerwrapper .banner-caption-wrap::before{
    width: 100%;
    height: 100%;
    background: #0D0C1C;
    background: radial-gradient(circle, rgba(13, 12, 28, 1) 0%, rgba(13, 12, 28, 0) 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    z-index: -1;
    opacity: 0.5;
}

.bannerwrapper .banner-caption-wrap .banner-caption-align{
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.bannerwrapper .banner-caption-wrap .banner-caption-align h1{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 600;
    line-height: 58px;
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

.bannerwrapper .banner-caption-wrap .banner-caption-align h1 strong{
    color: var(--RedColor);
}

.bannerwrapper .banner-caption-wrap .banner-caption-align p{
    color: var(--whitecolor);
    padding: 0;
    margin: 0;
    opacity: 0.8;
}

.bannerwrapper .banner-caption-wrap .banner-caption-align .readmore-btn{
    background: rgba(0, 0, 0, .3);
    display: inline-block;
    min-width: 160px;
    text-align: center;
    line-height: 38px;
    color: var(--PrimaryColor);
    font-weight: 500;
    font-size: 15px;
    border-radius: 25px;
    transition-duration: 0.3s;
    border: 2px solid var(--PrimaryColor);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-top: 35px;
}

.bannerwrapper .banner-caption-wrap .banner-caption-align .readmore-btn:hover{
    background: var(--PrimaryColor);
    color: var(--BlueColor);
}


.bannerwrapper .carousel-item{
    background: var(--BlueColor);
}   

.bannerwrapper img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}

.banner-buttons{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1035;
}

.banner-buttons .navbutton{
    width: 60px;
    height: 60px;
    background: var(--RedColor);
    color: var(--whitecolor);
    border: none;
    outline: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    float: left;
    transition-duration: 0.3s;
}

.banner-buttons .navbutton:hover{
    background: var(--PrimaryColor);
    color: var(--BlueColor);
}

.banner-buttons .navbutton:last-child{
    border-left: 1px solid #eb4f5e;
}

.header-wrapper-div{
    width: 100%;
    transition-duration: 0.3s;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1036;
}

.header-topsection{
    width: 100%;
    background: rgba(13, 12, 28, .6);
    min-height: 40px;
    transition-duration: 0.3s;
    position: relative;
    transition-duration: 0.3s;
}

.header-topsection p{
    color: var(--textcolorBlue);
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

.header-topsection .col-lg-6:last-child{
    text-align: right;
}

.header-topsection .col-lg-6:last-child h5{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
}

.header-topsection .col-lg-6:last-child h5 a{
    color: var(--PrimaryColor);
}

.header-topsection .col-lg-6:last-child h5 a:hover{
    color: var(--RedColor);
}

.header-topsection .col-lg-6:last-child h6{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0px 25px 0px 0px;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    color: var(--PrimaryColor);
}

.header-topsection .col-lg-6:last-child h6 a{
    color: var(--textcolorBlue);
}

.header-topsection .col-lg-6:last-child h6 i{
    margin-right: 5px;
}

.header-wrapper-div .header-section .col-lg-9{
    text-align: right;
}

.header-wrapper-div .header-section .col-lg-9 .getquote-button{
    background: var(--RedColor);
    display: inline-block;
    min-width: 150px;
    text-align: center;
    line-height: 42px;
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 15px;
    border-radius: 25px;
    transition-duration: 0.3s
}

.header-wrapper-div .header-section .col-lg-9 .getquote-button:hover{
    background: var(--PrimaryColor);
    color: var(--BlueColor);
}

.header-section #mega-menu-wrap-primary{
    width: auto;
    display: inline-block;
}

.header-section .header-logo img{
    width: auto;
    height: 90px;
    object-fit: contain;
    transition-duration: 0.3s;
}

.header-section .col-lg-9{
    transition-duration: 0.3s;
    padding-top: 24px;
}

.header-section {
    transition-duration: 0.3s;
    padding-top: 20px;
}

.f-nav .header-section {
    padding-top: 8px;
}

.f-nav .header-section .header-logo img{
    height: 56px;
}

.f-nav .header-wrapper-div .header-topsection{
    margin-top: -40px;
}

.f-nav .header-wrapper-div{
    padding-bottom: 8px;
    background: rgba(13, 12, 28, .85);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.f-nav .header-section .col-lg-9{
    padding-top: 6px;
}

.bannerbottom-section{
    width: 100%;
    overflow: hidden;
}

.bannerbottom-section .col-lg-6{
    position: relative;
    padding-top: 100px;
}

.bannerbottom-section .col-lg-6:last-child{
    padding-bottom: 100px;
}

.bannerbottom-section .col-lg-6:last-child::before{
    width: 200%;
    position: absolute;
    background: var(--LightBg);
    left: 0px;
    top: 0px;
    content: '';
    height: 100%;
    z-index: -1;
}   

.bannerbottom-section .col-lg-6:last-child h4{
    font-family:  var(--headingfont) !important;
    color: var(--headingColor);
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 28px;
}

.bannerbottom-section .col-lg-6:last-child p{
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.bannerbottom-section .col-lg-6:last-child .readmore-btnstyle{
    margin-top: 8px;
}

.readmore-btnstyle{
    background: var(--RedColor);
    display: inline-block;
    min-width: 160px;
    text-align: center;
    line-height: 42px;
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 15px;
    border-radius: 25px;
    transition-duration: 0.3s;
}

.readmore-btnstyle:hover{
    background: var(--PrimaryColor);
    color: var(--BlueColor);
}

.readmore-btnstyle.orange{
    background: var(--PrimaryColor);
    color: var(--BlueColor);
}

.readmore-btnstyle.orange:hover{
    background: var(--RedColor);
    color: var(--whitecolor);
}

.bannerbottom-section .col-lg-6:first-child::before{
    width: 120px;
    position: absolute;
    background: var(--PrimaryColor);
    left: 12px;
    top: 0px;
    content: '';
    height: 100%;
    z-index: -1;
}  

.bannerbottom-section .col-lg-6:first-child h4{
    font-family:  var(--headingfont) !important;
    color: var(--headingColor);
    padding: 0;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 28px;
}

.bannerbottom-section .col-lg-6:first-child p{
    line-height: 26px;
    padding: 0;
    margin: 0;
}

.bannerbottom-section .col-lg-6:first-child h2{
    padding: 0;
    margin: 0;
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    font-size: 220px;
    line-height: 170px;
    position: relative;
    left: 40px;
}

.headingstyle{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 45px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 44px;
}

.headingstyle span{
    color: var(--RedColor);
}

.homeourgroup-wrap{
    margin-top: 120px;
}

.viewallmore-button{
    border-top: 1px solid var(--borderColor);
    border-bottom: 1px solid var(--borderColor);
    padding: 20px 0px;
    margin-top: 60px;
}


.viewallmore-button .col-lg-5:first-child{
    text-align: right;
    padding-top: 5px;
}

.viewallmore-button .col-lg-5 p{
    padding: 0;
    margin: 0;
    line-height: 26px;
}

.ourgroup-item-div{
    width: 100%;
    border: 1px solid var(--borderColor);
    text-align: center;
    display: block;
    padding: 45px 20px;
    min-height: 350px;
    transition-duration: 0.3s;
}

.ourgroup-item-div:hover{
    border-color: var(--RedColor);
}

.ourgroup-item-div:hover h4{
    color: var(--RedColor);
}

.ourgroup-item-div span{
    width: 100%;
    text-align: center;
    display: block
}

.ourgroup-item-div span img{
    width: auto;
    height: 80px;
    display: inline-block;
    object-fit: contain;
}

.ourgroup-item-div p{
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 26px;
}

.ourgroup-item-div h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    padding: 0;
    margin: 25px 0px 20px 0px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    transition-duration: 0.3s;
}

.redbarcounts-div{
    width: 100%;
    background: var(--RedColor);
    color: var(--whitecolor);
}

.redbarcounts-div .row{
    margin-left: 0px;
    margin-right: 0px;
}

.redbarcounts-div .row .col-lg-2{
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-left: 1px solid #ed626f;
    padding-top: 40px;
    padding-bottom: 40px;
}

.redbarcounts-div .row .col-lg-2:last-child{
    border-right: 1px solid #ed626f;
}

.redbarcounts-div .row .col-lg-2 h6{
    font-family: var(--headingfont) !important;
    color: #ffc8cd;
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    transition-duration: 0.3s;
    font-weight: 600 !important;
}

.redbarcounts-div .row .col-lg-2 h3{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
    transition-duration: 0.3s;
    font-weight: 600 !important;
}

.aboutus-wrapperdiv{
    width: 100%;
    background: var(--BlueColor);
    padding: 100px 0px;
    margin-top: 120px;
}

.aboutus-wrapperdiv .col-lg-7 p{
    text-align: justify;
    color: var(--textcolorBlue);
}

.aboutus-wrapperdiv .col-lg-7 h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 35px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 44px;
    color: var(--whitecolor);
}

.aboutus-wrapperdiv .col-lg-7 h2 strong{
    font-weight: 600;
    color: var(--PrimaryColor);
}

.aboutus-wrapperdiv .col-lg-7 .readmore-btnstyle{
    margin-top: 30px;
}

.aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap{
    width: 100%;
    min-height: 485px;
    position: relative;
}

.aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap::before{
    width: 142px;
    height: 142px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    background: url(../spinco/assets/img/welcome-icon.png) no-repeat;
}

.aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-one{
    width: 320px;
    height: 320px;
    background: var(--textcolor);
    border-radius: 10px;
    overflow: hidden;
}

.aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-two{
    width: 320px;
    height: 320px;
    background: var(--borderColor);
    border-radius: 10px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    outline: 14px solid var(--BlueColor);
    z-index: 10;
    overflow: hidden;
}

.aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-two img,
.aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-one img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.whychoose-wrapper{
    width: 100%;
    margin-top: 120px;
}

.whychoose-wrapper .whychooseitem-div{
    width: 100%;
    text-align: center;
    padding: 45px 20px;
    background: #EDEDEE;
    background: linear-gradient(0deg,rgba(237, 237, 238, 0) 0%, rgba(237, 237, 238, 1) 100%);

}

.whychoose-wrapper .whychooseitem-div h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    padding: 0;
    margin: 20px 0px 12px 0px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    transition-duration: 0.3s;
}

.whychoose-wrapper .whychooseitem-div p{
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 26px;
}

.whychoose-wrapper .whychooseitem-div span{
    width: 100%;
    text-align: center;
    display: block;
}

.whychoose-wrapper .whychooseitem-div span img{
    width: auto;
    height: 60px;
    display: inline-block;
    object-fit: contain;
}

.ourblogs-wrapper{
    width: 100%;
    margin-bottom: 120px;
}

.home-blog-item-div{
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
    background: var(--BlueColor);
    display: block;
}

.home-blog-item-div img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.home-blog-item-div::before{
    width: 100%;
    height: 60%;
    background: #0B0F1D;
    background: linear-gradient(0deg,rgba(11, 15, 29, 1) 0%, rgba(11, 15, 29, 0) 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: 10;
}

.home-blog-item-div .blog-textcon{
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 25px;
    z-index: 100;
    padding: 0px 40px;
}

.home-blog-item-div .blog-textcon h4{
    color: var(--whitecolor);
    font-size: 20px;
    padding: 0;
    margin: 0px 0px 0px 0px;
    line-height: 26px;
    transition-duration: 0.3s;
}

.home-blog-item-div .blog-textcon h6{
    color: var(--whitecolor);
    font-size: 15px;
    padding: 0;
    margin: 0px 0px 10px 0px;
}

.home-blog-item-div .blog-textcon h6 span{
    background: var(--whitecolor);
    font-size: 12px;
    color: var(--RedColor);
    font-weight: bold;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
}

.home-blog-item-div:hover .blog-textcon h4{
    color: var(--PrimaryColor);
}

.home-blog-item-div:hover img{
    opacity: 0.4;
    transform: scale(1.1);
}

.home-blog-item-div i{
    position: absolute;
    left: 50%;
    margin-left: -13px;
    top: 40%;
    margin-top: -13px;
    z-index: 600;
    color: var(--whitecolor);
    font-size: 28px;
    transition-duration: 0.3s;
    opacity: 0;
}

.home-blog-item-div:hover i{
    top: 45%;
    opacity: 1;
}

.ourblogs-wrapper .readall-posts{
    width: 100%;
    background: var(--RedColor);
    display: table;
    text-align: center;
    height: 120px;
    margin-top: 24px;
}

.ourblogs-wrapper .readall-posts h6{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    padding: 0;
    margin: 0px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    transition-duration: 0.3s;
    display: table-cell;
    vertical-align: middle;
}

.ourblogs-wrapper .readall-posts:hover{
    background: var(--PrimaryColor);
    color: var(--headingColor);
}

.ourblogs-wrapper .readall-posts:hover h6{
    color: var(--headingColor);
}

.home-blog-item-div.blogthree,
.home-blog-item-div.blogone{
    height: 376px;
}

.ourblogs-wrapper .blogtitle-con h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 56px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 44px;
}

.ourblogs-wrapper .blogtitle-con h4 span{
    color: var(--RedColor);
}

.scrollingtext-wrap{
    width: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
	padding: 0px 0px 0px 0px;
    margin: 80px 0px 120px 0px;
    left: 0px;
    margin-left: 0%;
}

.scrollingtext-wrap .text {
    font-size: 14px;
	text-transform: inherit;
	animation: animate_topscrolls 60s linear infinite;
}

.scrollingtext-wrap .text span{
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-block;
}

@keyframes animate_topscrolls {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-100%, 0, 0);
    }
}

.scrollingtext-wrap span{
    height: 310px !important;
    position: relative;
    padding-left: 540px;
    margin-left: 80px;
}

.scrollingtext-wrap .scroll-image-con{
    width: 490px;
    height: 310px;
    background: var(--BlueColor);
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

.scrollingtext-wrap .scroll-image-con img{
    width: 490px;
    height: 310px;
    object-fit: cover;
}

.scrollingtext-wrap .scroll-text-con{
    width: auto;
    height: auto;
    display: inline-block;
}

.scrollingtext-wrap .scroll-text-con h2{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 35px 0px 0px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    font-size: 120px;
    line-height: 112px;
}

.groupcompanies-scroll,
.excellence-scroll{
    margin-left: -12px;
    margin-right: -12px;
}

.groupcompanies-scroll .col-lg-3,
.excellence-scroll .col-lg-3{
    padding-left: 12px;
    padding-right: 12px;
}

.innerpage-header{
    width: 100%;
    background: var(--BlueColor);
    position: relative;
    height: 480px;
    overflow: hidden;
    display: table;
}

.innerpage-header-middle{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 100;
    text-align: center;
    padding-bottom: 45px;
}

.innerpage-header::before{
    width: 100%;
    height: 70%;
    background: #0B0F1D;
    background: linear-gradient(0deg,rgba(11, 15, 29, 1) 0%, rgba(11, 15, 29, 0) 100%);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    z-index: 10;
    opacity: 0.6;
}

.innerpage-header-middle h2{
    font-family: var(--headingfont) !important;
    color: var(--whitecolor);
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 600;
    line-height: 58px;
    padding: 0;
    margin: 0px 0px 12px 0px;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
    text-align: center;
}

.innerpage-wrapper{
    margin-top: 120px;
    margin-bottom: 120px;
}

.coming-soon{
    width: 100%;
    text-align: center;
}

.innerpage-header-middle .breadcrumb{
    text-align: center;
    padding: 0px !important;
    margin: 0px !important;
    display: block;
    color: var(--textcolorBlue);
}

.innerpage-header-middle .breadcrumb li{
    display: inline-block;
    font-size: 14px;
    color: var(--textcolorBlue);
}

.innerpage-header-middle .breadcrumb li a{
    font-size: 13px;
    color: var(--PrimaryColor);
    font-weight: 500;
}

.innerpage-header-middle .breadcrumb li a:hover{
    color: var(--RedColor);
}

.innerpage-header-middle .breadcrumb li a i{
    font-size: 11px;
    position: relative;
    margin-right: 4px;
}

.innerpage-header-middle  .breadcrumb-item+.breadcrumb-item::before{
    color: var(--textcolorBlue);
}

.innerpage-header img{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 480px;
    object-fit: cover;
    width: 100%;
    opacity: 0.5;
}

.whoarewe-section{
    width: 100%;
    margin-top: 120px;
}

.whoarewe-section .col-lg-7 p{
    text-align: justify;

}

.whoarewe-section .col-lg-7 p:last-child{
    margin-bottom: 0px;
}

.whoarewe-section .col-lg-7 h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 24px 0px;
    text-align: left;
}

.whoarewe-section .col-lg-5 img{
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px;
}

.visionmission-wrap{
    width: 100%;
    background: var(--BlueColor);
    padding: 90px 0px;
    margin-top: 100px;
}

.visionmission-wrap h4{
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 32px;
    color: var(--PrimaryColor);
}

.visionmission-wrap p{
    color: var(--textcolorBlue);
    padding: 0;
    margin: 0;
    text-align: justify;
}

.visionmission-wrap .visionmission-item{
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .15);
    padding: 45px 45px;
    min-height: 100%;
    border-radius: 10px;
}

.ourservices-wrapper{
    width: 100%;
    text-align: center;
}

.ourservices-wrapper .ourservices-item{
    width: 100%;
    background: var(--LightBg);
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    margin: 8px 0px;
    display: inline-block;
    text-decoration: none;
}

.ourservices-wrapper .ourservices-item:hover{
    background: var(--RedColor);
}

.ourservices-wrapper .ourservices-item:hover .ourservices-txt h4{
    color: var(--whitecolor);
}

.ourservices-wrapper .ourservices-item .ourservices-img{
    width: 100%;
    background: var(--BlueColor);
    height: 200px;
    display: inline-block;
}

.ourservices-wrapper .ourservices-item .ourservices-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ourservices-wrapper .ourservices-item .ourservices-txt{
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    margin: 0;
    display: table;
    height: 70px;
}

.ourservices-wrapper .ourservices-item .ourservices-txt h4{
    width: 100%;
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.ourservices-wrapper .headingstyle{
    margin: 0px 0px 10px 0px;
}

.ourservices-wrapper{
    margin-top: 100px;
}

.ourvalues-wrapper{
    width: 100%;
    margin-top: 90px;
    padding: 0px 0px 75px 0px;
    text-align: center;
    overflow: hidden;
    color: var(--textcolorBlue);
    height: 360px;
    display: table;

    background: url(../spinco/assets/img/value-bg.jpg) no-repeat center center fixed var(--BlueColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ourvalues-wrapper.projectmanagement-bg{
    background: url(../spinco/assets/img/projectmanagement-bg.jpg) no-repeat center center fixed var(--BlueColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ourvalues-wrapper.losticbg{
    background: url(../spinco/assets/img/losticbg.jpg) no-repeat center center fixed var(--BlueColor); 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ourvalues-wrapper .ourvalues-middle-align{
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
}

.ourvalues-content .ourvalues-item{
    width: 100%;
    border: 1px solid var(--borderColor);
    text-align: center;
    padding: 30px 15px;
    border-radius: 10px;
    min-height: 355px;
}

.ourvalues-content .ourvalues-item p{
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 26px;
}

.ourvalues-content .ourvalues-item h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    text-align: center;
    color: var(--headingColor);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.ourvalues-content .ourvalues-item span{
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.ourvalues-content .ourvalues-item span img{
    width: auto;
    height: 110px;
    display: inline-block;
}

.values-scroll{
    margin-left: -8px;
    margin-right: -8px;
}

.values-scroll .col-lg-3{
    padding-left: 8px;
    padding-right: 8px;
}

.ourvalues-content{
    margin-top: 75px;
}

.ourvalues-wrapper h2{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--whitecolor);
}

.ourvalues-wrapper p{
    padding: 0;
    margin: 0;
    text-align: center;
    color: var(--textcolorBlue);
}

.sendus-message-wrap .sendus-heading {
    margin-bottom: 30px;
}

.sendus-message-wrap .sendus-heading .headingstyle{
    text-align: left;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 32px;
    line-height: 32px;
}

.sendus-message-wrap .sendus-heading p{
    padding: 0;
    margin: 0;
}

.sendus-message-wrap .col-lg-4 input{
    width: 100%;
    height: 44px;
    border: none;
    background: var(--LightBg);
    border-radius: 4px;
    padding: 0px 12px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}



.sendus-message-wrap .col-lg-12 textarea{
    width: 100%;
    height: 175px;
    border: none;
    background: var(--LightBg);
    border-radius: 4px;
    padding: 10px 12px 0px 12px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.sendus-message-wrap .col-lg-4 p,
.sendus-message-wrap .col-lg-12 p,
.sendus-message-wrap .col-lg-3 p{
    padding: 0;
    margin: 0;
}

.sendus-message-wrap .col-lg-4 {
    margin-bottom: 15px;
}

.sendus-message-wrap .col-lg-12 {
    margin-bottom: 8px;
}

.sendus-message-wrap .col-lg-3{
    position: relative;
}

.sendus-message-wrap .col-lg-3 .submit-btn{
    background: var(--RedColor);
    display: inline-block;
    min-width: 100%;
    text-align: center;
    line-height: 42px;
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 14px;
    border-radius: 25px;
    transition-duration: 0.3s;
    position: relative;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
}

.contactaddress-con{
    width: 100%;
    background: var(--RedColor);
    border-radius: 10px;
    padding: 60px 40px;
}

.contactaddress-con .headingstyle{
    text-align: left;
    padding: 0;
    margin: 0px 0px 30px 0px;
    font-size: 32px;
    line-height: 32px;
    color: var(--whitecolor);
}

.contactaddress-con p{
    color: #fad2d6;
    position: relative;
    padding-left: 25px;
    text-align: left;
}

.contactaddress-con p a{
    color: #fad2d6;
}

.contactaddress-con p:last-child{
    margin-bottom: 0px;
}

.contactaddress-con p i{
    color: var(--PrimaryColor);
    font-size: 14px;
    position: absolute;
    left: 0px;
    top: 7px;
}

.footercontact-details{
    margin-bottom: 120px;
    margin-top: 100px;
}

.ourcertificates-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding: 90px 0px;
    margin-top: 120px;
}

.ourcertificates-wrapper .col-lg-9 .headingstyle{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
}

.ourcertificates-wrapper .col-lg-9 p{
    text-align: center;
}

.ourcertificates-wrapper .clients-item{
    width: 100%;
    height: 100px;
    background: var(--whitecolor);
    border-radius: 5px;
    display: table;
    text-align: center;
}

.ourcertificates-wrapper .clients-item span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.ourcertificates-wrapper .clients-item span img{
    max-width: 80%;
    max-height: 70px;
    object-fit: contain;
    display: inline-block;
}

.ourclients-scroll{
    margin-left: -6px;
    margin-right: -6px;
}

.ourclients-scroll .col-lg-3{
    padding-left: 6px;
    padding-right: 6px;
}


.blog-item-div{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background: var(--LightBg);
    margin: 12px 0px;
}

.blog-item-div .blog-image-con{
    width: 100%;
    height: 240px;
    background: var(--headingColor);
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item-div .blog-image-con img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-image-con img{
    opacity: 0.2;
}

.blog-item-div .blog-image-con span{
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--whitecolor);
    color: var(--RedColor);
    font-size: 13px;
    font-weight: 600;
    padding: 3px 15px;
    border-radius: 20px;
    z-index: 100;
}

.blog-item-div .blog-image-con i{
    position: absolute;
    left: 50%;
    font-size: 24px;
    color: var(--whitecolor);
    z-index: 100;
    top: 40%;
    margin-left: -15px;
    margin-top: -12px;
    transition-duration: 0.3s;
    opacity: 0;
}

.blog-item-div:hover .blog-image-con i{
    top: 50%;
    opacity: 1;
}

.blog-item-div .blog-heading-con{
    width: 100%;
    height: 90px;
    display: table;
    padding: 0px 25px;
}

.blog-item-div .blog-heading-con h5{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    transition-duration: 0.3s;
}

.blog-item-div:hover .blog-heading-con h5{
    color: var(--RedColor);
}


.blogsinge-page .col-lg-4 img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blogsinge-page .col-lg-8 p{
    text-align: justify;
}

.blogsinge-page .col-lg-8 .blogtitle{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
}

.blogsinge-page .col-lg-8 .blogdate{
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 13px;
}

.blogsinge-page .col-lg-8 .blogdate span{
    background: var(--PrimaryColor);
    font-size: 14px;
    font-weight: 600;
    color: var(--whitecolor);
    padding: 4px 20px;
    border-radius: 20px;
}

.blogsinge-page .col-lg-8 h4,
.blogsinge-page .col-lg-8 h5,
.blogsinge-page .col-lg-8 h6,
.blogsinge-page .col-lg-8 h3,
.blogsinge-page .col-lg-8 h2,
.blogsinge-page .col-lg-8 h1{
    width: 100%;
    padding: 0;
    margin: 30px 0px 6px 0px;
    font-weight: 600;
}

.blogsidebarsticky{
    width: 100%;
    position: sticky;
    top: 70px;
}


.otherpackages-div{
    width: 100%;
    border-radius: 10px;
    background: var(--LightBg);
    padding: 45px 30px;
}

.otherpackages-div h4{
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    text-transform: uppercase;
    font-size: 26px;
    margin: 0px 0px 14px 0px;
    padding: 0;
    width: 100%;
    text-align: left;
}

.otherpackages-div ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.otherpackages-div ul li{
    list-style: none;
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 10px 0px;
    position: relative;
}

.otherpackages-div ul li:last-child{
    margin-bottom: 0px;
}

.otherpackages-div ul li::before {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0px;
    color: var(--RedColor);
}

.otherpackages-div ul li a{
    display: block;
    position: relative;
    color: var(--textcolor);
    font-style: 15px;
    transition-duration: 0.3s;
    font-weight: 500;
}

.otherpackages-div ul li a:hover{
    color: var(--BlueColor);
}

.contact-page-wrap .contact-headings{
    text-align: center;
    margin-bottom: 45px;
}

.contact-page-wrap .contact-headings h2{
    margin: 0px 0px 15px 0px;
}



.contact-page-wrap .contact-form .col-lg-6 input{
    width: 100%;
    height: 44px;
    border: none;
    background: var(--LightBg);
    border-radius: 4px;
    padding: 0px 12px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}



.contact-page-wrap .contact-form .col-lg-12 textarea{
    width: 100%;
    height: 175px;
    border: none;
    background: var(--LightBg);
    border-radius: 4px;
    padding: 10px 12px 0px 12px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.contact-page-wrap .contact-form .col-lg-6 p,
.contact-page-wrap .contact-form .col-lg-12 p,
.contact-page-wrap .contact-form .col-lg-3 p{
    padding: 0;
    margin: 0;
}

.contact-page-wrap .contact-form .col-lg-6 {
    margin-bottom: 15px;
}

.contact-page-wrap .contact-form .col-lg-12 {
    margin-bottom: 8px;
}

.contact-page-wrap .contact-form .col-lg-3{
    position: relative;
}

.contact-page-wrap .contact-form .col-lg-3 .submit-btn{
    background: var(--RedColor);
    display: inline-block;
    min-width: 100%;
    text-align: center;
    line-height: 42px;
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 14px;
    border-radius: 25px;
    transition-duration: 0.3s;
    position: relative;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
}

.aboutcontent-top{
    margin-top: 120px;
}

.aboutcontent-top p{
    text-align: justify;
}

.aboutcontent-top p:last-child{
    margin-bottom: 0px;
}

.aboutcontent-top .col-lg-4 img{
    width: 100%;
    height: 440px;
    border-radius: 10px;
    margin-top: 8px;
    object-fit: cover;
}

.visionmission-wraper{
    margin-top: 80px;
}

.visionmission-wraper .visionmission-item{
    width: 100%;
    background: var(--BlueColor);
    padding: 60px 40px;
    text-align: center;
    border-radius: 10px;
    margin: 12px 0px;
}

.visionmission-wraper .visionmission-item p{
    text-align: center;
    padding: 0;
    margin: 0;
    color: var(--textcolorBlue);
}

.visionmission-wraper .visionmission-item h4{
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    color: var(--whitecolor);
    font-family: var(--headingfont) !important;
    font-size: 28px;
}

.about-corepillars{
    margin-top: 90px;
}

.directors-message-wrap{
    border: 2px solid var(--RedColor);
    border-radius: 10px;
    padding: 60px 45px;
    text-align: center;
    margin-bottom: 120px;
    margin-top: 90px;
}

.directors-message-wrap p{
    padding: 0;
    margin: 0;
    text-align: center;
}

.directors-message-wrap h2{
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 34px;
}

.about-corepillars .col-lg-8 h2{
    text-align: left;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 34px;
}

.about-corepillars .col-lg-4 img{
    width: 100%;
    height: 445px;
    border-radius: 10px;
    margin-top: 6px;
    object-fit: cover;
}

.about-corepillars .col-lg-8 p{
    text-align: justify;
}

.about-corepillars .col-lg-8 ul{
    width: 100%;
    padding: 0;
    margin: 0px 0px 35px 0px;
    position: relative;
}

.about-corepillars .col-lg-8 ul li{
    list-style: none;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 10px 0px;
    position: relative;
    color: var(--textcolor);
}

.about-corepillars .col-lg-8 ul li i{
    position: absolute;
    left: 0px;
    top: 4px;
    color: var(--PrimaryColor);
}

.engineering-top-section .col-lg-7 h4,
.projectmanagement .col-lg-7 h4{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-size: 22px;
    font-weight: 600;
}

.engineering-top-section .col-lg-5 img{
    height: 440px;
}

.projectmanagement .col-lg-5 img{
    height: 485px;
}

.eng-values-wrap .col-lg-7 h2{
    text-align: left;
    color: var(--whitecolor);
    margin: 0px 0px 16px 0px;
    font-size: 32px;
}

.eng-values-wrap .col-lg-7 p{
    text-align: left;
}

.eng-values-wrap .col-lg-7 ul{
    width: 100%;
    padding: 0;
    margin: 30px 0px 0px 0px;

}

.eng-values-wrap .col-lg-7 ul li{
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
    color: var(--textcolorBlue);
    position: relative;
}

.eng-values-wrap .col-lg-7 ul li b{
    color: var(--PrimaryColor);
}

.eng-values-wrap .col-lg-5 img{
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 420px;
    margin-top: 8px;
}

.projectmenagemt-corecalues .col-lg-5 img{
    height: 470px;
}

.projectmanagement-contact .col-lg-4 .contactaddress-con{
    width: 100%;
    min-height: 100%;
}

.logistic-services .col-lg-7 ul{
    width: 100%;
    padding: 0px 0px 0px 20px;
    margin: 0;
    position: relative;
}

.logistic-services .col-lg-7 ul li{
    padding: 0;
    margin: 12px 0px 0px 0px;
    color: var(--textcolor);
}

.logistic-services .col-lg-5 img{
    height: 475px;
}

.logistics-corecalues .col-lg-5 img{
    height: 585px;
}

.logistics-contactpage h5{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--whitecolor);
    font-size: 16px;
    font-weight: 700;
}

.page-id-20 .innerpage-wrapper h5{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-style: 18px;
    font-weight: 700;
}

.page-id-3 .innerpage-wrapper h5{
    width: 100%;
    padding: 0;
    margin: 30px 0px 8px 0px;
    font-style: 18px;
    font-weight: 700;
}

.page-id-3 .innerpage-wrapper h6{
    width: 100%;
    padding: 0;
    margin: 15px 0px 5px 0px;
    font-style: 16px;
    font-weight: 700;
    color: var(--headingColor);
}

.page-id-3 .innerpage-wrapper ul li{
    color: var(--textcolor);
    margin: 4px 0px;
}

.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #11bb19;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.modal-style .modal-title{
    font-family: var(--headingfont) !important;
    text-transform: uppercase;
    font-size: 28px;
    padding: 0;
    margin: 0;
    color: var(--headingColor);
}

.modal-style .btn-close{
    box-shadow: none !important; 
    outline: none !important;
}

.modal-style .modal-body{
    padding: 20px 20px;
}

.modal-style .modal-body p{
    text-align: justify;
}

.modal-style .modal-body p:last-child{
    margin-bottom: 0px;
}

.downloadbrochure-wrap{
    padding: 40px 40px;
    position: relative;
}

.downloadbrochure-wrap .col-lg-12 input[type=text],
.downloadbrochure-wrap .col-lg-12 input[type=email],
.downloadbrochure-wrap .col-lg-12 select{
    width: 100%;
    height: 44px;
    border: none;
    background: var(--LightBg);
    border-radius: 4px;
    padding: 0px 12px;
    font-size: 15px;
    outline: none;
    box-shadow: none;
}

.downloadbrochure-wrap .col-lg-12 p{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.downloadbrochure-wrap .col-lg-12 .download-btn{
    background: var(--RedColor);
    display: inline-block;
    min-width: 100%;
    text-align: center;
    line-height: 42px;
    color: var(--whitecolor);
    font-weight: 500;
    font-size: 14px;
    border-radius: 25px;
    transition-duration: 0.3s;
    position: relative;
    border: none;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
}

.downloadbrochure-wrap .col-lg-12{
    margin-top: 15px;
}

.downloadbrochure-wrap .download-heading{
    text-align: center;
    margin-bottom: 20px;
}

.downloadbrochure-wrap .download-heading p{
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 15px;
}

.downloadbrochure-wrap .download-heading h3{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-family: var(--headingfont) !important;
    color: var(--headingColor);
    font-size: 28px;
}

.downloadbrochure-wrap .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 14px;
}

.downloadbrochure-wrap .download-heading .download-icon{
    width: 80px;
    height: 80px;
    background: var(--LightBg);
    color: var(--RedColor);
    display: inline-block;
    border-radius: 50%;
    line-height: 80px;
    font-size: 28px;
    margin-bottom: 10px;
}





@media screen and (max-width: 1024px) {
   .bannerbottom-section .col-lg-6:first-child h2 {
        font-size: 170px;
        line-height: 135px;
    }

    .bannerbottom-section .col-lg-6:last-child .readmore-btnstyle{
        min-width: 130px;
    }

    .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-one,
    .ourblogs-wrapper .blogtitle-con h4 br{
        display: none;
        visibility: hidden;
    }

    .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap{
        min-height: 100%;
    }

    .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-two{
        width: 100%;
        height: auto;
        bottom: 0px;
        outline: none;
    }

    .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-two img{
        height: 400px;
    }

}

@media screen and (max-width: 980px) {
   .header-topsection .col-lg-6:first-child,
   .header-wrapper-div .header-section .col-lg-9 .getquote-button,
   .banner-buttons,
   .bannerwrapper .banner-caption-wrap .banner-caption-align p,
   .bannerwrapper .banner-caption-wrap .banner-caption-align .readmore-btn,
   .bannerbottom-section .col-lg-6:first-child::before,
   .bannerbottom-section .col-lg-6:first-child h4 br,
   .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap::before,
   .footermenu-wrap .col-lg-8{
    display: none;
    visibility: hidden;
   }

   .bannerwrapper .banner-caption-wrap .banner-caption-align h1{
    margin: 0px 0px 0px 0px;
   }

   .bannerwrapper .banner-caption-wrap .banner-caption-align{
    vertical-align: bottom;
   }

   .bannerwrapper .banner-caption-wrap .banner-caption-align h1{
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 45px;
   }

   .bannerbottom-section .col-lg-6:first-child h2{
    left: 0px;
    text-align: center;
    line-height: 200px;
    
   }

   .bannerbottom-section .col-lg-6:first-child h4{
    text-align: center;
   }

   .bannerbottom-section .col-lg-6:first-child p{
    text-align: center;
   }

   .bannerbottom-section .col-lg-6{
    padding-top: 60px;
   }

   .bannerbottom-section .col-lg-6:last-child h4{
    text-align: center;
   }

   .bannerbottom-section .col-lg-6:last-child .col-md-6:first-child{
    text-align: right;
   }

   .bannerbottom-section .col-lg-6:last-child{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
   }

   .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-two{
    position: relative;
    margin-bottom: 45px;
   }

   .aboutus-wrapperdiv .col-lg-5 .welcomeimage-wrap .welcomeimage-two img{
    height: auto;
   }

   .aboutus-wrapperdiv .col-lg-7 h2{
    text-align: center;
   }

   .redbarcounts-div .row .col-lg-2:nth-child(3){
    border-right: 1px solid #ed626f;
   }

   .redbarcounts-div .row .col-lg-2:nth-child(3),
   .redbarcounts-div .row .col-lg-2:nth-child(2),
   .redbarcounts-div .row .col-lg-2:nth-child(1){
    border-bottom: 1px solid #ed626f;
   }

   .footerwrapper-div .socialmedia-icons{
    width: 100%;
    text-align: center;
   }

   .footerwrapper-div .footer-credencials p{
    text-align: center;
    margin: 4px 0px;
   }

   .ourblogs-wrapper .blogtitle-con h4{
    text-align: center;
   }

   .ourblogs-wrapper .col-lg-4:nth-child(1){
    margin-bottom: 24px;
   }

   .bannerwrapper .banner-caption-wrap{
        min-height: 60vh;
    }

    .whoarewe-section .col-lg-7 h2{
        text-align: center;
    }

    .whoarewe-section .col-lg-5 img{
        height: auto;
        margin-top: 60px;
    }

    .visionmission-wrap .col-lg-6:last-child{
        margin-top: 20px;
    }

    .contactaddress-con{
        margin-bottom: 60px;
    }

    .sendus-message-wrap .sendus-heading,
    .sendus-message-wrap .sendus-heading .headingstyle{
        text-align: center;
    }

    .aboutcontent-top .col-lg-4 img{
        height: auto;
        margin-top: 60px;
    }

    .about-corepillars .col-lg-4 img{
        height: auto;
        margin-bottom: 60px;
    }

    .eng-values-wrap .col-lg-5 img{
        height: auto;
        margin-bottom: 45px;
    }
}

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

@media screen and (max-width: 540px) {
    .header-topsection .col-lg-6:last-child h6:first-child,
    .bannerwrapper .banner-caption-wrap .banner-caption-align h1 br,
    .headingstyle br{
        display: none;
        visibility: hidden;
    }

    .bannerwrapper .banner-caption-wrap .banner-caption-align h1{
        font-size: 28px;
        line-height: 32px;
    }

    .bannerbottom-section .col-lg-6:first-child h2{
        font-size: 90px;
        line-height: 94px;
    }

    .bannerbottom-section .col-lg-6:last-child p{
        text-align: center;
        margin-top: 15px;
    }

    .bannerbottom-section .col-lg-6:last-child .col-md-6:first-child{
        text-align: center;
    }

    .headingstyle,
    .aboutus-wrapperdiv .col-lg-7 h2,
    .ourblogs-wrapper .blogtitle-con h4{
        font-size: 28px;
        line-height: 32px;
    }

    

    .groupcompanies-scroll .col-lg-3,
    .excellence-scroll .col-lg-3{
        padding-left: 4px;
        padding-right: 4px;
    }

    .viewallmore-button .col-lg-5:first-child{
        text-align: center;
        padding-top: 0px;
    }

    .viewallmore-button .col-lg-5 p{
        text-align: center;
        margin-top: 20px;
    }

    .homeourgroup-wrap,
    .aboutus-wrapperdiv,
    .whychoose-wrapper{
        margin-top: 80px;
    }

    .redbarcounts-div .row .col-lg-2:nth-child(4),
    .redbarcounts-div .row .col-lg-2:nth-child(2) {
        border-bottom: 1px solid #ed626f;
        border-right: 1px solid #ed626f;
    }

    .ourblogs-wrapper .col-lg-4:nth-child(2) {
        margin-bottom: 24px;
    }

    .ourblogs-wrapper{
        margin-bottom: 80px;
    }

    .ourblogs-wrapper .blogtitle-con h4{
        margin-bottom: 25px;
    }

    .scrollingtext-wrap .scroll-text-con h2{
        font-size: 60px;
        line-height: 60px;
    }

    .scrollingtext-wrap .scroll-image-con{
        height: 200px;
    }

    .scrollingtext-wrap span{
        height: 200px !important;
    }

    .scrollingtext-wrap .scroll-image-con img{
        height: 200px;
    }

    .scrollingtext-wrap{
        margin-bottom: 80px;
        margin-top: 20px;
    }

    .scrollingtext-wrap .scroll-image-con{
        width: 280px;
    }

    .scrollingtext-wrap span{
        padding-left: 320px;
    }

    .ourblogs-wrapper .col-lg-4:nth-child(2) .home-blog-item-div,
    .home-blog-item-div img{
        height: 376px;
    }

    .bannerwrapper .banner-caption-wrap{
        min-height: 60vh;
    }

    .innerpage-header-middle h2{
        font-size: 32px;
        line-height: 32px;
    }

    .whoarewe-section,
    .ourservices-wrapper,
    .ourvalues-wrapper,
    .aboutcontent-top,
    .about-corepillars,
    .directors-message-wrap{
        margin-top: 80px;
    }

    .visionmission-wrap{
        margin-top: 80px;
        padding: 80px 0px;
    }

    .visionmission-wrap .visionmission-item{
        padding: 45px 25px;
    }

    .visionmission-wrap h4{
        font-size: 28px;
        text-align: center;
    }

    .ourcertificates-wrapper{
        margin-top: 80px;
        padding: 80px 0px;
    }

    .footercontact-details{
        margin-bottom: 80px;
        margin-top: 80px;
    }

    .sendus-message-wrap .sendus-heading .headingstyle{
        font-size: 28px;
        line-height: 32px;
    }

    .innerpage-wrapper{
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .blogsidebarsticky{
        margin-top: 45px;
    }

    .directors-message-wrap{
        margin-bottom: 80px;
    }

    .visionmission-wraper .visionmission-item,
    .directors-message-wrap{
        padding: 45px 20px;
    }

    .eng-values-wrap .col-lg-7 h2{
        font-size: 28px;
    }

    .projectmanagement-contact .col-lg-4 .contactaddress-con{
        min-height: auto;
    }

    .whatsapp-iconbtn {
        right: 12px;
        bottom: 12px;
    }

}



