@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,300&display=swap');
    body {
        margin: 0;
        padding: 0 !important;
		font-family: "Roboto Condensed",sans-serif;
       font-family: 'Roboto', sans-serif;
    }
    
     :root {
        --primarycolor: #3133d0;
        --secondarycolor: #fb091b;
        --whitecolor: #fff;
        --blackcolor: #111;
        --paragraphcolor: #444;
        --graycolor: #ddd;
        --lightgraycolor: #f5f7fb;
    }
    
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="number"],
    input[type="date"],
    textarea,
    select {
        border: solid 1px var(--graycolor);
        color: var(--paragraphcolor);
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        margin: 0 0 15px;
        padding: 13px 20px 12px;
        width: 100%;
        border-radius: 4px;
        outline: 0;
         font-family: 'Roboto', sans-serif;
    }
    
     ::placeholder {
        color: var(--paragraphcolor);
    }
    
    input[type="submit"] {
        color: var(--whitecolor);
        background: var(--primarycolor);
        text-transform: uppercase;
        border: none;
        padding: 11px 22px 9px;
        font-size: 14px;
        font-weight: 600;
        border: 0;
        letter-spacing: 1px;
        cursor: pointer;
        border-radius: 4px;
        outline: none;
         font-family: 'Roboto', sans-serif;
        margin-top: 8px;
		position: relative;
    }
    
    input[type="submit"]:hover {
        background: var(--secondarycolor);
        color: var(--whitecolor);
        transition: 0.8s;
    }
    
    textarea {
        height: 133px;
        font-size: 14px !important;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
        font-family: "Roboto Condensed",sans-serif;
        color: var(--blackcolor);
        font-weight: 600;
        text-transform: inherit;
        line-height: inherit;
        letter-spacing: .5px;
    }
    
    h1 {
        font-size: 30px
    }
    
    h2 {
        font-size: 25px
    }
    
    h3 {
        font-size: 22px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    h6 {
        font-size: 16px;
    }
    
    p {
        padding: 0;
        margin: 0 0 10px 0;
         font-family: 'Roboto', sans-serif;
        color: #111;
        font-size: 15.5px;
        line-height: 25px;
    }
    
    ul,
    li,
    a {
        list-style-type: none;
        font-family: 'Roboto', sans-serif;
        color: #111;
        line-height: 24px;
        font-size: 15px;
    }
    
    span {
        font-family: 'Roboto', sans-serif;
    }
    
    a:hover {
        transition: 0.8s;
        text-decoration: none;
    }
    
    .heading,
    .leftheading {
    margin-bottom: 50px;
    padding-bottom: 28px;
    font-weight: 600;
    text-align: center;
    font-size: 38px;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    }
    
    .leftheading {
        text-align: left;
        margin-bottom: 30px;
        padding-bottom: 20px;
        font-size: 25px;
    }
    
    .heading:after,
    .leftheading:after {
        content: '';
        position: absolute;
        width: 80px;
        border-bottom: solid 2px var(--secondarycolor);
        bottom: 0;
        left: 50%;
        right: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    
    .leftheading:after {
        border-bottom: solid 2px var(--secondarycolor);
        left: 0;
        width: 15%;
        transform: translateY(-50%) translateX(0);
    }
    
    .heading span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2px;
        padding-bottom: 10px;
        color: var(--secondarycolor);
    }
    
    .subheading {
        display: block;
        width: 80%;
        font-size: 18px;
        text-align: center;
        margin: 0 auto 40px;
    }
    
    .zoomeffect {
        overflow: hidden;
        position: relative;
    }
    
    .zoomeffect img {
        transition: transform 0.8s ease-in-out;
    }
    
    .zoomeffect:hover img {
        transform: scale(1.1);
    }
    
    .topbar {
        background: #3133d0;
        padding: 8px 0;
    }
    
    .topbar .col-sm-9 {
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    
    .topbar p {
        margin: 0;
        font-size: 14px;
    }
    
    .topbar p,
    .topbar p a,
    .topbar p i,
    .smoicons ul li a {
        color: #fff;
    }
    
    .topbar p i {
        margin-right: 5px;
    }
    
    .smoicons ul {
        display: flex;
        align-items: center;
        column-gap: 15px;
        justify-content: end;
    }
    
    header {
        padding: 6px 0 10px;
    }
    
    header .row {
        display: flex;
        align-items: center;
    }
    
    header .col-sm-4:last-child {
        border-left: solid 1px var(--graycolor);
    }
    
    header .header-details {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 18px;
    }
    
    header .header-details i {
        font-size: 28px;
        color: transparent;
        -webkit-text-stroke: 1px var(--secondarycolor);
    }
    
    header .header-details h3 {
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 0;
        letter-spacing: 1px;
    }
    
    header .header-details p {
      margin: 0;
    font-size: 15px;
    }
.menubar .btn-primary {
    background: #fb091b;
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-size: 15px;
}
.menubar .modal-body .popup-content, .menubar .modal-body .popup-form {
    width: 50%;
}
.menubar .modal-dialog {
    max-width: 60% !important;
    top: 10%;
}
.menubar .modal-body {
    display: flex;
    align-items: center;padding: 0 !important;
}
.menubar .modal-body .popup-form {
    background: #3133d0;
    padding: 20px 30px;
    position: relative;
}
.menubar .modal-body .popup-content {
    padding: 20px 30px;
	text-align:center;
}
.menubar .modal-body .popup-content h2 {
    border: solid 2px #063464;
    font-size: 22px;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 35px;
}
.menubar .modal-body .popup-content h2 span {
    display: block;
    font-size: 16px;
}
.menubar .modal-body .btn-close{
    background-color: #fff;	
}
.menubar .modal-body .popup-content ul li {
    font-size: 16px;
    margin-top: 20px;
}

.menubar .modal-body .popup-content ul li strong {
display: block;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
}
.menubar .modal-body .popup-content ul li strong i {
    font-weight: 600;
    border: solid 2px var(--secondarycolor);
    color: var(--secondarycolor);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    margin: 0 auto 10px;
}
.menubar .modal-body button.btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
	z-index: 1;
}
.menubar .modal-body .popup-form h2 {
    color: #fff;
    margin-bottom: 25px;
}

.menubar .modal-body .popup-form input, .menubar .modal-body .popup-form textarea {
    border: 1px solid #fff;
    padding: 11px 20px;
    width: 100%;
    background: none;
}
.menubar .modal-body .popup-form textarea {
    height: 90px;
}
.menubar .modal-body .popup-form input::placeholder, .menubar .modal-body .popup-form textarea::placeholder {
    color: #fff;
}
.menubar .modal-body .popup-form input[type="submit"] {
    padding: 13px 0 11px;
    margin-top: 0;
    background: #fff;
    color: #000;
}
.menubar .modal-body .popup-form input[type="submit"]:hover {
    color: #fff;
    background: var(--secondarycolor);
    border-color: var(--secondarycolor);
}
.menubar .modal-body .popup-form span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    
    .menubar.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    }
    
    .mainslider {
        position: relative;
        text-align: center;
        margin-top: -25px;
    }
.mainslider svg {
    width: 100%;
    height: 75px;
    margin-top: -90px;
    position: relative;
}
.mainslider svg path {
    fill: #fff;
}
  .mainslider .nivo-caption:before {
    content: "";
    position: absolute;
    /*background: linear-gradient(90deg, rgba(28, 25, 89, 0.85) 30%, rgba(28,25,89,0) 100%); */
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	animation: sliderline .3s linear .6s forwards;  
} 
@keyframes sliderline{
        0% {
            transform: translateX(-150px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    .mainslider img {
        width: 100%;
        height: 100vh;
    }
    
.mainslider .nivo-caption {
    width: 100%;
    background: none;
    opacity: 1;
    height: 100%;
    top: 50%;
    left: 0;
    bottom: inherit !important;
    transform: translateY(-50%);
    display: flex !important;
    align-items: center;
} 
    .mainslider .slidercont {
width: 700px;
    text-align: left;
    transform: translateX(100px);
    }
    
.mainslider .nivo-caption h1 {
    font-size: 52px;
    margin-bottom: 45px;
    padding-top: 30px;
    font-weight: 700;
    line-height: 70px;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    opacity: 0;
    animation: sliderhdng .3s linear .6s forwards;
}
.mainslider .nivo-caption h1:before {
    content: '';
    position: absolute;
    left: 0;
    border-top: solid 3px #fb091b;
    top: 0;
    width: 100px;
}
    
    @keyframes sliderhdng {
        0% {
            transform: translateX(-150px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    
    .mainslider .nivo-caption .btn-primary {
        background: var(--blackcolor);
        box-shadow: 0px 0px 12px 0px var(--whitecolor);
        padding: 12px 35px;
        border-radius: 20px 0 20px 0;
        opacity: 0;
        animation: sliderbtn .5s linear .8s forwards;
        font-size: 15px;
    }
    @keyframes sliderbtn {
        0% {
            transform: translateY(150px);
        }
        100% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
 .mainslider .nivo-caption .btn-primary:hover {
    background: var(--secondarycolor);
}       
    .mainslider .nivo-caption span,
    .mainslider .nivo-caption h1,
    .mainslider .nivo-caption p {
        color: var(--whitecolor);
    }
    
    .mainslider .nivo-caption p {
        margin: 25px 0 35px;
        font-size: 18px;
        font-weight: 600;
    }
    
    .mainslider button i {
        background: rgba(255, 255, 255, .5);
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--blackcolor);
    }
.experience{
    display: flex;
    margin-top: -100px;
}
.experience .row {
    align-items: center;
}
.experience .experience-item {
    border-right: solid 1px #eee;
    padding: 40px;
    position: relative;
    transition: all ease-in-out .8s;
    background: #fff;
    box-shadow: rgb(99 99 99 / 60%) 0px 2px 8px 0px;
    border-radius: 6px;
}
.experience .experience-item:hover {
    background: #fff;
    transform: translateY(-15px) scale(1.1);
}
.experience .experience-item:hover h3 {
    color: var(--primarycolor);
}
.experience .lernbtn {
    font-weight: 700;
    color:  var(--primarycolor);
    font-size: 14px;
    text-transform: uppercase;
	position: relative;
    z-index: 999;
}
.experience ul li:hover .lernbtn {
    color: var(--secondarycolor);
}
.experience .lernbtn i {
    padding-left: 5px;
}
.experience .experience-item:after {
    border-top: 2px solid var(--primarycolor);
    border-bottom: 2px solid var(--primarycolor);
    transform: scaleX(0);
}
.experience .experience-item:hover:after{
    transform: scaleX(1.0);
}
.experience .experience-item:before {
    border-right: 2px solid var(--primarycolor);
    border-left: 2px solid var(--primarycolor);
    transform: scaleY(0);
}
.experience .experience-item:hover:before{
    transform: scaleY(1.0);
}
.experience .experience-item:before, .experience .experience-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:.5s;
}
    
    .homeabout {
    padding: 60px 0;
    position: relative;
		overflow:hidden;
    }
/*
.homeabout::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-repeat: repeat-x;
    background: url(../images/shapebg.png);
    content: "";
    animation: waveanimation 80s linear forwards;
    filter: invert(1);
}
@keyframes waveanimation{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
	
}
*/
.homeabout figure{
    animation: updown 5s linear infinite alternate;
    float: right;
}
.homeaboutcrcl {
    position: absolute;
    top: -15px;
    right: 21px;
    background: #fff;
    border-radius: 50%;
}
.homeabout .homeaboutcrcl img {
width: 170px;
    height: auto;
    animation: rounded 40s linear infinite;
}
@keyframes rounded{
	0%{
	transform:rotate(0deg);		
	}
	100%{
	transform:rotate(360deg);		
	}
}

@keyframes updown{
	0%{
	transform:translatey(-20px);		
	}
	100%{
	transform:translatey(20px);		
	}
}
    .homeabout img {
width: 500px;
    height: 500px;
    object-fit: contain;
    }   
    .homeabout-cnt h2 {
font-size: 32px;
    line-height: 45px;
    font-weight: 600;
    }
 .homeabout-cnt h2 strong {
    color: #3133d0;
    font-weight: 600;
}   
    .homeabout-cnt h2 span {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;
        color: var(--secondarycolor);
        font-weight: normal;
    }
    
    .homeabout .aboutus-cnt h2 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 25px;
        line-height: 40px;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px;
        font-weight: 600;
    }
    
    .homeabout .homeabout-cnt p {
        text-align: justify;
        line-height: 28px;
    }
    
    .homeabout-cnt ul li:before {
        content: '\f101';
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        font-weight: 600;
        left: 0;
        font-size: 13px;
        color: var(--primarycolor);
    }
    
    .homeabout-cnt .btn-secondary {
        margin-top: 20px;
    }    
    .homeservices {
padding: 60px 0;
    background: url(../images/services-bg.jpg);
    background-size: cover;
    background-attachment: fixed;	
    }
.homeservices .heading{
	color:#fff;
} 
    .homeservices .slick-track {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    
    
    .homeservices-item {
    transition: ease all .5s;
    position: relative;
    overflow: hidden;
    }
.homeservices-overlay{
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 3;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;	
}
/*
   .homeservices-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 115, 211, 0.70);
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
} 
*/
 .homeservices-item:hover .homeservices-overlay{
    opacity: 1;
    visibility: visible;
}
    .homeservices-item:hover .homeservices-content {
    background: var(--primarycolor);
}
.homeservices-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    }
   
.homeservices-hdnbox {
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
    transition: 0.3s ease-in-out;
    background: #fff;
    text-align: center;
    padding: 20px;
} 
.homeservices-item:hover .homeservices-hdnbox {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
 .homeservices-item:hover h3 {
    opacity: 0;
    visibility: hidden;
}   
.homeservices-content h3 {
    margin: 0 0 20px;
    font-size: 20px;
    background: var(--whitecolor);
    padding: 15px 20px;
    text-align: center;
    transition: ease all .5s;
    position: absolute;
    width: 80%;
    z-index: 9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    }

    .homeservices-item:hover h3 {
        color: var(--whitecolor);
    }
    
    .homeservices-item:hover .btn-secondary {
color: var(--whitecolor);
    background: var(--primarycolor);
    }
.homeservices .homeservices-item img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 6px;
    transition: all ease-in-out .8s;
}
.homeservices-item:hover img {
    transform: scale(1.1);
}
    .homeservices-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        font-size: 40px;
        color: transparent;
        -webkit-text-stroke: 1px;
        -webkit-text-stroke-color: #111;
    }
    
    .homeservices-slider .prev.slick-arrow {
        left: -50px;
    }
    
    .homeservices-slider .next.slick-arrow {
        right: -50px;
    }
    
    .homeservices-slider .slick-arrow:hover {
        color: var(--primarycolor);
    }


    .howitworks {
        padding: 60px 0;
    }
.howitworks-item{
position: relative;
overflow: hidden;
	padding:15px;
}
.howitworks-item:hover .howitworks-bg{
    transform: scale(5);
}
.howitworks-item .howitworks-bg{
    position: absolute;
    top: 10px;
    left: 30px;
    right: 30px;
    height: 215px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    -webkit-transition: all 1000ms ease 0s;
    -khtml-transition: all 1000ms ease 0s;
    -moz-transition: all 1000ms ease 0s;
    -ms-transition: all 1000ms ease 0s;
    -o-transition: all 1000ms ease 0s;
    transition: all 1000ms ease 0s;
}
.howitworks-item.icon1 .howitworks-bg {
    background: url(../images/howitworks-iconbg1.png);
}
.howitworks-item.icon2 .howitworks-bg {
    background: url(../images/howitworks-iconbg2.png);
}
.howitworks-item.icon3 .howitworks-bg {
    background: url(../images/howitworks-iconbg3.png);
}
.howitworks-item.icon4 .howitworks-bg {
    background: url(../images/howitworks-iconbg4.png);
}
.howitworks-content{
    position: relative;
	text-align:center;
}
.howitworks-item figure {
    position: relative;
    transform: translateY(65px);
}
.howitworks-item figure img {
    margin: 0 auto;
    display: block;
    animation: rect 3s linear infinite;
}
@keyframes rect {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(0, 20px);
    }
    50% {
        transform: translate(20px, 20px);
    }
    75% {
        transform: translate(20px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.howitworks-item h3 {
    font-size: 17px;
    line-height: 27px;
    color: var(--primarycolor);
    width: 80%;
    margin: 85px auto 15px;
}	
.howitworks-item p{
    line-height: 25px;
    width: 79%;
    margin: 0 auto;
}
.howitworks span{
	display:block;
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
    font-style: italic;
    color: #cdd6e0;
    position: absolute;
    top: 30px;
    left: 30px;
}


    
.latestprojects {
    padding: 70px 0;
    background: var(--primarycolor) url(../images/world_dots.png) center center no-repeat;
}
    
    .latestprojects h2 {
        color: var(--whitecolor);
    }
    .heading span {
    color: #fff;
}
    .latestprojects-item {
        position: relative;
    }
    
    .latestprojects-item img {
        width: 100%;
        border: solid 2px var(--whitecolor);
        border-radius: 20px;
    }
    
    .latestprojects .slick-slide {
        margin: 0 10px;
    }
    
    .latestprojects-item h3 span {
        color: #fce738;
        display: block;
        font-size: 14px;
    }
    
    .latestprojects-item h3 {
        color: var(--whitecolor);
        font-size: 18px;
        position: absolute;
        bottom: 0;
        left: 20px;
    }
    
    .latestnews {
        background: var(--lightgraycolor);
        padding: 50px 0 70px;
    }
    
    .latestnewslist {
        transition: all ease .8s;
    }
    
    .latestnewslist:hover {
        transform: translateY(-8px);
    }
    
    .latestnewslist figure {
        position: relative;
        overflow: hidden;
    }
    
    .latestnewslist figure img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: all ease .8s;
    }
    
    .latestnewslist:hover img {
        transform: scale(1.1);
    }
    
    .latestnewslist:hover .btn-secondary {
        background: var(--primarycolor);
        color: var(--whitecolor);
    }
    
    .latestnews-box {
        background: var(--whitecolor);
        padding: 20px;
        box-shadow: 2px 2px 12px var(--graycolor);
    }
    
    .latestnewslist h3 {
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 26px;
    }
    
    .latestnewslist h3 a {
        font-size: 18px;
        font-weight: 700;
        color: #121212;
        letter-spacing: 0;
    }
    
    .latestnewslist .latestnwsdate {
        display: block;
        margin: 18px 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--secondarycolor);
		    display: none;
    }
    
    .latestnewslist .readbtn {
        color: #d5a44f;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: underline;
        letter-spacing: 0.5px;
    }
    
    .reviews {
        background: #fafaff;
        padding: 60px 0 50px;
    }
     .reviews .heading span {
    color: var(--primarycolor);
}
    .reviews-cnt {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    .reviews-item {
        display: flex !important;
        justify-content: center;
        align-items: center;
        column-gap: 30px;
        position: relative;
        padding: 20px;
    }
    
    .reviews-item figure img {
        border-radius: 50%;
        height: 75px;
        margin: 0 auto;
    }
    
    .reviews-item h5 {
        display: block;
        margin-top: 20px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 1.3;
        text-align: center;
    }
    
    .reviews-item h5 span {
        display: block;
        margin-top: 5px;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.3;
        color: var(--primarycolor);
    }
    
    .reviews-caption {
        width: 60%;
    }
    
    .reviews-caption strong {
        display: inline-block;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
        font-weight: 600;
        color: var(--blackcolor);
    }
    
    .reviews-caption p {
        position: relative;
        font-size: 16px;
        color: #333;
        margin: 0;
    }
    
    .reviews-item i.fas.fa-quote-left {
    color: #96969645;
    font-size: 50px;
    position: absolute;
    top: 0;
    left: 28%;
    }
    
    .reviews-caption .rating {
        margin-bottom: 15px;
    }
    
    .reviews-caption .rating i {
        color: #f7d32d;
        font-size: 15px;
        margin-right: 4px;
    }
    .googlemap iframe {
        width: 100%;
        height: 450px;
    }
    
    footer {
    background: url(../images/footer-bg.jpg);
    padding: 55px 0 50px;
    margin-top: -8px;
    }
    
    footer .row {
        align-items: normal;
    }
    
    footer h4 {
        margin-bottom: 25px;
        padding-bottom: 15px;
        font-weight: 600;
        color: var(--whitecolor);
        font-size: 18px;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 1px;
    }
    
    footer h4:after {
        content: '';
        border-bottom: solid 2px var(--secondarycolor);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 20%;
    }
    
    footer ul.ftcontact-details li {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    
    footer ul.ftcontact-details li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    footer ul.worrking-hours li strong {
        float: right;
    }
    
    footer ul li a {
        color: var(--graycolor);
        font-size: 15px;
    }
    
    footer ul li a:hover {
        color: var(--whitecolor);
    }
    
    footer form input {
        margin-bottom: 15px !important;
    }
    
    .footer-list .menu li {
        line-height: 38px;
    }
    
    footer .ftcontact-details li {
        color: var(--whitecolor);
        display: block;
        margin-bottom: 8px;
        position: relative;
        border-bottom: 1px solid #ffffff1a;
        padding-bottom: 8px;
    }
    
    footer ul.ftcontact-details li strong {
        font-size: 14px;
        display: block;
        margin-bottom: 0;
        font-weight: 600;
    }
    
    footer ul li a i {
        height: 36px;
        width: 36px;
        background: var(--primary);
        display: flex !important;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 3px;
    }
    
    footer ul.smoicon {
        display: flex;
        margin-top: 20px;
    }
    
    footer ul.smoicon li {
        padding: 0 5px 0 0;
        margin: 0;
    }
    
    .copyright {
    padding: 18px 0;
    background: #0a3481;
    text-align: center;
    }
    
    .copyright .row {
        align-items: center;
    }
    
    .copyright p {
        margin: 0;
        color: var(--graycolor);
    }
    
    .copyright p a {
        color: var(--secondarycolor);
        text-decoration: underline;
    }
    
    .copyright .socialicon {
        display: flex;
        align-items: center;
        column-gap: 10px;
        justify-content: flex-end;
    }
    
    .copyright .socialicon li a {
        color: var(--whitecolor);
        width: 35px;
        height: 35px;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 37px;
        border-radius: 6px;
        transition: all ease .5s;
        background: #17418f;
    }
   
    #GoToTop {
        display: none;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 99999999;
        padding: 0;
        background: var(--primarycolor);
        border: 1px solid var( --graycolor);
        width: 45px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
        color: var(--whitecolor);
        text-decoration: none;
        padding-top: 10px;
        border-radius: 6px;
    }
    
    #GoToTop .fa {
        display: block;
        padding-bottom: 3px;
    }
    
    #GoToTop:hover {
        background: var(--secondarycolor);
        border: solid 1px var(--graycolor);
    }
    
    #whatsappbtn {
        cursor: pointer;
        position: fixed;
        bottom: 4%;
        left: 20px;
        z-index: 99999999;
        padding: 0 9px;
        background: #4fcc5d;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 32px;
        color: var(--whitecolor);
    }
    
    #whatsappbtn img {
        width: 30px;
        margin-top: 10px;
    }
    
    .secondary-container {
        padding: 60px 0;
    }
    
    .breadcrumb {
background: url(../images/breadcrumb.jpg);
    padding: 90px 0 60px !important;
    margin-top: -34px;
    position: relative;
    background-size: cover;
    background-position: bottom;
    }
/*
    .breadcrumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background-repeat: repeat-x;
    background: url(../images/shapebg.png);
    content: "";
    animation: waveanimation 80s linear infinite;
    filter: invert(1);
}
@keyframes waveanimation{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
	
}
*/
    .breadcrumb h1 {
        margin: 0;
    }
    
    .breadcrumb h1 .breadcrumb_last {
        font-size: 30px;
        color: var(--whitecolor);
        text-transform: capitalize;
        font-weight: 800;
        letter-spacing: 1px;
        margin: 0;
    }
    
    .breadcrumb h1 span a {
        display: none;
    }
    
    .breadcrumb span a:after {
        content: '\f111';
        font-family: 'Font Awesome 5 Free';
        padding: 0 7px;
        color: var(--whitecolor);
        font-weight: 600;
        font-size: 8px;
    }
    
    .breadcrumb h1 p#breadcrumbs {
        text-align: center;
    }
    
    .breadcrumb p,
    .breadcrumb p a {
        color: var(--whitecolor);
        margin: 0;
        letter-spacing: .5px;
    }
    
p#breadcrumbs {
    text-align: center;
    margin: 10px 0 0;
    position: relative;
}
    
.contactform {
    padding: 30px 30px 20px;
    box-shadow: 2px 2px 13px var(--graycolor);
}
    .contactform h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 600;
    }
    
    .contactform strong {
        font-size: 16px;
        display: block;
        margin-bottom: 23px;
        font-weight: normal;
    }
    
    .contactus .row,
    .contactus .col-sm-7,
    .contactus .col-sm-5 {
        padding: 0;
        margin: 0;
    }
    
    .contactform input,
    .contactform textarea {
    background: #fff;
    margin-bottom: 13px;
    }
    .contactform textarea {
    margin-bottom: 0;
}
    .contactform input[type="submit"] {
        background: var(--primarycolor);
        margin-bottom: 0;
    }
    
    .contactdtls {
        background: #1364c5;
        padding: 35px;
    }
    
    .contactdtls h3 {
        color: var(--whitecolor);
    }
    
.contactdtls p {
    background: var(--secondarycolor);
    color: var(--whitecolor);
    padding: 8px 20px;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 20px;
    margin-bottom: 25px;
    text-align: center;
    font-size: 17px;
}
    .contactdtls ul li {
        border-bottom: solid 1px #5186c7;
        padding: 15px 0 15px 50px;
        position: relative;
    }
    
    .contactdtls ul li:first-child {
        padding-top: 0;
    }
    
    .contactdtls ul li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    
    .contactdtls ul li,
    .contactdtls ul li a {
        color: var(--whitecolor);
    }
    
    .contactdtls ul li strong {
display: block;
    margin-bottom: 10px;
    font-size: 18px;
    }
    
    .contactdtls ul li i {
        margin-right: 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 50%;
        font-size: 20px;
        transform: translateY(-50%);
        border-right: solid 1px #5186c7;
        padding-right: 12px;
    }
    
    .contactus iframe {
        width: 100%;
        height: 400px;
    }


/* Booking Section */ 


.homecontact{
    background: url(../images/homecontact-bg.jpg);
    padding: 45px;
    background-attachment: fixed;
    border-radius: 12px;
    margin: 50px 0;
}
.homecontact form {
background: #fff;
    padding: 30px;
    border-radius: 6px;
}
.homecontact input, .homecontact select, .homecontact textarea {
    border: none;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    position: relative;
    padding: 15px 0;
}
.homecontact input[type="submit"] {
padding: 15px 30px 13px;
    border-radius: 6px;
    margin-top: 5px;
}
.homecontact i {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
}
.homecontact .formlist{
    position: relative;
}
.homecontact .leftheading {
    color: #fff;
    font-size: 30px;
    margin-bottom: 35px;
}
.homecontact .leftheading span {
    display: block;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 500;
}
.awardslist {
display: flex;
    column-gap: 29px;
    justify-content: center;
    margin: 15px 0;
    padding: 0;
    align-items: center;
}
.awardslist img {
    width: 179px;
}
.awardslist h3 {
    margin-bottom: 0;
}
.awardslist p {
    margin: 0;
}
.awardslist.iso img {
    width: 195px;
}
.awardslist.cmq img{
	    width: 220px
}

.excellence{
  position: relative;
  background: #edf0f7;
}



.excellence .single-column{
    position: relative;
    float: left;
    width: 50%;
}

.excellence-block .content-box{
    position: relative;
    display: block;
    padding: 73px 50px 80px 60px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.excellence-block .content-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 478px;
  background-repeat: no-repeat;
}

.excellence-block .content-box h2{
display: block;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 24px;
    position: relative;
}

.excellence-block .content-box .list-item{
  position: relative;
  margin-bottom: 90px;
}

.excellence-block .content-box .list-item li{
  position: relative;
  display: block;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 10px;
}

.excellence-block .content-box .list-item li:last-child{
  margin-bottom: 0px;
}

.excellence-block .content-box .list-item li:before {
position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 16px;
    font-weight: 600;
    left: 0px;
    top: 1px;
}

.excellence-block .content-box .support-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 14.5px 30px;
  border-radius: 5px;
  text-align: center;
}

.excellence-block .content-box .support-box h6{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.excellence-block .content-box .support-box h6 i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  font-weight: 400;
}

.excellence-block .content-box .support-box h6 a{
    display: inline-block;
    color: #0a267a;
    font-size: 18px;
}

.excellence-block .content-box .support-box h6 a:hover{
  text-decoration: underline;
}

.content_block_6 .content-box{
  position: relative;
  display: block;
  padding: 73px 60px 74px 60px;
}
.single-column.homeform .content_block_6 .content-box form {
    opacity: 0;
}


.content_block_7 i {
    border: 2px solid var(--primarycolor);
    height: 100px;
    width: 98px;
    display: flex;
    color: var(--primarycolor);
    justify-content: center;
    align-items: center;
    font-size: 37px;
    border-radius: 50%;
    position: relative;
    background: var(--whitecolor);
}
.content_block_7 i:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 10px var(--primary);
    animation: playbtn 3s linear infinite forwards;
    z-index: -1;
}

 @keyframes playbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.8);
	opacity: 0;
}
}


.content_block_6 .content-box .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.content_block_6 .content-box .sec-title{
margin-bottom: 29px;
    position: relative;
}

.content_block_6 .content-box .estimate-form .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 10px 30px 24px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.content_block_6 .content-box .estimate-form .form-group{
  position: relative;
  height: 50px;
  margin-bottom: 7px;
}

.content_block_6 .content-box .estimate-form .form-group input[type='text'],
.content_block_6 .content-box .estimate-form .form-group input[type='email']{
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dcdee5;
  font-size: 15px;
  color: #646578;
  padding: 0px 0px;
  transition: all 500ms ease;
}

.content_block_6 .content-box .estimate-form .form-group input:focus{

}

.content_block_6 .content-box .estimate-form button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 30px;
  text-align: center;
  border-radius: 5px;
  transition: all 500ms ease;
}

.content_block_6 .content-box .estimate-form button:hover{
  background: #0a267a;
}

.content_block_7 .content-box{
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 274px 60px 80px 60px;
}

.content_block_7 .content-box .video-btn{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 168px;
}

.content_block_7 .content-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 110px;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.content_block_7 .content-box .video-btn .border-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255,255,255,.5);
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
}

.content_block_7 .content-box .video-btn .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.content_block_7 .content-box .video-btn .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.content_block_7 .content-box .other-text{
  position: relative;
  display: block;
  background: #fff;
  padding: 15px 30px;
  border-radius: 5px;
}

.content_block_7 .content-box .other-text h6{
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
}

.content_block_7 .content-box .other-text h6 i{
  margin-right: 6px;
}

.content_block_7 .content-box .other-text .share-option{
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}

.content_block_7 .content-box .other-text .share-option h6{
  text-transform: uppercase;
}

.content_block_7 .content-box .other-text .share-option:before{
  position: absolute;
  content: '';
  background: #dcdee5;
  width: 1px;
  height: 36px;
  left: -20px;
  top: -5px;
}

.content_block_7 .content-box .other-text .share-option .list{
  position: absolute;
  left: 0px;
  top: -10px;
  width: 110px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.content_block_7 .content-box .other-text .share-option:hover .list{
  top: -20px;
  opacity: 1;
  visibility: visible;
}

.content_block_7 .content-box .other-text .share-option .list li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #0a267a;
  margin: 0px 5px;
}

.content_block_7 .content-box .other-text .share-option .list li a{
  color: #0a267a;
}

.content_block_6 .content-box .sec-title h2 {
    font-size: 45px;
    color: #3133d0;
    line-height: 60px;
}
.excellence input[type="submit"] {
    width: 100%;
}

/* Booking Section */

/* Services Details Page */

.sidebar-inquiry {
    background: #f1f6fa;
    padding: 20px 20px 0;
    border: solid 1px #021b79;
    border-radius: 6px;
	margin: 15px 0;
}
.page-sidebar h3 {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sidebar-inquiry input {
    padding: 13px 20px;
    margin-bottom: 15px;
}
.sidebar-inquiry input[type="submit"] {
    padding: 10px 25px;
}
.sidebar-inquiry textarea {
    height: 100px;
}
.services .homesolutions {
    margin: 0;
}

.secondary-container.detailspage {
    padding-bottom: 0;
}
.details-banner{
	margin-bottom:30px;
}
.details-banner img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}
.details-content h2 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #021b79;
    font-size: 28px;
}
.details-content h3 {
    font-size: 20px;
}
.details-content p {
    line-height: 28px;
    text-align: justify;
}
.details-content ul li {
    position: relative;
    padding-left: 25px;
    line-height: 35px;
}
.details-content ul li:before {
content: '\f058';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 0;
    color: #fb770c;
    font-size: 12px;
}
.details-content p strong {
    display: block;
    margin-top: 25px;
    font-size: 18px;
}

.callus{
    background: #f1f6fa;
    padding: 50px 0;
	margin-top:50px;
}
.callus .row {
    align-items: center;
}
.callus h3 {
    margin: 0;
    font-weight: 700;
    font-size: 23px;
    color: #3133d0;
}
.callus .btn-primary{
    background: #3133d0;
    color: #fff;
    padding: 11px 30px 9px;
    font-size: 15px;
    border-radius: 20px 0;
    float: right;
}

.sidebar-inquiry.sidebarsrcs {
    padding: 0;
    transition: all ease-in-out .5s;
}
.sidebar-inquiry.sidebarsrcs h3 {
    padding: 20px 20px 5px;
    margin: 0;
}
.sidebar-inquiry.sidebarsrcs ul li a {
    padding: 10px 15px 10px 35px;
    position: relative;
    display: block;
	border-bottom: 1px solid #cfe4f5;
}
.sidebar-inquiry ul li a:before{
content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 15px;
    top: 10px;
    color: #3133d0;
    font-size: 12px;
}
.sidebar-inquiry ul li:last-child a{
    border-bottom: none;
}
.sidebar-inquiry.sidebarsrcs ul li a:hover {
    background: #3133d0;
    color: #fff;
}
.sidebar-inquiry.sidebarsrcs ul li a:hover::before{
	color:#fff;
}



.details-banner i {
    font-size: 35px;
}
.details-banner .carousel-control-prev {
    left: 15px;
}
.details-banner .carousel-control-next {
    right: 15px;
}

.details-banner .carousel-control-next, .details-banner .carousel-control-prev {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #fb091b;
    border-radius: 50%;
}
.details-banner .carousel-control-next:focus, .details-banner .carousel-control-next:hover, .details-banner .carousel-control-prev:focus, .details-banner .carousel-control-prev:hover {
    color: #3133d0;
    opacity: 1;
}


.sidebarcontact{
    text-align: center;
    background: var(--primarycolor);
    border-radius: 6px;
    padding: 20px;
    transition: all ease-in-out .5s;
}
.sidebarcontact:hover {
    background: var(--secondarycolor);
}
.sidebarcontact li:first-child {
    background: #fff;
    margin: 0 auto 25px;
    border: solid 3px #ddd;
    padding: 35px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
}
.sidebarcontact li img {
    width: 100%;
}
.sidebarcontact li a {
color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
}


/* Services Details Page */



.countdown {
position: relative;
    padding: 60px 0;
}
.countdown a.getintouch {
	position: absolute;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
}
.countdown-left {
	position: relative;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 120px;
    height: 120px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.countdown-left img {
	width: 100%;
	height: 465px;
}
.countdown-left .countdown-info img {
	height: auto;
	width: auto;
}
.countdown-info {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.countdown-info h3 {
	color: var(--white);
	width: 70%;
	text-align: center;
	margin: 25px 0 20px;
}
.countdown-info a {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1px;
	color: var(--white);
}
.countdown-info a:hover {
    text-decoration: underline;
}
.countdown-left a i {
	font-size: 21px;
	margin-right: 10px;
}
.countdown-cnt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	column-gap:20px;
	padding: 46px 20px 46px 50px;
	background: linear-gradient(  0deg, #d2e2ff 0%, white 100%);
}
.countdown-cnt i {
	background:var(--button);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--white);
	font-size: 24px;
}
.countdown-cnt h3 span {
	display: block;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 3px;
}
.countdown-cnt h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}
.countdown .row .col-sm-6:last-child {
	padding-left: 0;
}
.countdown .row .col-sm-6:first-child {
	padding-right: 0;
}
.countdown a img {
	width: 100%;
	animation: updown 1s ease-in-out alternate infinite;
}
 @keyframes updown {
 from {
 transform: translateY(15px);
}
to {
	transform: translateY(-15px);
}
}
.about-content p {
    text-align: justify;
}


ul.aboutguide-list {
    background: #edf4ff;
    padding: 30px;
    border-radius: 20px;
}
ul.aboutguide-list li {
line-height: 28px;
    margin: 8px 0;
    position: relative;
    padding-left: 28px;
}
ul.aboutguide-list li:before {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    color: #3133d0;
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 13px;
}
ul.aboutguide-list h3 {
    margin-bottom: 25px;
}
.aboutguide {
    margin-top: 40px;
}
.homeabout .aboutguide-box img {
    width: auto;
    height: auto;
}
.aboutguide .row {
    align-items: center;
}
.aboutguide-box {
    transform: translateX(-50px);
}
.aboutguide-box ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background: #3133d0;
    padding: 25px;
    margin: 15px 0;
    border-radius: 20px;
    transition: all ease-in-out .5s;
}
.aboutguide-box ul li:hover {
    background: #fb091b;
}
.aboutguide-box ul li h3 {
    color: #fff;
    margin: 0;
}

body.modal-open {
    overflow: inherit !important;
}
#CommitedModal .modal-dialog {
    max-width: 800px;
}
#CommitedModal .modal-body {
    padding: 6px 6px 0;
}
#CommitedModal video {
    width: 100%;
}
#CommitedModal button.btn-close {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 35px;
    height: 35px;
    z-index: 11;
    opacity: 1;
}
#CommitedModal button.btn-close:hover{
    background-color: #fb091b;
}
.page-id-179 #ServiceSlider {
    display: none;
}
video{
	width:100%;
}
.gglmap iframe {
    width: 100%;
    height: 450px;
}