/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/


/*==========================================
 01.  PREDIFINEED (FROM 1 TO 780 )
 02.  PRELOADER - LINE NO 786
 03.  NAVIGATION - LINE NO 930
 04.  HOME - LINE NO 1150
 05.  THU FEATURE - LINE NO 1280
 06.  THU FLIDE - LINE NO 1355
 07.  THU SERVICE - LINE NO 1385
 08.  PORTFOLIO - LINE NO 1444
 09.  THU SOLUTION - LINE NO 1620
 10.  THU TEAM - LINE NO 1658
 11.  THU CLIENTS FEEDBACK - LINE NO 1730
 12. THU BLOG - LINE NO 1848
 13. THU SUBCRIBS - LINE NO 1935
 14. FOOTER - LINE NO 2020
==========================================*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,400;1,700&display=swap');

html,
body {
    font-size: 14px;
    color: #134995;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-weight: 400;
    width: 100%;
    font-family: 'Lato', sans-serif;
}



.overlaybg {
    }
    

/*------------------------------------------------------------------*/


/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}


/*
    Page Content
------------------------------------------*/

.page-content,
section {
    overflow: hidden;
}

.about {
        background: #134995;
}

/*
    On Scroll Animations 
------------------------------------------*/


/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/


/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.roomy-80 {
    padding-top: 100px;
    padding-bottom: 80px;
}

.roomy-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.roomy-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.roomy-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.roomy-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}


/*text color*/

.text-muted {}

.text-primary {
    color: #134995 !important;
    ;
}

.text-finence {
    color: #13A0B2 !important;
    ;
}

.text-mega {
    color: #134995 !important;
    ;
}

.text-white {
    color: #fff !important;
    ;
}

.text-black {
    color: #000 !important;
}

.text-warning {}

.text-danger {}

.disabled {
    cursor: not-allowed;
}


/*bacground color*/
.sitebg {
   background:rgb(206, 230, 248);
}


.lightbg {
    background-color: #f2f2f2;
}

.bg-primary {
    background-color: #134995;
}

.bg-finence {
    background-color: #13A0B2;
}

.bg-mega {
    background-color: #1b1b1b;
}

.bg-grey {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #222222;
}

.bg-white {
    background-color: #fff;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.btn:focus,
.btn:active {
    outline: inherit;
    background-color: transparent;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    /*    direction: rtl;*/
}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: rgb(0, 0, 0);
}

.form-control {
    border-radius: 0px;
    border: 1px solid #ccc;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    width: 100%;
    height: 50px;
}

.form-control:focus {
    border-color: #bcefeb;
    outline: 0;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075), 0 0 0px rgba(102, 175, 233, .6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: #1a1a1a;
    margin-bottom: 10px;
       
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
     margin-top: 20px;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}

h6 {
    font-size: 1rem;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
    color: #134995;
}

p {
    line-height: 1.5rem;
}

p:last-child {
    margin-bottom: 0px;
}


/*colors*/

.w100 {
    font-weight: 100;
}

.w200 {
    font-weight: 200;
}

.w300 {
    font-weight: 300;
}

.w400 {
    font-weight: 400;
}

.w500 {
    font-weight: 500;
}

.w600 {
    font-weight: 600;
}

.w700 {
    font-weight: 700;
}

.w800 {
    font-weight: 800;
}


/*
Section
*/

.parallax-section {
    max-width: 100%;
    color: #ffffff;
}

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


/*all overlay*/

.overlay {
   /* background: url(../images/overlay.png) no-repeat scroll left center;*/
/*    background:
    radial-gradient(rgba(206, 230, 248,0.3) 0%, rgb(206, 230, 248) 100%);*/
    background:linear-gradient(rgba(206, 230, 248,1) 0%, rgba(206, 230, 248, 0) 10%, rgba(206, 230, 248, 0) 20%, rgba(206, 230, 248, 0) 80%, rgba(206, 230, 248, 0.8) 100%);
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
    display:none;
}

.home_text {
    left: 100px;
    top:100px;
    z-index:100;
}
.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.left-no-padding {
    padding-left: 0 !important;
}

.right-no-padding {
    padding-right: 0 !important;
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}

.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}


/*
Separator
*/

.separator_left {
    width: 85px;
    height: 2px;
    margin: 20px 0px;
    background: #134995;
}

.separator_auto {
    width: 85px;
    height: 2px;
    margin: 20px auto;
    background: #134995;
}

.separator_small {
    width: 30px;
    height: 2px;
    margin: 20px 0px;
    background: #134995;
}


/*
Button
*/

.btn {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid;
    padding: 1rem 4rem;
}

.btn-primary {
    color: #fff;
    background-color: #134995;
    border: 1px solid;
    border-color: #134995;
}

.btn-primary:hover {
    background-color: #eee;
    border-color: #eee;
    color: #134995;
}

.btn-default {
    color: #333;
    background-color: rgb(206, 230, 248);
    border: 1px solid;
    border-color: #b6b6b6;
}

.btn-default:hover {
    color: rgb(206, 230, 248);
    background-color: #134995;
    border-color: #134995;
}


/*
socail icon
--------------------------------*/


/*
Extra height css
*/

.m-0 {
    margin: 0 !important;
}

.m-top-0 {
    margin-top: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.m-r-15 {
    margin-right: 15px;
}

.m-l-15 {
    margin-left: 15px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-40 {
    margin-top: 40px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-80 {
    margin-top: 80px;
}

.m-top-90 {
    margin-top: 90px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-110 {
    margin-top: 110px;
}

.m-top-120 {
    margin-top: 120px;
}

.m-t-b-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.m-t-b-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.m-bottom-10 {
    margin-top: 10px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-90 {
    margin-bottom: 90px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.m-bottom-110 {
    margin-bottom: 110px;
}

.m-bottom-120 {
    margin-bottom: 120px;
}

.m_t__b {
    margin: 14rem 0;
}

.p_t__b {
    padding: 6rem 0;
}

p-0 {
    padding: 0 !important;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-top-10 {
    padding-top: 10px;
}

.p-top-20 {
    padding-top: 1.33rem;
}

.p-bottom-20 {
    padding-bottom: 1.33rem;
}

.p-top-30 {
    padding-top: 1.875rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-40 {
    padding-bottom: 2.66rem;
}

.p-top-60 {
    padding-top: 5rem;
}

.p-bottom-60 {
    padding-bottom: 5rem;
}

.p-top-80 {
    padding-top: 5.714rem;
}

.p-bottom-80 {
    padding-bottom: 5.714rem;
}

.p-top-90 {
    padding-top: 6.429rem;
}

.p-bottom-90 {
    padding-bottom: 6.429rem;
}

.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}

.p-top-110 {
    padding-top: 110px;
}

.p-bottom-110 {
    padding-bottom: 110px;
}

.p-bottom-0 {
    padding-bottom: 0;
}

.p_l_r {
    padding-left: 5.714rem;
    padding-right: 5.714rem;
}


/*padding*/

.padding-twenty {
    padding: 10px 0;
}

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

.padding-sixty {
    padding: 30px 0;
}

.padding-eighty {
    padding: 40px 0;
}


/*border*/

.no-border-top {
    border-top: 0px solid transparent !important;
}

.no-border-rigth {
    border-right: 0px solid transparent !important;
}


/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
    color: #797979;
    background-color: transparent;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
    color: #cdcdcd;
}

textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder {
    color: #cdcdcd;
    padding: 5px;
}

.transform_scal_rotate:hover img {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}

.culmn {
    width: 100%;
    overflow: hidden;
}

.fix {
    overflow: hidden;
}


/*heading title all area*/

.head_title {
    padding-top: 3rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

.head_title h2 {
    font-weight: 700;
    font-size: 2.250rem;
}

.head_title h5 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #999999;
}


/*End off pridifain css*/


/*Preloader*/

#loading {
    background-color: #134995;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    left: 0;
    z-index: 9999;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 50px;
    margin-top: -25px;
    margin-left: -25px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}

.object {
    width: 25px;
    height: 25px;
    background-color: #FFF;
    float: left;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
}

#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
}

#object_four {
    -webkit-animation: object_four 1.5s infinite;
    animation: object_four 1.5s infinite;
}

@-webkit-keyframes loading-center-absolute {
    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@keyframes loading-center-absolute {
    100% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

@-webkit-keyframes object_one {
    25% {
        -webkit-transform: translate(0, -50px) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_one {
    25% {
        transform: translate(0, -50px) rotate(-180deg);
        -webkit-transform: translate(0, -50px) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_two {
    25% {
        -webkit-transform: translate(50px, 0) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_two {
    25% {
        transform: translate(50px, 0) rotate(-180deg);
        -webkit-transform: translate(50px, 0) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_three {
    25% {
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_three {
    25% {
        transform: translate(-50px, 0) rotate(-180deg);
        -webkit-transform: translate(-50px, 0) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: rtranslate(0, 0) rotate(-180deg);
    }
}

@-webkit-keyframes object_four {
    25% {
        -webkit-transform: translate(0, 50px) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}

@keyframes object_four {
    25% {
        transform: translate(0, 50px) rotate(-180deg);
        -webkit-transform: translate(0, 50px) rotate(-180deg);
    }
    100% {
        transform: translate(0, 0) rotate(-180deg);
        -webkit-transform: translate(0, 0) rotate(-180deg);
    }
}


/*End off Preloader*/


/*
Navbar Adjusment
=========================== */
/* Navbar Atribute ------*/
.attr-nav > ul > li > a{
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

.navbar-brand {
    padding : 5px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a{
        padding: 30px 15px;
        font-weight: 600;
    }
    
    nav.navbar .navbar-brand{
        margin-top: 0;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 300px;
    }

   
    nav.navbar li.dropdown ul.dropdown-menu{
        border-top: solid 5px;
    }
    
    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand{
        margin: 0 !important;
    }
    
    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand{
        margin: 10px !important;
    }
    
    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand{
        position: relative;
        top: -15px;
    }
    
    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand{
        margin-bottom: 50px;
    }
    
    nav.navbar-sidebar ul.nav > li > a{
        padding: 10px 15px;
        font-weight: bold;
    }
    
    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white{
        background-color: rgba(255,255,255,0.3);
        border-bottom: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #555;
    }
    
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav{
        border-left: solid 1px #bbb;
    }
    
    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #555;
    }
    
    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a{
        color: #eee;
    }
}

@media (max-width: 992px) {
    /* Navbar General ------*/
    nav.navbar .navbar-brand{
        margin-top: 0;
        position: relative;
        top: -2px;
    }
    
    nav.navbar .navbar-brand img.logo{
        width: 220px;
    }
    
    .attr-nav > ul > li > a{
        padding: 16px 15px 15px;
    }
    
    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a{
        padding: 15px 15px;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a{
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title{
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }
    
    /* Navbar Full ------*/
     nav.navbar-full .navbar-brand{
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/
nav.navbar.navbar-inverse{
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn{
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right{
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a{
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6{
    color: #fff;
}

nav.navbar.navbar-inverse .form-control{
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a{
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu{
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li{
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img{
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total{
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a{
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu{
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a{
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content{
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a{
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a{
    border:none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu{
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle{
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu{
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu{
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark{
        background-color: rgba(0,0,0,0.3);
        border-bottom: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav{
        border-left: solid 1px #999;
    }
    
    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a{
        color: #fff;
    }
    
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a{
        color: #3f3f3f;
    }
}
@media (max-width: 992px)  {
    nav.navbar.navbar-inverse .navbar-toggle{
        color: #eee;
        background-color: #222 !important;
    }
    
    nav.navbar.navbar-inverse .navbar-nav > li > a{
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu  > li > a{
        color: #999;
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title{
        border-bottom: solid 1px #303030;
        color: #eee;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a{
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }
    
    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title{
        border-bottom: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul{
        border-top: solid 1px #303030;
    }
    
    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse{
        background-color: #222;
    }
}


@media (max-width: 767px)  {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav{
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */
nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar ul.nav li.active > a,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover{
    color: #337ab7;
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu  > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a{
    color: #337ab7 !important;
}

@media(max-width:920px){
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover{
        color: #337ab7 !important;
    }
}


/*
Home Section style
==================*/

.home {
   /* background: url(../images/home-bg.jpg) no-repeat scroll center center;*/
    background-color: #fff;
    background-size: cover;
    position: relative;
   
    width: 100%;
}

.main_home .home_text h2 {
    font-size: 36px;
    font-weight: 400;
}

.main_home .home_text h1 {
    font-size: 48px;
    font-weight: 700;
}

.main_home .home_text h3 {
    font-size: 24px;
    font-weight: 400;
}

/*
.main_home .slick-dots li button::before {
    font-family: slick;
    font-size: 8px;
    line-height: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    text-align: center;
    opacity: 0.9;
    color: black;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
}

.main_home .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.main_home .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #134995;
}

.main_home .slick-dots {
    bottom: 20px;
}


.work_container .slick-arrow,
.main_home .slick-arrow {
    font-size: 3rem;
    color: #fff;
    top: 47%;
    position: absolute;
    z-index: 90;
    cursor: pointer;
}

.main_home .nextprevleft {
    left: -3%;
}

.main_home .nextprevright {
    right: -3%;
}

.home_btns {
    margin-left: -10px;
}

.home_btns a {
    margin-left: 10px;
}
*/


/*
Featured section style
========================*/
.features {
    color:#000;
        background-color: #fff;
    box-shadow: 0px 0px 4px 0px #888;
}

.features_item {
border: 1px solid #ccc;
border-radius: 10px;
background: #cee6f8 !important;
padding: 25px;
height:200px;
}

.features_item .f_item_icon {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 30px;
}

.features_item .f_item_icon i {
    font-size: 4rem;
    color: #134995;
}

.features_item .f_item_text {
    display: inline-block;
    width: 100%;
     text-align: center;
}

.features_item .f_item_text p {
    font-size: 14px;
    text-align: center;
}


/*Business Section*/

.main_business {}

.business_item {}

.business_item h2 {
    font-size: 26px;
    font-weight: 800;
}

.business_item li {
    font-size: 18px;
    font-weight: 300;
    line-height: 2rem;
}

.business_item li i {
    font-size: 12px;
    margin-right: 5px;
}

.business_item p {
    color: #333333;
    line-height: 2rem;
    font-size: 14px;
    font-weight: 500;
}

.business_item .business_btn {
    margin-left: -10px;
}

.business_item .business_btn a {
    margin-left: 10px;
}

.business_item .business_btn .btn-default {
    color: #444444;
}

.slid_shap {
    height: 40px;
    border-radius: 4px 4px 0px 0px;
    width: 100%;
}

.business_slid {
    /*box-shadow: 0px 0px 8px -1px;*/
    border-radius: 4px 4px 0px 0px;
}

.business_slid .business_items {
    background-color: #fff;
    margin: 0;
        box-shadow: 0px 0px 4px 0px #888;
}

.business_slid .slick-arrow {
    position: absolute;
    top: 48%;
    z-index: 1;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    transition: all 0.6s;
    color: #fff;
}

.business_slid .nextprevleft {
    left: 5.9%;
}

.business_slid .nextprevright {
    right: 6%;
}

.business_slid .nextprevleft:hover,
.business_slid .nextprevright:hover {
    /*    width:25px;
        height: 25px;
        line-height: 25px;*/
    /*text-align: center;*/
    background-color: #ddd;
    border-radius: 50%;
}

.business_slid .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


/*
work Section style
=====================*/


/*.slides{
    width:100%;
    height: auto;
}*/


/*#owl-demo .item{
    width:350px;
    height:350px;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: 300px;
}*/

.main_product .carousel-control {
    background-color: #fff;
    color: #333;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
    text-align: center;
    top: 30%;
}

.main_product .carousel-control:hover {
    background-color: #134995;
    color: #fff;
}

.main_product .carousel-control.left {
    left: -5%;
    box-shadow: -1px 0px 0px 0px;
}

.main_product .carousel-control.right {
    right: -5%;
    box-shadow: 1px 0px 0px 0px;
}

.main_product .port_img {
    position: relative;
    overflow: hidden;
}

.main_product .port_img img {
    width: 100%;
}

.main_product .port_overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 85, 135, 0.60);
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 35%;
    opacity: 0;
    transition: all 0.2s;
}

.main_product .port_overlay a {
    width: 100%;
    height: 100%;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
  /*  border: 1px solid #fff;
    border-radius: 50%;*/
    display: inline-block;
    font-size: 2rem;
    bottom: -150px;
    position: relative;
}

.main_product .port_img:hover .port_overlay a {
    bottom: 0;
}

.main_product .port_img:hover .port_overlay {
    opacity: 1;
}


/*Test Section
======================*/

.main_test {
    width: 100%;
    display: block;
}

.test_item {
    padding: 40px;
    transition: all 0.6s;
    border: 1px solid transparent;
}

.test_item:hover {
    border: 1px solid #ddd;
    background-color: #fff;
}

.test_item:hover .item_img i {
    color: #fff;
    background-color: #134995;
}

.main_test .item_img {
    float: left;
    display: inline-block;
    width: 20%;
    margin-right: 10%;
}

.main_test .item_text {
    display: inline-block;
    width: 70%;
}

.item_img {
    position: relative;
}

.item_img i {
    background-color: #fff;
    position: absolute;
    right: -25%;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ddd;
    border-radius: 50%;
    box-shadow: 1px 0px 0px 0px #ddd;
}


/*Brand Section
=========================*/

.brand_item img {
    -webkit-filter: grayscale(50%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(50%);
    transition: all 0.6s;
    max-height: 200px;
}

.brand_item img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transform: scale(1.5);
}


/*call to action
=========================*/

.action_btn .btn-default:hover {
    background-color: #fff;
    color: #134995;
}

.action-lage {
    position: relative;
    width: 100%;
}

.action-lage:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #134995;
    left: 50%;
    top: 0%;
    z-index: 3;
    margin-left: -15px;
}


/*Footer section*/

.divider {
    width: 100%;
    height: 1px;
    background-color: #434769;
    display: inline-block;
}

.widget_ab_item_text h6 {
    margin-bottom: 5px;
}

.widget_item h5 {
    font-weight: 700;
}

.widget_item .btn:hover {
    background-color: #0ec9a2;
}

.widget_item li a {
    color: #aaa;
}

.widget_item li a:hover {
    color: #fff;
}

.widget_latst_item_text p {
    margin-bottom: 0px;
    color: #aaaaaa;
}

.widget_service li i,
.widget_latst_item_text a {
    font-size: 12px;
    color: #aaaaaa;
}

.widget_service li i {
    margin-right: 5px;
}

.widget_service li {
    font-size: 13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}

.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i {
    color: #fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon {
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}

.widget_ab_item .item_icon {
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}

.widget_newsletter .form-inline .form-group {
    display: block;
}

.widget_newsletter .form-control {
    width: 80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color: #333333;
    display: inline-block;
}

.widget_newsletter .btn {
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #134995;
    border-color: #134995;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    display: inline-block;
}

.widget_brand a {
    font-size: 30px;
    font-weight: 800;
    color: #aaa;
}

.widget_newsletter li a i {
    color: #aaa;
}

.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.main_footer a {
    color: #ddd;
    padding: 5px;
}
.col-head {
    font-weight: bold !important;
    margin-bottom:3px !important;
    color : #134995 !important;
    font-size: 18px;
}
.col-link {
    color : #000 !important;
    padding : 0 !important; 
}
.col-link:hover {
    color : #134995 !important;
    padding : 0 !important; 
    font-weight:bold;
}
.thr {
    margin :  10px !important;
}

.mrt10 {
    margin-top :  10px !important;
     margin-bottom :  20px !important;
}



/*----------------------------------
  Fullheight
------------------------------------*/
.g-fullheight--xs {
  height: 100vh;
}

/* Small screen / phone */
@media (min-width: 34em) {
  .g-fullheight--sm {
    height: 100vh;
  }
}

/* Medium screen / tablet */
@media (min-width: 48em) {
  .g-fullheight--md {
    height: 100vh;
  }
}

/* Extra large screen / wide desktop */
@media (min-width: 62em) {
  .g-fullheight--lg {
    height: 100vh;
  }
}

/*----------------------------------
  Background Position
------------------------------------*/
.g-bg-position--center {
  background-size: cover !important;
  background-position: center center !important;
}

.g-bg--fixed {
  background-attachment: fixed;
  min-height: 100%;
}

.slide-box {
    
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap:wrap;
    align-items: center;

}

.text-bl {
 margin-top:30px;
  color:#134995;
  text-transform: uppercase;
  text-shadow : 2px 2px #dadada;
   z-index:10;
}
.port_caption h5 {
    font-weight:bold;
    color:#134995 !important;
    text-align:center;
    text-transform: uppercase;
    font-size:20px;
    
}
.f-text {
    color:white;
    padding:20px;
    font-weight:bold;
}

  
.megamenu-content {
    min-width:100vw !important;
       min-height: 100vh !important;
    height: auto;
    margin:0;
    background-color:rgb(206, 230, 248) !important;
}

.tx-bold {
    font-weight:bold !important;
}

.tx-green {
    color:green !important;
}

.port_item {
    padding: 10px;
}

.slick-prev {
left: 50px;
width:40px;
height:40px;

 color: #f00;
z-index: 1;
}

.slick-next {
right: 50px;
width:40px;
height:40px;

z-index: 1;
 color: #f00;
}

.slick-prev:before, .slick-next:before {
    color : #134995;
    font-size:40px;
}