*{margin: 0; padding: 0;}
body {
  font-family: 'Open Sans', sans-serif;
    color: #444444;
    box-sizing: border-box;
  }
  
.topHeader{
    width: 100%;
    height: 100%;
    background: url(/assets/images/wave-bg.png) top center no-repeat; 
    background-size: cover;
    padding-top: 100px!important;
  }
  
  .topHeader h3 {
    margin: 0;
    font-weight: 700;
    color: #3a4b72;
    font-size: 30px;
  }
  
  .topHeader h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
  }
  .topHeader h5 {
    color: #00000c;
    margin: 55px 0 20px 0;
    font-size: 20px;
  } 

  .redColor{color:#b72501; font-size: 36px;}
  .redColor1{color:#b72501; font-size: 30px;}


  .contactBox h3 {
    margin: 0;
    font-weight: 700;
    color: #3a4b72;
    font-size: 26px;
  }
  .contactBox h2 {
    color: #444444;
    margin: 15px 0 0 0;
    font-size: 26px;
  }
  .contactBox h5 {
    color: #0f4475;
    margin: 15px 0 20px 0;
    font-size: 18px;
  } 
  


  /*--------------------------------------------------------------
# contact Box
--------------------------------------------------------------*/

.blueBox{display: flex;justify-content:space-between; width: 100%; padding:0 10px;}
.contactBox{margin-top:0;}

.contact-box .icon-box {
    padding: 15px 22px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    margin:0 7px;
  }
  
  .contact-box .icon-box::before {
    content: '';
    position: absolute;
    background: #b3e1ff;
    right: -69px;
    top: -62px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
  }
  
  .contact-box .icon-box:hover::before {
    background: #3498db;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px;
  }
  
  .contact-box .icon {
    padding-top: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
   .contact-box .title {
    font-weight: 500;
    margin: 15px 0;
    font-size: 15px;
    text-align: center;
  }
  
  .contact-box .title a {
    color: #111;
  }

  .contact-box .icon  img{
    width:100%;
 }

  

  
  .contact-box .icon-box:hover .title a, .contact-box .icon-box:hover .description {
    color: #fff;
  }
  
  .contact-box .icon-box:hover  {
    background: #fff;
  }
  
  .contact-box .icon-box:hover .icon i {
    color: #3498db;
  }
  
  
  .telecaller img{float: right; width: 55px;}


  /*--------------------------------------------------------------
# section-bg
--------------------------------------------------------------*/

  
  .section-bg .callSection-item {
    box-sizing: content-box;
    padding: 10px 15px 15px 33px;
    margin: 15px 0 15px 15px;
    position: relative;
    background: #faf9f8;
    border:1px solid #dadde1;
  }
  
  .section-bg .callSection-item .callSection-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 6px solid #fff;
    position: absolute;
    left: -26px;
    top: 10px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .callSection-img p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .section-bg .callSection-item h3 { 
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0 5px 0;
    color: #111;
  }
  
  .section-bg .callSection-item h4 {
    font-size: 18px;
    color: #0f497d;
    margin: 0;
    font-weight: bold;
  }
  
.title-section-new {
    text-align: center;
    padding: 30px 0 0 0 ;
  }
  
  .title-section-new  h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 14px;
    position: relative;
    color: #37517e;
  }
  
  .title-section-new  h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
  }
  
  .title-section-new  h2::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #47b2e4;
    bottom: 0;
    left: calc(50% - 20px);
  }

  
  .connectUs{text-align: center;;}
  .connectUs h3{font-size: 22px;color:#000000 }
  .connectUs h4{font-size: 18px;color: #7a7b7c;}
  

/*--------------------------------------------------------------
# Investors
--------------------------------------------------------------*/


.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    /* width: 100%; */
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

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


/*--------------------------------------------------------------
# social media icon
--------------------------------------------------------------*/

.fa {
padding: 9px;
font-size: 23px;
width: 40px;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}




  @media (min-width: 320px) { 
    .topHeader h3 {font-size: 17px;}
    .topHeader h2 {font-size: 17px;}
    .redColor{color:#b72501; font-size: 20px;}
    .redColor1{color:#b72501; font-size: 20px;}
    .topHeader h5 { margin: 30px 0 20px 0; font-size: 18px;} 
    .contact-box .icon-box {padding: 15px 6px 0; margin:0 2px;}
    .contact-box .icon  img{width:57%; }
    .contact-box .title {font-size: 8px; margin: 6px 0 6px;}
    .contactBox{margin-top:30px;}
    .title-section-new  h2 {font-size: 19px;}
    .title-section-new {padding: 20px 0 0 0 ;}
    .section-bg .callSection-item h4 {font-size: 16px;}
    .contact-box .icon-box::before {right: -72px;top: -71px;}
    .fa {padding: 6px;font-size: 19px;width: 30px;}
    .telecaller img{float: right; width: 38px;}
    .section-bg .callSection-item .callSection-img {width: 35px;height: 35px;top: 22px;}



   }

  @media (min-width: 360px) { 
    .topHeader h3 {font-size: 17px;}
    .topHeader h2 {font-size: 17px;}
    .redColor{color:#b72501; font-size: 20px;}
    .redColor1{color:#b72501; font-size: 20px;}
    .topHeader h5 { margin: 30px 0 20px 0; font-size: 18px;} 
    .contact-box .icon-box {padding: 15px 6px 0; margin:0 2px;}
    .contact-box .icon  img{width:57%; }
    .contact-box .title {font-size: 9px; margin: 6px 0 6px;}
    .contactBox{margin-top:30px;}
    .title-section-new  h2 {font-size: 22px;}
    .title-section-new {padding: 20px 0 0 0 ;}
     .fa {padding: 6px;font-size: 19px;width: 30px;}
     .section-bg .callSection-item .callSection-img {width: 35px;height: 35px;top: 22px;}
   }

   @media (min-width: 411px) { 
    .topHeader h3 {font-size: 17px;}
    .topHeader h2 {font-size: 17px;}
    .redColor{color:#b72501; font-size: 20px;}
    .redColor1{color:#b72501; font-size: 20px;}
    .topHeader h5 { margin: 30px 0 20px 0; font-size: 18px;} 
    .contact-box .icon-box {padding: 15px 10px 0; margin:0 3px;}
    .contact-box .icon  img{width:57%; }
    .contact-box .title {font-size: 10px; margin: 6px 0 6px;}
    .contactBox{margin-top:30px;}
    .title-section-new  h2 {font-size: 22px;}
    .title-section-new {padding: 20px 0 0 0 ;}
     .fa {padding: 6px;font-size: 19px;width: 30px;}
     .section-bg .callSection-item .callSection-img {width: 35px;height: 35px;top: 22px;}
   }

   @media (min-width: 414px) { 
    .topHeader h3 {font-size: 20px;}
    .topHeader h2 {font-size: 18px;}
    .redColor{color:#b72501; font-size: 25px;}
    .redColor1{color:#b72501; font-size: 25px;}
    .topHeader h5 { margin: 30px 0 20px 0;} 
    .contact-box .icon-box {padding: 15px 10px 0; margin:0 3px;}
    .contact-box .icon  img{width:57%; }
    .contact-box .title {font-size: 10px; margin: 6px 0 6px;}
    .contactBox{margin-top:30px;}
    .title-section-new  h2 {font-size: 25px;}
    .title-section-new {padding: 20px 0 0 0 ;}
    .contact-box .icon-box::before {right: -72px;top: -71px;}
     .fa {padding: 6px;font-size: 19px;width: 30px;}
     .section-bg .callSection-item .callSection-img {width: 35px;height: 35px;top: 22px;}
    
   }

  @media (min-width: 576px) {  }
   

  @media (min-width: 768px) { 
    .contactBox{margin-top:40px;}
    .contact-box .icon-box {padding: 15px 30px 5px;}
    .topHeader h3 {font-size: 22px;}
    .topHeader h2 {font-size: 26px;}
    .redColor{color:#b72501; font-size: 28px;}
    .redColor1{color:#b72501; font-size: 28px;}
    .topHeader h5 { margin: 55px 0 20px 0;} 
    .contact-box .icon  img{width:50%; }
    .contact-box .title {font-size: 14px; margin: 8px 0 10px;}
    .title-section-new  h2 {font-size: 28px;}
    .title-section-new {text-align: center;padding: 30px 0 0 0 ;}
    .contact-box .icon-box::before { right: -69px; top: -62px;}
    .fa{padding: 9px;font-size: 23px;width: 38px;}
    .telecaller img{float: right; width: 55px;}
    .section-bg .callSection-item .callSection-img {width: 35px;height: 35px;top: 12px;left: -22px;}
   }
   

  @media (min-width: 992px) { }
   
 
  @media (min-width: 1024px) { 
    .contact-box .icon-box {padding: 15px 15px 5px;}
    .contact-box .icon  img{width:50%; }
    .topHeader h5 { margin: 10px 0 20px 0;} 
    .contact-box .title {font-size: 14px;}
    .title-section-new h2 {font-size: 29px;}
     .telecaller img{float: right; width: 55px;}
     .section-bg .callSection-item .callSection-img {width: 40px;height: 40px;top: 14px;} 
  }
  

  @media (min-width: 1200px) { 
    .contact-box .icon-box {padding: 15px 22px 0;}
    .contactBox{margin-top:0;}
    .topHeader h3 {font-size: 28px;}
    .topHeader h2 {font-size: 26px;}
    .redColor{color:#b72501; font-size: 32px;}
    .redColor1{color:#b72501; font-size: 28px;}
    .topHeader h5 { margin: 10px 0 20px 0;} 
    .contact-box .icon  img{width:60%; }
    .contact-box .title {font-size: 14px;}
    .title-section-new  h2 {font-size: 32px;}
    .title-section-new {text-align: center;padding: 30px 0 0 0 ;}
    .section-bg .callSection-item h4 {font-size: 18px;}
    .telecaller img{float: right; width: 55px;}
    .section-bg .callSection-item .callSection-img {width: 40px;height: 40px;top: 14px;}
  
    
  }
  
  
  
  
  
  
  
  
 