﻿body {
  
    
}
#teamtask {
    
}


    width: 280px;
    margin: 0 0 40px 0;
}


@media (max-width: 500px) {
    .outer-container {
        padding: 10px 20px 10px 20px;
    }

    .section-head-text {
        text-align: center;
    }
}

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&display=swap');

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}




 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
}

.responsive-cell-block {
    min-height: 75px;
}

.responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: space-evenly;
}

.outer-container {
    width: 60%;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    background-color: #4d4d4d;
    margin: 5% auto;
}

.outer-container-blue {
    width: 60%;
    padding-top: 10px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 50px;
    background-color: white;
    margin: 10% auto 2% auto;
    color: black !important;
}

    .outer-container-blue a {
        color: black !important;
    }

.inner-container-blue {
    max-width: 1320px;
    flex-direction: column;
    align-items: center;
    margin-top: -5%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
.titleteg {
    background-color: #b0dbff;
    margin: 0 0 4% 0;
}
    .titleteg h3 {
        margin:0 0% 0 2%;
        
    }
        .titleteg h3 span img {
            width: 4%;
            margin: 2% 0% 2% 78%;
        }

.titleteg2 {
    background-color: #b0dbff;
    margin: 0 0 4% 0;
}

    .titleteg2 h3 {
        margin: 0 0% 0 2%;
    }

        .titleteg2 h3 span img {
            width: 4%;
            margin: 2% 0 2% 77%
        }
.titleteg3 {
    margin: 0 0 4% 0;
    border-bottom: 2px solid #b0dbff;
}

    .titleteg3 h3 {
        margin: 0 0 0 0%;
    }

        .titleteg3 h3 span img {
            width: 6%;
            margin: -6% 0 2% 91%;
        }

.titleteg4 {
    background-color: #b0dbff;
    margin: -8.5% 0 4% 0 ;
    width: 80%;
    color:black;
}



.inner-container {
    max-width: 1320px;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.section-head-text {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 35px;
    font-weight: 700;
    line-height: 48px;
    color: rgb(0, 135, 177);
    margin: 0 0 10px 0;
}

.section-subhead-text {
    font-size: 25px;
    color: rgb(153, 153, 153);
    line-height: 35px;
    max-width: 470px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
}

.img-wrapper {
    width: 100%;
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media-links {
    width: 125px;
    display: flex;
    justify-content: space-between;
}
.team-card-container {
    width: 280px;
    margin: 0 0 40px 0;
}

.name {
    font-size: 25px;
    font-weight: 700;
    color: #b1dbfe;
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.position {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.team-img {
    width: 50%;
    height: 30%;
}

.team-card-container {
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    border-bottom: 2px dotted #b0dbff;
    padding: 0 0 2% 0;
    margin: 2% 0;
}

    li:last-child {
        border: none;
    }

    li a {
        text-decoration: none;
        color: #fff;
        -webkit-transition: font-size 0.3s ease;
        -moz-transition: font-size 0.3s ease;
        -o-transition: font-size 0.3s ease;
        -ms-transition: font-size 0.3s ease;
        transition: font-size 0.3s ease;
        display: block;
        width: 100%;
    }

        li a:hover {
            font-size: 30px;
            color: #fff;
        }
         ul li div{
             padding: 0 0 0 4%;
         }
ul li div span {
  float:left;   
  height:40px;
}
   
            ul li div p {
                margin: 0 0 0 5%;            }

.cd3 li div h3 {
    border-bottom: 2px dotted #b0dbff;
    color: #b0dbff;
    padding: 0 2% 2% 0% ;
	font-size:22px;
}
.cd3 li div h3 span img {
   width:60%;
   margin: -10% 0 0 0;
}

} 
.cd3 li
{
	border:none !important;
}


.cd3 li {
    border: none !important;
    margin: 4% 0;
}
    .cd3 li div  {
      padding:0 0 0 0 !important;
    }
/* history */
.hc6 li div img {
            width: 100%;
        }

        .inner-container-blue1 {
            width:54%;
        }

        .titleteg6 {
            margin: 6% auto;
        }

        .hc6 li div h3 {
            color: white;
            text-align: left;
            direction: ltr;
        }
            .hc6 li div h3 span {
                color: #b0dbff;
                margin: 0 2% 0 0;
                font-family: sans-serif;
            }
        .hc6  li div
        {
            padding:0 !important;
        }
        .hc6 li  {
            border:none !important;
        }
        .hc6 li .borderhistory {
            margin:-1% 0 0 0;
        }
.fr6
{
	font-family:sens-sans-serif;
	float:none !important;
	color:white !important;
	margin:0 !important;
}
.hc6 li div span
{
	height:auto !important;
} 
.titleteg4 h3
{
	margin:2%;
}
ul li div span img {
    width: 70%;
}

@media (min-width: 280px) and (max-width: 600px) {
    .outer-container-blue1 {
        width: 90% ;
    }
    .outer-container {
        width: 80%;
    }
    .inner-container-blue1 {
        width: 83% !important;
        margin: 2% auto 2% auto;
        color: black !important;
    }
        .outer-container-blue {
        width: 80%;
        padding-top: 10px;
        padding-right: 30px;
        padding-bottom: 10px;
        padding-left: 30px;
        background-color: white;
        margin: 35% auto 2% auto;
        color: black !important;
    }

        .outer-container-blue a {
            color: black !important;
        }

    .inner-container-blue {
        max-width: 1320px;
        flex-direction: column;
        align-items: center;
        margin-top: -18%;
        margin-right: auto;
        margin-bottom: 50px;
        margin-left: auto;
    }
    .titleteg  {
        margin: 0 0 12% 0;
        padding:4% 0;
    }
    .titleteg h3 {
        margin: 0 0% 0 5%;
    }

        .titleteg h3 span img {
            width: 12%;
            margin: 3% 0 3% 52%;
        }
    .titleteg2 {
        margin: 0 0 12% 0;
        padding: 4% 0;
    }

        .titleteg2 h3 {
            margin: 0 0 0 5%;
        }

            .titleteg2 h3 span img {
                width: 12%;
                margin: 3% 0 3% 47%;
            }
    .titleteg3 {
        margin: 0 0 12% 0;
        padding: 4% 0;
    }

        .titleteg3 h3 {
            margin: 0 0 0 0%;
        }

            .titleteg3 h3 span img {
                width: 18%;
                margin: -20% 0 2% 84%;
            }
    ul li div span img {
        width: 45%;
    }
    
    .bigspan {
        height:75px;
    }
	.bigspan2 {
        height:54px;
    }
    .cd3 li div h3 span img {
        width: 80%;
        margin: 0 0 0 -20px;
    }
    li {
        
        padding: 0 0 4% 0 !important;
        margin: 2% 0;
    }
     .titleteg6 {
		 
            margin: 17% auto !important;
        }
		.cd3 li div h3 span img {
    width: 48%;
    margin: -10% 0 0 0;
}
.cd3 li div h3 {
	 
    padding: 0 0 5% 0% !important;
  }
  h3
  {
	  font-size: 18px;
  }
  ul li div p {
                margin: 0 0 0 10% !important;            }
}
}
@media (min-width: 700px) and (max-width: 900px)
{
		
	.titleteg2 h3 span img {
    width: 8%;
    margin: 3% 0 2% 63%;
}
.titleteg h3 span img {
    width: 8%;
    margin: 3% 0% 2% 69%;
}
.titleteg3 h3 span img {
    width: 9%;
    margin: -14% 0 3% 88% !important; 
}
.titleteg3 h3 span img {
    width: 10%;
    margin: -12% 0 2% 90%;
}
ul li div p {
                margin: 0 0 0 10% !important;             }
}
.titleteg4 {
    background-color: #b0dbff;
  
    width: 80%;
    color: black;
}

@media (min-width: 800px) and (max-width:1024px)
{
	.titleteg2 h3 span img {
    width: 8%;
    margin: 3% 0 2% 64%;
}
.titleteg h3 span img {
    width: 8%;
    margin: 3% 0% 2% 69%;
}
.titleteg3 h3 span img {
    width: 9%;
    margin: -14% 0 2% 86%; 
}
.titleteg4 {
    background-color: #b0dbff;
   margin: -14.5% 0 4% 0;
    width: 80%;
    color: black;
}
}



@media (min-width: 800px) and (max-width: 850px)
{
	.titleteg h3 span img {
    width: 8%;
    margin: 3% 0% 3% 69%;
}
}
@media (min-width:460px) and (max-width: 540px)
{
.titleteg4 {
    color: black;
    margin: -18.5% 0 18% 0 !important;
}
}
@media (max-width: 390px) 
{
.titleteg4 {
    color: black;
    margin: -28.5% 0 18% 0 ;
}
}
@media (max-width: 360px)
{
.titleteg4 {
    color: black;
    margin: -29.5% 0 18% 0 ;
}
}
@media (min-width:410px) and (max-width:414px)
{
.titleteg4 {
    color: black;
    margin: -26.5% 0 18% 0 ;
}
}
@media (max-width:412px)
{
.titleteg4 {
    color: black;
    margin: -26.5% 0 18% 0 ;
}
}
@media (min-width:768px)and (max-width:920px)
{
.titleteg4 {
    color: black;
    margin: -14.5% 0 18% 0 ;
}
}


