:root{
    --main-color: #027dc3;
    --second-color: #0b54a0;
}
@font-face{
    font-family: bruumBoldFont;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Bold.otf);
}
@font-face{
    font-family: setReta;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Bold.otf);
}
@font-face{
    font-family: bruumFont;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Black.otf);
}
@font-face{
    font-family: bruumLightFont;
    src: url(https://datamatixgroup.com/old/asset/fonts/Bruum\ FY\ Light.otf);
}
@font-face{
    font-family: newJuneBoldFont;
    src: url(./../fonts/NewJune-Bold.otf);
}
@font-face{
    font-family: qatarBoldFont;
    src: url(./../fonts/Qatar2022Arabic-Bold.ttf);
}
@font-face{
    font-family: newJuneMedFont;
    src: url(./../fonts/NewJune-Medium.otf);
}
@font-face{
    font-family: acuminFont;
    src: url(./../fonts/Acumin\ Pro\ Medium.otf);
}
.btn a{
    color: #fff;
}
.main-title p{
    font-size: 24px;
    margin-top: 15px;
}
*{
    font-family: bruumLightFont;
    margin: 0;
    padding: 0;
	font-size: 18px;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
}
a{
    text-decoration: none;
}
.text form i{
    color: var(--main-color);
}
/* start home sreen */
/* start header */
header{
    position: relative;
    width: 100%;
    min-height: 170px;
}
header .left-part{
    min-height: 165px;
    display: flex;
    align-items: center;
    background-color: #fff;
}
header .right-part{
    width: 100%;
    /* min-height: 115px; */
}
header a{
    text-decoration: none;
}
header .right-part .nav1{
    display: none;
    background-color: #f1f1f2;
    min-height: 55px;
    /* display: flex; */
    align-items: center;
}
header .right-part .nav1 p{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 30px;
    text-align: center;
}
header .right-part .nav1 .langs{
    display: flex;
    justify-content: end;
    align-items: center;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
header .right-part .nav1 .langs img{
    width: 26px;
    height: 26px;
    cursor: pointer;
}
header .right-part .nav1 button{
    border: none;
    font-size: 14px;
}
header .right-part .nav2{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 20px;
    background-color: var(--second-color);
}
header .nav2 ul li{
    position: relative;
    cursor: pointer;
    
}

header .right-part .nav2 a{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: bruumLightFont;
    margin-right: 15px;
}
.first{
    background-color: #e5e5e5;
}

.first .fisrt-btn{
    background-color: var(--second-color);
    border-radius: 0;
    color: #fff;
    margin-right: 0;
    font-size: 19px;
    height: 53px;
}
.first .scnd-btn{
    background-color: var(--main-color);
    border-radius: 0;
    color: #fff;
     margin-left: -4px;
     font-size: 19px;
     height: 53px;
}
.first .fisrt-btn:nth-child(2) {
    margin-left: -4px;
}
.first i{
    color: var(--second-color);
    margin-right: 7px;
    font-size: 20px;
}
.first p a{
    color: #000;
}
header .right-part .nav3{
    background-color: #fff;
    min-height: 50px;
    /* display: none; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
header .right-part .nav2 ul,
header .right-part .nav3 ul{
    margin-bottom: 0;
}
header .right-part .nav3 a{
    text-decoration: none;
    color: #000;
    /* font-weight: bold; */
    font-size: 18px;
    font-family: bruumLightFont;
    margin-right: 15px;
}
header .nav3 ul li{
    position: relative;
    cursor: pointer;
    margin-right: 0 !important;
}
header .nav3 ul li:not(:last-child)::after {
    display: none;
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    bottom: 2px;
    background-color: #000;
    right: 5px;
}
/* end header */

.counter-top{
    background-color: #222;
    padding: 20px 30px;
}
.counter-top .btns {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    width: 90%;
}
.counter-top .btn{
    min-height: 35px;
    color: #f1efef;
    background-color: #1b75bb;
    border: none;
    padding: 6px 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* border-radius: 0; */
}
.counter-top .btn a{
    text-decoration: none;
    color: #e2eef7;
}
.counter-top .btns .btn-success{
    background-color: #3f3f3f;
}
.counter-top p{
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}
.counter-top button.btn{
    font-size: 18px;
    border-radius: 0;
}
/* start counter */
.counter{
    margin: 30px 0;
}
.counter h2{
    font-family: bruumBoldFont;
    color: var(--main-color);
    font-size: 35px;
    font-weight: bold;
    margin: 5px;
}
.counter i{
    font-size: 35px;
    color: #888686;
}
.counter img{
    margin: 10px auto;
    height: 35px;
}
.counter p{
    color: #888686;
}
/* end counter */
/* start datamatix-title */
.datamatix-title{
    margin-bottom: 64px;
    text-align: center;
}
.datamatix-title h2{
    font-size: 35px;
    /* font-family: setReta; */
}
.datamatix-title p{
    font-family: bruumLightFont;
    font-size: 22px;
    text-align: left;
}
.datamatix-title .btn{
    border-radius: 0;
    background-color: var(--second-color);
}
/* end datamatix-title */

/* start images */
.images .img{
    position: relative;
    margin-bottom: 24px;
}
.images .img a{
    color: #000;
}
.images .img .number{
    position: absolute;
    bottom: 4px;
    left: 20px;
    font-family: bruumLightFont;
    font-weight: bold;
    font-size: 18px;
}
/* end images */


/* start footer */
footer{
    padding: 50px 0 0;
    background-color: rgba(240,240,241,255);
    margin-top: 30px;
}
footer .logo img {
    width:70%;
    margin: auto;
}
footer .logo span{
    font-family: boldFont;
}
footer h5{
    color: var(--main-color);
   font-family: bruumBoldFont;;
    font-size:22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
footer form button.btn{
    display: flex;
    padding: 7px 17px;
    font-size: 18px;
    height: 44px;
    background-color: var(--second-color);
    border-color: var(--second-color);
}
footer form button.btn:hover{
    background-color: var(--main-color);
    border-color: var(--main-color);
}
footer .links span,
footer .links a{
    color: #000;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 7px;
}
footer .links span:hover,
footer .links a:hover{
    color: var(--main-color);
    font-weight: 700;
}
footer .subscribe-label{
    color: var(--second-color);
    font-family: bruumBoldFont;
    font-size: 22px;
}
footer p.footr{
    font-size: 20px;
    margin-top: 10px;
}
footer .copy-right{
    background-color: #000;
    color: #fff;
}
footer .copy-right p{
    font-family: acuminFont;
    font-size: 20px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
}
footer .social a i{
    font-size: 20px;
}
footer .social a div{
    border-radius: 50%;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social a img{
    border-radius: 50%;
    margin: 0 5px;
    width: 30px;
    height: 30px;
}
footer .social a .face-icon{
    background-color: #3b5a9a;
    color: #fff;
}
footer .social a .twitter-icon{
    background-color: #1aa9e1;
    color: #fff;
}
footer .social a .linked-icon{
    background-color: #0073b2;
    color: #fff;
}
footer .social a .youtube-icon{
    color: #fff;
    background-color: #b80504;
}
footer form input, footer form .btn, footer .icon-download img{
    height: 35px;
}
footer .icon-download img{
    height: 43px;
}
footer form .btn{
    font-size: 15px;
}
/* end footer */
.info-sec img{
    width: 100%;
}
.info-sec h2{
    font-family: bruumBoldFont;
    margin-bottom: 30px;
}
.info-sec p{
    font-size: 20px;
}

.counter-desc{
    border-right: 1px solid #ccc;
}
.contact-page form i , .links i {
    color: #b29700;
}
.contact-page h5 ,.contact h2 , .links h4{
    color: #3d8229;
    font-family: bruumBoldFont;
}
.links a{
    color: #000;
}
.submit-btn ,.contact .btn-danger{
    background-color: #3d8229;
    color: #fff;
    border: none;
}
.imgsss h3{
    font-family: bruumBoldFont;
}

/* end media query */
footer #subscribe{
    background-color: #ccc;
    height: 48px;
}
.info h2{
    font-size: 28px;
    font-family: bruumBoldFont;
    margin-bottom: 25px;
}
.info p{
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}
.info ul li{
   font-size: 18px;
   margin-bottom: 5px; 
}
.profile h2 , .profile b , .profile h3{
    font-family: bruumBoldFont;
}
.profile b{
    color: var(--second-color);
}
.profile p{
    text-align: justify;
}
.profile ul li{
    font-size:18px;
    margin-bottom: 7px;
    list-style: square;
}
.profile ul{
    padding-left: 15px;
}
.gry-box .text{
    background: #ebebeb;
    padding: 30px 0;
    height: 175px;
}
.gry-box .text p{
    font-size:19px;
    color: #000;
}
.gry-box .text h3{
    color: var(--second-color);
     font-family: bruumBoldFont;
     font-size: 24px;
}
.gry-box img{
    width: 100%;
}
.info p a{
    color: #027dc3;
}
.categor .categ-box h3{
    font-family: bruumBoldFont;
    margin: 20px 0;
    font-size: 22px;
    height: 53px;
}
.categor .categ-box p{
    font-size: 18px;
}
.categor .categ-box a{
    color: #027dc3;
    font-weight: 600;
    font-size: 20px;
}
.volunteer {
    border: 1px solid #dedede;
}
.volunteer .header{
background-color: #1b75ba;
    padding: 20px 30px;
}
.volunteer .header h2{
    color: #fff;
}
.volunteer .text p {
    font-size: 20px;
    line-height: 33px;
}
.volunteer .text {
    padding: 10px 40px 40px;
}
.volunteer .text h3 {
    font-size: 22px;
    color: var(--second-color);
    margin-top: 30px;
    margin-bottom: 10px;
}
.asian .box .text p{
    font-size: 25px;
    font-weight: 600;
}
.lang a{
    color: #000;
    font-size: 20px;
}
@media (min-width:320px) and (max-width:980px) {
    .categor .categ-box p{
        height: auto !important;
    }
    .categor .categ-box h3{
        height: auto;
    }
    .gry-box .text{
         height:auto
    }
  
}
@media (min-width:320px) and (max-width:450px) {
  header .nav2 ul li , header .nav3 ul li{
        display: block;
        margin-bottom:7px;
    }
}