@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

body {
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	font-family:'Open Sans', sans-serif !important;
	}


h1, h2, h3, h4, h5, h6, p {
	padding:0px ;
	margin:0px;
    font-family:'Open Sans', sans-serif !important;
}

.header-cls {
    width: 100%;
    position: relative;
}

.header-cls .header-main {
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    display: table;
}
.header-cls .header-main .logo-cls {
    width: auto;
    display: table-cell;
    float: left;
        margin-left: 40%;
}

.header-cls .header-main .logo-cls img {
    width:100%;
    max-width: 280px;
}

.header-cls .header-main .header-address {
    float: right;
    display: table-cell;
    width: 300px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

.clearfix {
    clear: both;
}
    
.header-cls .main-menu {
    background: #207dea;
    padding: 10px 15px;
    width: 100%;
}


.header-cls .main-menu p {
    font-size: 16px;
    color: #000;
    padding: 6px 0px;
}

.header-cls .main-menu .menu-ul {
        padding: 5px;
    margin: 0px;
    float: right;
    margin-right: 15px;
}


.header-cls .main-menu .menu-ul li {
    padding: 0px 10px;
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
        font-weight: bold;
    margin: 0px;
}

.header-cls .main-menu .menu-ul li a {
    color: #fff;
    text-decoration: none;
}

#main-banner {
    background-attachment: fixed;
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-color: #142034;
    background-image: url(../images/homepage-banner.jpg);
    min-height: 550px;
    position: relative;
}

.main-banner-content {
        padding: 0px!important;
    max-width: 950px;
    margin: 0 25px 0 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 545px;


}
    

.main-banner .main-banner-content h1 {
    font-style: normal;
       font-weight: bold;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -0.042em;
    color: #FFFFFF;
    text-align: left;
    text-transform: uppercase;

}


.main-banner .main-banner-content h1 span {
    color:#00769f;
    
}

.main-banner .main-banner-content p {
     font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
    margin: 10px 0px;
}

.main-banner .main-banner-content .btn {
    width: auto;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    padding: 10px 30px;
    border-radius: 4px;
    font-family: 'Inter-Regular', Sans-Serif;
    cursor: pointer;
    white-space: nowrap;
    border: solid 2px rgb(255 255 255 / 50%);
    color: #fff;
    font-size: 14px;
    margin: 10px 0px;
    font-weight: bold;

}



.arrow-right-white {
    padding-right: 56px !important;
}


.arrow-right-white:after {
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    margin-left: 10px;
        width: 24px;
    height: 24px;
    content: "";
    display: inline-block;
    position: absolute;
}

.main-banner .main-banner-content .buttons-box {
    margin-top:20px;
}

.main-banner .main-banner-content .buttons-box .btn.igen-ww-btn {
    margin-right: 20px;
    background: #207dea;
    border-color: #207dea;
}


.main-banner .btn + .btn {
    margin-left: 5px;
}


.statitics {
    width: 100%;
    height: auto;
    float: left;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}




.statitics .indicator {
    margin-bottom: 16px;
    background: rgba(20, 32, 52, 0.7);
    border-radius: 4px;
    padding: 10px;
}




.statitics .indicator .icon {
    width: 64px;
    height: 64px;
    float: left;
    background: #829DCE;
    border-radius: 4px;
}

.statitics .indicator h5 {
    text-align: left;
    text-transform: uppercase;
    color: #CED4DA;
    margin: 0px;
        padding-left: 80px;
}

.statitics .indicator .heading-value {
     color: white;
    margin: 0px;
    font-size: 32px;
    font-weight: bold;
    padding: 0px 0px 0px 80px;
}

.statitics .indicator .file-icon {
    background-image: url(../images/icon-file.png);
    background-repeat: no-repeat;
    background-position: center;
}
.statitics .indicator .icon-calls-generated {
    background-image: url(../images/icon-calls-generated.png);
    background-repeat: no-repeat;
    background-position: center;
}

.statitics .indicator .icon-ecommerce {
    background-image: url(../images/icon-ecommerce.png);
    background-repeat: no-repeat;
    background-position: center;
}

.statitics .indicator .message-square {
    background-image: url(../images/message-square.png);
    background-repeat: no-repeat;
    background-position: center;
}

.footer-cls {
    padding: 25px 15px;
    width: 100%;
    background: #fff;
    display: inline-block;
}

.footer-cls p {
    font-size: 14px;
    text-align: center;
    color: #000;
}

.inner-page{
    background: #f2f6fa;
    width: 100%;
    float: left;
}
.whiteBgBox{
    background: #ffffff;
    padding-left: 50px;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 40px;
}
.whiteBgBox p{
    padding: 15px 0px;
    font-size: 16px;
    color: #080808;
}
.logoBg{
    background: #ffffff;
    margin-right: 30px;
    float: left;
}
.logoBg ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.logoBg ul li{
    float:left;
    padding: 0px 30px;
    margin: 0px;
    width: 50%;
}
.logoBg ul li:last-child{
    float:left;
    padding: 0px 30px;
    margin: 0px;
    width: 100%;
}
.igenWorldwideBg {
    background-attachment: fixed;
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-color: #ffffff;
    background-image: url(../images/lines-igen-bg.jpg);
    position: relative;
    padding-bottom: 20px;
}
.blueHeading{
    color: #0e163d;
    font-size: 36px;
    font-weight: bold;
    margin: 30px 0px 15px 0px;
}
.igenTxt p.blueTxt{
    color: #63c3d9;
    font-size: 14px;
    padding-bottom: 15px;
}
.igenTxt p{
    font-size: 14px;
    padding: 15px 0px;
}
.imgBox{
    padding: 25px 0px;
}
.contactUs{
    background: #ffffff;
    
}

.contactUs .innerBox{
    margin-left: 30px;
    margin-right: 30px;
}
.addressBox h4{
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #000;
}
.addressBox span{
    font-size: 18px;
    font-style: italic;
    display: block;
}
.sendBtnContent{
    margin: 30px auto 50px auto;
    display: block;
    width: 154px;
}
.greenBtn{
    background: #05b16f !important;
    padding: 10px 50px;
}
.contactIcon{
   float: left;
    width: 100%;
    margin: 20px 0px 40px 0px;
}
.contactIcon span.iconBoxOne{
    float: left;
    margin-right: 20px;
}
.contactIcon img{
    width: 60px;
}
.contactIcon p{
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #4972b8;
}

.about-us h3 {
    padding: 0 0 10px 0;
    font-size: 20px;
}

.about-us .whiteBgBox, .about-us .logoBg {
   margin-bottom: 20px;
}

#contact-form .form-group {
   margin-bottom: 15px;
    min-height: 100px;
}

#contact-form label {
    margin-bottom: 3px;
}

.second-fold {
    padding:30px 0px;
     width:100%;
     background: #fafafa;
}

.second-fold p {
    padding:30px 0px 40px 0px;
    font-size:16px;
    line-height:24px;
    text-align: center;
}

.second-fold .three-on-box {
    display:flex;
    width:100%;
}


.second-fold .three-on-box .circle-col {
    width:33.33%;
}

.second-fold .three-on-box .circle-col .circle-cont {
       width: 280px;
    height: 280px;
    border-radius: 100%;
    border: solid 10px #fff;
    text-align: center;
    background: #fafafa;
    display: block;
    margin: 10px auto;
}

.second-fold .three-on-box .circle-col .circle-cont h4 {
       font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #057ca3;
    padding: 5px 0px;
}

.second-fold .three-on-box .circle-col .circle-cont p {
      font-size: 16px;
    color: #666;
    padding: 0px 30px;
    line-height: 20px;
}


.second-fold .three-on-box .circle-col .circle-cont img {
    width: 120px;
    margin: 50px 0 15px 0px;
}


.third-fold {
    padding:8% 0px;
     width:100%;
    
}


.third-fold h2 {
    color: #000;
    font-size: 40px;
    line-height: 46px;
    padding: 20px 0px 10px 0px;
}

.third-fold p {
    color: #989898;
    font-size: 16px;
    line-height: 24px;
    padding: 0px;
    margin: 10px 0px;
}


.about-us-main {
    padding: 6% 0px;
    
}

.about-us-main  h1,.about-us-main  h2 {
    padding: 10px 0px;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
}


.about-us-main  p {
    padding: 10px 0px 40px 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.our-network {
    width: 100%;
    margin:0px;
    display: flex;
    background: #ededed;
}

.our-network .our-network-cont {
    width:50%;
}

.our-network .our-network-cont .network-text {
    display: block;
    margin: 25px auto;
    width:100%;
    max-width: 300px;
}

.our-network .our-network-cont .network-text  h2 {
       padding: 20px 0px 40px 0px;
    font-size: 26px;
    line-height: 34px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.our-network .our-network-cont  .network-text h4 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding: 5px 0;
}

.our-network .our-network-cont img {
    width:100%;
        height: 100%;
}

.our-values {
   width: 100%;
    margin: 0px 0px 40px 0px;
    background: #ededed;
    padding: 40px 0;
}

.our-values  h4 {
        font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #666;
    padding: 5px 0;
}

.our-values  h2  {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #000;
    padding: 30px 0 10px 0;
    font-weight: bold;
}

.our-values  p {
        font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding: 5px 0;
}

  
.covid-alert {
    width: 100%;
    padding: 20px 0; 
}

.covid-alert p {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #000;
    padding: 5px 0;
}

.footer-cls h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    float: left;
    color: #000;
    padding: 10px 0 30px ;
}


.footer-cls a.footer-contact  {
    color:#fff;
    padding: 10px 20px;
    width: 140px;
    font-size:16px;
    text-align: center;
    border-radius: 3px;
    background: #1500ff;
    float: right;
    
}


.clear {
    clear: both;
}


.services-main {
    padding: 6% 0px;
    width:100%;
}

.services-main h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #000;
    padding: 10px 0 10px;
    font-weight:bold;
}


.services-main p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding: 0px 0 20px ;
}


.services-main h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    color: #000;
    padding: 30px 0 10px;
}

.services-main  h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #000;
    padding: 40px 0 10px;
}




.services-main .flexible-row h4 {
    font-size: 18px;
    line-height: 20px;
    text-align: left;
    font-weight: bold;
    color: #000;
    padding: 20px 0 5px ;
}

.services-main .flexible-row p {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    color: #000;
    padding: 0px 0 20px;
}

.flexible-row {
    margin-top:20px;
}

.services-bottom {
    background: #f4f4f4;
    padding: 40px 0px;
}

.services-bottom  h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    color: #000;
    padding: 5px 0 10px;
}

.services-bottom  h4 {
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    color: #000;
    padding: 20px 0 20px;
}


.services-bottom .customer-box {
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 2px #ccc;
    margin-bottom: 20px;
}


.services-bottom .customer-box img {
    width: 100%;
}


.services-bottom .customer-box .customer-box-text {
  padding: 20px 15px;

}


.services-bottom .customer-box .customer-box-text p {
  font-size: 14px;
    color: #1500ff;
    line-height: 24px;
    font-weight: bold;
}

.services-bottom  .desktop-logos {
    margin:40px 0px;
    width: 100%;
    max-width: 100%;
}

.services-bottom  .mobile-logos {
    display: none;
    margin:40px 0px;
    width: 100%;
    max-width: 100%;
}


.contactUs .container-fluid {
    padding: 0 40px;
}


















/*media query starts */


@media only screen and (max-width:991px) {
    
     #contact-form .form-group {
        margin-bottom: 20px;
         min-height: auto;
    }
    
    .services-bottom  .desktop-logos {
  display: none;
    
}
    
    
    .services-bottom  .mobile-logos {
  display: block;
    
}
    
.third-fold h2 {
    font-size: 24px;
    line-height: 34px;
} 
    
.third-fold p {
    font-size: 14px;
    line-height: 22px;
}
  
    
.second-fold .three-on-box .circle-col .circle-cont {
    width: 220px;
    height: 220px;
}
    
    
.second-fold .three-on-box .circle-col .circle-cont img {
    width: 70px;
    margin: 40px 0 5px 0px;
}    
    
.second-fold .three-on-box .circle-col .circle-cont h4 {
    font-size: 16px;
    padding: 5px 0px;
}    

.second-fold .three-on-box .circle-col .circle-cont p {
        font-size: 13px;
    line-height: 18px;
}
    
.header-cls .header-main .logo-cls img {
    display: block;
    margin: 0 auto;
}    
    
    
    
.header-cls .header-main .logo-cls {
    width: 100%;
    display: block;
    float: none;
        margin-left:0;
}    
    
.header-cls .header-main .header-address {
    float: none;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    padding: 10px 0 0 0;
    text-align: center;
} 
    
    .blueHeading {
        font-size: 24px;
        margin: 30px 0px 10px 0px;
    }
    .about-us h3 {
        margin-top: 5px;
    }  
    
    
    
.header-cls .main-menu p {
    text-align: center;
}
 
.header-cls .main-menu .menu-ul {
    margin: 0px auto;
    display: block;
    float: none;
        text-align: center;
}  
    
  
#main-banner {
    min-height:400px;
}
    
.main-banner-content {
    margin: 0;
    position: relative;
    top: 0;
    transform: inherit;
    max-width: 100%;
    padding: 15px;
    text-align: center;
}    

 .main-banner .main-banner-content h1 {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    padding-top: 25px;
}  
    
 .main-banner .main-banner-content p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0px;
}   
   
    
.main-banner .main-banner-content .buttons-box {
    display: inline-block;
    margin: 0 auto 25px auto;
    text-align: center;
}

.main-banner .main-banner-content .btn {
    padding: 5px 15px;
    font-size: 14px;
    margin: 10px 0px;
}    
    
.statitics {
   max-width: 370px;
    position: relative;
    right: 0;
    top: 0;
    margin: 0 auto 10px auto;
    left: 50%;
    transform: translateX(-50%);
}  
    
    
.statitics .indicator {
    margin-bottom: 12px;
    padding: 10px;
}    

.statitics .indicator .icon {
    width: 50px;
    height: 50px;
}
    
.statitics .indicator h5 {
    padding-left: 60px;
}    
    
.statitics .indicator .heading-value {
    font-size: 26px;
    font-weight: bold;
    padding: 0px 0px 0px 60px;
}  
    
.logoBg {
    background: #ffffff;
    margin-right: 0px;
    float: left;
}
    
.logoBg ul li {
    float: left;
    padding: 0px 30px;
    margin: 0px;
    width: 30%;
}
    
.logoBg ul li:last-child {
    float: left;
    padding: 42px 30px;
    margin: 0px;
    width: 40%;
}
 
.whiteBgBox{
        padding-left: 15px;
        padding-bottom: 50px;
        padding-right: 15px;
    }
    
.contactUs .innerBox{
        margin: 0px;
    }
    
    
}


@media only screen and (max-width:767px) {
   
 
.footer-cls h2 {
    text-align: center;
    float: none;
    padding: 10px 0 20px;
 }
    
    
.footer-cls a.footer-contact {
    float: none;
    margin: 0 auto 40px auto;
    display: block;
}  

.our-network {

    display: block;
}   
    
    
.our-network .our-network-cont {
    width:100%;
}    
    
 .our-network .our-network-cont .network-text h2 {
    padding: 20px 0px 20px 0px;
}   
.xs-padding-bottom {
   padding-bottom: 50px !important;     
         
}
    
.second-fold .three-on-box {
    display: block;
    width: 100%;
}

    .second-fold .three-on-box .circle-col {
    width: 100%;
}
    
    .contactIcon {
        margin: 20px 0px 20px 0px;
    }
    
    .contactIcon span.iconBoxOne {
        margin-right: 10px;
    }
    
    #contact-form .form-group {
        margin-bottom: 20px;
    }
    
    .addressBox h4 {
        margin-top: 10px;
    }
    
    .contactIcon img {
        width: 40px;
    }
    
    .contactIcon p {
        line-height: 40px;
        font-size: 20px;
    }
     .blueHeading {
        font-size: 18px;
        margin: 20px 0px 5px 0px;
    }
.header-cls .main-menu .menu-ul li {
    font-size: 14px;
 }
.header-cls .main-menu p {
    font-size: 14px;
    padding: 0px 0px 5px 0px;
}
    
.header-cls .header-main {
     display: block;
}    
   

   
.arrow-right-white {
    padding-right: 44px !important;
}
    
.main-banner .main-banner-content .buttons-box .btn.igen-ww-btn {
margin-right: 10px;
}
    
.logoBg ul li {
    width: 50%;
}
    
    .logoBg ul li:last-child {
    width: 100%;
}
    
}