body, html { 
    margin: 0;
   padding: 0;
    overflow-x: hidden;
 } 
 .container {
   height: 100%;
   display: flex;
   flex-direction: column;
 }
 .row {
   flex: 1;
 }
 .content {
   color: #194c8e;
   padding: 5px 20px;
 }
 .heading {
   text-decoration: none;
   color: #194c8e;
   font-size: 25px;
   font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
   font-weight: 655;
   line-height: 1.2;
   margin-left:2.3%;
   /*word-spacing:4px;*/
 }
 body {
     font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
 }
.nav-link {
      font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
     }
.dropdown-item {
         color: #fff;
     }
.submit1 {
         display: none;
     }

     .nav-link:hover {
         background-color: #059BD8;
         /*border-bottom:-2px solid white;*/
     }

     @media screen and (max-width:450px) {
         .nav-link {
             margin-bottom: 4%;
         }

         .submit {
             display: none;
         }

         .submit1 {
             display: block;
         }
       
     }

     
     /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
     .icon-bar {
         position: fixed;
         top: 55%;
         -webkit-transform: translateY(-50%);
         -ms-transform: translateY(-50%);
         transform: translateY(-50%);
     }

     /* Style the icon bar links */
     .icon-bar a {
         display: block;
         text-align: center;
         padding: 12px;
         transition: all 0.3s ease;
         color: white;
         font-size: 12px;
     }

     /* Style the social media icons with color, if you want */
     .icon-bar a:hover {
         background-color: #000;
     }

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

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

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

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

     .youtube {
         background: #bb0000;
         color: white;
     }
.custom-container {
         margin-left: auto;
         margin-right: auto;
         max-width: 1210px; 
     }
    .arrow {
     border: solid black;
     border-width: 0 3px 3px 0;
     display: inline-block;
     padding: 3px;
   }
   
   .right {
     transform: rotate(-45deg);
     -webkit-transform: rotate(-45deg);
   }
   p{
     font-family: Helvetica;
        text-align:justify;
   }
   .custom-container1 { 
    margin-left: auto; 
    margin-right: auto; 
    max-width: 1210px;  

} 
@media screen and (max-width:400px){
.custom-container1 { 
max-width:1200px;
padding-left:15px;
padding-right:13px;
}}
.custom-container3 { 
    margin-left: auto; 
    margin-right: auto; 
    max-width: 1200px;  
}