
body {
   
    background: #fff;
    font-family: 'Josefin Sans', sans-serif;
    color: #112d6a;
    font-weight: 400;
    font-size: 26px
}

a {
    text-decoration: none;
    outline: none;
}
.sub_desc {
    margin-left: 10px;
}
.orange_text {
    color: #f9b73c;
    font-size: 24px
}
.blue_text {
    color: #112d6a;
    font-size: 21px
}
.products_sub_menu {
    margin: 0 auto;
    font-size: 25px;
    font-weight: 400;
    background: #f9e6c3
}
.products_sub_menu li {
    padding: 10px;
    display: inline-block;
}
.products_sub_menu li a {
    color: #00963f
}
.products_sub_menu li a:hover {
    color: #f9b73c
}
.products_sub_menu li a.active {
    color: #f9b73c
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #277d85;
    font-size: 21px;
    line-height: 30px;
    display: block
}
h1 {
    float: left;
}
h2 {
    text-align: center
}
h3 a {
    color: #00963f;
    font-size: 24px
}
h5 {
    color: #f9b73c;
    text-align: left
}
.products {
    font-size: 24px;
    line-height: 1.5;
    color: #112d6a;
    margin-bottom: 20px;
}
.quality {
    margin: 0 auto;
    font-size: 25px;
    text-align: center;
    color: #112d6a
}
.quality span img,
.quality p {
    width: 200px;
    display: inline-block
}
.vision {
    text-align: left;
    font-size: 24px;
    color: #112d6a;
}
.vision img {
    float: right;
    width: 250px;
    margin-top: 10px
}
.mission {
    text-align: left;
    font-size: 24px;
    color: #112d6a;
}
.mission img {
    float: left;
    width: 250px;
    margin-top: 10px;
    margin-right: 10px
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
.about_us_intro {
    width: 50%;
    font-size: 24px;
    color: #112d6a;
    text-align: center;
    margin: 0 auto;
    font-weight: 400
}
.about_us {
    margin: 0 auto;
    text-align: center
}
.about_us img {
    width: 50%;
}
.dand {
    width: 40%;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.clients {
    display: table;
    margin: 0 auto;
}
ul.happy_clients {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.happy_clients li {
    margin: 5px;
    display: inline-block;
}
.portfolio {
    display: table;
    margin: 0 auto;
}
ul.portfolio_list {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.portfolio_list li {
    margin: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 2;
}
ul.education_list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.education_list li {
    margin: 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 2
}
.cd-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 2;
}
.cd-header:after {
    content: "";
    display: table;
    clear: both;
}
.cd-header #cd-logo {
    float: left;
    margin: 0 10px 0 0;
}
.cd-header #cd-logo img {
    display: block;
    width: 180px;
}
@media only screen and (min-width: 768px) {
    .cd-header {
        height: 70px;
    }
}
.cd-main-nav {
    float: right;
    margin-right: 1%;
    width: 44px;
    height: 100%;
    background: url("../img/cd-icon-menu.svg") no-repeat center center;
    background-size: 44px 44px;
    cursor: pointer;
}
.cd-main-nav ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.cd-main-nav ul.is-visible {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.cd-main-nav a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    color: #008ad2;
    background: #fefab3;
    font-size: 20px
}
#nav {
    position: absolute;
    top: 25%;
    right: 1%;
}
#nav > a {
    display: none;
}
#nav li {
    position: relative;
}
#nav li a {
    display: block;
    color: #008ad2;
}
#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    /* 5 */
    border-bottom: none;
    border-top-color: #f9b73c;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em;
    /* 5 */
}
/* first level */

#nav > ul {
    height: 3.75em;
    /* 60 */
}
#nav > ul > li {
    display: inline-block;
    margin-left: 1em;
}
#nav > ul > li > a {
    height: 100%;
    font-size: 20px;
    line-height: 2.5em;
    text-align: center;
}
#nav > ul > li:hover > a,
#nav > ul:not(:hover) > li.active > a {
    color: #41ac32;
}
/* second level */

#nav li ul {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 100%;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
}
#nav li:not(:first-child):hover ul {
    left: -1px;
}
#nav li ul a {
    /* 20 */
    border-top: 1px solid #f9b73c;
    padding: 0.5em 2em 0.5em 2em; font-size:18px;width:300px;background-color: #fff;
    /* 15 (20) */
}
#nav li ul li a:hover,
#nav li ul:not(:hover) li.active a {
    background-color: #f9b73c;
}
@media only screen and (max-width: 1000px) {
    #nav {
        top: -5px;
        margin-right: 1%;
        width: 44px;
        height: 100%;
        background: url("../img/cd-icon-menu.svg") no-repeat center center;
        background-size: 44px 44px;
        cursor: pointer;
    }
    #nav > a {
        width: 3.125em;
        /* 50 */
        height: 2.125em;
        /* 50 */
        text-align: left;
        text-indent: -9999px;
        position: relative;
    }
    #nav > a:before,
    #nav > a:after {
        position: absolute;
    }
    #nav > a:after {
        top: 10%;
    }
    #nav:not(:target) > a:first-of-type,
    #nav:target > a:last-of-type {
        display: block;
    }
    /* first level */
    #nav > ul {
        height: auto;
        display: none;
        position: absolute;
        left: -300px;
        right: 0;
        background: #fff;
    }
    #nav:target > ul {
        display: block;
    }
    #nav > ul > li {
        width: 100%;
        float: none;
    }
    #nav > ul > li > a {
        height: auto;
        text-align: right;
        padding: 0 40px;
    }
    #nav > ul > li:not(:last-child) > a {
        border-right: none;
    }
    /* second level */
    #nav li ul {
        position: static;
        padding: 1.25em;
        padding-top: 0;
        font-size:18px
    }
}
.main-nav ul li a.gentext,
.gentext {
    font-size:20px
}
.purpletext{color:#9112cd;}
.main-nav ul li a.redtext,
.redtext {
    color: #cf1721;font-size:20px
}
.main-nav ul li a.orangetext,
.orangetext {
    color: #f9b73c;font-size:20px
}
.main-nav ul li a.bluetext,
.bluetext {
    color: #008bd2;font-size:20px
}
.main-nav ul li a.greentext,
.greentext {
    color: #00963f;font-size:20px
}
@media only screen and (min-width: 768px) {
    .cd-main-nav {
        width: auto;
        height: auto;
        background: none;
        cursor: auto;
    }
    .cd-main-nav ul {
        position: static;
        width: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        line-height: 70px;
    }
    .cd-main-nav ul.is-visible {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    .cd-main-nav li {
        display: inline-block;
        margin-left: 1em;
    }
    .cd-main-nav a {
        display: inline-block;
        height: auto;
        line-height: normal;
        background: transparent;
        padding: 1em 0.1em;
        font-size: 24px;
        font-weight: 400
    }
    .cd-main-nav a:hover {
        color: #41ac32;
    }
    .cd-main-nav a.selected {
        font-weight: 400;
        color: #41ac32;
    }
}
footer {
    background: #fee355;
    text-align: center;
    width: 100%;
}
.footer-nav ul {
    margin: 0;
    padding: 0;
}
.footer-nav li {
    display: inline-block;
    margin-right: -10px;
    margin-top: 5px
}
.footer-nav a {
    width: 50px;
}
.footer-nav img {
    width: 40px;
}
.text-center {
    text-align: center;
}
.copy {
    color: #112d6a;
    font-size: 14px;
    line-height: 1.5;
}
.address,
.phone,
.email_contact,
.email_contact a {
    display: block;
    line-height: 1.5;
    font-size: 18px;
    color: #112d6a;
}
.bigger {
    font-size: 26px;
}
.green,
a.green {
    color: #00963f;
    font-weight: 400;
}
a.green:hover {
    text-decoration: underline;
}
h4 {
    font-size: 25px;
    color: #112d6a;
}
h4:before {
    background: url('../img/h_left.png') no-repeat;
    padding: 5px 40px;
    background-size: 80px;
    content: " ";
}
h4:after {
    background: url('../img/h_right.png') 0 0 no-repeat;
    padding: 5px 40px;
    background-size: 80px;
    content: " ";
}
.wrap {
    padding: 0 40px;
    margin: 0 auto;
    overflow: hidden;
}
.inner {
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.fourcol {
    float: left;
    width: 30%;
    margin-left: 3%;
    margin-right: 0;
    box-sizing: border-box;
}
.fourcol:first-child {
    margin-left: 0;
}
.block {
    margin-top: 30px;
    margin-bottom: 30px
}
.cd-container {
    width: 90%;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
.cd-main-content {
    position: relative;
    z-index: 1;
}
.cd-fixed-bg {
    position: relative;
}
.cd-fixed-bg img {
    width: 100%;
    margin-top: 70px;
}
.cd-fixed-bg h1,
.cd-fixed-bg h2 {
    position: absolute;
    left: 10%;
    bottom: 10%;
    font-family: 'Gilda Display', serif;
    width: 90%;
    max-width: 1170px;
    text-align: left;
    font-size: 24px;
    text-shadow: 0 1px 0px rgba(17, 45, 106, 1);
    color: #5ac3dd;
}
.cd-fixed-bg h3 {
    position: absolute;
    right: 5%;
    top: 15%;
    font-family: 'Gilda Display', serif;
    width: 90%;
    font-size: 24px;
    text-shadow: 0 1px 0px rgba(17, 45, 106, 1);
    color: #5ac3dd;
}
h1 .author {
    text-align: left;
    display: block;
    line-height: 1
}
h1.yellow {
    color: #fefab3;
}
h1.whitebg,
h3.whitebg {
    background: rgba(255, 255, 255, 0.6);
    width: auto;
    height: auto;
    line-height: 40px;
    padding: 10px
}
.add_bottom {
    margin-bottom: 100px !important;
}
.add_bottom2 {
    padding-bottom: 100px !important;
}
.add_bottom3 {
    margin-bottom: 40px !important;
}
.add_top {
    padding-top: 30px !important;
}
.add_top2 {
    padding-top: 80px !important;
}
.add_top2_ab {
    padding-top: 50px !important;
}
.add_top2_v2 {
    padding-top: 120px !important;
}
.add_top2_v3 {
    padding-top: 220px !important;
}
.add_top2_v4 {
    padding-top: 60px !important;
}
.add_top3 {
    padding-top: 10px !important;
}
.add_top4 {
    padding-top: 40px !important;
}
.add_top5 {
    padding-top: 50px !important;
}
.left-mar {
    margin-left: 20px !important;
}
.right-mar {
    margin-right: 95px !important;
}
.right-mar2 {
    margin-right: 195px !important;
}
.left-padd {
    padding-left: 20px !important;
}
.remove_bottom2 {
    margin-bottom: -7px !important;
}
.add_top_bottom {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.remove_bottom {
    margin-top: -100px
}
/* Media Queries */

@media (max-width: 767px) {
    .cd-fixed-bg img {
        width: 100%;
        margin-top: 50px
    }
    .cd-fixed-bg h1 {
        position: relative;
        left: 0;
        bottom: 0;
        width: 90%;
        max-width: 100%;
        text-shadow: none;
        text-align: center;
        margin-bottom: 30px
    }
    h1 .author {
        text-align: center;
    }
    h4:before {
        background: none;
        padding: 0;
    }
    h4:after {
        background: none;
        padding: 0;
    }
    .cd-header #cd-logo img {
        display: block;
        width: 130px;
    }
    .fourcol {
        float: left;
        width: 50%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .add_top_bottom {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}
@media (max-width: 479px) {
    .fourcol {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}