* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    margin: 0 auto;
    padding: 0;
    color: #222;
    overflow-x: hidden;
    font-family: 'Maven Pro', sans-serif;
}

.visible-xs {
    display: none;
}

.hidden-xs {
    display: block;
}

.padY-20 {
    padding: 20px 0;
}

.padY-40 {
    padding: 60px 0;
}

.padY-60 {
    padding: 60px 0;
}

.padY-80 {
    padding: 80px 0;
}

.bg-blue {
    background-color: #368dd1;
}

.bg-gray {
    background-color: #f9f9f9;
}

.color_green {
    color: #6fbb52;
}

header {
    margin-top: 0px;
    position: relative;
    width: 100%;
    z-index: 9;
    box-shadow: 0px 1px 1px #999;
}

.top_bar_header {
    background-color: #368dd1;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
}

.contact_in_topbar p {
    margin: 0;
}

.social_in_topbar ul {
    margin: 0;
}

.social_in_topbar ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px;
    margin: 0;
}

.social_in_topbar ul li:first-child {}

.social_in_topbar ul li a {
    color: #fff;
    text-decoration: none;
}

.navbar {
    margin: 0;
    padding: 0;
}


.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    max-width: 200px;
}

.nav .navbar-nav a {
    padding: 30px 0;
    color: #000;
}

.navbar-nav .active {
    background-color: #358dd1;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 15px;
}

.nav-link {
    color: #000;
    transition: all 0.25s ease-in;
}

.navbar-nav .active > .nav-link {
    color: #fff;
}

.navbar-nav .nav-link:hover {
    background-color: #358dd1;
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 1px 1px #999;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border-bottom: 1px solid rgba(53, 141, 209, 0.2);
    transition: all 0.25s ease-in;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #368dd1;
}

.nav-item.dropdown.show {
    background-color: #358dd1;
    color: #fff;
}

.nav-item.dropdown.show .nav-link {
    color: #fff;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.banner_block {
    position: relative;
}

.carousel-item img {
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    top: 25%;
    left: 15%;
    z-index: 10;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-right: 4px;
    margin-left: 4px;
}


.banner_form_parent {
    position: absolute;
    bottom: 30%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner_form {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    max-width: 75%;
    margin: 0 auto;
    border-radius: 2px;
}

.banner_form .input-group {
    width: 35%;
    margin: 0px 28px 0 0;

}

.banner_form .form-control,
.banner_form select {
    background-color: transparent;
    color: #fff;
    border-radius: 2px;
    height: 45px;

}

.banner_form select option {
    color: #000;

}

.form-control:focus {
    box-shadow: none;
    border-color: inherit;
}

.custom-select:focus {
    box-shadow: none;
    border-color: inherit;

}

.banner_form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.banner_form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.banner_form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.banner_form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.btn-site {
    background-color: #368dd1;
    /*    height: 45px;*/
    width: 175px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
}

.btn-site:hover {
    color: #ddd;
    text-decoration: none;
}

.path_select_each {
    padding: 0px;
    background-color: #444;
    margin: 10px 0 0;
    position: relative;
}

.action_path_select {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    background-color: rgba(53, 141, 209, 0.9);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.action_path_select:hover {
    color: #ddd;
    text-decoration: none;
}

.heading_top {
    text-align: center;
    font-size: 28px;
    margin: 0 0 30px;
    font-weight: 500;
    position: relative;
}

.heading_top:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #368dd1;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heading_top_white {
    text-align: center;
    font-size: 28px;
    margin: 0 0 30px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.heading_top_white:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #fff;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.why_optizm_each {
    text-align: center;
    padding: 20px 0;
}

.why_optizm_each i {
    font-size: 80px;
    color: #fff;
}

.why_optizm_each h4 {
    font-size: 16px;
    color: #fff;
    margin: 15px 0 0;
    font-weight: 400;
    text-transform: uppercase;
}

.optizm_services_each {
    border: 1px solid #368dd1;
    text-align: center;
    padding: 40px 20px;
    margin: 15px 0;
    transition: all 0.25s ease-in;
}

.optizm_services_each i {
    font-size: 48px;
    color: #368dd1;
}

.optizm_services_each h4 {
    font-size: 24px;
    color: #444;
    margin: 15px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.optizm_services_each a {
    font-size: 14px;
    color: #444;
    margin: 10px 0;
    font-weight: 500;
    text-transform: capitalize;
}

.optizm_services_each:hover {
    background-color: #368dd1;
}

.optizm_services_each:hover i {
    color: #fff;
}

.optizm_services_each:hover i,
.optizm_services_each:hover h4,
.optizm_services_each:hover p,
.optizm_services_each:hover a {
    color: #fff;
}

.optizm_services_each:hover a {
    text-decoration: none;
}

.optizm_clients_each {
    padding: 5px;
    background-color: #fff;
    margin: 15px 0;
    box-shadow: 0px 1px 1px;
}

.user_review {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
}

.user_review img {
    max-width: 150px;
    margin: 0 auto 15px;
    box-shadow: 0px 1px 1px #999;
}

.user_review i {
    font-size: 48px;
    color: #368dd1;
    margin: 0 0 15px;
}

.owl-nav {
    position: absolute;
    bottom: -15px;
    left: 46%;
    width: 100%;
}

button.owl-prev span {
    display: inline-block;
    padding: 0px 12px;
    margin: 0 5px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    background-color: #358dd1;
}

button.owl-next span {
    display: inline-block;
    padding: 0px 10px;
    margin: 0 5px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    background-color: #358dd1;
}

.bg-img {
    background-image: url(../images/bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.counter_each {
    text-align: center;
    padding: 30px 0;
    color: #fff;
}

.counting {
    font-size: 48px;
    font-weight: 600;
    margin: 10px 0;
    line-height: 50px;
}

.blog_each {
    background-color: #fff;
    box-shadow: 0px 1px 1px #999;
    padding: 0px;
    text-align: center;
}

#two.owl-carousel .owl-stage-outer {
    padding: 5px;
}

.blog_each h4 {
    font-size: 18px;
}

.blog_each_text {
    padding: 15px;
}

.social_in_footer {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.social_in_footer ul {
    margin: 0;
}

.social_in_footer ul li {
    display: inline-block;
    margin: 0 5px;
}

.social_in_footer ul li a {
    color: #fff;
    font-size: 18px;
}

.footer_main {
    padding: 20px 0;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

.footer_main h2 {
    font-size: 22px;
    text-transform: uppercase;
}

.footer_main p strong {
    display: block;
}

.quick_links ul {
    margin: 0;
}

.quick_links ul li {
    list-style: none;
}

.quick_links ul li a {
    color: #fff;
    font-size: 15px;
}

.footer_map iframe {
    height: 250px;
    width: 100%;
}

.footer_desclaimer_text {
    text-align: justify;
}

.footer_desclaimer_text h4 {
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: 600;
}

.footer_desclaimer_text p {
    font-size: 12px;
    font-style: oblique;
}

.footer_copyright {
    padding: 20px 0 0;
}

.footer_copyright p,
.footer_copyright a {
    font-size: 14px;
    color: #fff;
}

.copyright_sec_links {
    text-align: right;
}

.copyright_sec_links ul {
    margin: 0;
}

.copyright_sec_links ul li {
    display: inline-block;
    margin: 0px 5px;
}


.inner__bredcrum_main {
    height: auto;
    background-color: #358dd1;
    background-image: url(../images/bredcrum-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bredcrum__block {
    position: relative;
    padding: 60px 0;
}

.bredcrum__block h1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0px;
}

.bredcrum__block p,
.bredcrum__block p a {
    color: #fff;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 0px 5px 0 0;
    text-decoration: none;
}

.inner_main_heading {
    font-size: 24px;
    font-weight: 600;
    border-left: 5px solid #6fbb52;
    padding-left: 10px;
    margin: 0 0 15px;
}

.serdesktop {
    margin: 30px 0;
    width: 100%;
    text-align: center;
}

.inner_page_main p {
    text-align: justify;
}

.optizm_services p {
    text-align: center !important;
}

.uppercase_sub_heading {
    font-size: 22px;
    text-transform: uppercase;
    margin: 20px 0 10px;
    border-left: 2px solid #999;
    padding-left: 10px;
}

.single_option {
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}

.single_option ul li {
    margin-left: 20px;
}

.about_page_inner ul li {
    margin-left: 20px;
}

.about_page_inner .counter_each {
    color: #000;
}

.stat_inner {
    border-bottom: 1px solid #ddd;
}

.main__block_popup {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99;
}

.popup__content_block {
    background-color: #fff;
    width: 600px;
    padding: 30px 15px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popup__content_block h3 {
    background-color: #358dd1;
    margin: -30px -15px 20px;
    padding: 15px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    position: relative;
}

.close__pop {
    position: absolute;
    right: 15px;
    cursor: pointer;
    font-size: 16px;
}

.pop_click {
    cursor: pointer;
    color: #358dd1 !important;
}

.profile_single {
    text-align: center;
    padding: 30px 15px;
    background-color: rgba(53, 141, 209, 0.15);
    box-shadow: 0px 1px 1px #ddd;
    margin-bottom: 30px;
}

.profile_single img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.profile_single h2 {
    font-size: 22px;
    margin: 20px 0 0;
}

.profile_single h4 {
    font-size: 16px;
    margin: 5px 0 0;
}

.form__block_contact label {
    display: block;
    font-weight: 500;
}

.form__block_contact .form-control {
    background-color: rgba(181, 223, 255, 0.25);
    border-radius: 0px;
    box-shadow: 0px 1px 1px #99999994;
    border: none;
}

.contact_map iframe {
    width: 100%;
    height: 400px;
}

.job_sec_main {
    background-color: #eff7ff;
    padding: 15px;
    box-shadow: 0px 1px 1px #999;
    margin-bottom: 30px;
}

.job_sec_main h2 {
    font-size: 20px;
    margin: 0 0 10px;
}

.job_sec_main h4 {
    font-size: 14px;
    margin: 10px 0 10px;
}

.job_sec_main h4 i {
    color: #368dd1;
    display: inline-block;
    margin: 0 10px 0 0;
}

.btn_small {
    background-color: #368dd1;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
}

.btn_small:hover,
.btn_small:focus {
    color: #ddd;
    text-decoration: none;
}

@media(max-width:1300px) {
    .banner_form_parent {
        bottom: 20%;
    }
    .banner_form {
        max-width: 100%;
    }
}

@media(max-width:1000px) {
    .carousel-caption {
        top: 20%;
    }
    .banner_form .input-group {
        width: 30%;
    }
    .carousel-caption h1 {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .contact_in_topbar {
        text-align: center;
        font-size: 13px;
    }
    .social_in_topbar {
        text-align: center;
        margin: 2px auto !important;
    }
    .banner_form {
        max-width: 100%;
        padding: 15px;
    }
    .footer_block_each {
        text-align: center;
        margin-bottom: 30px;
    }
    .footer_copyright p {
        text-align: center;
    }
    .copyright_sec_links {
        text-align: center;
    }
    .banner_form .input-group {
        width: 100%;
        margin: 10px 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 5px;
    }
    td.sertable {
        display: block;
        margin: 1px 0 0;
    }
    .navbar-brand {
        padding: 10px 0;
    }
    .inner_main_heading {
        font-size: 18px;
    }
    .uppercase_sub_heading {
        font-size: 18px;
    }
    .heading_top {
        text-align: center;
        font-size: 19px;
    }
    span.dropdown-toggle {
        position: absolute;
        right: 10px;
        padding: 0 10px;
    }
    .about_page_inner h5 {
        font-size: 15px;
        font-weight: 500;
    }
    .popup__content_block {
        width: 90%;
    }
}

@media(max-width:480px) {
    .carousel-caption h1 {
        font-size: 18px;
    }
    .banner_form_parent {
        position: relative;
        margin: 20px auto 0;
        text-align: center;
    }
    .banner_form .input-group {
        width: 100%;
        margin: 10px 0;
    }
}


.startup_service {
    height: 300px!important;
}
.home_services {
    height: 350px!important;
}
h2.get_touch {
    margin: 0!important;
    text-align: center!important;
    font-size: 28px!important;
    font-weight: 500!important;
    color: #fff!important;
}
