/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
   
/* ==========================================================================
    font-family: 'Gilmer';
   ========================================================================== */
   
   
    /* ==========================================================================
   New Modification Css Start
   ========================================================================== */
   

.engineer-section {
    margin: 100px 0 50px 0;
}
.engineer-section h2 {
    color: #000;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 60px;
}
.engineer-section .eng-img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    padding: 45px 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.engineer-section .eng-img-box p,
.engineer-section .eng-img-box h3 {
    color: #000;
    text-align: center;
    font-family: 'Gilmer';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-top: 25px;
    transition: transform 0.3s ease-in-out;
}
.eng-img-box img {
  transition: transform 0.3s ease-in-out;
}
.eng-img-box:hover img {
  transform: translateY(-10px); /* Move image slightly upward */
}
.eng-img-box:hover p,
.eng-img-box:hover h3 {
  transform: translateY(-5px); /* Move heading slightly upward */
}
ul.mycontact-list {
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 50px;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    padding: 16px 30px;
    margin: 0;
}
li.iner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
li.iner-list a {
    color: #131313;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Gilmer';
}
   /* ==========================================================================
   New Modification Css End
   ========================================================================== */
body{
    overflow-x: hidden;
    color: #444;
    font-family: 'Gilmer';
    font-size: 17px;
    font-weight: 500;
    line-height: 32px; /* 188.235% */
}

body section.sticky-top-contact-bar > ul,
.sticky-top-contact-bar > ul > li > a {
    line-height: 1.5 !important;
}
.revamp-footer {
    line-height: 1.5;
}
a:hover{
    text-decoration: none !important;
}
.in-field {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
img{
    max-width: 100%;
    height: auto;
}
@media only screen and (min-width: 1680px){
    .container{
        max-width: 1615px !important;
    }
}


section#home {    font-family: 'Gilmer';    font-family: 'Gilmer';
    background: url(../images/top-banner-bg.webp);
    padding: 6.5em 0em;     background-size: cover;
    color: #fff;
}
section.thankyou {    font-family: 'Gilmer';
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}


.top-header{
    background: url(../images/header-bg.webp) no-repeat top center;
    width: 100%;
    background-size: cover !important;
    min-height: 911px;
    padding-top: 140px;
}

.top-header h1{
    font-family: 'Gilmer';
    color: #000;
    font-size: 63px;
    font-weight: 400;
    line-height: 80px; /* 117.5% */
}
.header-heading p {
    color: #000;
    font-family: 'Gilmer';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}
.Recognize-sec {
    display: flex;
    align-items: center;
    gap: 46px;
}
.recognize_p,
.header-heading h4 {
    color: #000;
    font-family: 'Gilmer';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 40px 0 15px 0;
}

.top-header h1 span{
    color: #ED1E24; 
font-weight: 700;
}

/*.header-heading{*/
/*    padding-top: 160px;*/
/*}*/

.header-img{
    position: relative;
}

.header-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header-img .rotate-img1{
    z-index: 3;
}

.header-img .rotate-img2, .header-img .rotate-img3{
    z-index: 2;
    top: 75px;
}

.header-img .rotate-img3{
    top: 55px;
}

.rotate-imgssss  .rotate-img2{
    transform: translateX(220px) rotate(10.12deg);
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
}

.rotate-imgssss  .rotate-img3{
    transform: translateX(-220px) rotate(-10.12deg);
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
}
.header-icons{
    position: relative;
    z-index: 4;
}

.header-icons .spin-icons1, .header-icons .spin-icons2, .header-icons .spin-icons3, .header-icons .spin-icons4{
    position: absolute;
}

.header-icons .spin-icons1{
    left: 200px;
    top: 90px;
}

.header-icons .spin-icons2{
        right: 260px;
    top: 190px;
}

.header-icons .spin-icons3{
    left: 200px;
    top: 400px;
}

.header-icons .spin-icons4{
    right: 260px;
    top: 490px;
}

.header-icons .spin-icons1 img, .header-icons .spin-icons2 img{
    animation-name: jump;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: relative;
}

.header-icons .spin-icons3 img, .header-icons .spin-icons4 img{
    animation-name: jumpbottom;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: relative;
}

@keyframes jump {
    from {
        top: 0;
        animation-timing-function: ease-out
    }

    50% {
        top: 50px;
        animation-timing-function: ease-out
    }

    to {
        top: 0
    }
}

@keyframes jumpbottom {
    from {
        bottom: 0;
        animation-timing-function: ease-out
    }

    50% {
        bottom: 50px;
        animation-timing-function: ease-out
    }

    to {
        bottom: 0
    }
}

.spin-icons1{

}


/***********    Section 1     ************/

.section-1{
    padding-top: 50px;
    padding-bottom: 110px;
}

.section-1 > .container{
    padding-left: 90px;
}

.section1-img{
    position: relative;
    transition: .4s;
}
.section1-img:hover .img-ab-1 {
    transform: scale(1.1); 	 
-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.img-ab-1 {
   -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  transform: scale(1);
}
.iphoneimg{
    position: absolute;
    bottom: -198px;
    right: -60px;
    transition: .4s;
}

.section1-img:hover .iphoneimg{
    bottom: -89px;
    transition: .4s;
}

/*.menimg{
    position: relative;
    overflow: hidden;
    transition: .4s;
}

.section1-img .menimg img{
    transition: .4s;
}

.section1-img:hover .menimg img{
    transform: scale(1.02);
    transition: .4s;
}*/

.section1-content h2 {
    font-family: "Gilmer";
    color: #000;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 49px;
}
.section-1 p {
    font-size: 17px;
}
.section-1 strong{
   color: #444;
    font-family: "Gilmer";
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
    margin: 20px 0 30px;
    display: block;
}

.section1-content{
padding-top: 0px;
padding-left: 50px;
}

.main-btn{
    background: #BD2D36;
    width: 260px;
    min-height: 54px;
    display: inline-flex;
justify-content: center;
align-items: center;
color: #FFF;
font-family: "Gilmer";
font-size: 18px;
font-weight: 700;
}

.main-btn:hover, .main-btn:focus{
    background: #F8B418;
    color: #fff;
}


/***********    Section 2     ************/

.section-2{
    padding-left: 30px;
    overflow: hidden;
}

.section-2 .container-fluid{
     padding: 0;
    margin-left: calc((100% - 1615px) / 2);
    position: relative;
    padding-left: 90px;
}

.section-2 .container-fluid:before{
    content: '';
    background: #001646;
    max-width: 1615px;
    height: 282px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
}

.section-2 .container-fluid > .row{
     align-items: center; 
     min-height: 282px; 

}

.section-2 h4{
    color: #FFF;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 52px; /* 148.571% */
}

.logos-slider .slick-list{
    margin-left: -25px;
}

.logos-img{
    background: #fff;
    min-height: 135px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
}

/***********    Section 3     ************/

.section-3{
    background: url(../images/ab-bg.webp) no-repeat top center;
    width: 100%;
    height: 100%;
       padding: 100px 0px 0px 0px;    background-size: 100% 100%;
     background-position: right top;
}

.section-3 h2{
    color: #000;
    font-family: "Gilmer";
    font-size: 50px;
    font-weight: 700;
    line-height: 74px;
    margin-bottom: 25px;
}

.section-3 p{
        width: 93%;
    margin-bottom: 25px;
}

.section-3 .main-btn{
    margin-top: 10px;
}

/***********    Section 4     ************/

.section-4{

}

.section-4 h2{
        color: #000;
    font-family: "Gilmer";
    font-size: 50px;
    font-weight: 700;
    line-height: 74px;
    margin-top: -10px;
}

.right-content{

}

.right-content p{

}

.business-model{
padding: 32px;
margin-top: 25px;
border-radius: 10px;
background: linear-gradient(109deg, #FFF 0.58%, #FFF3F2 100%);
box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);height:auto;    min-height: 560px;
}.business-model img {
    width: 100px;
    height: 69px;
    object-fit: scale-down;
}
.business-model h3,
.business-model h4{
   color: #000;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    margin: 30px 0 25px;    line-height: 44px;
}

.business-model p{
    margin: 0;
}

.section-4 .main-btn{
    margin-top: 50px;
}

.section-4 {
    padding-top: 40px;padding-bottom: 50px;
}

/***********    Section 5     ************/

.section-5 {
    background-size: 100% 100%;     padding: 80px 0px;
}

.section-5 > .container {
    padding: 0 0px 0 30px;
}

.section-5 > .container .row{
    background: url(../images/solution-bg.webp) no-repeat;
    width: 100%;
    min-height: 232px;
    background-size: cover;
    padding: 0 40px;
    position: relative;
}

.section-5 .main-btn{
    width: 384px;
}
section#section7 a.main-btn {
    width: auto;
    padding: 0px 16px;
    float: right;
}
.section-5 > .container > .row{
    align-items: center;
}

.section-5 h2{
    color: #FFF;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 52px; /* 148.571% */
margin: 0;
}
.section-5 p{
color: #FFF;}
ul.head-me-ul {
    margin: 20px 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    /* float: left; */
    list-style-type: none;
    width: 100%;
    max-width: 66%;
}

ul.head-me-ul li {
    position: relative;
    padding-left: 38px;
}

ul.head-me-ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: url("../images/icon-sign.webp");
    background-size: 100% 100%;
}


/***********    Section 6   ************/

.section-6{
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
}

.section-6:before {
    content: '';
    background: #fff;
    width: 100%;
    min-height: 1227px;
    position: absolute;
    top: 0;
}

.section-6 h2{
  color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
line-height: 62px; /* 124% */
margin-bottom: 50px;
}

#multipletabs1, #multipletabs2{
    list-style: none;
    padding: 0;
      max-width: 75%;
    margin: 0 auto;
}

#multipletabs1 li{
    display:inline-block;
    margin-right: 30px;
}

#multipletabs1 li:last-child{
    margin-right: 0;
}

#multipletabs1 li a{
    color: #B5B5B5;
    text-align: center;
    font-family: "Gilmer";
    font-size: 20px;
    font-weight: 700;
    position: relative;
    padding: 0 46px 20px;
}

#multipletabs1 li a:after{
        content: '';
    border-bottom: 1px solid #C8C8C8;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

#multipletabs1 li a.active:after{
    border-bottom: 3px solid #ED1E24;
}

#multipletabs1 li a.active{
    color: #000000;
}

#multipletabs2 li{
    display: inline-block;
    margin-right: 25px;     margin-bottom: 20px;
}

#multipletabs2 li:last-child{
    margin-right: 0;
}

#multipletabs2 li a{
    background: #EFF1F5;
    color: #000;
text-align: center;
font-family: "Gilmer";
font-size: 15px;
font-weight: 700;
display: inline-flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 54px;
padding: 0 25px;
}

#multipletabs2 li a.active{
    background: #ED1E24;
    color: #fff;
}

.tab_content{
    margin-top: 60px;
}

.tabs-content-m{
    text-align: left;
    padding-top: 20px;
}
.tabs-content-m h3,
.tabs-content-m h4{
    color: #000;
font-family: "Gilmer";
font-size: 25px;
font-weight: 700;
line-height: 32px; /* 128% */
}
.tab_content .col-xl-5 {
    text-align: right;
}
.tabs-content-m p{
   margin: 15px 0 0px;
    width: 76%;
    min-height: 265px;
}

.tabs-content-m .main-btn{
    width: 214px;
}

.section-6 #tab3 .tabs-content-m {
    padding-top: 100px;
}

.section-6 #tab3 .tabs-content-m p {
    min-height: 225px;
}

/***********    Section 7     ************/

#section7 > .container > .row{
    background: url(../images/solution-bg7.webp) no-repeat;     border-radius: 20px;
}

/***********    Section 8    ************/
.section-8{
    padding-bottom: 80px;
}

.section-8 h2{
    color: #222;
font-family: "Gilmer";
font-size: 40px;
font-weight: 700;
line-height: 62px; /* 155% */
margin-bottom: 30px;
}

.section-8 img{

}

/***********    Section 9    ************/

.section-9{
    
}

.section-9 h2{
    color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
line-height: 62px; /* 124% */
}

.total-col {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
}

.bg-parallax {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transform: translateY(0);
    width: 100%;
    height: 0;
    transition: height 0.3s ease-in-out;
}


.coloumn-sticky {
    position: sticky;
    top: 40px;
    background: url(../images/bg-white.webp) no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
}

.sticky-border:before{
    content: '';
    position: absolute;
    width: 3px;
    background: #ED1E24;
    z-index: 9999;
    height: 100%;
    top: 0;
}

.sticky-border2 {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    left: -75px;
    top: 45px;
     height: 0; /* Default height set to 0 */
}

.sticky-border2 li:first-child{
    background: #ED1E24;
}

.sticky-border2 li {
    background: #E7E7E7;
    width: 3px;
    height: 220px;
    position: relative;
    margin: 0px 0 30px;
}

.sticky-border2 li:last-child{
    background: none;
    height: auto;
    width: auto;
}

.sticky-border2 li:after{
    content: '';
    background: #ED1E24;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -24px;
    left: -9px;
}

.five-col{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 25px;
    position: relative;
}

.five-col span{
    display: block;
    color: #E8E8E8;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
}
.five-col h3,
.five-col h5{
        margin: 0;
    color: #000;
    font-family: "Gilmer";
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0 16px;
}

.five-col p{
    color: #444;
font-family: "Gilmer";
font-size: 16px;
font-weight: 600;
margin-bottom: 0;
line-height: 28px;
}

/***********    Section 10    ************/

.section-10{
    padding-top: 80px;
}

.section-10 h2{
    color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
line-height: 62px; /* 124% */
margin-bottom: 20px;
}

.section-10 p{

}




/******* poup css start here ******/
#onLoadModal {
  z-index: 9999999999;
}

#onLoadModal button.btn-close {
    color: #000 !important;
    border-radius: 0;
    background-image: none;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    left: auto !important;
    right: 20px;
    position: absolute;
    z-index: 1;
    top: 30px;
    border: none !important;
    background: none !important;
}

div#onLoadModal .modal-content{
    background: url(../images/popup_bg.webp);
    border-radius: 20px !important;
    width: 100%;
    max-width: 100%;
    padding: 2em 0em 2em 0em;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0px;
    border: none !important;
	
}
div#onLoadModal .modal-content {
    border-radius: 20px !important;
    width: 100%;
    max-width: 100%;
    padding: 0 0 20px;
}

.form-col {
	padding: 2em 2em 2em 2em;     height: 100%;
}
div#onLoadModal .modal-dialog {
    max-width: 33%;
    height: 100vh;
    align-items: center;
    display: flex;
    margin-top: 0 !important;
}
@media screen and (max-width: 1680px) and (min-width: 1280px) {
  div#onLoadModal .modal-dialog {
    max-width: 40%;
}
}
.app-cont h2.thirtyfivepx {
    line-height: 50px;
    font-weight: 500 !important;
}
.form-col-me span.fiftypx {
    color: #1B8B83;
    font-size: 50px;       font-family: 'Gilmer';
    font-style: normal;
    font-weight: 700;
    line-height: 62px; /* 124% */
    display: block;
    margin-bottom: 20px;
}
.modal-body .row {
    margin: 0px; padding:0px;
}
.form-col-me strong {
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-family: 'Gilmer';
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 30px;
    display: block;
}
.app-cont {
    padding-top: 2em;
}

.form-col label {
    font-family: 'Gilmer';
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;     margin: 1em 0em;
}
.form-col input.form-control.section-1-input {
    background-color:transparent;
    border-width: 0px 0px 0px 0px;
    padding: 15px;   color: #5A5A5A !important;

    background: transparent;
    color: #8A8A8A;
    padding-left: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #8A8A8A !important;
    border: none;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;

}
.form-col textarea#exampleFormControlTextarea1{  

    height: 80px;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    border-bottom: 1px solid #8A8A8A !important;
    border: none;
    width: 97%;
    margin: 0 auto;

}

.email-me {
    margin-right: 20px !important;
    width: 97%;
}

.form-col button.submit-form{
    background-color: #BD2D36;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0.8em 2em;
    margin-top: 2em;
    float: right;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;

}
.form-col button.submit-form:hover{    background: #F8B418;}


.modal-body {
    padding: 0px;
}
	section#ourbenefits {
    padding-top: 7em;
}

#onLoadModal button.btn-close {
    color: #000 !important;
    background: transparent;
    border-radius: 0;
    background-image: none;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    left: auto !important;
    right: 17px;
    position: absolute;
    z-index: 1;
    top: 20px;
    border: none;
}

#onLoadModal button:focus.btn-close{  border: none;
    outline: none;}
	/******* poup css end here ******/






#umex-box {
    background: url(../images/scroll-bg-1.webp@) 0 0/100% 199% no-repeat
}

#umex-box2 {
    background: url(../images/scroll-bg-2.webp) 0 0/100% 199% no-repeat
}

#umex-box3 {
    background: url(../images/scroll-bg-2.webp) 0 0/100% 199% no-repeat
}

.box-anim {
    overflow: hidden;
    margin-top: 20px;
    min-height: 485px;
    height: auto;
    border-radius: 10px;
    position: relative;
}

.box-anim img.img-1 {
       -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
}

.box-anim:hover img.img-1 {
    top: -200px;
    z-index: -22;
    position: absolute;
    -webkit-transition: 2s;
    transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s
}

.box-anim:hover img.img-2 {
        opacity: 1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    position: absolute;
    top: -80px;
}

img.img-2 {
    opacity: 0;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    position: absolute;
    top: 300px;
    height: 750px;
    object-fit: cover;
}



/***********    Section 11    ************/


div#glims-bg {
    background: url(../images/app-cta.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: auto;
    min-height: 484px;
    margin: 4em 0em 0em 0em;
    overflow: hidden;
}


.mob-anm {
    display: flex;
    align-items: end;
    width: 100%;     padding: 0px;
    margin: 0px;
    justify-content: space-between;
}
div#glims-bg img {
    /* width: 100%;
    height: auto;     margin: 2em 0em; */
}
.mob-1 { width: 570px;
    padding: 0px 58px 0px 154px;
    position: relative;overflow: hidden;
}
.mob-1 img {
    width: 100%;
    max-width: 100%;
}



.mob-1 img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 2.5s ease 0s;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    position: relative;;
    bottom: -3em;
}


div#glims-bg:hover .mob-1 img {
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 2.5s ease 0s;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    position: relative;
    bottom: 0em;
}




.mob-2{position: relative;
    width: 1030px;
    top: 0;
    z-index: 999;
    /* float: left; */
    left: 0;
    height: 100%;
    overflow: hidden;}

.mob-2 img {
    width: 120%;
    max-width: 120%;
    -webkit-transition: all 2.5s ease 0s;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    right: -8em;
    position: absolute;
    top: -24em;
}


div#glims-bg:hover .mob-2 img  {
    width: 120%;
    max-width: 120%;
    -webkit-transition: all 1.5s ease 0s;
    transition: all 1.5s 0s;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    position: absolute;
    top: -32em;
    right:-8em;
}



.section-11{
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-11 .row{
    padding: 0 60px;
}

.right-btn{
    display: flex;
    justify-content: end;
}

.section-11 h2{
    color: #000;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 48px; /* 137.143% */
margin: 0;
}

.section-11 .main-btn{
    width: 384px;
}


/***********    Section 12    ************/

.customer-bg{
   border-radius: 15px;
    background: #FDFAF3;
    padding: 50px 50px 130px;
}

.customer-says{

}

.customer-says h2{
    color: #000;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 18px;
}

.customer-says p{

}

.customer-bg2{
    display: flex !important;
    justify-content: space-between;
}

.customer-heading{
    display: block;
    width: 30%;
    padding-top: 10px;
}

.customer-img {
    margin-right: 15px;
    margin-bottom: 10px;
}

.customer-wrap{
    width: 67%;
    padding-right: 50px;
}
.customer-wrap div,
.customer-wrap h5{
    margin: 0;
   color: #F8B418;
font-family: "Gilmer";
font-size: 25px;
font-weight: 700;
text-transform: capitalize;     
}

.customer-wrap p{
       color: #222;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 600;
    margin: 8px 0 10px;
    line-height: normal;
}

.customer-content{
    width: 67%;
    padding-right: 6%; 
}
.customer-content h3,
.customer-content h4{
     color: #000;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.customer-content p{
        color: #000;
font-family: "Gilmer";
font-size: 16px;
font-weight: 400;
line-height: 30px; /* 187.5% */
margin-bottom: 0;
}

.customer-slider{
    padding-top: 30px;
}

.offer-arrow {
    display: inline-flex;
    position: absolute;
    left: 31%;
    bottom: -70px;
}

.offer-arrow .slick-arrow {
    margin: 0 35px;
    cursor: pointer;
}

.slide-count {
    display: inline-flex;
    color: #000;
 font-family: "Gilmer";
font-size: 16px;
font-weight: 600;
}

/***********    Section 13    ************/

.section-13{
    padding: 80px 0 70px;
}

.section-13 h2{
    color: #222;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
margin-bottom: 50px;
}


#faq .card {
      margin-bottom: 22px;
    border: 0;
    border-radius: 5px;
    border: 1px solid #E5E5E5;
    background: #FFF;
}

#faq .card .card-header {
  border: 0;
    border-radius: 5px;
    border: none;
    background: none;
    border-radius: 0;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
  display: block;
    text-align: left;
    padding: 20px 30px 20px 35px;
    outline: none;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    color: #000;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
}

#faq .card .card-header .btn-header-link:after {
  content: "";
  float: right;
  background: url(../images/plus-icon.webp) no-repeat;
  width: 15px;
  min-height: 15px;
  background-size: cover;
}

#faq .card .card-header .btn-header-link.collapsed {
  
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "";
}

#faq .card .collapsing {
}

#faq .card .collapse {
  border: 0;
}

#faq .card .collapse.show {
  
}

#faq .card-body{
    padding: 10px 35px 30px;
    color: #444;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    width: 95%;
}

/***********    Footer    ************/

footer{
    background: #0E0E0E;
    padding-top: 70px;
}

.footer-bg1{

}

.footer-bg1 h2{
    color: #FFF;
font-family: "Gilmer";
font-size: 50px;
font-weight: 700;
margin: 0;
}

.footer-left{
        border-right: 1px solid #414141;
    padding-right: 130px;
}

.footer-left p{
    color: #BD2D36;
font-family: "Gilmer";
font-size: 35px;
font-weight: 700;
line-height: 40px; /* 114.286% */
padding: 22px 0;
}

.footer-left .main-btn{
    width: 239px;
}

.footer-right{
    padding-left: 100px;
}

.footer-right h2{
    color: #1B8B83;
}

.footer-right p{
    color: #FFF;
font-family: "Gilmer";
font-size: 20px;
font-weight: 700;
line-height: 20px; /* 100% */
padding-top: 18px;
}

.footer-right form{

}

.footer-right form .main-btn{
        width: 195px;
    border: none !important;
    margin-top: 12px;
    outline: none !important; 
}

.footer-right form .form-control {
    border: none !important;
    outline: none !important;
    border-bottom: 1px solid #414141 !important;
    background: none !important;
    color: #8A8A8A;
    font-family: "Gilmer";
    font-size: 16px;
    font-weight: 400;
    height: auto;
    border-radius: 0;
    padding: 12px 0;
    margin-bottom: 14px;
    box-shadow: none;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.footer-right form .form-control::-webkit-outer-spin-button,
.footer-right form .form-control::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

.footer-bg1 h5{
        color: #1B8B83;
    font-family: "Gilmer";
    font-size: 30px;
    font-weight: 700;
    margin: 50px 0 25px;
}

.two-col{

}

.two-col p{
    color: #8A8A8A;
font-family: "Gilmer";
font-size: 18px;
font-weight: 400;
    margin-bottom: 10px;   
}

.two-col h4, .two-col a{
    color: #FFF;
font-family: "Gilmer";
font-size: 25px; 
font-weight: 600;
margin: 0;
}

.two-col h4{
        padding-right: 9%;
}

.two-col a{
    color: #FFF;
}
.copyright-bg{
    border-top: 1px solid #414141;
    padding: 18px 0px;
    margin-top: 50px;
    max-width: 98%;
    flex: 0 0 98%;
    margin: 50px auto 0;
}

.copyright-bg p{
    color: #fff;
font-family: "Gilmer";
font-size: 18px;
font-weight: 400;
margin: 0;
}

ul.footer-list{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

ul.footer-list li{
        display: inline-block;
    color: #fff;
    font-family: "Gilmer";
    font-size: 18px;
    font-weight: 400;
    border-right: 1px solid #fff;
    line-height: 22px;
    padding: 0 22px;
}

ul.footer-list li:last-child{
    border-right: none;
    padding-right: 0;
}


/***********    End Footer    ************/

.mob-img{
    display: none;
}

/* Popup background */
.thank-you-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* Popup content */
.popup-content {
  position: relative;
  margin: 15% auto;
  padding: 40px 20px;
  background: white;
  width: 30%;
  text-align: center;
  border-radius: 10px;
}
.popup-content h5 {
    font-size: 45px;
    font-family: 'Gilmer';
    font-weight: 700;
    color: #000;
}

.popup-content p {
    font-size: 20px;
    font-family: 'Gilmer';
    color: #000;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.popup-btn {
    background-color: #bd2d36;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.popup-btn:hover {
  background-color: #F8B41;
}


@media only screen and (max-width: 1680px) {
ul.mycontact-list {
    gap: 15px;
    padding: 16px 20px;
}    
 li.iner-list {
    gap: 10px;
}   
  li.iner-list a {
    font-size: 13px;
}  
    .popup-content {
    width: 45%;
}


body {
    font-size: 15px;
    line-height: 28px;
}



   .top-header h1 {
        font-size: 45px;
        line-height: 56px;
    }
      .header-heading p {
    font-size: 15px;
    line-height: 26px;
}
.engineer-section {
    margin: 80px 0 25px 0;
}
    .engineer-section h2 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 40px;
    }
.engineer-section .eng-img-box {
    padding: 30px 5px;
}
.engineer-section .eng-img-box p,
.engineer-section .eng-img-box h3 {
    font-size: 13px;
    line-height: 20px;
    margin-top: 20px;
}
.section1-content h2 {
    font-size: 25px;
    line-height: 40px;
}
    .section-1 p {
        font-size: 15px;
        line-height: 25px;
    }

.header-img .rotate-img1 {
         width: 400px;
}

.header-img .rotate-img2, .header-img .rotate-img3 {
    width: 260px;
}

.rotate-imgssss .rotate-img2 {
    transform: translateX(140px) rotate(10.12deg);
}

.rotate-imgssss .rotate-img3 {
    transform: translateX(-140px) rotate(-10.12deg);
}

.top-header {
        min-height: 650px;
}

.logo-area img{
    width: 170px;
}

/*.header-heading {*/
/*    padding-top: 140px;*/
/*}*/

.header-icons .spin-icons1 img, .header-icons .spin-icons2 img, .header-icons .spin-icons3 img, .header-icons .spin-icons4 img{
    width: 100px;
}

.header-icons .spin-icons1 {
    left: 145px;
    top: 70px;
}

.header-icons .spin-icons2 {
    right: 185px;
    top: 160px;
}

.header-icons .spin-icons3{
    left: 145px;
    top: 300px;
}

.header-icons .spin-icons4 {
    right: 185px;
    top: 360px;
}

.section-1 p {
    font-size: 16px;
}

    .section-1 strong {
        font-size: 18px;
        line-height: 30px;
    }

.main-btn {
    width: 240px;
    min-height: 50px;
    font-size: 15px;
}

.section-1 > .container {
    padding-left: 50px;
}

.section1-content {
    padding-top: 0px;
    padding-left: 60px;
}

.section-2 .container-fluid {
    margin-left: calc((100% - 1170px) / 2);
    padding-left: 70px;
}

.section-2 h4 {
    font-size: 28px;
    line-height: 42px;
}

.section-2 .container-fluid:before {
    max-width: 1170px;
}

.logos-img {
    min-height: 115px;
}

/*.logos-img img{*/
/*    width: 120px;*/
/*}*/

.section-2 .container-fluid > .row {
    min-height: 252px;
}

.section-2 .container-fluid:before{
    height: 252px;
}

.iphoneimg {
    bottom: -141px;
        width: 230px;
}

.section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
    font-size: 35px !important;
    line-height: 50px !important;
}
.business-model {

    min-height: 606px;
}
.section-3 p {
    width: 96%;
}

.section-3 {
          padding: 70px 0;
           background-size: 90%;
}
.business-model h3,
.business-model h4 {
        font-size: 18px;
        margin: 19px 0 16px;
        line-height: 30px;
}

.business-model p {
    font-size: 14px;
    line-height: 26px;
}

.section-5 h2 {
           font-size: 25px;
    line-height: 40px;
}
ul.head-me-ul {
    max-width: 95%;
}
.section-5 .main-btn {
    width: 324px;
}

.section-5 > .container .row {
            min-height: 167px;
        background-size: cover !important;
}

#multipletabs1 li a {
    font-size: 16px;
}

#multipletabs2 li a {
    font-size: 13px;
    min-height: 50px;
    padding: 0 20px;
}

.tabs-content-m p {
    width: 90%;
        min-height: 255px;
}

.tabs-content-m .main-btn {
    width: 184px;
}
.tabs-content-m h3,
.tabs-content-m h4 {
    font-size: 22px;
    line-height: 32px;
}

.section-5 {
        padding: 10px 0px 70px 0px;
}
.tabs-content-m {
    padding-top: 40px;
}
.section-8 h2 {
    font-size: 30px;
    line-height: 44px;
}

.section-11 h2 {
    font-size: 25px;
    line-height: 40px;
}
.customer-wrap div,
.customer-wrap h5 {
    font-size: 18px;
}

.customer-wrap p {
    font-size: 14px;
}

.customer-heading {
    width: 36%;
}
.customer-content h3,
.customer-content h4 {
    font-size: 22px;
    line-height: 32px;
}

.customer-content {
    padding-right: 3%;
}

.customer-content p {
    font-size: 15px;
    line-height: 28px;
}

#faq .card-body {
    font-size: 14px;
    line-height: 25px;
}

img.img-2 {
    height: 550px;
}

.box-anim {
    min-height: 345px;
}

.box-anim img.img-1 {
    top: 20%;
    width: 230px;
}

.section-9 h2 {
    font-size: 25px;
    line-height: 36px;
}
.five-col h3,
.five-col h5 {
    font-size: 16px;
    margin: 18px 0 13px;
}

.five-col span {
    font-size: 35px;
}

.five-col {
    padding: 25px 20px;
}

.five-col p {
            font-size: 12px;
        line-height: 21px;
}

.sticky-border2 li {
    height: 195px;
    margin: 0px 0 30px;
}

img.men-img2 {
    width: 380px;
}

.footer-bg1 h2 {
    font-size: 35px;
}

.footer-left p {
        font-size: 24px;
        line-height: 32px;
        padding: 18px 0;
    }

.footer-right p {
    font-size: 16px;
        line-height: 34px;
}

    .footer-left {
        padding-right: 110px;
        flex: 0 0 42%;
        max-width: 42%;
    }

    .footer-right{
        flex: 0 0 58%;
        max-width: 58%;
    }

.footer-right form .form-control {
    font-size: 13px;
}

.footer-left .main-btn {
    width: 209px;
}

.footer-right form .main-btn {
    width: 180px;
}

.footer-bg1 h5 {
    font-size: 24px;
}

.two-col h4, .two-col a {
    font-size: 18px;
        line-height: 35px;
}

.two-col p {
    font-size: 16px;
}

.copyright-bg p {
    font-size: 15px;
}

ul.footer-list li {
    font-size: 15px;
}

footer {
    padding-top: 55px;
}

    .header-right {
        position: relative;
        top: 0;
    }
    
}
@media only screen and (max-width: 1200px) {
  .engineer-section .eng-img-box {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1680px) and (min-width: 1280px){
    .container{
        max-width: 1170px !important;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1025px) {
    .top-header h1 {
        font-size: 25px !important;
        line-height: 1.3 !important;
    }
    .top-header h1 br {
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    .header-heading p {
        font-size: 14px;
        line-height: 24px;
    }
 .engineer-section {
    margin: 60px 0 0px 0;
}
    .engineer-section .eng-img-box p,
    .engineer-section .eng-img-box h3 {
        font-size: 11px;
        line-height: 18px;
        margin-top: 15px;
    }
        ul.mycontact-list {
        gap: 15px;
        padding: 10px 16px;
    }
        li.iner-list {
        gap: 5px;
    }
    li.iner-list a {
        font-size: 11px;
    }
/*   .container{*/
/*    max-width: 1000px !important;*/
/*}*/

.header-heading{
    -ms-flex: 0 0 41%;
        flex: 0 0 41%;
        max-width: 41%;
}

.header-right{
     -ms-flex: 0 0 59%;
        flex: 0 0 59%;
        max-width: 59%;
}

    .top-header h1 {
        font-size: 35px;
        line-height: 49px;
    }

        .logo-area img {
        width: 140px;
    }

    .top-header {
        min-height: 551px;
    }

    .section-1 {
    padding-top: 110px;
    padding-bottom: 80px;
}

    .section-1 p {
        font-size: 14px;
    }

    body {
        font-size: 13px;
        line-height: 25px;
    }

    .section-1 strong {
        font-size: 15px;
        line-height: 26px;
    }

        .main-btn {
        width: 220px;
        min-height: 47px;
    }

    .section-2 .container-fluid:before {
        max-width: 1000px;
    }

    .section-2 .container-fluid {
        margin-left: calc((100% - 1000px) / 2);
                padding-left: 50px;
    }

        .section-2 .container-fluid > .row {
        min-height: 212px;
    }

        .section-2 .container-fluid:before {
        height: 212px;
    }

    .section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
        font-size: 28px !important;
        line-height: 38px !important;
    }
    .business-model h3,
    .business-model h4 {
       font-size: 16px;
        line-height: 26px;
    }
	.business-model img {
    width: 69px;
    height: 55px;
}

    .section-5 h2 {
font-size: 22px;         margin-bottom: 0.5em;
line-height: 35px;
    }
	
	    .section-5 {
        padding: 50px 0px 60px 0px;
    }

   .section-5 .main-btn {
        width: 100%;
        font-size: 13px;
    }

    .section-5 > .container .row {
             min-height: 140px;
        padding: 20px 18px;
        border-radius: 15px;
    }

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

#multipletabs2 li a {
        padding: 0 15px;
    }

#multipletabs2 li {
    margin-right: 11px;
}
.tabs-content-m h3,
.tabs-content-m h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .tabs-content-m p {
        min-height: 245px;
    }    
        .section-8 h2 {
        font-size: 25px;
        line-height: 38px;
    }
        .header-icons .spin-icons1 {
        left: 99px;
    }
        .header-icons .spin-icons3 {
        left: 99px;
    }

    .sticky-border2 li:after {
    width: 14px;
    height: 14px;
    top: -19px;
    left: -6px;
}

.sticky-border2 {
    left: -55px;
}

.left-1{
            -ms-flex: 0 0 38.666667%;
        flex: 0 0 38.666667%;
        max-width: 38.666667%;
}

.right-1{
     -ms-flex: 0 0 56.7%;
        flex: 0 0 57.666667%;
        max-width: 57.666667%;
}

    .five-col p {
        font-size: 11px;
        line-height: 18px;
    }

    .sticky-border2 li {
        height: 178px;
        margin: 0px 0 25px;
    }


img.men-img2 {
        width: 300px;
    }

    .section-11 .row {
    padding: 0 45px;
}

    .section-11 .main-btn {
        width: 100%;
        font-size: 14px;
    }
    .customer-content h3,
    .customer-content h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .customer-content p {
        font-size: 14px;
        line-height: 25px;
    }

#faq .card .card-header .btn-header-link {
    font-size: 15px;
}

.section-13 {
    padding: 70px 0 60px;
}

    .footer-bg1 h2 {
        font-size: 25px;
    }

   .footer-left p {
        font-size: 18px;
        line-height: 27px;
        padding: 25px 0 30px;
        margin-bottom: 0;
    }

.footer-left {
        padding-right: 68px;
    }

.footer-right {
    padding-left: 70px;
}

    .footer-left .main-btn {
        width: 189px;
        min-height: 42px;
        font-size: 14px;
    }

    .footer-right form .main-btn {
        width: 175px;
        min-height: 42px;
        font-size: 14px;
    }

    .section-11 h2 {
        font-size: 22px;
        line-height: 34px;
    }

}

@media only screen and (max-width: 1024px) {

    .popup-content h5 {
        font-size: 35px;
    }

    .top-header {
        min-height: 500px;
    }

    .header-icons .spin-icons1 {
        left: 165px;
        top: 50px;
    }

    .header-icons .spin-icons3 {
        left: 165px;
        top: 240px;
    }

    .header-icons .spin-icons2 {
        right: 189px;
        top: 110px;
    }

    .header-icons .spin-icons4 {
        right: 189px;
        top: 290px;
    }

    .top-header h1 {
        font-size: 28px;
        line-height: 43px;
    }

    /*    .header-heading {*/
    /*    padding-top: 110px;*/
    /*}*/

    .header-img .rotate-img1 {
           width: 255px;
    }

    .header-img .rotate-img2, .header-img .rotate-img3 {
           width: 162px;
    }

    .rotate-imgssss .rotate-img3 {
        transform: translateX(-90px) rotate(-10.12deg);
    }

    .header-img .rotate-img3 {
        top: 40px;
    }
    
    .header-img .rotate-img2, .header-img .rotate-img3 {
        top: 50px;
    }

    .rotate-imgssss .rotate-img2 {
        transform: translateX(90px) rotate(10.12deg);
    }
    .logo-area img {
        width: 120px;
    }

    .header-right {
        position: relative;
        top: 0;
    }

    /*.section-1 {*/
    /*        padding-top: 0px;*/
    /*        padding-bottom: 80px;*/
    /*    }*/

    .header-icons .spin-icons1 img, .header-icons .spin-icons2 img, .header-icons .spin-icons3 img, .header-icons .spin-icons4 img {
        width: 65px;
    }
    .section1-content h2 br{
        display: none;
    }
     .section-2{
         padding: 0 15px !important;
     }
     .tabs-content-m {
      text-align: center;
    }
}
  
@media screen and (max-width:1680px) and (min-width:1280px) {


	    div#onLoadModal .modal-dialog {
        max-width: 40%;
    }
	
  .mob-1 {
    padding: 0px 58px 0px 110px;}
  div#glims-bg {
    min-height: 360px;
}div#glims-bg:hover .mob-1 img {
    bottom: 0em;
}
div#glims-bg:hover .mob-2 img {
    right: -10em;       
	top: -20em;
}
.mob-2 img {
    top: -14em;
}

  .form-col-me strong {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.form-col-me span.fiftypx {
  font-size: 40px;
  line-height: 35px;
  margin-bottom: 20px;
}
.form-col button.submit-form {
  padding: 0.5em 2em;
}
}
  
@media screen and (max-width:1279px) and (min-width:1025px) {
    .top-header h1 br{
        display: none;
    }
    div#glims-bg:hover .mob-2 img {
        right: -10em;       
        top: -20em;
    }
    .mob-2 img {
        top: -14em;
    }
    
    div#glims-bg {
        min-height: 235px;;
    }
    div#onLoadModal .modal-dialog {
        max-width: 50%;
    }
    .form-col-me strong {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .form-col-me span.fiftypx {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .form-col button.submit-form {
        padding: 0.5em 2em;
    }
    #rotate-div.active {
        right: 10em;
        top: 2em;
    }

}




@media screen and (max-width:1024px) and (min-width:768px) {
	  .form-col-me span.fiftypx {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .form-col button.submit-form {
    padding: 0.5em 2em;
  }#rotate-div.active {
    right: 6em;
    top: 1em;
  }
    div#onLoadModal .modal-dialog {
        max-width: 80%;
    }
.mob-2 img {
width: 120%;
max-width: 120%;
right: -6em;
top: -12em;
}
div#glims-bg:hover .mob-2 img{  width: 120%;
max-width: 120%;
right: -8em;
top: -15em;}

div#glims-bg {
min-height: 265px;    border-radius: 10px;
}

div#glims-bg:hover .mob-1 img {
bottom: 0em;
}

.mob-1 {
padding: 0px 45px 0px 70px;}

}
@media only screen and (max-width: 991px) {
       .engineer-section .eng-img-box p,
       .engineer-section .eng-img-box h3 {
        font-size: 15px;
        line-height: 24px;
    }
        .engineer-section .eng-img-box {
        padding: 30px 5px;
        margin: 10px 0;
    }
    .Recognize-sec {
    gap: 20px;
}
.header-heading p {
        font-size: 13px;
        line-height: 23px;
    }
        .engineer-section h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .logo-area {
    margin: 0 0 20px 0;
    text-align: center;
}
ul.mycontact-list {
        gap: 12px;
        padding: 10px 16px;
        width: 50%;
        margin: 0 auto;
    }
	    ul.head-me-ul {
        max-width: 100%;
              margin: 4em 0em 2em 0em;
        justify-content: center;
    }
	section#section7 a.main-btn {
    float: none;        width: 100%;
    margin: 10px 0px;
}
.section-5 p {
    color: #FFF;
    margin: 4em 0em 0em 0em;
    float: left;
    width: 100%;
}
	img.img-ab-1 {
    width: 100%;
    max-width: 96%;
}
#section7 > .container > .row {
    border-radius: 10px;
}
#multipletabs1, #multipletabs2 {
    max-width: 96%;
}
	section.section-3 .col-xl-5 img {
    max-width: 70% !important;
    width: 100%;
}
	.section1-img {
    margin: 2em 0em;
    text-align: center;
}
	    .iphoneimg {
        bottom: -173px;
        width: 300px;
    }
    .business-model {
        min-height: 100px;
    }.tab_content .col-xl-5 {
    text-align: center;
}
    .top-header h1 {
        font-size: 24px;
        line-height: 1.3;
    }

      .header-icons .spin-icons1 {
        top: 40px;
                left: 92px;
    }

        .header-icons .spin-icons3 {
        top: 250px;
                left: 92px;
    }

        .header-icons .spin-icons2 {
        right: 125px;
        top: 100px;
    }

    .header-icons .spin-icons4 {
        right: 125px;
        top: 270px;
    }

    .iphoneimg {
    right: 0px;
}

    .section1-content {
        padding-top: 70px;
        padding-left: 15px;
    }

        .section-2 .container-fluid {
        margin-left: 0;
        padding-left: 22px;
    }

        .section-1 > .container {
        padding-left: 20px;
    }

    .section-2 {
        padding-left: 0;
    }

.section-2 h4 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .section-2 h4 br{
        display: none;
    }

        .section-2 .container-fluid > .row {
        min-height: 265px;
    }

        .section-2 .container-fluid:before {
        height: 265px;
    }

    .logos-slider{
        margin-top: -60px;
    }

    .logos-img {
    margin-right: 20px;
}

.logos-slider .slick-list {
    margin-left: 0;
}

    .section-3 {
             padding: 50px 0px 0px 0px;
    }

    .section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
        font-size: 24px !important;
        line-height: 33px !important;
    }

    .section-1 {
        padding-bottom: 60px;
    }

.section-3 .main-btn {
    margin-bottom: 50px;
}

.section-4 h2 {
    margin-top: 0;
}

.section-4 {
    padding: 0 10px;
}

    .section-5 h2 {
        font-size: 20px;
        line-height: 29px;
    }

    .section-5 .main-btn {
        width: 290px;
    }

         .section-5 {
        padding: 60px 10px 60px;
        text-align: center;
    }

    .section-5 > .container .row {
        min-height: 140px;
        padding: 20px 18px;
        border-radius: 15px;
    }

        .section-5 h2 {
        margin-bottom: -35px;
    }

        #multipletabs1 li a {
        font-size: 15px;
        padding: 0 35px 20px;
    }

        #multipletabs2 li a {
        font-size: 12px;
        min-height: 44px;
        padding: 0 15px;
    }

        #multipletabs2 li {
        margin-bottom: 15px;
    }

        .tabs-content-m p {
        min-height: 100% !important;
        width: 100%;
        margin-bottom: 20px;
    }

.section-6 #tab3 .tabs-content-m {
    padding-top: 30px;
}

        .tabs-content-m .main-btn {
        width: 170px;
        min-height: 42px;
        font-size: 14px;
        margin-bottom: 30px;
    }

        .section-8 h2 {
        font-size: 24px;
        line-height: 38px;
    }

    .tabs-content-m {
    padding-left: 20px;
    padding-right: 20px;
}

.sticky-border2{
    display: none !important;
}

    .left-1 {
        -ms-flex: 0 0 42.666667%;
        flex: 0 0 42.666667%;
        max-width: 42.666667%;
    }

    .section-9 h2 {
        font-size: 20px;
        line-height: 29px;
    }

        .right-1 {
        -ms-flex: 0 0 55.666667%;
        flex: 0 0 55.666667%;
        max-width: 55.666667%;
    }

        img.men-img2 {
        width: 280px;
    }

        .five-col {
        padding: 20px 20px;
    }

    .total-col {
    gap: 22px;
}

    .five-col span {
        font-size: 28px;
    }
    .five-col h3,
    .five-col h5 {
        font-size: 15px;
        margin: 13px 0 10px;
    }

    .section-10 {
    padding-top: 50px;
}

.section-10 {
    padding: 50px 10px;
}

.box-anim {
    margin-top: 30px;
}

    .section-11 .row {
        padding: 0 0px;
        text-align: center;
    }

        .section-11 .main-btn {
        width: 300px;
    }

.right-btn {
    justify-content: center;
    margin-top: 20px;
}

.section-11 {
    padding-top: 10px;
    padding-bottom: 50px;
}

.customer-bg {
    padding: 40px 30px 120px;
}

.slide-count {
    font-size: 14px;
}

    .section-13 {
        padding: 50px 10px 40px;
    }

.footer-left {
        padding-right: 15px;
        flex: 0 0 100%;
        max-width: 100%;
        border-right: none;
    }

    .footer-right {
        padding-left: 15px;
        padding-top: 30px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .two-col h4, .two-col a {
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
    }

    .footer-bg1 h5 {
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer-right form {
    margin-bottom: 30px;
}

    footer {
        padding-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .customer-bg2 {
    flex-direction: column;
}

.customer-heading, .customer-content {
        width: 100%;
    }

    .customer-content{
        margin-top: 20px;
    }

    .offer-arrow .slick-arrow {
    margin: 0 28px;
}

.offer-arrow {
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
}

.bg-parallax{
    display: none !important;
}

.popup-content {
    width: 65%;
}

}

@media only screen and (max-width: 767px) {
    .section-1 {
        padding-top: 0 !important;
    }
    .top-header{
      background-position: left center;
    }
    .container, .container-sm{
        max-width: 100%;
    }
    .mob-img{
        display: block;
    }

    .header-img{
        display: none !important;
    }
        ul.mycontact-list {
        width: 100%;
        flex-direction: column;
        border-radius: 10px;
    }
     .Recognize-sec {
        gap: 30px;
        /*flex-direction: column;*/
        justify-content: flex-start;
        align-items: flex-start;
    }
     .engineer-section {
        margin: 0px 0 30px 0;
    }
    .logos-img img {
        width: auto;
    }
    section#home h1 {
    font-size: 2.5rem;
    margin: 2em 0em;
}

    section#home h1 {
    font-size: 1.5rem;
    margin: 2em 0em;
}
    
	div#onLoadModal {
    padding-right: 0px !important;
}
	    ul.head-me-ul {
        max-width: 100%;
        margin: 4em auto 2em auto;
        justify-content: center;
        display: block;
        max-width: 230px;
        text-align: left;
    }
	ul.head-me-ul li:before {
    width: 20px;
    height: 20px;    top: 4px;
}
ul.head-me-ul li {
 padding-left: 25px;
}
	
    div#onLoadModal .modal-dialog {
              max-width: 96%;
        margin: 0em 2em !important;
    }
	
	div#onLoadModal .modal-content {
    background-image: none;
    background-color: #fff;
    padding: 2em 0em 0em 0em;
}
	
	    .form-col-me span.fiftypx {
      font-size: 28px;
      line-height: 30px;
      margin-bottom: 10px;
    }
    .form-col button.submit-form {
      padding: 0.5em 2em; 
      margin: 45px 0px !important;
      width: 100%;
      max-width: 100%;
    }
    .popup-content {
    width: 90%;
}

    .popup-content h5 {
        font-size: 25px;
    }

    .popup-content p {
    font-size: 16px;
}

    .left-1, .right-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    img.men-img2 {
            width: auto;
    }

    .coloumn-sticky {
    position: relative;
    top: 0px;
    background: none;
}

    .total-col {
        margin-top: 30px;
    }

        .section-3 h2, .section-4 h2, .section-6 h2, .section-10 h2, .customer-says h2, .section-13 h2 {
        font-size: 18px !important;
        line-height: 28px !important;
    }

        .section-9 h2, .section-8 h2  {
        font-size: 20px;
        line-height: 28px;
    }

        .section-8 h2 br{
        display: none;
    }
    .tabs-content-m h3,
    .tabs-content-m h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .iphoneimg {
        /*display: none;*/
    }
.col-xl-7.text-center.header-right {
        margin-bottom: 230px;
}    .iphoneimg {
              bottom: auto;
        width: 100%;
        max-width: 35%;
        top: 40%;
    }
	
	.section1-img:hover .iphoneimg {
      bottom: auto;  top: 30%;
    transition: .4s;
}
	
	
	    .iphoneimg {
          right: 0;
    }
	    .header-img .rotate-img1 {
        width: 200px;
    }
	    .header-img .rotate-img2, .header-img .rotate-img3 {
        width: 120px;
    }
	    .rotate-imgssss .rotate-img2 {
        transform: translateX(70px) rotate(13deg);
    }
	    .rotate-imgssss .rotate-img3 {
        transform: translateX(-70px) rotate(-13deg);
    }
	
        .section1-content {
        padding-top: 25px;
    }

    .section-2 .container-fluid:before {
        display: none;
    }

    .section-2 {
    background: #001646;
}

    .section-2 .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-2 h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .logos-img {
        margin-right: 0;
    }

    .section-3 p {
        width: 100%;
    }

    .section-4 h2 br{
        display: none;
    }

    .business-model {
    padding: 25px 20px;
}
    .business-model h3,
    .business-model h4 {
        font-size: 15px !important;
        line-height: 24px;
    }
.form-col-me strong {
        font-size: 12px;
        line-height: 22px !important;

}
        .section-5 h2 {
        font-size: 16px;
            line-height: 30px;
    }

    .section-5 h2 br{
        display: none;
    }

        .section-5 .main-btn {
        width: 100%;
        font-size: 11px;
        min-height: 38px;
    }

    .business-model p {
        font-size: 13px;
        line-height: 24px;
    }

        .section-5 {
padding: 20px 0px 60px;
    }

        .section-6 {
        padding-top: 50px;
    }

#multipletabs1 li {
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
}

    #multipletabs1 li a {
       font-size: 14px;
        padding: 0 35px 15px;
        width: 100%;
        display: block;
    }

       .box-anim {
        min-height: 250px;
    }

        .box-anim img.img-1 {
        top: 20%;
        width: 200px;
    }

        .section-11 h2 {
        font-size: 20px;
        line-height: 28px;
    }

        .customer-bg {
        padding: 40px 20px 120px;
    }

    .customer-says p br{
        display: none;
    }

    .customer-wrap {
    width: 100%;
    padding-right: 0px;
}
.customer-wrap div,
.customer-wrap h5 {
        font-size: 16px;
    }

    .customer-wrap p {
        font-size: 13px;
    }
    .customer-content h3,
    .customer-content h4 {
        font-size: 16px;
        line-height: 25px;
    }

    #faq .card .card-header .btn-header-link {
    padding: 20px 35px 20px 15px;
     font-size: 14px;
        line-height: 20px;
        position: relative;
}   


    #faq .card-body {
        font-size: 13px;
        line-height: 25px;
        padding: 0px 15px 25px;
    }

    #faq .card .card-header .btn-header-link:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.section-13 h2 {
    margin-bottom: 30px;
}

ul.footer-list {
    text-align: left;
}

    .copyright-bg p {
        font-size: 14px;
        margin-bottom: 12px;
    }

    ul.footer-list li:first-child{
        padding-left: 0;
    }

    ul.footer-list li {
        font-size: 14px;
        padding: 0 17px;
    }

        .two-col h4, .two-col a {
        font-size: 14px;
        line-height: 22px;
    }

.two-col p {
        font-size: 15px;
    }

    .header-icons{
        display: none;
    }

        .header-heading, .header-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

/*    .top-header {*/
/*    padding-top: 20px;*/
/*}*/

    .logo-area img {
        width: 100px;
    }
    
    /*.header-heading {*/
    /*    padding-top: 40px;*/
    /*}*/
    .top-header h1 {
        font-size: 26px;
        line-height: 1.4;
    }
    .top-header h1 br{
        display: none;
    }
/*   
   .mob-img{
        display: block;
    }

    .header-img{
        display: none !important;
    }
*/
    .top-header {
        min-height: 100%;
        padding-bottom: 50px;
    }

/* glims animation css start*/


.mob-2 img {
width: 130%;
max-width: 130%;
        right: -3em;
        top: -1em;
}
div#glims-bg:hover .mob-2 img{
width: 145%;
max-width: 145%;
right: -5em;
top: -3em;

}
    .section-10 {
        padding: 40px 10px;
    }
div#glims-bg {
min-height: 50px;
        height: 148px;         margin-top: 2em;          background-size: cover;     border-radius: 10px;
}

div#glims-bg:hover .mob-1 img {
bottom: 0em;    width: 100%;
max-width:80%;
}
.mob-2{ width: 50%;}
.mob-1 {
padding: 0px 2px 0px 23px;         width: 50%;}

.mob-1 img {
width: 100%;
max-width: 100%;
}

/* glims animation css close*/


}