/* ==============
    Default CSS 
======================== */
@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600,700,800,900&display=swap&subset=cyrillic');
body {
    font-family: 'Exo 2', sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #777;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a:hover {
    text-decoration: none;
}
h1,h2,h3,h4,h5 {
	font-family: 'Exo 2', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 1.1;
}
h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}
h4 {
    font-weight: 600;
    text-transform: uppercase;
}
img {
    max-width: 100%;
}
.btn {
    display: inline-block;
    padding: 15px 25px;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    font-family: 'Raleway', sans-serif;
}
.theme-btn {
    background: #f40b0bf7 none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
}
.btn {
    display: inline-block;
    text-align: center;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 41, 155, 0.57), 0 3px 6px rgba(0,0,0,.5);
    z-index: 2;
}
.btn:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    border-radius: 10px;
    opacity: 0;
    content: '';
    background: #333;
    color: #fff;
    z-index: -1;
}
.btn:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn:focus:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.d-table {
    display: table;
    width: 100%;
    height: 100%;
}
.d-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.content-block-area {
    padding: 100px 0;
}
.section-title h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
}
.section-title span {
    color: #00299b;
}
.car-icon {
    display: inline-block;
    margin: 30px 0;
    position: relative;
}
.car-icon::before {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.car-icon::after {
    background: #777 none repeat scroll 0 0;
    content: "";
    height: 2px;
    right: -50px;
    position: absolute;
    top: 15px;
    width: 40px;
}
.separator-line {
    height: 1px;
    background: #eee;
    margin: 50px 0;
}
.gray-bg {
    background: #f9fbfd;
}
.space-tb-30 {
    height: 30px;
}


.modal-dialog {
  
    margin: 30px auto;
    padding-top: 40px;
    
}

/* ==============
    End Default CSS 
======================== */

/* ==============
    Top Header CSS 
======================== */
.top-header-area {
    background-color: #f5f5f5;
    color: #333333;
    font-size: 14px;
}
.top-header-area ul li {
    display: inline-block;
    border-right: 1px solid #dedede;
}
.top-header-area ul li:first-child {
    border-left: 1px solid #dedede;
}
.top-header-area ul li a {
  color: #333333;
  display: block;
  font-size: 14px;
  padding: 15px;
}
.top-header-area ul li a:hover {
    opacity: .5;
}
.share-icons {
    text-align: right;
}
.share-icons ul li a {
    font-size: 16px;
}
/* ==============
    End Top Header CSS 
======================== */
/* 	============= 
	Default Main Menu CSS 
	======================= */
.main-menu-area {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    
}
.main-menu-area .navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}
.main-menu-area .logo {
    height: 100%;
    padding: 5px 0 17px;
    position: relative;
}
.main-menu-area .logo::before {
    background: #00299b;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    width: 2000px;
    z-index: 999;
}
.logo a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
}
.logo-two {
	text-align: center;
	background-color: #00299b;
	max-width: 390px;
	margin: auto;
	padding-bottom: 15px;
}
.main-menu ul li a {
    display: block;
    color: #222 !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 8px;
    transition: .3s;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu-area .navbar-default .navbar-nav > .active > a, 
.main-menu-area .navbar-default .navbar-nav > .active > a:focus, 
.main-menu-area .navbar-default .navbar-nav > .active > a:hover {
	background-color: #f5f5f5;
}
.main-menu-area .navbar-nav > li > a:focus, 
.main-menu-area .navbar-nav > li > a:hover {
	background-color: #f5f5f5;
}
.main-menu-area .dropdown-menu > .active > a, 
.main-menu-area .dropdown-menu > .active > a:focus, 
.main-menu-area .dropdown-menu > .active > a:hover {
	background-color: #f5f5f5;
}
.main-menu-area .dropdown-menu > li > a:focus, 
.main-menu-area .dropdown-menu > li > a:hover {
	background-color: #f5f5f5;
}
.main-menu-area .navbar-default .navbar-nav > .open > a, 
.main-menu-area .navbar-default .navbar-nav > .open > a:focus, 
.main-menu-area .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #f5f5f5;
}
.main-menu ul li a i.fa-angle-down {
    position: relative;
    top: 2px;
    left: 4px;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu ul li:hover i.fa-angle-down {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.navbar-right .dropdown-menu {
	left: 0;
}
.main-menu ul li ul {
    box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.main-menu ul li ul li {
	display: block;
    position: relative;
}
.main-menu ul li ul li a {
    display: block;
    padding: 10px 26px;
    background-color: #fff;
    color: #777;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}
.main-menu ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility:hidden;
    opacity: 0;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    z-index: 9999;
    width: 200px;
    border-left: 1px solid #eee;
}
.main-menu ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}
@media screen and (min-width: 768px) {
    .main-menu ul li ul {
        box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.2);
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        left: 0;
        top: 120%;
        visibility:hidden;
        opacity: 0;
        -webkit-transition:.5s ease;
        -moz-transition:.5s ease;
        -ms-transition:.5s ease;
        -o-transition:.5s ease;
        transition:.5s ease;
        z-index: 9999;
        width: 200px;
    }
    .main-menu ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
    .main-menu ul li ul li.right-top {
        margin: 0;
        padding: 0;
        box-shadow: none;
        border: none;
        float: none;
    }
}
.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 25px #000; 
}
/* 	============= 
	End Default Main Menu CSS 
	======================= */

/* 	============= 
	Menu Style Two CSS 
	======================= */
.main-menu-area-style-2 {
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) */
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
/* 	============= 
	End Default Main Menu CSS 
	======================= */

/* 	============= 
	Main Menu Two CSS 
	======================= */
.main-menu-area-two {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    left: 0;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: .3s;
    -webkit-transition: .3s;
}
.main-menu-area-two .navbar-default {
    background-color: transparent;
    margin: 0;
    border: none;
    border-radius: 0;
}
.main-menu-area-two .navbar-default .navbar-brand {
    padding-top: 10px;
}


.main-menu-area-two .logo > a {
    display: inline-block;
    padding: 7px 0;
}
.main-menu-two {
    padding-right: 0px;
}
.main-menu-two ul li a {
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    padding: 30px 10px;
    transition: .3s;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}

.main-menu-two .searchbox-area > a {
    color: #eee;
}
.main-menu-area-two .navbar-default .navbar-nav > .active > a, 
.main-menu-area-two .navbar-default .navbar-nav > .active > a:focus, 
.main-menu-area-two .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #3A3A3A;
}
.main-menu-area-two .navbar-nav > li > a:focus, 
.main-menu-area-two .navbar-nav > li > a:hover {
	background-color: #3A3A3A;
}
.main-menu-area-two .dropdown-menu > .active > a, 
.main-menu-area-two .dropdown-menu > .active > a:focus, 
.main-menu-area-two .dropdown-menu > .active > a:hover {
	background-color: #3A3A3A;
}
.main-menu-area-two .dropdown-menu > li > a:focus, 
.main-menu-area-two .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #3A3A3A;
}
.main-menu-area-two .navbar-default .navbar-nav > .open > a, 
.main-menu-area-two .navbar-default .navbar-nav > .open > a:focus, 
.main-menu-area-two .navbar-default .navbar-nav > .open > a:hover {
	color: #fff;
	background-color: #3A3A3A;
}
.main-menu-two ul li a i.fa-angle-down {
    position: relative;
    top: 2px;
    left: 4px;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
}
.main-menu-two ul li:hover i.fa-angle-down {
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
.main-menu-two ul li ul {
    margin: 0px;
    padding: 0px;
    text-align: left;
}
.main-menu-two ul li ul li {
	display: block;
    position: relative;
}
.main-menu-two ul li ul li a {
    display: block;
    padding: 10px 26px;
    background: #000;
    color: #fff;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #2E2E2E;
}
@media screen and (min-width: 768px) {
    .main-menu-two ul li ul {
        margin: 0px;
        padding: 0px;
        position: absolute;
        text-align: left;
        left: 0;
        top: 120%;
        visibility:hidden;
        opacity: 0;
        -webkit-transition:.5s ease;
        -moz-transition:.5s ease;
        -ms-transition:.5s ease;
        -o-transition:.5s ease;
        transition:.5s ease;
        z-index: 9999;
        width: 200px;
    }
    .main-menu-two ul li:hover ul {
        margin-top: 0px;
        opacity: 1;
        visibility: visible;
        display: block;
        top: 100%;
    }
}
.main-menu-two ul li ul li.right-top ul {
    margin: 0px;
    padding: 0px;
    top: 0;
    position: absolute;
    text-align: left;
    left: 120%;
    visibility:hidden;
    opacity: 0;
    -webkit-transition:.5s ease;
    -moz-transition:.5s ease;
    -ms-transition:.5s ease;
    -o-transition:.5s ease;
    transition:.5s ease;
    z-index: 9999;
    width: 200px;
    border-left: 1px solid #0f0f0f;
}
.main-menu-two ul li ul li.right-top:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
    left: 100%;
}
.main-menu-two ul li ul li.right-top {
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	float: none;
}
.main-menu-area-two.menu-shrink {
    background-color: #000;
    box-shadow: 0 0 25px #000;  
}
/* 	============= 
	End Main Menu Two CSS 
	======================= */
    
/* 	============= 
	Navbar toggle CSS 
	======================= */
    .navbar-default .navbar-toggle {
        border: none;
        background: transparent !important;
    }
    .navbar-default .navbar-toggle:hover {
        background: transparent !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .navbar-default .navbar-toggle .top-bar {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform-origin: 10% 10%;
        -webkit-transform-origin: 10% 10%;
    }
    .navbar-default .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-default .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform-origin: 10% 90%;
        -webkit-transform-origin: 10% 90%;
    }
    .navbar-default .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
    .navbar-default .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-default .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
        -webkit-transform: rotate(0);
    }
/* 	============= 
	End Navbar toggle CSS 
	======================= */

/* 	============= 
	Homepage Background Image 
	======================= */
.background-preview h1 {
    font-size: 90px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 7px #000;
}

.background-preview h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 7px #000;
}



.background-preview .theme-btn1 {
    background: #f40b0bf7 none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
}

.background-preview .theme-btn2 {
    background: #f40b0b00 none repeat scroll 0 0;
    color: #fff;
    margin-top: 30px;
    margin-left: 30px;
}

.hero-bg-1 {
    background-image: url(assets/img/hero-image-1.jpg);
}

.hero-bg-2 {
    background-image: url(assets/img/hero-image-2.jpg);
}

.background-preview p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 5px #000;
    margin-top: 20px;
}
.background-preview {
    background-size: cover;
    background-color: #ddd;
    background-position: center center;
    width: 100%;
    height: 100vh;
}
.background-preview:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: url(assets/img/raster_dot.png);
}
/* 	============= 
	End Homepage Background Image 
	======================= */


/* ==============
    Banner Area CSS 
======================== */
.banner-man-boxed {
    background-size: cover;
    background-position: center center;
    height: 436px;
    max-width: 350px;
    margin: 0 auto;
}

.banner-man-boxed2 {
    background-size: cover;
    background-position: center center;
    max-width: 500px;
    margin: 40px auto;
}
.banner-man-bg {
    background-image: url(assets/img/banner-man-bg.png);
}
.banner-boxed span {
    color: #00299b;
    font-weight: 800;
}
.banner-boxed > h2 {
  font-size: 33px;
  line-height: 40px;
}
.banner-boxed .subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin: 15px 0 15px;
}

.banner-boxed ul li i {
  font-size: 20px;
  padding-right: 4px;
  color: #00299b;
}

.signature {
  margin-top: 30px;
}
/* ==============
    End Banner Area CSS 
======================== */

.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td, {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding-right: 70px;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    padding-right: 80px;
}

/* ==============
    Featured Services Area CSS 
======================== */
.featured-boxed {
    margin-top: 40px;
}
.octagonWrap {
  height: 120px;
  margin: 0 auto 30px;
  overflow: hidden;
  position: relative;
  width: 120px;
}
.octagon {
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #f9fbfd;
    border: 2px solid #00299b;
}
.octagon:before {
    position: absolute;
    /* There needs to be a negative value here to cancel
     * out the width of the border. It's currently -3px,
     * but if the border were 5px, then it'd be -5px.
     */
    top: -2px; 
    right: -2px; 
    bottom: -2px; 
    left: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    border: inherit;
}


.octagon img {
    color: #00299b;
    display: inline-block;
    line-height: 80px;
    margin: 40px 0 0;
    padding: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.featured-boxed h3 {
    font-size: 20px;
    letter-spacing: .5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.featured-boxed.text-center > p {
    margin: 30px 0 0;
}
.upper-line {
    background: #00299b none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto 5px;
    width: 75px;
}
.bottom-line {
    background: #00299b none repeat scroll 0 0;
    height: 2px;
    margin: 0 auto;
    width: 42px;
}
/* ==============
    End Featured Services Area CSS 
======================== */
/* ==============
    Services Area CSS 
======================== */
.services-item {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box > h3 {
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    left: 30px;
    opacity: 1;
    position: absolute;
    text-transform: uppercase;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover > h3 {
   opacity: 0;
    visibility: hidden;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: .6;
    transition: all 0.35s ease 0s;
    -webkit-transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform-origin: 100% 0 0;
    -webkit-transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 25px 0 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    -webkit-transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
    -webkit-transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.box .post{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 15px;
    opacity: 0;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 25px;
    opacity: 1;
    transition-delay: 0.15s;
    -webkit-transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
}
.box .icon li a:hover{
    background: #00299b;
    border-color: #00299b;
}
/* ==============
    End Services Area CSS 
======================== */

/* ==============
    Who Choose Area CSS 
======================== */
.boxed-item {
  background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
  box-shadow: 0 0 0 1px #e2e9ed;
  box-sizing: border-box;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  padding: 50px 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.boxed-item:hover {
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}
.sirial-number {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #777;
}

.boxed-item .fa {
  color: #00299b;
  font-size: 25px;
  line-height: 55px;
  margin-left: 0;
}
.single-boxed {
    border-radius: 50%;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    display: inline-block;
    height: 50px;
    position: relative;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    width: 50px;
}
.boxed-item > h3 {
  margin: 30px 0 20px;
}
/* ==============
    End Who Choose Area CSS 
======================== */

/* ==============
    Count Down Area CSS 
======================== */
.count-down-area {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
    position: relative;
}
.count-down-area::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}
.count-bg {
   background-image: url(assets/img/count-bg.jpg);
}
.count-down-boxed {
    border: 1px solid #eee;
    color: #eee;
    padding: 25px 15px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.count-down-boxed .ion-person-stalker::before, .count-down-boxed .ion-model-s::before, .count-down-boxed .ion-ios-time::before {
  display: inline-block;
  font-size: 55px;
  line-height: 35px;
}
.count-down-boxed .count-number {
  display: inline-block;
  font-size: 35px;
  margin-left: 10px;
  position: relative;
  top: -7px;
}
.count-down-boxed h3 {
  color: #eee;
  font-size: 17px;
  margin: 13px 0 0;
}
/* ==============
    End Count Down Area CSS 
======================== */

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/

#gallery {
  padding: 60px;
  overflow: hidden;
}

#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #00299b;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 4px solid #00299b;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/* ==============
    Testimonials Area CSS 
======================== */
.testimonials-car-boxed {
    margin-top: 70px;
}
.testimonial-single-item p {
    font-style: italic;
    padding-left: 20px;
    position: relative;
}
.testimonial-single-item p:before {
    position: absolute;
    content: "\f347";
    color: #777;
    font-family: Ionicons;
    left: 0;
    top: -5px;
}
.testimonial-single-item {
    position: relative;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
.testimonial-single-item::before {
  border-left: 0 solid transparent;
  border-right: 23px solid transparent;
  border-top: 32px solid #fff;
  bottom: -32px;
  content: "";
  height: 0;
  left: 50px;
  position: absolute;
  width: 0;
}
.testimonial-single-item ul li {
    display: inline-block;
    color: #e8e011;
}
.testimonial-single-item > ul {
    text-align: center;
}
.testimonial-single-item {
    background: #fff none repeat scroll 0 0;
    padding: 25px;
}
.quotation-profile {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 70px;
  margin-top: 35px;
    margin-left: 10px;
  overflow: hidden;
  width: 70px;
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}
/* ==============
    End Testimonials Area CSS 
======================== */

/* === Footer Area CSS === */
.footer-top-area {
    background: #262829;
}
.footer-logo {
  background: rgba(0,0,0,.0001);
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px;
}
.footer-top-area {
    color: #cacaca;
    font-size: 14px;
    font-weight: 400;
}
.footer-wid.footer-menu li {
  line-height: 29px;
}
.footer-top-area a.link-color {
    color: #3d53e5;
    font-weight: 700;
}
.footer-top-area a {
  color: #cacaca;
  font-size: 14px;
  font-weight: 400;
  
}
.footer-top-area a:hover {
    color: #00299b;
}
.footer-wid {
    padding: 0 0 40px;
}
.footer-wid-title {
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.social-icos {
    padding: 0 0 40px;
}

.social-icos {
  padding: 0 0 40px;
}
.social-icos a {
  background: #838b8c none repeat scroll 0 0;
  border-radius: 50%;
  color: #262829;
  display: block;
  font-size: 17px;
  height: 34px;
  line-height: 36px;
  width: 34px;
}
.social-icos a:hover {
    background: #00299b;
    color: #fff;
}
.footer-copyright-area {
  background: #18191a;
  color: #838b8c;
  padding: 15px 0;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
}
.footer-copyright-area a {
    color: #1bb1dc;
    font-size: 12px;
    font-weight: 100;
    text-decoration: none;
}
.footer-copyright-area a:hover {
    opacity: .5;
}
.footer-top-info {
  margin-top: 40px;
  padding-left: 82px;
  position: relative;
}
.footer-top-info > p {
  font-size: 28px;
  font-weight: 300;
  line-height: 34px;
  margin: 0;
}
.footer-icons {
  border: 4px solid #9c9c9c;
  border-radius: 50%;
  display: inline-block;
  font-size: 28px;
  height: 70px;
  left: 0;
  line-height: 64px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}
.footer-top-info .flaticon-crane::before {
  font-size: 30px;
  margin-left: 5px;
}
.hr-line {
    background-color: #9c9c9c;
    opacity: .5;
    height: 1px;
    margin: 40px 0;
}
/* === End Footer Area CSS === */
/* === Contact Page CSS === */
.area-title {
  border-bottom: 1px solid #f7f8fa;
  margin-bottom: 30px;
  margin-top: 0;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
}
.area-title::before {
  background: #3d53e5 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 110px;
}
.contact-us .media {
    border: 1px solid #f7f8fa;
    padding: 40px 20px;
    transition: .4s;
    -webkit-transition: .4s;
}
.contact-us .media:hover {
    background: #f7f8fa;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}
.contact-us .media .media-left  {
    padding-right: 15px; 
}
.contact-us .media .media-left i {
    font-size: 40px;
    color: #3d53e5;
}
.contact-us .media .media-body h4 {
    color: #666;
  font-weight: 500;
    line-height: 30px;
    margin: 0;
    text-transform: none;
}
.contact-form-area {
    padding: 100px 0 0;
}
.contact-form-area .form-group .form-control {
    background: #f7f8fa none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}
.contact-form-area .form-group textarea.form-control {
    height: auto !important;
}
.contact-form-area .form-group label {
  color: #666;
  font-weight: 400;
}
.contact-form-area .btn-send-message {
    background: #000000 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 25px;
}
.contact-img-bg {
    height: 470px;
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}
.contact-img-bg {
    background-image: url(assets/img/contact-img-bg.png);
}
#map {
  background-color: #eaeaea;
  height: 500px;
    width: 100%;
}
/* === End Contact Page CSS === */

#map {
  background-color: #eaeaea;
  height: 500px;
  width: 100%;
}


/* === Parsley form validation CSS === */
input.parsley-error, select.parsley-error, textarea.parsley-error {
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
  color: #b94a48 !important;
}
li.parsley-required, #contact_send_status {
    color: red !important;
}
.parsley-minlength, .parsley-type {
  font-size: 13px;
}
/* === End Parsley form validation CSS === */

