
body {font-family: Arial, Helvetica, sans-serif; color: #333;background: #fff ;font-size: 17px; line-height: 1.7em;}
html, body {width:100%; padding:0; }

  
/* ------------------------------------Other------------------------------------ */
section {min-height: 550px; position: relative; }
img { border: 0px; max-width:100% !important; height:auto;}

.bg-site {
  background-color: #1F3A8A;
}

.btn-site {
  color: #fff;
  background-color: #1F3A8A;
  border-color: #1F3A8A;
}

.btn-site:hover {
  color: #fff;
  background-color: #2545A5;
  border-color: #2545A5;
}

.btn-site:focus, .btn-site.focus {
  box-shadow: 0;
}

.nav-link {padding: 0.5rem 0.9rem !important; font-size: 18px !important; color: #000 !important;}

@media (max-width: 1199.98px) { .nav-link {padding: 0.5rem 0.7rem !important; font-size: 15px !important; }}


.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
   margin-top: 0px;
}

a{ outline:none !important; }

a:hover { text-decoration: none; !important;}



.title { font-size: 18px; text-transform: uppercase; color: #0D5AB0; font-weight: bold;}

/*# circle effect */

.circle {
  display: inline-block;
  text-align: center;
  width: 135px;
  height: 135px;
  border-radius: 50%;
}


.circle::before,
.circle::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';

}
.circle,
.circle::before,
.circle::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #FFFFFF;

}

.circle {
  position: relative;
  z-index: 2;
  line-height: 20px;
  color: FFF;
  overflow: hidden;
}

.circle1 { background-color: #DD5142;}
.circle1_border { box-shadow: 0 0 0 10px #DD5142; border: 2px solid #F4CAC7;}

.circle2 { background-color: #E78524;}
.circle2_border { box-shadow: 0 0 0 10px #E78524;  border: 2px solid #F7DAC1;}

.circle3 { background-color: #00A0DC;}
.circle3_border { box-shadow: 0 0 0 10px #00A0DC; border: 2px solid #B6E3F4;}

.circle4 { background-color: #8C6CAB;}
.circle4_border { box-shadow: 0 0 0 10px #8C6CAB; border: 2px solid #DCD3E5;}

.circle5 { background-color: #009100;}
.circle5_border { box-shadow: 0 0 0 10px #009100; border: 2px solid #B7DDBB;}

.circle6 { background-color: #00CACA;}
.circle6_border { box-shadow: 0 0 0 10px #00CACA; border: 2px solid #B9EFEF;}

.circle:hover {
  color: #fff;
  
}
.circle::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.circle:hover::after {
  background: #FFF;
  opacity: 0.7;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}


.circle a {
  text-decoration: none;
  color: #fff;
}

 
 .circle-text1 {text-align: center; font-size: 1em; font-weight:600; color: #333333; text-shadow: 2px 2px 5px white; position: absolute;  top: 33%; text-transform: uppercase; width:100%; }
 
 .circle-text2 {text-align: center; font-size: 0.68em; font-weight:600; color:#333333; text-shadow: 2px 2px 5px white; position: absolute;  top: 26%; text-transform: uppercase; width:100%; ;}
 
 .circle-text3 {text-align: center; font-size: 1em; font-weight:600; color:#333333; text-shadow: 2px 2px 5px white; position: absolute;  top: 42%; text-transform: uppercase; width:100%; }
 
 
 /******************* gear ********************/
.parent{
  display: flex;
  height: 190px;
}

.gear{
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

}


.tooth{
  position: absolute;
  top: -17px;
  left: 53px;
  z-index: 1;
  width: 35px;
  height: 170px;
}

.tooth:nth-child(2){
  transform: rotate(45deg);
}

.tooth:nth-child(3){
  transform: rotate(90deg);
}

.tooth:nth-child(4){
  transform: rotate(135deg);
}

		
/******************* Sidenav ********************/

.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #FFFFFF !important;;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #78BAAF;
	background-color: #111;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




/******************* footer ********************/
	
.footer {
color:#D3F1DB;
}

.footer a{color:#D3F1DB;}
.footer a:hover{color:#f1f1f1;}
 


/******************* Scroll Top ********************/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #228438;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
  opacity:0.8;
}

#myBtn:hover {
  background-color: #2CA749;
}


