@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");
body {
     font-family: 'Open Sans', sans-serif;
     color: #a0a6ad;
     font-size: 14px;
     font-weight: 400;
     background: #fff;
     overflow-x: hidden;
}
 html {
     overflow-x: hidden;
}
 p {
     font-size: 14px;
     color: #5e629c;
     line-height: 26px;
     margin-bottom: 0;
}
 a:hover, a:focus {
     color: #000;
}
 a {
     color: #0071C1;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}
 h1, h2, h3, h4, h5 {
     font-family: 'Montserrat', sans-serif;
     font-size: 40px;
     font-weight: 400;
     color: #151948;
}
 ul {
     margin: 0;
     padding: 0;
}
 ul li {
     list-style: none;
}
 a:hover, a:focus {
     text-decoration: none;
     outline: none;
}
 a:not([href]):not([tabindex]) {
     color: #fff;
}
 a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
     color: #fff;
}
 .bg-transparent {
     background: transparent !important;
}
 .bg-defult {
     background: #3c9cfd !important;
}
 .clear {
     clear: both;
}
 #logo {
     padding: 60px 30px;
     text-align: center;
}
 #logo img {
     width: 300px;
     height: auto;
}
 #instructions .services-item {
     padding: 60px 30px;
     border: 1px solid #ddd;
     -moz-transition: all .8s ease;
     -webkit-transition: all .8s ease;
     transition: all .8s ease;
}
 #instructions .services-item:hover {
     border: 1px solid #0071C1;
     box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
     -moz-transition: all .4s ease;
     -webkit-transition: all .4s ease;
     transition: all .4s ease;
}
 #instructions .services-item .icon {
     background: #E2F1FC;
     width: 110px;
     height: 110px;
     margin: 0px auto;
     margin-bottom: 0px;
     text-align: center;
     display: block;
     border-radius: 50%;
     position: relative;
     margin-bottom: 25px;
}
 #instructions .services-item .icon i {
     font-size: 40px;
     color: #0071C1;
     position: absolute;
     left: 0;
     right: 0;
     top: 30%;
}
 #instructions .services-item h4 {
     font-size: 20px;
     font-weight: 600;
     color: #151948;
     margin-bottom: 15px;
}
 #instructions .services-item p {
     font-size: 16px;
     margin-bottom: 10px;
     color: #5e629c;
}
 #footer-Content {
     background: #FFFFFF;
}
 #footer-Content .copyright {
     margin-top: 125px;
     padding-top: 7px;
     padding-bottom: 7px;
}
 #footer-Content .copyright p {
     color: #0071C1;
     font-size: 12px;
}
 #footer-Content .copyright a {
     color: #0071C1;
}
