@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');

body {
    font-family: 'PT Sans', sans-serif;
    width: 100%;
    float: left;
    height: auto;
    position: relative;
    transition: 0.5s;
}

.space {
    width: 100%;
    float: left;
    height: 60px;
    display: block;
}

h1, h2, h3, h4, h5, h6 {display: inline;}

.side_menu {
    position: fixed;
    height: 100%;
    right: 0;
    z-index: 999999;
    width: 0;
    background-color: #333;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.side_menu a.closebtn {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 32px;
    color: #d5845e;
}

.side_menu a.closebtn:hover {
    color: #dd4c6d;
    text-decoration: none;
}

.side_menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.side_menu ul li {
    width: 100%;
    float: left;
}

.side_menu ul li a {
    width: 100%;
    float: left;
    padding: 10px 20px;
    color: #efefef;
    font-size: 22px;
    text-transform: uppercase;
}

.side_menu ul li a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btm_call {
    position: fixed;
    bottom: 0;
    /* float: right; */
    right: 50px;
}

.btm_call .call_area {
    width: 320px;
}

.btm_call .call_area::before {
    content: '';
    background-color: #fff;
    background-image: url(svg/24-hours.svg);
    background-size: 50px auto;
    position: absolute;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 5px 1px #C7C7C7;
    margin-top: -15px;
    left: -45px;
}

.btm_call .call_area .call_num {
    float: left;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 5px 1px #C7C7C7;
    z-index: 999;
}

.btm_call .call_area .call_num p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.btm_call .call_area .call_ico {
    float: right;
}

.newsbar {
    width: 100%;
    float: left;
    height: auto;
    background-color: darkorange;
    display: block;
}

.newsbar p {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
    padding: 10px 0;
}

.navigation{
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 999;
}

.nav_back {
    background-color: rgba(255,255,255,1);
    color: #333;
    box-shadow: 0 0.5px 2px 0.5px #C7C7C7;
}

.main_nav_area {
    width: 100%;
    float: left;
    color: #fff;
}

.nav_back ul li a {
    color: #333 !important;
}

.cs_container {
    float: none;
    margin: 0 auto;
    text-align: center;
}

.cs_container .menu_logo {
    float: left;
    margin: 10px 0;
}

.cs_container .menu_logo img {
    height: 40px;
    width: auto;
}

.main_menu {
    float: right;
    padding: 0;
    margin: 20px 0;
}

.main_menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.main_menu ul li {
    display: inline-block;
}

.main_nav_area ul li a {
    color: #fff;
    font-size: 16px;
    padding: 20px 10px;
    cursor: pointer;
}

.main_menu ul li a:hover {
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1px solid #F05228;
}

.main_menu ul li .signup {
    background-color: coral;
    border-radius: 6px;
    padding: 10px 10px;
    color: #fff !important;
}

.main_menu ul li .signup:hover {
    border: none;
}

.login {
    margin-left: 20px;
}

.login ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.conare {
    width: 920px;
    height: auto;
    margin: 0 auto;
    clear: both;
}

.slide {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
}

.slide .slide_area {
    width: 100%;
    height: 620px;
    float: left;
    background-color: #2b2e3d;
    /*background-image: url(svg/school-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;*/
}

.slide .slide_content {
}

.slide .slide_content .slide_head {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 160px;
    margin-bottom: 10px;
}

.slide .slide_content .slide_cont {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.slide .slide_content .slide_cont p {
    color: #ffffff;
    font-size: 18px;
}

.slide .slide_content .sldie_trail_btn {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin: 60px 0;
}

.slide .slide_content .sldie_trail_btn .trail_btn {
    margin: 20px 0;
}

.slide .slide_content .sldie_trail_btn .trail_btn .txt_item {
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0;
}

.slide .slide_content .sldie_trail_btn .trail_btn .txt_item input {
    border: none;
    font-size: 14px;
    padding: 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 300px;
}

.slide .slide_content .sldie_trail_btn .trail_btn .txt_item button {
    background-color: #FD8814;
    border: none;
    font-size: 14px;
    padding: 15px 25px;
    margin-left: -4px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #ffffff;
    font-weight: bold;
}

.slide .slide_content .sldie_trail_btn .trail_line {
    width: 100%;
    float: left;
}

.slide .slide_content .sldie_trail_btn .trail_line p {
    color: #fff;
    font-size: 18px;
}

.slide .slide_content .slide_head h1 {
    color: #fff;
}

.slide .slide_content .slide_video {
    position: relative;
    width: 612px;
    height: 348px;
    background-image: url(svg/back_lap.svg);
    background-size: 100% auto;
    margin: 0 auto;
    margin-top: 70px;
}

.slide .slide_content .slide_video .slide_video_area {
    width: 471px;
    height: 288px;
    float: left;
    margin-left: 70px;
    margin-top: 15px;
}

.slide .slide_content .slide_video .slide_video_area iframe {
    width: 100%;
    height: 100%;
    float: left;
}

.video {
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #ededed;
    padding-bottom: 60px;
    padding-top: 60px;
    background-color: #fffbf3;
    margin-top: -30px;
}

.video .hiwork {
    width: 100%;
    height: auto;
    float: left;
}

.video .hiwork .txt {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px;
}

.video .hiwork .txt h1 {
    font-size: 28px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.video .hiwork .txt p {
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    color: #999999;
}

.video .hiwork .video_area {
    width: 100% !important;
   height: 310px !important;
    float: left;
}

.video .hiwork .video_area iframe {
    height: 100%;
    width: 100%;
}

.service {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}

.con_head {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.con_head::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 2px;
    border-bottom: 1px solid #D2442C;
    margin-left: 50%;
    left: -60px;
    margin-top: -20px;
}

.con_head h1 {
    text-align: center;
    font-size: 28px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
}

.main_content {
    float: left;
    width: 100%;
    height: auto;
}

.main_content .itmes {
    float: left;
    width: 100%;
    height: auto;
}

.main_content .itmes .item_col {
    width: 353px;
    margin: 20px 20px;
    float: left;
}

.main_content .itmes .item_col:first-child {
    margin-left: 0;
}

.main_content .itmes .item_col:last-child {
    margin-right: 0;
}


.service .main_content .itmes .item {
    width: 100%;
    margin: 20px 0;
    float: left;
    box-shadow: 1px 1px 5px 1px #e2e2e2;
    border-radius: 6px;
    padding: 10px;
    /*cursor: pointer;*/
}

.service .main_content .itmes .item:hover {
    box-shadow: 1px 1px 5px 3px #e2e2e2;
}

.service .main_content .itmes .item .item_ico {
    text-align: center;
}

.service .main_content .itmes .item .item_ico img {
    width: 80px;
    height: auto;
    margin: 20px 0;
}

.service .main_content .itmes .item item_head {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

.service .main_content .itmes .item .item_head h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}

.service .main_content .itmes .item .item_head p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 0;
    line-height: 0;
    
}

.service .main_content .itmes .item .item_body {
   width: 100%;
    float: left;
    height: auto;
    margin: 10px 0;
}

.service .main_content .itmes .item .item_body .link {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.service .main_content .itmes .item .item_body .link a {
    background-color: #FD8814;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 16px;
    color: #ffffff;
}

.service .main_content .itmes .item .item_body .link a:hover {
    background-color: #FF661D;
    text-decoration: none;
}

.service .main_content .itmes .item .item_body ul {
   width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.service .main_content .itmes .item .item_body ul li {
    padding: 5px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 20px;
}

.service .main_content .itmes .item .item_body ul li:last-child {
    border-bottom: none;
}

.service .main_content .itmes .item .item_body ul li::before {
    content: '';
    position: absolute;
    background-image: url(svg/next.svg);
    width: 7px;
    height: 14px;
    margin-left: -12px;
    margin-top: 3px;
}

.itm_clr_green {
    border-bottom: 5px solid aquamarine;
}

.itm_clr_blue {
    border-bottom: 5px solid #9bccdd;
}

.itm_clr_red {
    border-bottom: 5px solid #e89e9f;
}

.itm_clr_org {
    border-bottom: 5px solid #e08e6f;
}

.itm_clr_prp {
    border-bottom: 5px solid #9686c0;
}

.itm_clr_yol {
    border-bottom: 5px solid #ead379;
}

.team .main_content .items {
    width: 100%;
    height: auto;
    margin: 40px auto;
    text-align: center;
}

.team .main_content .items .team_item {
    width: 220px;
    height: 260px;
    /*border: 2px solid #FD8814;*/
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 0px #e2e2e2;
    margin-right: 10px;
}

.team .main_content .items .team_item:last-child {
    margin-right: 0;
}

.team .main_content .items .team_item:hover {
    box-shadow: 1px 1px 5px 3px #e2e2e2;
}

.team .main_content .items .team_item:hover {
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.team .main_content .items .team_item:hover .item_pos {
    margin-bottom: 0;
    transition: 0.5s;
}

.team .main_content .items .team_item .item_ico {
    width: 90px;
    height: 90px;
    margin: 30px auto;
    text-align: center;
    border-radius: 500px;
    overflow: hidden;
}

.team .main_content .items .team_item .item_ico img {
    width: 100%;
    height: auto;
}

.team .main_content .items .team_item .item_name {
    width: 100%;
    float: left;
    text-align: center;
}

.team .main_content .items .team_item .item_name h3 {
    margin: 0;
}

.team .main_content .items .team_item .item_pos {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 55px;
}

.team .main_content .items .team_item .connect {
    width: 100%;
    float: left;
    text-align: center;
    
}

.team .main_content .items .team_item .connect ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: -20px;
}

.team .main_content .items .team_item .connect ul li {
    display: inline-block;
}

.team .main_content .items .team_item .connect ul li a {
    font-size: 18px;
    padding: 5px;
    color: #333;
}

.team .main_content .items .team_item .connect ul li a:hover {
    text-decoration: none;
    color: #FF661D;
}

.news {
    width: 100%;
    height: auto;
    float: left;
    /*background-image: url(news/1.jpg);
    background-size: 100% 100%;*/
    background-color: #fff8f3;
    padding-bottom: 30px;
}

.news .con_head h1 {
}

.news .items {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
}

.news .items .item {
    width: 100%;
    height: 400px;
    float: left;
    margin: 20px 0;
}

.news .items .item h1 {
    font-family: 'Archivo Black';
    font-size: 24px;
    margin: 0;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news .items .item h1 a {
    color: #00008B;
}

.news .items .item .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.news .items .item .img img {
    width: 100%;
    height: auto;
}

.news .items .item p {
    width: 100%;
    height: auto;
    color: #ffffff;
    text-transform: uppercase;
}

.news .items .item p a {
    font-family: 'Archivo Black';
    font-size: 28px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    float: left;
    color: #a13;
    font-weight: bold;
}

.news .load_txt {
    width: 100%;
    height: auto;
    margin: 30px auto;
    float: left;
    text-align: center;
}

.news .load_txt a {
    color: #333;
    background-color: #E0E0E0;
    padding: 20px 50px;
    border-radius: 6px;
}

.client_area .items .owl-carousel {
    width: 100%;
    z-index: 0 !important;
}

.vote {
    text-align: center;
    width: 600px;
    margin: 40px auto;
}

.vote .item {
    width: 100%;
    height: auto;
    float: left;
    margin: 60px 0;
}

.vote .img {
    width: 120px;
    height: 120px;
    border-radius: 500px;
    border: 1px solid #000;
    margin: 0 auto;
    overflow: hidden;
}

.vote .img img {
    width: 100%;
    height: auto;
}

.vote .cont {
    width: 80%;
    height: auto;
}

.vote .vote_slide {
    box-shadow: 1px 1px 10px 1px #999999;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
}

.vote .vote_slide .cont {
    margin: 10px auto;
}

.vote .vote_slide .cont::before {    
    content: '';
    position: absolute;
    height: 90px;
    width: 45px;
    background-image: url(svg/left.svg);
    left: 0;
    top: 0;
    background-size: 100px 90px;
    margin-top: 115px;
    margin-left: 30px;
    transform: rotate(30deg);
}

.vote .vote_slide .cont::after {    
    content: '';
    position: absolute;
    height: 90px;
    width: 45px;
    background-image: url(svg/right.svg);
    right: 0;
    bottom:  0;
    background-size: 100px 90px;
    margin-right: 30px;
    margin-bottom: 120px;
    transform: rotate(30deg);
}

.vote .vote_slide .cont p {    
    text-align: justify;
    color: #666;
    margin: 10px 0;
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
}

.vote .vote_slide .cont .rating {
    color: #FF661D;
    margin-bottom: 10px;
    font-size: 18px;
}

.vote .vote_slide .cont h3 {  
    font-size: 20px;
    text-align: center;
    color: #333;
    width: 100%;
    display: inline-block;
    margin: 0;
}

.vote .vote_slide .cont h4 {  
    font-size: 12px;
    text-align: center;
    color: #333;
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 10px;
}

.vote .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    margin: 5px;
    border-radius: 50px;
    box-shadow: 0px 0px 3px 0px #999999;
}

.vote .owl-dot.active {
    background-color: #fff;
    box-shadow: 0px 0px 5px 1px #999999;
}



.testamonial .load_txt {
    width: 100%;
    height: auto;
    margin: 30px auto;
    float: left;
    text-align: center;
    margin-top: 0;
}

.testamonial .load_txt a {
    color: #333;
    background-color: #E0E0E0;
    padding: 20px 50px;
    border-radius: 6px;
}


section.contact {
    width: 100%;
    height: auto;
    float: left;
}

.contact .contact_row {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 60px;
}

.contact .contact_row .form_site {
    width: 100%;
    height: auto;
    float: left;
}

.contact .contact_row .form_site .add_txt {
    width: 34%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

.contact .contact_row .form_site .add_txt:last-child {
    margin-bottom: 0;
}

.contact .contact_row .form_site .add_txt .where {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.contact .contact_row .form_site .add_txt .where h1 {
    font-size: 26px;
    text-decoration: underline;
    color: #FF661D;
}

.contact .contact_row .form_site .add_txt .office {
    width: 100%;
    float: left;
    height: auto;
}

.contact .contact_row .form_site .add_txt .office h1 {
    font-size: 24px;
}

.contact .contact_row .form_site .add_txt .company_name {
    width: 100%;
    height: auto;
    float: left;
}

.contact .contact_row .form_site .add_txt .company_name h1 {
    font-size: 22px;
    color: #D2442C;
}

.contact .contact_row .form_site .add_txt .addr {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.contact .contact_row .form_site .add_txt .addr p {
    margin: 5px 0;
    font-size: 16px;
}

.contact .contact_row .form_site .add_txt .social {
    width: 100%;
    float: left;
    height: auto;
    margin: 20px 0;
}

.contact .contact_row .form_site .add_txt .social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact .contact_row .form_site .add_txt .social ul li {
    display: inline-block;
}

.contact .contact_row .form_site .add_txt .social ul li a {
    font-size: 24px;
    color: #FD8814;
    padding: 10px;
    margin: 0 10px;
}

.contact .contact_row .form_site .add_txt .social ul li a:first-child {
    margin: 0;
}

.contact .contact_row .form_site .add_txt .social ul li a:last-child {
    margin: 0;
}

.contact .contact_row .form_site .add_txt .social ul li a:hover {
    color: #FF661D;
}

.contact .contact_row .form_site .add_form {
    width: 66%;
    height: auto;
    float: left;
}

.contact .contact_row .form_site .add_form .form_group {
    width: 100%;
    height: auto;
    float: left;
}

.contact .contact_row .form_site .add_form .form_group .form_control {
    width: 100%;
    height: auto;
    float: left;
}

.contact .contact_row .form_site .add_form .form_group .form_control .input_field {
    width: 48.5%;
    float: left;
    margin: 10px;
}

.contact .contact_row .form_site .add_form .form_group .form_control .input_field:first-child {
    margin-left: 0;
}

.contact .contact_row .form_site .add_form .form_group .form_control .input_field:last-child {
    margin-right: 0;
}

.contact .contact_row .form_site .add_form .form_group .form_control .input_field input {
    width: 100%;
    border: none;
    background-color: #EEE;
    font-size: 16px;
    padding: 20px;
}


.contact .contact_row .form_site .add_form .form_group .form_control .form_single {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0;
}

.contact .contact_row .form_site .add_form .form_group .form_control .form_single textarea {
    width: 100%;
    border: none;
    background-color: #EFEFEF;
    padding: 20px;
    font-size: 16px;
}

.contact .contact_row .form_site .add_form .form_group .form_control .form_right_btn {
    float: right;
    width: 100%;
    text-align: right;
    margin: 10px 0;
}

.contact .contact_row .form_site .add_form .form_group .form_control .form_right_btn button {
    background: none;
    border: none;
    background-color: #FD8814;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 16px;
}

.contact .contact_row .form_site .add_form .form_group .form_control .form_right_btn button:hover {
    background-color: #FF661D;
}

.footer {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 30px;
    margin-bottom: 40px;
}

.footer .footer_top {
    width: 100%;
    float: left;
    height: auto;
    background-color: #0a1b2b;
    padding: 30px 0;
}

.footer .foot_left_side {
    width: 100%;
    float: left;
    height: auto;
}

.footer .footer_top .foot_left_side .foot_logo {
    width: 80px;
    height: auto;
    float: left;
}

.footer .footer_top .foot_left_side .foot_logo img {
    width: 100%;
    height: auto;
    float: left;
}

.footer .foot_right_side {
    width: 100%;
    height: auto;
    float: right;
    text-align: right;
}

.footer .footer_top .foot_right_side .foot_menu {
    width: 100%;
    height: auto;
    float: right;
}

.footer .footer_top .foot_right_side .foot_menu ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 10px 0;
}

.footer .footer_top .foot_right_side .foot_menu ul li {
    display: inline-block;
}

.footer .footer_top .foot_right_side .foot_menu ul li a {
    color: #FD8814;
    padding: 8px 10px;
}

.footer .footer_top .foot_right_side .foot_menu ul li a:hover {
    color: #FF661D;
}

.footer .footer_btm {
    width: 100%;
    float: left;
    height: auto;
    border-top: 1px solid #999;
    background-color: #0a1b2b;
    color: #fff;
    padding: 10px 0;
}

.footer .footer_btm .foot_copy {
    width: 100%;
    height: auto;
    float: left;
}

.footer .footer_btm .foot_copy p {
    margin: 0;
    padding: 0;
}

.footer .footer_btm .foot_about p {
    margin: 0;
    padding: 0;
}

.footer .footer_btm .foot_about p {
    width: 100%;
    height: auto;
    float: right;
}

section.support {
    width: 100%;
    float: left;
    background-color: #fff;
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 999;
    box-shadow: 0 1px 5px 1px #C7C7C7;
}


.support .supports {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
}


.support .supports p {
    width: 100%;
    float: left;
    margin: 10px;
}

.reg_brochure .form-control
 {
  height: 31px;
 }
 
 .reg_brochure  .modal-header {
    padding: 6px;
    border-bottom: 1px solid #e5e5e5;
}

.reg_brochure .modal-footer {
    padding: 6px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

/*.reg_brochure .modal-body {
    height:452px;
} */

.font-design{
    font-size: 16px !important;
}
@media (min-width: 768px) {
    .reg_brochure .modal-body {
        height:575px;
    }
}
@media only screen and (max-width : 768px) {
  .btn-desktop-visible {
       width: 110px !important;
       margin-top: 10px !important;
  };  
}