/* css by sakilorb@gmail.com */

h2.section-title {
    color: #fff;
}

p {
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.blockcain-top-content .h1 {
    color: rgba(132, 130, 130, 0.75);
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
    padding-top: 55px;
    margin-top: 20px;
}

.margin_50 {
    padding: 50px 0 50px;
    position: relative;
}

.top_area {
    height: 30px;
    background: #fff;
}

.main_menu_section {
    background: #0356af;
}

.top_menu {
    margin-top: -10px;
    height: inherit;
    position: relative;
}

.top_menu::before {
    content: '';
    height: 55px;
    width: 25px;
    background: #0356af;
    position: absolute;
    transform: rotate(30deg);
    left: -30px;
    top: 0px;
}

.top-search {
    font-size: 16px;
    width: 45px;
    height: auto;
    margin-top: -10px;
    background: #7FC241;
}

.logo {
    position: absolute;
    top: -35px;
    left: 0px;
    width: auto;
}

.logo img {
    width: 80%;
}

.menu_area {
    height: 75px;
    /*background-repeat: repeat-x;*/
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    border-bottom: 5px solid #7fc241;
    padding-bottom: 10px;
    background-size: contain;
    background-position: right;
}

.menu_area .container {
    padding: 10px 0;
    border-bottom: 0px solid #fff;
}

#events .xs-blog-title {
    background: rgba(104, 182, 165, 0.83);
    position: absolute;
    left: 0px;
    bottom: -17px;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    text-align: center;
}

#events .xs-blog-title:hover {
    background: rgba(1, 1, 1, 0.83);
    position: absolute;
    left: 0px;
    bottom: -17px;
    font-size: 16px;
    line-height: 20px;
    padding: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    text-align: center;
}

.industries .section-title-item .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #111;
}

.industries .section-title-item .section-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 180px;
    height: 5px;
    background: darkblue;
}

.industries .section-title-item .section-title:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 180px;
    height: 5px;
    background: darkred;
}

.industries .industries_item:nth-of-type(2n) {
    margin-top: 70px;
    padding-left: 50px;
}

.industries .industries_item:nth-of-type(2n+1) {
    padding-right: 50px;
}

.industries .blockcain-content {
    transform: scale(1);
    transition: all 200ms linear;
}

.industries .blockcain-content .xs-section-title {
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
    transition: all 200ms linear;
    text-transform: capitalize;
    line-height: 22px;
}

.industries .blockcain-content:hover .xs-section-title {
    border-bottom: 2px solid #17A2B8;
}

.industries .blockcain-content:hover {
    transform: scale(1.05);
}

.industries .read_more {
    position: absolute;
    padding: 0px 10px 1px;
    background: #17A2B8;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    right: 0px;
    bottom: 0px;
    display: none;
}

.industries .blockcain-content:hover .read_more {
    display: block;
}

#events .blog-featured-post {
    margin-bottom: 15px;
}

#events .section-title-item .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #111;
}

#events .col-lg-5.wow.fadeInUp .post-img {
    height: 70px;
    width: auto;
    max-width: 100px;
}

#events .blog-post .single-blog-post {
    margin-bottom: 10px;
}

#events .media-body span {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(1, 1, 1, .2);
}

#events .xs-post-title {
    font-size: 15px;
    line-height: 22px;
}

#events .blog-featured-content span {
    position: absolute;
    left: 0px;
    bottom: 50px;
    color: #981010;
    background: #fff;
    padding: 0px 5px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 12px;
    display: inline-block;
}


/* custom css */

.page_header {
    margin-bottom: 20px;
    margin-top: 20px;
    color: #111;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

.bg_black {
    background: black !important;
}

.bg_grey {
    background: #F0F3FA !important;
}


/* Main menu css */

.main_menu ul li a {
    color: #212529;
    padding: 5px 13px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0px 0px 10px #fff;
    font-family: 'Sofiapro';
    letter-spacing: .7px;
    position: relative;
}

.main_menu ul li a:hover {
    color: #069B4B;
}

.main_menu>ul>li>a::after {
    content: '';
    width: 10px;
    border-bottom: 1px solid #069b4b;
    position: absolute;
    right: -6px;
    bottom: 32px;
    transform: rotate(-70deg);
    display: none;
}

.main_menu ul li:last-of-type a::after {
    content: '';
    display: none;
}

.active_menu_link {
    background: transparent;
}

.main_menu ul .active_menu_link>a {
    color: #1A7C46;
}

.hover_menu_link {
    /*background: #2E7C69;*/
    color: #51B35A;
    /*border-radius: 5px;*/
    /*box-sizing: border-box;*/
}

.main_menu ul li {
    position: relative;
    border-radius: 0px;
}

.main_menu li:hover .dropdown-menu {
    position: absolute;
    display: block;
    background: #343434;
    top: 35px;
    left: 0px;
    border-radius: 0px;
    border: 0px solid #343434;
    border-top-width: 4px;
    padding: 0px 0;
    z-index: 99999;
}

.main_menu li:hover .dropdown-menu::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: -14px;
    left: 15px;
    z-index: 10;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #343434;
    border-left: 5px solid transparent;
}

.main_menu .dropdown-menu a {
    padding: 9px;
    border-bottom: 0px solid rgba(54, 212, 56, 0.7);
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
    font-weight: 400;
    background: #343434;
    color: #f8f9fa;
    text-shadow: none;
}

.main_menu .dropdown-menu a:hover {
    background: #7fc241;
    color: #fff;
}

.main_menu .dropdown-menu a:focus {
    background: #28756a;
    color: #fff;
}

.main_menu .dropdown-menu a:hover::before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 18%;
    margin-top: 0px;
    font-size: 14px;
    color: #f8f9fa;
    display: none;
}

.industry_list .dropdown-menu {
    visibility: hidden;
}

.main_menu ul {
    margin-top: 8px;
}

.dropdown_menu_box {
    display: none;
    top: 40px;
    left: -228%;
    border-radius: 0px;
    border: 1px solid rgb(6, 155, 75);
    border-top-width: 3px;
    padding: 5px 5px 4px;
    min-height: 400px;
    width: 600px;
    background: #ffffff;
    position: absolute;
    z-index: 99999;
}

.main_menu li:hover .dropdown_menu_box {
    position: absolute;
    display: block;
}

.dropdown_menu_box .card-group .card img {
    opacity: 1;
    transition: all 200ms linear;
    background: rgba(248, 249, 250, 0);
}

.dropdown_menu_box .card-group .card:hover img {
    opacity: .9;
    transform: scale(.95);
}

.dropdown_menu_box .card-group .card>a {
    margin: 0;
    padding: 0;
}

.dropdown_menu_box .card-group .card-body {
    padding: 0;
}

.dropdown_menu_box .card-group .card-title {
    color: #212529;
    background: #e9ecef;
    text-align: center;
    margin-bottom: 0px;
    overflow: hidden;
}

.dropdown_menu_box .card-group .card-title a {
    font-size: 12px;
    font-weight: 400;
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #02004b;
    text-transform: capitalize;
    padding: 0;
    overflow: hidden;
}

.dropdown_menu_box .card-group .card:hover .card-title a {
    color: #0f6322;
}


/* End main menu css */

.blockcain-content .industries {
    width: 100%;
    box-shadow: 10px 10px 0px 0px rgba(51, 171, 127, 0);
    /*margin-bottom: 50px;*/
}

.cloud_services {
    position: relative;
}

.cloud_services small {
    position: absolute;
    top: 23%;
    left: 35%;
    font-size: 30px;
    text-decoration: underline;
}

.cloud_services ul {
    position: absolute;
    top: 33%;
    left: 35%;
    margin: 0;
    padding: 0;
}

.cloud_services h4 {
    position: absolute;
    bottom: 20%;
    left: 45%;
    font-size: 40px;
    font-weight: 700;
    color: #c5cf33;
}

.blockcain-top:before {
    width: 0px;
}

.sidebar_nav {
    background: #6a9492;
    padding: 0;
    margin: 0;
}


/*.sidebar_widget .widget_title{
    padding: 35px 0 10px;
    text-align: left;
    padding-left: 20px;
    background: #1B665F;
    color: #fff;
    font-variant: small-caps;
    position: relative;
}*/

.sidebar_widget .widget_title {
    padding: 30px 0 30px;
    text-align: center;
    background: transparent;
    color: #fff;
    position: relative;
    border: 1px solid #0b7978;
    margin: 10px;
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 600;
    box-shadow: 0px 0px 115px 10px transparent inset;
}

.sidebar_widget .widget_title small a {
    position: absolute;
    right: 10px;
    bottom: 6px;
    color: rgba(255, 255, 255, .5);
}

.sidebar_widget .widget_title:hover small a {
    right: 15px;
    color: rgba(255, 255, 255, 1);
}

.sidebar_widget .widget_content {
    padding: 0px;
}

.sidebar_nav .list-group-item {
    text-align: left;
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    list-style: circle;
}

.sidebar_nav .list-group-item-active {
    background: #33AD81;
    width: 100%;
    border-radius: 0px;
    padding: 10px 15px 10px 25px;
    position: relative;
}

.sidebar_nav .list-group-item-active::after {
    content: "";
    font-family: 'FontAwesome';
    position: absolute;
    right: -1px;
    top: 31%;
    margin-top: 0px;
    height: 20px;
    width: 20px;
    border-top: 10px solid #33AD81;
    border-right: 10px solid white;
    border-bottom: 10px solid #33AD81;
    background: #fff;
}

.sidebar_nav .list-group-item-active::before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 12px;
    top: 20%;
    margin-top: 0px;
    font-size: 14px;
    color: #ffffff;
}

.sidebar_nav_content {}

#sidebar_nav_list .list-group-item {
    position: relative;
}

#sidebar_nav_list .list-group-item_::before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    color: #ad101f;
    left: -5px;
    top: 15px;
    font-size: 14px;
    height: 17px;
    width: 17px;
    background: #afecd4;
    border-radius: 50%;
    text-align: center;
    line-height: 17px;
}

.sidebar_nav_content .sidebar_nav_list_content_box {
    padding: 40px 50px;
    background: transparent;
    margin-bottom: 20px;
    font-family: 'SofiaPro', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.sidebar_nav_content .sidebar_nav_list_content_box_colored {
    background: #0a464f;
}

.sidebar_nav_content .sidebar_nav_list_content_box_colored:last-of-type {
    border-bottom: 10px solid #035762;
    margin-bottom: 0px;
}

.sidebar_nav_content .sidebar_nav_list_content_box_colored * {
    color: #fff;
}

.sidebar_nav_content * {
    color: rgba(94, 98, 103, 1);
}

.sidebar_nav_content .sidebar_nav_list_title {
    font-family: monospace, 'sans-serif';
    font-weight: 700;
    position: relative;
    padding-left: 60px;
}

.sidebar_nav_content .sidebar_nav_list_title:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #0a6d0f;
    top: 11px;
    left: 0px;
    height: 0px;
    width: 40px;
}

.sidebar_nav_list_title+p {
    text-align: justify;
}

.sidebar_nav_content .sidebar_nav_list_content_box_colored .sidebar_nav_list_title:before {
    border-bottom: 1px solid #d0d6dc;
}

.equal_box {
    min-height: 200px;
    text-align: center;
    vertical-align: middle;
    background: #CCE5FF;
    overflow: hidden;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: -50em;
    padding-bottom: +51em;
}

.equal_box blockquote {
    padding-top: 25px;
}

.industries_contact_box .svg-inline--fa {
    height: 25px;
    width: 25px;
    color: #f8f9fa;
    border-radius: 50%;
    margin-right: 15px;
    margin-top: -2px;
    background: #00789a;
    padding: 6px;
}

.widget_content .blog-post {
    margin-left: 20px;
}

.widget_content .single-blog-post {
    height: 120px;
    background: #f8f9fa;
    padding: 5px 5px 5px 10px;
    margin-bottom: 2px;
    margin-right: 5px;
}

.widget_content .blog-post .single-blog-post .post-img {
    width: 85px;
    height: 70px;
}

.widget_content .blog-post .single-blog-post .xs-post-title a {
    color: #8ed0da;
}

.new_parallax {
    position: relative;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner_parallax {
    z-index: 1;
    background-position: bottom center;
    background-attachment: scroll;
}

.banner_parallax::after {
    content: '';
    height: 100%;
    width: 100%;
    background: #3F4444 url('../../../images/system/dot_wave.png') no-repeat bottom right;
    /*background: -webkit-linear-gradient(45deg, #2af598 0%, #009efd 100%);*/
    background-size: 70%;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.home_parallax {
    height: 520px;
}

.parallax_500 {
    height: 500px;
}

.new_parallax .parallax_top_title p {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    padding: 23px 0 0 0;
}

.parallax_para {
    width: 45%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    right: 5%;
    top: 6%;
    bottom: 10%;
    padding: 80px 25px 10px;
    color: #111;
    font-size: 18px;
    height: auto;
}

.service_section .parallax_para {
    background: rgba(108, 117, 125, 0.0);
    width: 1150px; 
    right: 0%;
}

.parallax_para2 {
    right: 0%;
    left: 5%;
}
.why_chose{
    width: 80% !important;
    top: 10% !important;
    left: 10% !important;
    padding: 0 5% !important;
}
.parallax_para3 {
    width: 80%;
    top: 10%;
    left: 10%;
    padding: 0;
    background: transparent;
    overflow: hidden;
}

.parallax_para4 {
    width: 60%;
    padding: 0 10%;
    left: 20%;
}

.parallax_para4 h2 {
    margin-top: 65px;
    transition: .5s;
    position: relative;
}

.parallax_para4 p {
    color: #fff;
    text-align: justify;
    line-height: 28px;
    transition: .5s;
}

.parallax_para4 p:last-child {
    transition: .5s;
    opacity: 0
}

.parallax_para4:hover p {
    opacity: 1;
    line-height: 23px;
    font-size: 15px;
}

.parallax_para4:hover h2 {
    margin-top: 25px;
    margin-bottom: 0px;
}

.parallax_para4:hover h2::before {
    content: "";
    position: absolute;
    border-top: 10px solid lightgreen;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 47%;
    top: 85%;
}

.parallax_para5 .banner_heading {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    padding: 44px 0;
    max-width: 600px;
    margin: 0 auto;
}

.parallax_para_chart_right {
    width: 63%;
    background-color: rgba(222, 226, 230, 0.9);
    top: 20%;
    bottom: 20%;
    padding: 20px 40px;
    border-top: 25px solid rgba(1, 1, 1, 0.22);
    border-bottom: 25px solid rgba(1, 1, 1, 0.48);
    border-right: 25px solid rgba(1, 1, 1, 0.65);
    border-left: 25px solid rgba(1, 1, 1, 0.35);
}

.parallax_para_chart_left {
    width: 63%;
    background-color: rgba(222, 226, 230, 0.9);
    position: absolute;
    right: 0%;
    left: 5%;
    top: 20%;
    bottom: 20%;
    padding: 20px 40px;
    border-top: 25px solid rgba(1, 1, 1, 0.22);
    border-bottom: 25px solid rgba(1, 1, 1, 0.48);
    border-right: 25px solid rgba(1, 1, 1, 0.65);
    border-left: 25px solid rgba(1, 1, 1, 0.35);
}

.parallax_para_chart_full {
    width: 90%;
    background-color: rgba(222, 226, 230, 0.9);
    position: absolute;
    right: 0%;
    left: 5%;
    top: 40%;
    padding: 20px 0;
    border-top: 25px solid rgba(1, 1, 1, 0.22);
    border-bottom: 25px solid rgba(1, 1, 1, 0.48);
    border-right: 25px solid rgba(1, 1, 1, 0.65);
    border-left: 25px solid rgba(1, 1, 1, 0.35);
}

.parallax_para_chart_right p {
    line-height: 18px;
    padding-top: 5px;
    font-size: 14px;
}

.parallax_para_title_left {
    background-color: rgba(181, 253, 195, 0.9);
    visibility: visible;
    min-width: 200px;
    max-width: 280px;
    top: 40%;
    height: 100px;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    left: 5%;
    right: 0%;
}

.parallax_para_title_left::after {
    content: '';
    position: absolute;
    right: -17%;
    top: 30%;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left: 35px solid #7fc241;
    border-bottom: 20px solid transparent;
}

.parallax_para_title_right {
    background-color: rgba(181, 253, 195, 0.9);
    visibility: visible;
    min-width: 200px;
    max-width: 280px;
    top: 40%;
    height: 100px;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    right: 5%;
}

.parallax_para_title_right::before {
    content: '';
    position: absolute;
    left: -17%;
    top: 30%;
    border-right: 35px solid #7fc241;
    border-top: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#cloud_service {
    /*perspective: 1800px;*/
}

.parallax_para_title_center {
    background-color: #0a464f;
    visibility: visible;
    min-width: 200px;
    max-width: 280px;
    top: 12%;
    height: 100px;
    padding: 0 10px;
    text-align: center;
    position: absolute;
    left: 41%;
    right: 0%;
    transform: rotateY(45deg);
    transition: .5s;
    /*    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;*/
}

.parallax_para_title_center.left {
    left: 19%;
    transform: rotateY(25deg);
}

.parallax_para_title_center.center {
    transform: rotateY(20deg);
}

.parallax_para_title_center.right {
    left: 63%;
    transform: rotateY(15deg);
}

.parallax_para_title_center:hover {
    transform: rotateY(0deg);
}

.parallax_para_title_center::before {
    content: '';
    position: absolute;
    left: 45%;
    top: 90%;
    border-right: 20px solid transparent;
    border-top: 35px solid #7fc241;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent;
    display: none;
}

.parallax_para_title_center ul {
    margin: 0;
    padding: 0;
    position: relative;
    margin-top: 50px;
}

.parallax_para_title_center ul li {
    background: #495057;
    padding: 0;
    height: 40px;
    line-height: 45px;
    margin: 0 auto;
    color: #fbfdff;
    text-transform: capitalize;
    font-family: "Sofiapro";
    margin-bottom: 25px;
    box-shadow: 0px 0px 0px 10px #495057;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    transition: .5s;
}

.parallax_para_title_center ul li:hover {
    line-height: 30px;
}

.parallax_para_title_center ul li img {
    width: 18%;
    margin-right: 5px;
    border-right: 1px solid #cccccc;
    padding-right: 10px;
}

.parallax_para_title_left h2 {
    line-height: 100px;
    color: #212529;
    font-family: "sofiapro";
}

.parallax_para p,
.parallax_para h2 {
    color: ##495057;
}

.parallax_para h2 {
    border-bottom: 0px solid #111;
    padding-bottom: 10px;
    font-family: "sofiapro";
    font-size: 28px;
    padding: 0;
    line-height: 50px;
}

.parallax_para_title_center h2 {
    color: #fff;
    padding-top: 25px;
}

.cloud_parallax {
    min-height: 750px;
    height: auto;
    width: 100%;
}

.new_parallax>h2 {
    font-family: 'sofiapro', sans-serif;
    text-shadow: 0px 0px 4px #111;
    background: rgba(12, 12, 12, 0.49);
    text-transform: uppercase;
    text-align: center;
    padding: 20px 0;
}

.cloud_parallax .parallax_para {
    width: 900px;
    display: block;
    margin: 0 auto;
    position: relative;
    left: 0;
    top: 0;
    padding-top: 30px;
}

.cloud_parallax .card {
    transition: all 200ms linear;
    transform: scale(.95);
}

.cloud_parallax .card:hover {
    transition: all 200ms linear;
    transform: scale(1.05);
}

.cloud_parallax .card:hover {
    background: transparent;
    border: 1px solid green;
}

.cloud_parallax .card-img-top {
    width: 25%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.cloud_parallax .card-body .card-title {
    position: relative;
}

.cloud_parallax .card-body .card-title::before {
    content: '';
    width: 30%;
    border-bottom: 2px solid #28a745;
    position: absolute;
    left: 35%;
    bottom: -9px;
}

.cloud_parallax .card-body {
    text-align: center;
    font-family: "Roboto";
}

.cloud_parallax .card-body .card-text {
    text-align: center;
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #495057;
    line-height: 22px;
    font-size: 14px;
}

.datetime {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #fff;
    border-radius: 100px;
    width: 110px;
    height: 110px;
}

.datetime .date,
.datetime .time {
    color: #01535F;
    font-size: 22px;
    text-align: center;
    border-bottom: 5px solid #27AADF;
    margin-top: 8px;
    font-weight: 700;
    font-family: 'roboto', 'SofiaPro', Helvetica Neue, Helvetica, Arial, sans-serif;
}

.datetime .time {
    border-bottom: 0px solid #27AADF;
    margin-top: -10px;
    font-size: 18px;
}

.event_title {
    margin-top: 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
}

.event_title>small {
    font-size: 12px;
    font-weight: 600;
    color: #6c757d;
    position: absolute;
    right: 5px;
    bottom: -5px;
}

.mir_events {}

.mir_events .mir_event_item {
    margin-bottom: 15px;
}

.mir_events .blockcain-content {
    width: 100%;
    height: 250px;
    background: rgb(250, 250, 250);
    position: relative;
}

.mir_events .blockcain-content img {
    height: 100%;
    transition: all 200ms linear;
    opacity: 1;
}

.mir_events .blockcain-content:hover img {
    opacity: .5;
}

.mir_events .blockcain-content .event_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(6, 155, 75, 0.82);
    height: 50px;
    text-align: center;
    font-family: 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow: hidden;
    margin-bottom: 0px;
    transition: all 200ms linear;
    width: 100%;
}

.mir_events .blockcain-content:hover .event_content {
    height: 80px;
}

.mir_events .blockcain-content .event_content p {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(248, 249, 250, 0.34);
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.mir_events .blockcain-content .event_content a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 10px;
}

.mir_events .blockcain-content .date_time {
    width: 13%;
    background: #329280;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    z-index: 999;
}

.mir_events .blockcain-content .date_time .date {
    font-size: 15px;
    background: #05889c;
    margin: 0px;
    width: 100%;
    padding: 3px;
    color: #fff;
}

.mir_events .blockcain-content .date_time .month {
    padding: 0px;
    font-size: 15px;
    background: #e9ecef;
    color: #056b43;
    text-transform: uppercase;
    margin: 0px;
    width: 100%;
    font-family: "SofiaPro";
}

.more_events {
    background: #1ea367;
    color: #fff;
    font-size: 21px;
    font-family: "Roboto";
    border-bottom: 5px solid #0c8e53;
    position: relative;
    text-align: left;
    padding-left: 10px;
}

.more_events::after {
    content: '';
    position: absolute;
    left: 34%;
    width: 66%;
    height: 0;
    border-left: 35px solid #07ad62;
    border-top: 48px solid #ffffff;
}

.home_slider {
    margin-top: 0px;
}

.home_slider .carousel-caption {
    top: 140px;
    width: 500px;
}

.home_slider .carousel-caption .slide_title {
    color: #fff;
    text-shadow: 2px 0px 2px #212529;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    position: absolute;
    top: -200px;
}

.home_slider .carousel-caption .slide_content {
    color: #fff;
    text-shadow: 2px 0px 2px #212529;
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    left: -1000px;
    top: 70px;
    width: 100%;
    height: auto;
}

..carousel-item {
    overflow: hidden;
}

.xs-footer-v3 {
    background-image: url('../../../images/system/bg.footer.png');
    /* background-color: #3b3939; */
    background-color: #0A2A39;
}

.news_press .blog-post .single-blog-post {
    margin-bottom: 30px;
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-radius: 10px;
    height: 110px;
    overflow: hidden;
}

.news_press .blog-post .single-blog-post .media-body {
    height: 100%;
    padding-right: 10px;
}

.news_press .blog-post .single-blog-post .post-img img {
    height: 100%;
    width: auto;
    max-width: 150px;
    margin-right: 10px;
    border: 5px solid #fff;
    border-radius: 10px;
    opacity: 1;
    transition: all 300ms ease-in;
}

.news_press .blog-post .single-blog-post:hover .post-img img {
    opacity: .8;
    transform: scale(1.4);
}

.news_press .blog-post .single-blog-post .media-body .post-meta-date {
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    text-align: right;
    border-bottom: 1px solid #dee2e6;
    color: #0b8226;
    padding: 5px 0;
    margin-bottom: 3px;
}

.news_press .blog-post .single-blog-post .media-body .xs-post-title {
    line-height: 20px;
}

.news_press .blog-post .single-blog-post .media-body .xs-post-title a {
    font-family: 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #505254;
}

.news_press .blog-post .single-blog-post:hover .media-body .xs-post-title a {
    color: green;
}

.news_press .blog-featured-post {
    overflow: hidden;
    background: #fff;
    height: 390px;
}

.news_press .blog-featured-post .blog-feaured-img {
    width: 100%;
    height: auto;
    min-height: 370px;
    max-height: 390px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    border: 5px solid #f8f9fa;
    opacity: .7;
    transition: all 350ms linear;
    transform: scale(1);
}

.news_press .blog-featured-post:hover .blog-feaured-img {
    opacity: 1;
    transform: scale(1.2);
}

.news_press .blog-featured-post .blog-featured-content {
    padding: 5px 25px 10px;
    background: rgb(223, 235, 233);
}

.news_press .blog-featured-post:hover .blog-featured-content {
    background: rgba(255, 255, 255, 0.85);
}

.news_press .blog-featured-post .blog-featured-content .xs-blog-title {
    font-family: 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #495057;
}

.news_press .blog-featured-post:hover .blog-featured-content .xs-blog-title {
    color: green;
}

.cloud_features {
    background-image: url('../../../images/test/bg.cable.png'), url('../../../images/test/bg.network-cables.png');
    background-position: right bottom, right top;
    background-repeat: no-repeat, no-repeat;
    background-size: 500px 200px, 500px 200px;
}

.btn_search {
    margin-left: 30px;
    height: 30px;
    padding: 0 14px;
    text-align: center;
    vertical-align: 0;
    line-height: 30px;
    border-radius: 0px;
}

.btn_trans {
    background: rgba(144, 238, 144, 0.2);
    border: 1px solid rgba(6, 155, 75, 0.35);
    padding: 5px 15px;
    color: #6c757d;
    font-family: "sofiapro";
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 2px 4px 0px 1px rgba(13, 162, 114, 0.83);
}

.btn_trans:hover {
    background: rgba(144, 238, 144, 0.5);
    border: 1px solid rgba(6, 155, 75, 0.6);
}

.btn_trans a {
    color: #6c757d;
    font-family: "sofiapro";
    text-align: center;
}

.why_mir_cloud ul {
    margin: 0 auto;
    width: 70%;
}

.why_mir_cloud ul li {
    list-style: none;
}

.why_mir_cloud ul li>img {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #17a2b8;
    border-radius: 50%;
    padding: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
    transition: .3s;
    background: transparent;
}

.cloud-area img {
    width: 40%;
    margin: 0 auto;
    transform: scale(1);
    transition: all 200ms linear;
}

.why_mir_cloud:hover img {
    transform: scale(1.1);
}

section.page_area {
    padding: 50px 0 0px;
    margin-bottom: -100px;
}

.home_services .single-feaured-item {
    padding: 20px;
}

.home_services .single-feaured-item:hover {
    outline: 1px solid #319383;
}

.home_services .single-feaured-item img {
    width: 40%;
    transition: all 300ms linear;
    transform: scale(1);
}

.home_services .single-feaured-item img.scale_18 {
    transform: scale(1.8);
}

.colorize_img {
    filter: brightness(0.7) sepia(1) hue-rotate(180deg) saturate(1);
}

.home_services .single-feaured-item:hover img {
    transform: scale(1.3);
}

.home_services .single-feaured-item:hover img.scale_18 {
    transform: scale(2.1);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 30px;
    width: 30px;
    padding: 5px;
    border: 2px solid #dee2e6;
    border-radius: 50%;
}

.footer-area {
    padding: 50px;
    border: none;
}

.footer-area .footer_info_links {
    background: rgba(11, 74, 84, 0.7);
    position: relative;
    padding: 15px 150px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-radius: 0px;
}

.footer-area .footer_info_links::before {
    content: '';
    border-left: 189px solid #0b4a54;
    position: absolute;
    left: -7%;
    top: 25%;
    transform: rotate(-70deg);
    display: block;
}

.footer_area_custom {
    padding: 50px 10px 50px;
    font-family: "sofiapro", sans-serif;
}

.xs-footer-v3 .container .footer-area.footer_area_custom>.links {
    margin: 0;
    border-bottom: 1px solid #7374758f;
    margin-bottom: 20px;
    padding-bottom: 50px;
}

.footer_area_custom .copyright ul {
    float: right;
}

.footer_area_custom .copyright ul li {
    float: left;
}

.footer_area_custom .copyright ul li a {
    width: 30px;
    background: #2E4B59;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-family: "sofiapro", sans-serif;
}

.footer-copyright {
    padding: 3px 0;
    background: #03404a;
}

.footer-widget {
    font-family: 'SofiaPro', 'roboto', Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #ddd;
    font-size: 12px;
}

.footer-widget .widget-title {
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}

.footer-widget .widget-title::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    background: #fff;
    border-bottom: 2px solid #fff;
    display: none;
}

.footer-widget ul li {
    margin-bottom: 0px;
    color: #afecd4;
    font-size: 14px;
    font-family: "sofiapro";
}

.footer-widget ul li a {
    color: #afecd4;
    font-family: "sofiapro";
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.footer-widget ul li a:hover {
    color: #2bc387;
    border-left: 5px solid #2bc387;
    padding-left: 5px;
}

.parallax_para3>div.row {
    margin: 0;
}

.latest_events {
    background: #fff;
    padding: 0px;
    margin: 10px 10px -5px;
    position: relative;
    overflow: hidden;
    height: 80px;
    transition: all 200ms linear;
}

.latest_events .date_time {
    display: inline-block;
    width: 15%;
    background: #fff;
    float: left;
}

.latest_events .date_time .date,
.latest_events .date_time .month {
    background: #19b396;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 7px 0;
}

.latest_events .date_time .month {
    font-size: 14px;
    background: #329280;
    color: #fff;
    border-top: 1px solid #ddd;
}

.latest_events a.event_title {
    margin-left: 5%;
    text-decoration: none;
    font-family: "sofiapro";
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 20px;
    border: none;
    float: left;
    width: 80%;
    vertical-align: middle;
    margin-top: 7px;
    color: #495057;
}

.latest_events:hover {
    background: #04575e;
}

.latest_events:hover a.event_title {
    color: #fff;
}


/* sticky menu */

.navbar.sticky-top {
    padding: 0;
}


/* start logo */

.navbar.sticky-top .top_menu {
    margin-top: -15px;
    position: absolute;
    background: linear-gradient(45deg, #3cba92 0%, #0ba360 100%);
    right: 0%;
    top: 0%;
    padding-right: 15px;
    padding-top: 5px;
    min-width: 65%;
    max-height: 45px;
    border-bottom-left-radius: 50px;
}

.navbar.sticky-top .top_menu ul {
    margin-right: 100px;
    position: relative;
}

.top_menu ul li {
    margin-left: 50px;
}

.navbar.sticky-top .top_menu ul li a {
    color: #fff;
    line-height: 50px;
    font-family: "sofiapro";
    font-size: 15px;
}

.navbar.sticky-top .navbar-brand {
    margin-left: 6%;
}

.logo_default {
    width: 90%;
    transition: all 300ms linear;
}

.logo_onscroll {
    width: 70%;
    transition: all 300ms linear;
}

.top_menu .search_btn {
    position: absolute;
    right: 2%;
    top: 34%;
    padding: 0 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    z-index: 1002;
}

.top_menu .search_btn form {
    display: none;
    position: absolute;
    width: 400px;
    right: 0%;
    background: #ffffff;
    top: 100%;
    z-index: 100;
    padding: 10px 0 5px 10px;
    border: 1px solid green;
    border-top: 0px solid transparent;
}

.top_menu .search_btn:hover form {
    display: block;
}

.top_menu .search_btn form .form-group {
    width: 62%;
    float: left;
}

.top_menu .search_btn form input {
    background: transparent;
    border: none;
    border-bottom: 1px dashed rgba(108, 117, 125, 0.84);
    border-radius: 0px;
    color: #343a40;
    width: 100%;
    font-family: "Sofiapro", Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.top_menu .search_btn form input:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px dotted #069b4b;
}

.top_menu .search_btn form input::placeholder {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: "Sofiapro", Arial, sans-serif;
    text-indent: 0px;
}

.top_menu .search_btn form button[type='submit'] {
    background: rgb(116, 165, 71);
    border: none;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    transition: .5s;
    float: right;
    margin-right: 2px;
    font-size: 14px;
    font-weight: bold;
}

.top_menu .search_btn form button[type='submit']:hover {
    background: darkgreen;
    color: #fff;
}


/*end logo */

.navbar.sticky-top .top_menu::before {
    content: '';
    height: 55px;
    width: 25px;
    background: #0b4a54;
    position: absolute;
    transform: rotate(-30deg);
    left: -15px;
    top: -13px;
    display: none;
}

.main_menu_default {
    background: transparent;
    margin-top: 22px;
    z-index: 99;
    padding-top: 15px;
}

.main_menu_onscroll {
    background: transparent;
    margin-top: 29px;
    z-index: 99;
    padding-top: 0px;
}

.navbar.sticky-top .main_menu .navbar-nav {
    width: 80%;
    padding-right: 2%;
}


/*Our best features custom css*/

.featured-v3 .main-fetured-item.home_services::before {
    background: rgba(248, 249, 250, 0.83);
}

.home_services .feature-title {
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    color: #495057;
    border: 1px solid #6c757d96;
    padding: 8px 0;
}

.featured-v3 .main-fetured-item.home_services .single-feaured-item p {
    color: #6a6d00;
}

.xs-footer-v3 .container-fluid {
    padding: 0;
}

.xs-footer-v3 .container-fluid .footer-area>.row {
    margin: 0;
}

.xs-footer-v3 .footer-copyright p {
    color: #afecd4;
    font-size: 12px;
}

.footer-widget .footer-logo {
    text-align: left;
    margin-left: 21%;
}

.footer-logo a img {
    margin-top: 40px;
    margin-bottom: 0;
    float: none;
    width: 50%;
}

.xs-footer-v3 .footer-widget ul li {
    color: #b5b9bd;
}

.xs-footer-v3 .footer-widget ul li a {
    color: #b5b9bd;
}

.section-p-120 {
    padding: 60px 0;
}

.accordion_col {
    background: transparent;
    margin: 60px 0 50px;
    padding: 30px 10px 30px;
    font-family: "sofiapro", "Roboto", Arial, sans-serif;
}

.accordion_col .section_title {
    color: #f8f9fa;
    text-align: center;
    text-transform: uppercase;
    background: #7fc241d6;
    line-height: 50px;
    padding-bottom: 75px;
    padding-top: 35px;
    position: relative;
    border-radius: 10px;
    font-size: 24px;
}

.accordion_col .section_title::before {
    content: '';
    position: absolute;
    left: 40%;
    top: 57%;
    width: 20%;
    border-bottom: 2px solid #495057;
}

.accordion_col>div {
    color: #123;
    text-align: center;
    background: rgb(238, 245, 243);
    line-height: 50px;
    width: 90%;
    padding: 25px 5% 20px;
    margin: -15% auto 0px;
    box-shadow: 0px 0px 10px 10px #dee2e6 inset;
    z-index: 90;
    position: relative;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.accordion_col .card {
    background-color: rgba(255, 255, 255, .8);
    border: none;
    border-bottom: 0px solid #ddd;
    border-radius: 0px;
}

.accordion_col .card .card-header {
    margin: 0;
    padding: 0;
}

.accordion_col .card:last-of-type .card-header {
    border: none;
}

.accordion_col .card .card-header .btn {
    height: 45px;
    line-height: 45px;
    text-indent: 15px;
    color: #0e747f;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    text-align: left;
    display: block;
    width: 100%;
    font-size: 15px;
}

.accordion_col .card .card-header .btn .fa {
    margin-right: 5px;
    line-height: 35px;
}

.accordion_col .card .card-body {
    color: #777;
    text-align: justify;
    position: relative;
    line-height: 25px;
    font-size: 14px;
}

.accordion_col .card .card-body img {
    float: right;
    display: inline-block;
    padding: 0px 5px;
    margin: 5px 0 5px 15px;
    width: 80px;
    border: 1px solid rgba(5, 5, 5, .1);
}

.company_small_logo {
    float: right;
    margin: 0px 0px 15px 0;
    width: 100%;
    padding: 0px;
    background: rgba(222, 226, 230, 0.41);
    border-radius: 10px;
    border: 1px solid #069b4b;
}

.new_parallax>div {
    overflow: hidden;
}

.about_section {
    font-family: 'sofiapro', 'roboto', sans-serif;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 30px 30px;
    margin-top: 90px;
    margin-bottom: 100px;
    transition: .5s;
}

.about_section h2,
.about_section h3,
.about_section h4,
.about_section h5,
.about_section h6 {
    font-family: 'sofiapro', 'roboto', sans-serif;
}

.about_section h4 {
    color: #6c757d;
    display: block;
    position: relative;
    line-height: 40px;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6c757d;
    width: 50%;
}

.about_section h4::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 96%;
    width: 100px;
    border-bottom: 5px solid darkgreen;
}

.about_section.service_details ul {
    display: block;
    margin: 20px 50px;
    color: #343a40;
}

.about_section.service_details img {
    float: right;
    display: inline-block;
    margin: 0 0 20px 20px;
    width: 40%;
}

.about_section.service_details ul li {
    list-style-type: circle;
}

.about_section.service_details ul {}

.about_section:hover {
    background: rgba(255, 255, 255, 1);
}

.about_section h2 {
    font-family: monospace, 'sans-serif';
    text-align: center;
    font-size: 26px;
    color: rgba(94, 98, 103, 1);
    font-weight: 500;
    position: relative;
}

.about_section h2::before {
    content: "";
    position: absolute;
    left: 45%;
    top: 100%;
    width: 10%;
    border-bottom: 1px solid #7FC241;
}

.about_section p {
    font-family: 'sofiapro', 'sans-serif';
    text-align: justify;
    font-size: 16px;
    color: rgba(94, 98, 103, 1);
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.industry_content p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    display: inline-flex;
}

.industry_content .social_links {
    margin: 20px auto auto 0;
    padding: 0;
    display: block;
    text-align: center;
}

.industry_content .social_links a {
    display: inline-block;
    text-decoration: none;
    background: rgba(127, 194, 65, 1);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    border: 1px solid rgba(127, 194, 65, 1);
    transition: .5s;
}

.industry_content .social_links a:hover {
    color: rgba(127, 194, 65, 1);
    background: #fff;
    border: 1px solid #110;
}

.cloud_service .circle {
    width: 350px;
    height: 350px;
    border: 5px dotted darkgreen;
    display: block;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    position: relative;
}

.cloud_service .circle .child {
    width: 130px;
    height: 130px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    z-index: 999;
    cursor: pointer;
}

.cloud_service .circle .child .title {
    color: #fff;
    line-height: 10px;
    text-align: center;
    font-size: 20px;
    font-family: 'sofiapro', 'roboto', sans-serif;
    font-weight: 500;
}

.cloud_service .circle .child .svg-inline--fa {
    display: block;
    line-height: 80px;
    margin: 26px auto;
    text-align: center;
    width: 100%;
    font-size: 26px;
    color: #fff;
}

.cloud_modals .modal-title {
    color: #6c757d;
    font-size: 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cloud_modals .nav-item a.nav-link {
    color: #28a745;
}

.cloud_modals .tab-content {
    padding: 20px 0 5px;
}

.cloud_modals p {
    color: #656a6f;
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.cloud_modals img {
    width: 70%;
    display: inline-block;
    text-align: center;
    max-height: 300px;
}

.modal_full {
    min-width: 90%;
    display: block;
    margin: 50px auto 0 auto;
}

.modal_full .modal-content {
    min-height: 50vh;
}

.cloud_service .circle .child:nth-of-type(1) {
    left: 30%;
    top: -17%;
    background: #078240;
}

.cloud_service .circle .child:nth-of-type(2) {
    right: -12%;
    top: 50%;
    background: #17a9a2;
}

.cloud_service .circle .child:nth-of-type(3) {
    bottom: 10%;
    left: -12%;
    background: #7fc241;
}

.cloud_service .circle .child .popup {}

.cloud_category {
    position: relative;
    background-position: top center;
    background-size: 470px 100%;
    width: 100%;
    height: 540px;
    background-repeat: no-repeat;
}

.cloud_category>h3 {
    color: #111;
    text-align: center;
    position: absolute;
    bottom: -2%;
    font-size: 20px;
    font-family: "sofiapro", sans-serif;
    left: 32%;
    width: 32%;
    background: #fffef5;
}

.cloud_item_list {
    position: absolute;
    width: 93px;
    background: transparent;
    height: 90px;
    overflow: hidden;
}

.cloud_item_list:nth-of-type(1) {
    left: 82px;
    bottom: 10%;
}

.cloud_item_list:nth-of-type(2) {
    left: 185px;
    bottom: 10%;
}

.cloud_item_list:nth-of-type(3) {
    left: 135px;
    bottom: 27%;
}
.cloud_item_list>h3 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #555;
}

.cloud_item_list>h3 img {
    display: block;
    text-align: center;
    width: 40%;
    margin: 0px auto 2px auto;
}

.cloud_item_list_5 {
    position: absolute;
    width: 80px;
    background: transparent;
    height: 90px;
    overflow: hidden;
}
.cloud_item_list_5:nth-of-type(1) {
    left: 66px;
    bottom: 10%;
}

.cloud_item_list_5:nth-of-type(2) {
    left: 144px;
    bottom: 10%;
}

.cloud_item_list_5:nth-of-type(3) {
    left: 216px;
    bottom: 10%;
}

.cloud_item_list_5:nth-of-type(4) {
    left: 111px;
    bottom: 27%;
}

.cloud_item_list_5:nth-of-type(5) {
    left: 170px;
    bottom: 27%;
}

.cloud_item_list_5>h3 {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #555;
}

.cloud_item_list_5>h3 img {
    display: block;
    text-align: center;
    width: 40%;
    margin: 0px auto 2px auto;
}


/* service_section */
.service_section .service_card {
    background-color: #fff;
    box-shadow: 0 35px 48px 0 rgba(0,0,0,.07);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    padding: 30px;
    border-radius: 5px 5px 0 0;
    max-height: 350px;
}
.service_section .service_card:nth-child(1) {
    margin-left: 20px;
}
.service_section .service_card:nth-child(2) {
    z-index: 99;
    margin-left: -20px;
    max-height: 490px;
    top: -80px;
}
.service_section .service_card:nth-child(3) {
    margin-left: -20px;
}
.service_section .service_card .service_title {
    color : #000;
 }
 .service_section .service_card ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e8e8e8;
    color: black;
    font-size: 17px;
 }
 .service_section .service_card_2 ul li{
     padding-top: 5px;
    padding-bottom: 5px;
 }

 .service_section .service_card ul li:last-of-type {
    border-bottom: none;
}
 .service_section .service_card ul li img {
    padding-right: 20px;
    margin: 10px 10px 10px 0px;
    border-right: 1px dashed #e8e8e8;
    width: 55px;
 }

/* service_section */


.contact {
    background: rgba(6, 155, 75, 0.10);
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.contact::after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../../../images/system/bird.svg) no-repeat 7% 82%, url(../../../images/system/bird.svg) no-repeat 12% 65%, url(../../../images/system/bird.svg) no-repeat 7% 45%, url(../../../images/system/bird.svg) no-repeat 10% 18%, url(../../../images/system/bird.svg) no-repeat 18% 45%, url(../../../images/system/bird.svg) no-repeat 20% 0%;
    z-index: -1;
    -webkit-background-size: 18px, 28px, 28px, 33px, 33px, 52px;
    background-size: 18px, 28px, 28px, 33px, 33px, 52px;
    opacity: 0.8;
}

.contact-list {
    color: #7c8d84;
    font-size: 15px;
    letter-spacing: 0.25px;
    background-color: #fff;
    padding: 40px;
    transform: translateY(-90px);
    min-height: 400px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0 15px -3px rgba(6, 155, 75, 0.15);
}

.contact-list ul li {
    position: relative;
    margin: 15px 0;
    padding-left: 35px;
}

.contact-list ul li svg {
    color: #38B88E;
    width: 16px !important;
    height: auto;
    position: absolute;
    left: 0;
    top: 5px;
}

.contact-list ul li a {
    color: #38B88E;
}

.contact-list .owl-carousel .owl-nav button.owl-next,
.contact-list .owl-carousel .owl-nav button.owl-prev {
    background: #38B88E;
    height: 36px;
    width: 36px;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
}


/* additional style */

.website-link {
    padding-bottom: 25px;
}

.website-link a {
    color: #ececec;
    background-color: #39B88F;
    border-color: #39B88F;
    font-size: 18px;
}

.website-link a:hover {
    color: #fff;
    background-color: #2f9876;
    border-color: #2f9876;
}


/* additional style */

.contact-list .owl-carousel button span {
    font-size: 24px;
}

.contact-form {
    padding: 0 0;
}

.contact-form h2,
.contact-list h2,
.contact-list h4 {
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-form h2 {
    display: block;
}

.contact-form h2+p {
    color: #65746c;
    font-size: 15px;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}

.contact-form h2::after,
.contact-list h2:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #222;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.contact-list h2 {
    margin-bottom: 15px;
}

.contact-list h4 {
    font-size: 20px;
    color: #1fb3a0;
}

.contact-form .form-control {
    color: #666;
    border-radius: 2px;
    resize: none;
    padding: 12px 15px;
    height: auto;
    box-shadow: 0 0 5px -3px rgba(6, 155, 75, 0.20);
    border: none;
}

.contact-form .form-control:focus,
.contact-form .btn:focus {
    outline: none!important;
    box-shadow: 0 0 10px -2px rgba(6, 155, 75, 0.24);
}

.contact-form .form-control:focus {
    border-color: #17a2b8;
}

.contact-form select {
    height: auto !important;
    background: #fff url('../../../images/system/search-dropdown.svg') no-repeat 97% center;
    background-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.contact-form .btn {
    border-radius: 2px;
    padding: 15px 15px 12px;
    height: auto;
    line-height: 25px;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #0ba360 0%, #3cba92 100%);
    border: none;
    width: 150px;
}

.contact-form .btn:hover {
    border: none;
}

.map {
    /* filter: grayscale(1); */
    margin-bottom: -10px;
    width: 100%;
}

.company-details,
.service-details {
    padding: 50px 0;
}

.details-info h2,
.company-details .intro,
.parallax_para5 .banner_heading,
.common-subheading,
.related-company-list h3,
.contact h2,
.contact h4,
.service-details .intro {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.common-subheading {
    color: #36B68B;
    font-size: 36px;
}

.common-subheading:after {
    content: '';
    display: block;
    margin: 10px 0 20px;
    width: 40px;
    height: 2px;
    background-color: #3F4444;
}

.company-details .intro,
.service-details .intro {
    font-size: 22px;
    color: #36B68B;
    font-weight: 600;
    display: block;
    max-width: 90%;
    line-height: 35px;
    margin-top: 15px;
}

.company-details p,
.related-company-list ul li a,
.service-details p,
.service-list p {
    color: #666;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 24px;
}

.company-details p a,
.service-details p a {
    color: #39B88F;
}

.company-details ul,
.service-details ul {
    padding: 0;
    margin: 30px 0 0;
}

.company-details ul li {
    margin: 0.5rem 0;
    display: block;
    width: 100%;
}

.company-details ul li a {
    padding: 1.125rem 3rem 1.125rem 1.5rem;
    letter-spacing: 1px;
    line-height: normal;
    background: #39B88F;
    font-weight: 600;
    display: block;
    margin: 1rem 0;
    text-transform: capitalize;
    color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    font-size: 16px;
}

.company-details ul li a span {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 1.1rem 1rem 1rem;
}

.details-info {
    width: 100%;
    color: #fff;
    text-align: center;
    text-align: center;
    background: #3F4444 url('../../../images/system/dot_wave.png') no-repeat bottom left;
    background-size: cover;
    padding: 50px 20px;
    position: relative;
    margin: 40px 0;
}

.details-info img {
    height: 72px;
}

.details-info h3 {
    font-size: 16px;
    margin: 10px auto;
    letter-spacing: 0.25px;
}

.industries_contact_box {
    position: relative;
    padding-left: 40px;
    margin: 20px 0;
    display: block;
}

.industries_contact_box .svg-inline--fa {
    height: 30px;
    width: 30px;
    color: #f8f9fa;
    border-radius: 50%;
    background: #3F4444;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 2px;
}

.related-company-list {
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    padding: 30px;
    margin-top: 60px;
    min-height: 550px;
    margin-bottom: 50px;
}

.related-company-list h3 {
    background: #39B88F;
    padding: 50px;
    margin: -30px -30px 30px;
    text-align: center;
    -webkit-clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 80%, 0 100%, 0 0);
}

.related-company-list ul {
    padding: 0;
    margin: 20px 0;
}

.related-company-list ul li {
    margin: 10px 0;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px 35px;
}

.related-company-list ul li:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #ddd;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 16px;
}

.related-company-list ul li.active {
    background: #39B88F;
}

.related-company-list ul li.active:after {
    background: #ffffff;
}

.related-company-list ul li.active a {
    color: #ffffff;
}

.related-company-list ul li:hover {
    background: #39B88F;
}

.related-company-list ul li:hover:after {
    background: #ffffff;
}

.related-company-list ul li:hover a {
    color: #ffffff;
}

.service-details ul {
    margin: 20px 0;
}

.service-details ul li {
    position: relative;
    color: #444;
    font-size: 16px;
    letter-spacing: 0.25px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 600;
    vertical-align: middle;
}

.service-details ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #36B68B;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.service-list .row:nth-child(2n+2) div[class*="col-"]:first-child {
    order: 2;
}

.service-list .common-subheading {
    font-size: 30px;
}

.service-list p,
.service-list .common-subheading {
    padding-left: 30px;
}

.service-list .row:nth-child(2n+2) div[class*="col-"]:last-child p {
    padding-right: 30px;
    padding-left: 0;
}

.service-list .row:nth-child(2n+2) div[class*="col-"]:last-child .common-subheading {
    padding-right: 30px;
    padding-left: 0;
}

.service-list .new_parallax {
    background-attachment: scroll;
    background-position: top center;
}

.com_address{
    max-width: 350px;
}

.service-list{
    margin-bottom: 40px;
}

/*! #######################################################################

    MeanMenu 2.0.7
    --------

    To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
.mean-container a.meanmenu-reveal {
    border: 1px solid #979797;
    color: #979797;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -77px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 22px;
}
.mean-container a.meanmenu-reveal span {
  background: #979797 none repeat scroll 0 0;
  display: block;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
    background: #0c1923 none repeat scroll 0 0;
    float: left;
    margin-top: 15px;
    width: 100%;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 12px;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.mean-remove {
    display: none !important;
}


.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.transparent-header .mean-container a.meanmenu-reveal span {
    background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.header-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
}



.mobile-menu.mean-container {
        width: 100%;
    }
.mobile-menu.mean-container .dropdown-menu {
    background-color: #0C1923 !important;
}
#mobile-menu {
    width: 100%;
}
.menu-spacer {
    display: flex;
    place-content: space-between;
}
.our_mission {
    padding-top: 120px;
}
.mb-30 {
    margin-bottom: 30px;
}

.why_chose_wrap{
    height: 600px !important;
  }
@media (max-width: 990px) {
  .why_chose_wrap{
    height: 750px !important;
  }
.new_parallax {
    background-position: center;}
  }
@media (max-width: 680px) {
  .why_chose_wrap{
    height: 920px !important;
  }
  .banner_heading{
    padding: 0px !important;
  }
  .industries .industries_item:nth-of-type(2n) {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 50px;
}
  }