@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}


.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm11 {
    width: 13%;
    margin: 1%;
    float: left;
}

.col_sm111 {
    width: 83%;
    margin: 1%;
    float: left;
}

.clear {
    clear: both;
}

.top {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 85%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 85%;
    margin: 0 auto;
}

.logo {
    width: 360px;
    float: left;
}
.fix_nav .top{
    display: flex;
    align-items: center;
}

.logo_rigt{
    display: flex;
    width: 100%;
}
.text{
    width: 29%;
    margin-top: 2%;
}

.text h2{
    font-size: 24px;
    text-decoration: none;
    color: #1e3ef3;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 0px;
    margin: 10px 18px;
    font-style: italic;
    font-family: "Gilda Display", serif;
}
.navbarrr {
    width: 100%;
    display: flex;
    justify-content: end;
}


.fix_nav {
    position: static;
    background: #fff;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


.footer-img{
    width: 200px;
}

.brd{
    background: white;
    transition: 0.3s;
    box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 6%);
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}



.bullet ul {
    list-style: none;
    padding-left: 0;
}

.bullet ul li {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-top: 15px;
}

.bullet ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    background-image: url(../images/can.png);
    background-size: contain;
    background-repeat: no-repeat;
}


/*cont*/

form input,
form textarea {
  width: 90%;
  padding: 10px 15px !important;
  margin-bottom: 20px;
  border: 1px solid #c3c3c3;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  min-height: unset !important;
}

.form-pad {
  padding: 10px 0px 0 44px;
  box-sizing: border-box;
}

form button {
  padding: 15px 25px;
  background: #1e3ff5;
  color: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

form button:hover {
  background-color: #1e3ff5;
  color: #fff;
}

.contact h4 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 140%;
  margin: 0 auto;
  width: fit-content;
  position: relative;
}

.contact h4::before,
.contact h4::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-130%, -50%);
}

.contact h4::after {
  top: 50%;
  right: 0;
  left: unset;
  transform: translate(130%, -50%);
}

.contact h2 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #000;
  line-height: 103%;
  text-align: center;
  margin: 0%;
}


.about h4 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
}

.con_icon {
  width: 35px;
  margin: 0 auto;
}



.contact h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 103%;
  text-align: center;
  margin: 0% !important;
}

.con_bot_brd>p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6%;
  margin-bottom: 6% !important;
}

.contact p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 3% 0 0;
  line-height: 140%;
}

.contact span {
  color: #203ff2;
}


.link {
    color: #000;
    text-decoration: none;
}


.abt h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  text-align: center;
  margin: 0% !important;
}

.abt-bg1{
    background-image: url(../images/abt-bg.jpg);
    background-size: center;
    background-repeat: no-repeat;
    background-position: fixed;
    background-attachment: fixed;
    padding: 40px 0;
}



/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
    background-color: #000;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/

.footer-icon {
    text-align: center;
    margin-top: -23%;
}


.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li {
    position: relative;
    padding-left: 25px;
}

.footer ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../images/can.png);
    background-size: contain;
    background-repeat: no-repeat;
}


.ftr-icon2 {
    background-color: #2a47f2;
    border-radius: 50px;
    padding: 13px;
    color: #fff !important;

    width: 15px;
    height: 15px;
    font-size: 16px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}


.bg_clr3 {
    background: #2a47f2;
}

.icons{
    width: 100px;
}

.ftr {
    background: #f9f9f9;
}

/*.footer-2 {*/
/*    margin-right: 2%;*/
/*}*/

/*.footer-1 {*/
/*    margin-right: -2%;*/
/*}*/

.ftr h3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #2240f2;
    text-align: left;
    margin-top: 2%;
}

.ftr p {
    font-size: 16px;
    line-height: 140%;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-top: 5px;
    text-align: justify;
}


.ftr_btn p {
    font-size: 16px;
    line-height: 140%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 !important;
    text-align: start;
}

.ftr_btn a {
    color: #fff;
}

.ftr_flex {
    display: flex;
    gap: 24px;
}

.ftr_icon .fa-brands {
    margin-top: 6px;
}

.ftr_icon a {
    color: #fff;
}

.ftr a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    transition: 0.2s all ease-in-out;

}

.footer ul li {
    margin-bottom: 3%;
    text-align: left;
    list-style: none;
}

.ftr .fa-solid,
.ftr .fa-regular {
    color: #000;
}

.footer a:hover {
    color: #1f71b9;
}

.ftr_icon:hover a {
    color: #fff;
}


.ftr_right {
    text-align: right !important;
}

.fa-brands {
    font-size: 14px;
}

.fa-whatsapp {
    font-size: 35px;
}




/*------------------------------------------
Main Code 
------------------------------------------*/

.margin-top{
    margin-top: 40%;
}


.about h2{
    font-family: "Gilda Display", serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
}

.about h3{
    color: #1f3ef4;
    font-family: "Gilda Display", serif;
    line-height: 140%;
    font-size: 19px;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 600;
}

.about h5{
        font-family: "Gilda Display", serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 140%;
        margin: 0;
        padding: 0;
        color: #000;
}

.about p{
    font-size: 16px;
    text-decoration: none;
    color: #464646;
    font-weight: 400;
    padding: 13px 0;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-align: justify;
}

.about2 p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 13px 0;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-align: justify;
}


.about3 p {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    padding: 13px 0;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    text-align: center;
}

.about-btn{
    margin-top: 3%;
}

.about-btn a{   
    background: #1f3ef4;
    padding: 1% 2%;
    color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 140%;
    font-size: 17px;
}


.about-btn a:hover{
    color: #fff;
    background-color: #7b7b7b;
}

.industry-flex{
    display: flex;
    flex-wrap: wrap;
}

/*.industry{
    background-color: #e9e9e9;
}*/




.industry h2{
    font-family: "Poppins", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #000;
}

.industry-sub{
    background-color: #fff;
}


.industry-sub h2{
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    padding: 0;
    color: #000;
    text-align: center;
    padding: 5%;
}



.ftr_clr2{
    background-color: #2a47f2;
}

/*-------------------counter---------------*/

.head-icon{font-size: 16px;}

.counter2 h1 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    line-height: 181%;
    color:#fff;
    font-weight: 600;
}

.counter2 {
    width: 23%;
    float: left;
    margin: 1%;
    text-align: center;
}

.counter2 h1 span {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 30px;

    
}

.img_container{
    display: none;
}

.abt-bg{
    background-color: #2a47f2;
}


/*inner banner*/
.container-1 {
  position: relative;
  text-align: center;
  color: white;
}

.centered-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-1 {
    font-family: "Poppins", sans-serif;
    font-size: 39px;
    font-weight: 600;
    line-height: 140%;
    margin: 0;
    padding: 0;
    color: #fff;
}


.border-img{
    border: 1px solid #c3c3c3;
}



/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) { }

@media only screen and (max-width :1500px) { 
    .col_sm11 {
        width: 15%;
    }

    .col_sm111 {
        width: 69%;
    }
}

@media only screen and (max-width :1400px) { 
    .text {
        width: 33%;
    }

    .col_sm11 {
        width: 14%;
    }

    .col_sm111 {
        width: 82%;
    }
}

@media only screen and (max-width :1300px) {
    .col_sm11 {
        width: 18%;
    }

    .col_sm111 {
        width: 78%;
    }
    
    .industry-sub h2{
        min-height: 52px;
    }

    .techlab_card_sub {
        min-height: 423px;
    }

 }



@media only screen and (max-width :1200px) {
    
    .text h2 {
        font-size: 20px;
    }

    #cssmenu>ul>li>a {
        margin: 10px 14px !important;
    }

    .col_sm111 {
        width: 72%;
    }
    .col_sm11 {
        width: 21%;
    }
}

@media screen and (max-width: 1100px) {
    #cssmenu>ul>li>a {
        margin: 10px 8px !important;
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm11 {
        width: 10%;
    }
}

@media only screen and (max-width :1000px) {
    .techlab_card_sub {
        min-height: 500px;
    }

    
    .counter2 {
        width: 48%;
    }

    .clients2-carousel .owl-prev {
        left: -7% !important;
    }
}


@media only screen and (max-width:960px) {
    .col_sm3 {
        width: 48%;
    }

    .text {
        margin-top: -7%;
        margin-left: 20%;
    }

    .counter2 {
        width: 98%;
    }
    
    .fix_nav .top{
        display: block;
    }
    
    .logo_rigt{
        display: block;
    }
    .navbarrr {
        display: block;
    }

    
    #menu-button{
        margin-top: -6% !important;
        margin-bottom: 4% !important;
    
    }

    .col_sm4 {
        width: 48%;
    }

    .col_sm11 {
        width: 11%;
    }

    .ftr_right {
        text-align: left !important;
    }

    .col_sm111 {
        width: 85%;
    }
    
    .top {
        width: 100%;
    }


    
      .logo_right {
        width: 100%;
        float: left;
        display: block;
        margin: 0;
      }
    
      .menu_top {
        width: 100%;
      }
    
      .navbarrr {
      }
    
      .logo {
        float: none;
        width: 200px;
      }
    
      #cssmenu {
        margin: 0% 0 !important;
      }

    .col_sm2 {
        width: 98%;
    }
    .img_container{
        display: block;
    }

}

@media only screen and (max-width:800px) {
    .text {
        margin-left: 23%;
    }

    #menu-button {
        margin-top: -8% !important;
    }
}


@media only screen and (max-width : 700px){
    .text {
        margin-left: 26%;
        margin-top: -9%;
    }

    .col_sm11 {
        width: 15%;
    }

    .col_sm111 {
        width: 81%;
    }

    .clients2-carousel .owl-nav .owl-prev, .clients2-carousel .owl-nav .owl-next {
        right: -28px !important;
    }

    .clients2-carousel .owl-prev {
    left: -5% !important;
}
    .form-pad {
        padding: 10px 0px 0 10px;
    }
}

@media only screen and (max-width:600px) {
    .inspiro-slider .slide .slide-captions p {
        padding-right: 0 !important;
    }

    .techlab_card_sub {
        min-height: 0;
    }
    
    .text {
        margin-left: 30%;
        margin-top: -11%;
    }

    .col_sm3 {
        width: 98%;
    }

    #menu-button {
        margin-top: -11% !important;
        margin-bottom: 8% !important;
    }

    .col_sm4 {
        width: 98%;
    }

    .col_sm11 {
        width: 12%;
    }

}

@media only screen and (max-width:500px) {
    .text {
        margin-left: 36%;
        margin-top: -13%;
        width: 39%;
    }

    #menu-button {
        margin-top: -13% !important;
    }

    .industry h2 {
        font-size: 28px;
    }

    .ftr_clr2 {
        padding: 15px 0px;
    }

}


@media only screen and (max-width:400px) {
    .text {
        margin-left: 44%;
        margin-top: -16%;
        width: 53%;
    }
    .text h2 {
        font-size: 18px;
    }    

    #menu-button {
        margin-top: -15% !important;
    }
    .counter2 {
        width: 98%;
    }
}

@media only screen and (max-width:360px) {
    .text {
        margin-left: 0%;
        margin-top: 0%;
        width: 100%;
    }
    
    .col_sm11 {
        width: 15%;
    }
}