@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */


.container
{
	height::auto;
}
/*prograss*/
.progress-section{text-align:center; padding: 100px 0px; background: #303030;}
.progress-bars{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.progress-bars h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.progress-bars h5 { line-height: 120px; text-align: center; transform: rotate(-45deg); color:white;}
.progress-bars:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 60px; height: 60px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.progress-bars:after{position: absolute; content: ""; border: solid 5px #2bb0ef; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}

.progress-bars-four{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.progress-bars-four h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.progress-bars-four h5 { line-height: 120px; text-align: center; transform: rotate(-45deg); color:white;}
.progress-bars-four:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 40px; height: 40px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.progress-bars-four:after{position: absolute; content: ""; border: solid 5px #fc0505; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}



.progress-bars-six{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.progress-bars-six h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.progress-bars-six h5 { line-height: 120px; text-align: center; transform: rotate(-45deg); color:white;}
.progress-bars-six:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width: 20px; height: 20px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.progress-bars-six:after{position: absolute; content: ""; border: solid 5px #6bff0f; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}


.progress-bars-seven{ margin: auto; background: #fff; width: 120px; height: 120px; transform: rotate(45deg); position: relative;}
.progress-bars-seven h2 { line-height: 120px; text-align: center; transform: rotate(-45deg);}
.progress-bars-seven h5 { line-height: 120px; text-align: center; transform: rotate(-45deg); color:white;}
.progress-bars-seven:before{position: absolute; content: ""; border: solid 5px #595959; border-width: 5px 0px 0px 5px; width:0px; height: 0px; top: -9px; left: -9px; bottom: -9px; right: -9px; z-index: 10;}
.progress-bars-seven:after{position: absolute; content: ""; border: solid 5px #fcfc05; border-width: 5px 5px 5px 5px; width: 140px; height: 140px; top: -9px; left: -9px; bottom: -9px; right: -9px;}

/* education */
/*! CSS Used from: https://www-static.api.video/css/vendor.bundle.css */
section {
  display: block;
}

img {
  border: 0;
}

@media print {
  *,:after,:before {
    color: #000!important;
    text-shadow: none!important;
    background: 0 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%!important;
  }

  p {
    orphans: 3;
    widows: 3;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

p {
  margin: 0 0 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container:after,.container:before,.row:after,.row:before {
  display: table;
  content: " ";
}

.container:after,.row:after {
  clear: both;
}
/*! CSS Used from: https://www-static.api.video/css/style.css */
#prototype {
  background-color: #f4f4f4;
  color: #717171;
}

.prototype {
  width: 50%;
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
}

.prototype img {
  width: 30px;
}

.prototype.right {
  float: right;
  text-align: left;
  padding-left: 120px;
  border-left: 4px solid #ededed;
}

.prototype.left {
  float: left;
  margin-left: 4px;
  text-align: right;
  padding-right: 120px;
  border-right: 4px solid #ededed;
}

.prototype.right img {
  position: absolute;
  top: 29%;
  left: -17px;
}

.prototype.left img {
  position: absolute;
  top: 29%;
  right: -16px;
}

.protoype-marges {
  height: 130px;
}

.prototype.left span:after {
  display: block;
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background: #e4e4e4;
  right: 30px;
}

.prototype.right span:after {
  display: block;
  position: absolute;
  content: '';
  width: 70px;
  height: 2px;
  background: #e4e4e4;
  left: 30px;
}

#prototype span {
  font-size: 20px;
  line-height: 0.66;
  letter-spacing: 2.5px;
  color: #303030;
}

::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

:-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

::-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.27);
}

@media screen and (max-width: 767px) {
  #prototype span {
    font-size: 20px;
  }

  .prototype {
    font-size: 15px;
  }

  .prototype {
    width: 100%;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .prototype img {
    width: 24px;
  }

  .prototype.right {
    float: right;
    text-align: left;
    padding-left: 120px;
    border-left: 4px solid #ededed;
  }

  .prototype.left {
    float: right;
    text-align: left;
    padding-left: 120px;
    border-left: 4px solid #ededed;
    border-right: 0;
  }

  .prototype.right img {
    position: absolute;
    top: 27%;
    left: -14px;
  }

  .prototype.left img {
    position: absolute;
    top: 27%;
    left: -14px;
    right: inherit;
  }

  .prototype.left span:after {
    display: block;
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #e4e4e4;
    left: 30px;
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.3);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.6);
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

@media only screen and (max-width : 767px) {
  .protoype-marges {
    height: 40px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}

@media only screen and (max-width : 480px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

/*Contact*/
@import url('https://fonts.googleapis.com/css?family=Maven+Pro|Poiret+One');

body{
    margin: 0;
    padding: 0;
    font-family: 'Poiret One', cursive;
}
header{
    height: 60px;
    background-color: #5293BF;
    overflow: hidden;
}
h3{
    color: #fff;
    text-align: center;
}
label{
     font-size: 15px;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    letter-spacing: 0.09em;
}
#contact{
    margin: 50px 0px;
}
#contact .wrapper{
    width: 40%;
    margin: 0 auto;
}
#contact .field{
    margin-bottom: 35px;
}

#contact input[type="text"],input[type="email"]{
    width: 100%;
    height: 35px;
    border: none;
    border-bottom: 3px solid  #5293BF;
    font-size: 15px;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    letter-spacing: 0.09em;
}
#contact input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="button"]:focus{
    outline: none;
   
}
#contact input[type=radio], input[type=checkbox]{
    border: 2px solid #5293BF;
}
#contact input[type=radio]:focus, input[type=checkbox]:focus{
    border-color: #165A92;
    color: #165A92;
}

select,select option {
    width: 100%;
    height:45px;
    font-size: 15px;
    border-color: transparent;
    border: 2px solid #5293BF;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
}
select:focus{
    border: none;
    outline: 2px solid #5293BF;
    box-shadow: 0px 0px 3px 0px #5293BF;
}
select option {
    margin: 10px 0px;
    padding: 10px;
}

input[type="button"] {
    width: 100%;
    border: none;
    background-color: #5293BF;
    border: 2px solid #5293BF;
    color: #fff;
    font-size: 18px;
    padding: 8px 0px;
    cursor: pointer;
     font-family: 'Poiret One', cursive;font-weight: bold;
}
#contact textarea{
    height: 150px;
    width: 100%;
    border: none;
    border-bottom: 3px solid #5293BF;
    font-size: 15px;
    font-family: 'Poiret One', cursive;
    font-weight: bold;
    letter-spacing: 0.09em;
}

@media only screen and (max-width: 900px){
    #contact .wrapper{
    width: 80%;
    margin: 0 auto;
}
}

#footer_link{
    text-align: center;
    margin: 50px 0px;
    
}
#footer_link a{
    background: #5293BF;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    
}

/*pading*/



div h5 img
{
width:1150px;	
}

 h6 {
  padding: 70px;

}
h1
{
  padding: 40px;	
}
h3
{
	border-style:solid;
	border-width:2px;
	border-bottom-color:black;
}