body {
	font-family: 'Open Sans', sans-serif;

}




#country_list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;    
} 

    
@media all and (-ms-high-contrast:none){
               #country_list .col {
                   width:150px;
             
    
     -ms-flex-preferred-size: initial !important;
    flex-basis: initial !important;
    -ms-flex-positive: initial !important;
    flex-grow: initial !important;
    
               }
}
 

.two-box .diamond-shape {
    
    border-radius: 30px;
}
  
 #select_arrow {
            float: left;
    width: 10%;
    background: #fff;
    padding: .375rem 11px .375rem 0;
    font-size: 15px;
    height: calc(1.4em + .75rem + 2px);
    color: #999;
    text-align: center;
    border-radius: 0 25px 25px 0;
    line-height: 21px;
  }

#country_list_sort {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 25px 0 0 25px;
    padding-left: 20px;
    float: left;

}
.progress_page a {
    float: right;
    color: #ffff;
    font-size: 22px;
    font-weight: bold;
}




#country_list .bg-secondary {
	background: #969696; 
}

#country_list .bg-primary {
    background-color: #10388f!important;
}

#country_list .bg-info {
    background-color: #4cade9!important;
} 



.home_footer {
			 position: absolute;
    bottom: 0;
    width: 100%;
    
} 

.topbar.progress_page {
	width: 100%; float: left;
	padding: 15px 30px !important;
}

.two-box.progress_page {
	padding-top: 10% !important;    
}
 


.cas_link {
	text-align: center; margin-top: 10px; 
}

.cas_link a {
	    color: #152397;
    font-weight: bold;
}

.header {
	margin-top:30px;
}
.header h1 { 
	color: #10388f;
    font-weight: 700;
    float: left;
    font-size: 34px;
    margin-top: 20px;
    width: 70%;
}
.header .seprater {
	color: #eef1fd; font-weight: 300;
}
.header .sub_title {
	font-weight: 300;
}
.header .logo {
    width: 30%;
    float: left;
}

.section1 {
border-radius: 20px;
    margin-top: 30px;
    -webkit-box-shadow: 10px 10px 39px 0px rgba(204,204,204,1);
    -moz-box-shadow: 10px 10px 39px 0px rgba(204,204,204,1);
    box-shadow: 10px 10px 39px 0px rgba(204,204,204,1);

}


.aligncenter {
	text-align: center;
}


.section1 .topbar {
	 background: #10388f;
    padding: 30px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.section1  .two-box {
	    padding: 5% 5%;
        margin-bottom: 50px;
}



 
.prgrs_sec {
    padding: 40px 0 0 20px;
    float: left;
}
.prgrs_sec .diamond-shape {
    float: left;
}
.prgrs_sec .diamond-shape.prgrs_shpTwo {
    width: 150px;
    height: 150px;
    margin: -50px 0 50px 20px;
    background: #00aeef;
}
.prgrs_sec .diamond-shape.prgrs_shpTwo .item-count {
    width: 150px;
    height: 150px;
}
.prgrs_sec .diamond-shape.prgrs_shpTwo .item-count span {
    font-size: 34px;
    line-height: 30px;
}
.prgrs_sec .diamond-shape.prgrs_shpThree {
    width: 150px;
    height: 150px;
    margin: 0px 0 0 -22px;
    background: #969696;
}
.prgrs_sec .diamond-shape.prgrs_shpThree .item-count {
    width: 150px;
    height: 150px;
}
.prgrs_sec .diamond-shape.prgrs_shpThree .item-count span {
    font-size: 34px;
    line-height: 30px;
}
.prgrs_sec .diamond-shape .item-count {
    color: #fff;
}
.prgrs_sec .diamond-shape .item-count span {
    font-size: 54px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    float: left;
}
.right_progree h1 {
    margin: 30px 0 0;
    font-size: 34px;
    font-weight: 600;
    color: #10388f;
}
.right_progree h1 span {
    font-weight: 700;
    font-size: 54px;
}
.right_progree {
    margin: 30px 0 0;
}
.sky_blue h1 {
    color: #00aeef;
}
.grey h1 {
    color: #969696;
}

.prgrs_txt {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.prgrs_txt li {
    float: left;
    padding-left: 30px;
    margin-right: 80px;
    font-weight: bold;
    position: relative;
}
.prgrs_txt li:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 3px;
    border-radius: 50%;
    left: 0;
}
.prgrs_txt li.cmplt {
    color: #10388f;
}
.prgrs_txt li.cmplt:before {
    background: #10388f;
}
.prgrs_txt li.inprgrs {
    color: #00aeef;
}
.prgrs_txt li.inprgrs:before {
    background: #00aeef;
}
.prgrs_txt li.ntstrt {
    color: #969696;
}
.prgrs_txt li.ntstrt:before {
    background: #969696;
}

.search_input .form-control {
    border-radius: 0 25px 25px 0;
    border: 0;
    font-size: 14px;
    position: relative;
    box-shadow: none;
    padding-left: 5px;
}
.search_input .form-control.srch_bx {
    width: 90%;
}
.search_input .fa.fa-search {
    float: left;
    width: 10%;
    background: #fff;
    padding: .375rem 0 .375rem 11px;
    font-size: 15px;
    height: calc(1.4em + .75rem + 2px);
    color: #999;
    text-align: center;
    border-radius: 25px 0 0 25px;
    line-height: 21px;
}
.search_input label {
    float: left;
    background: #fff;
    border-radius: 25px 0 0 25px;
    font-size: 14px;
    color: #999;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 0 .375rem .75rem;
    width: 28%;
    text-align: center;
}
.search_input select {
    width: 72%;
}
 




 
.diamond-shape {
    background: #10388f;
    height: 200px;
    text-align: center;
    transform: rotate(45deg);
    width: 200px;
    border-radius: 20px;
}
.item-count {
      color: #333;
    display: table-cell;
    height: 200px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 200px;
}


.boxes {
	padding:2% 3%;  
}
.boxes .col {
    padding: 30px 25px;
}

.boxes .diamond-shape {
	cursor: pointer;
}
.boxes .diamond-shape {
	    width: 100px;
	    height: 100px;
}
 
.boxes .diamond-shape .item-count {
    width: 100px;
	
	    height: 100px;
} 

.boxes h2 {
	font-size: 1em;
    text-align: center;
    margin-top: 20px;
    color: #10388f;
    font-weight: 600;
}

.footer_logo {
    margin-bottom: 20px;
    margin-top: -30px;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {
    .header h1 {
        font-size: 30px;
        margin-top: 17px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header h1 {
        font-size: 22px;
        margin-top: 10px;
    }
    .prgrs_sec .diamond-shape {
        height: 160px;
        width: 160px;
    }
    .prgrs_sec .diamond-shape .item-count {
        height: 160px;
        width: 160px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpTwo {
        width: 110px;
        height: 110px;
        margin: -37px 0 40px 10px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpTwo .item-count {
        width: 110px;
        height: 110px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpThree {
        width: 110px;
        height: 110px;
        margin: 0px 0 0 -15px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpThree .item-count {
        width: 110px;
        height: 110px;
    }
    .right_progree {
        margin: 20px 0 0;
    }
    .right_progree h1 {
        margin: 20px 0 0;
        font-size: 16px;
    }
    .right_progree h1 span {
        font-size: 44px;
    }
    .footer_logo {
        margin-top: -20px;
    }
}
@media (max-width: 767px) {
    .header h1 {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    .header .sub_title {
        width: 100%;
        display: inline-block;
    }
    .header .logo {
        width: 100%;
    }
    .prgrs_sec {
        padding: 70px 0 0 40px;
    }
    .right_progree h1 {
        margin: 20px 0 0;
        font-size: 24px;
    }
    .right_progree h1 span {
        font-size: 40px;
    }
    .prgrs_txt li {
            margin-right: 20px;
    font-size: 13px;
    padding-left: 21px;
    }
	.prgrs_txt li:before {
		width: 14px;
		height: 14px; 
	}
    .search_input .col-lg-4 {
        margin: 10px 0;
    }
    .footer_logo {
        margin-top: -10px;
    }
}
@media (max-width: 567px) {
    .prgrs_sec {
        padding: 50px 0 0 25px;
    }
    .prgrs_sec .diamond-shape {
        height: 150px;
        width: 150px;
    }
    .prgrs_sec .diamond-shape .item-count {
        height: 150px;
        width: 150px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpTwo {
        width: 100px;
        height: 100px;
        margin: -37px 0 40px 10px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpTwo .item-count {
        width: 100px;
        height: 100px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpThree {
        width: 100px;
        height: 100px;
        margin: 0px 0 0 -15px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpThree .item-count {
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 360px) {
    .prgrs_sec {
        padding: 50px 0 0 15px;
    }
    .prgrs_sec .diamond-shape {
        height: 130px;
        width: 130px;
    }
    .prgrs_sec .diamond-shape .item-count {
        height: 130px;
        width: 130px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpTwo {
        width: 90px;
        height: 90px;
        margin: -37px 0 40px 0;
    }
    .prgrs_sec .diamond-shape.prgrs_shpTwo .item-count {
        width: 90px;
        height: 90px;
        font-size: 13px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpThree {
        width: 90px;
        height: 90px;
        margin: 0px 0 0 -15px;
    }
    .prgrs_sec .diamond-shape.prgrs_shpThree .item-count {
        width: 90px;
        height: 90px;
        font-size: 13px;
    }
    .right_progree h1 {
        margin: 15px 0 0;
        font-size: 18px;
    }
    .search_input .fa.fa-search {
        width: 14%;
        padding: .375rem 0 .375rem 6px;
    }
    .search_input .form-control.srch_bx {
        width: 86%;
    }
    .search_input label {
        padding: .375rem 0 .375rem .5rem;
        width: 32%;
    }
    .search_input select {
        width: 68%;
    }
}

@media (min-width: 1024px) {
	 #country_list .col {
   flex-grow: initial !important;
}



@media (min-width: 1000px) and (max-width: 1366px) {
	  .boxes h2 {
    font-size: 0.9em;
	  }
}
/* Responsive */