/*-----------------------------------------------------------------------------------
    Template Name:..... Responsive Html5 Template
    Template URI:
    Description: This is html5 template
    Author: cdibrandstudio
    Author URI:https://themeforest.net/user/cdibrandstudio
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. hero-area start 
    5. footer-area start
    6. about-area start
    7. service-area start
    8. lifestyle-area start
    9. team-area start
    10. project-area start
    11. contact-area start
    12. color switcher
    13. light-version
-----------------------------------------------------------------------------------*/


/*-------defolt-css here----------*/
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,400i,500,500i,600,700,900');
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    line-height: 25px;
    color: #5d5e5e;
    background: #fff;
    font-weight: 400;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
img {
    max-width: 100%;
    height: auto
}
.fix {
    overflow: hidden
}
p {
    margin: 0px;
    color: #5b5b5b;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: 'Barlow', sans-serif;
}
input:focus,
select:focus {
    outline: none;
}

input,
button,
img {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
textarea:focus {
    outline: none;
}
a {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    color: #5d5e5e;
}
a:hover {
    color: #213f9a;
}
a:active,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}
button:focus {
    outline: none;
}
button {
    cursor: pointer;
}
ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
:before,
:after {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
div,
i {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .60;
}
.bg-1 {
    background: #f9f9f9;
}
.bg-2 {
    background: #333;
}
.bg-img-1 {
    background: url(../images/bg/1.jpg) no-repeat center center / cover;
}
.bg-img-2 {
    background: url(../images/bg/3.jpg) no-repeat center center / cover;
}
.bg-img-3 {
    background: url(../images/bg/4.jpg) no-repeat center center / cover;
}
.ptb-120 {
    padding: 120px 0px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.mb-30 {
    margin-bottom: 30px;
}
.flex-style {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sticky {
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}
/*-----preloader-style-----*/
.preloade-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #242424;
    z-index: 9999999999;
}
.loader {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 0px auto;
}
.loader div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
            animation: loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.loader div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
}
@keyframes loader {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
@-webkit-keyframes loader {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}
/*-----preloader-style-----*/
/*---------responsive-menu-area start---------*/
.responsive-menu-tigger {
    padding: 56px 0px;
    float: right;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.responsive-menu-tigger li {
    height: 2px;
    width: 25px;
    background: #5d5e5e;
    margin-bottom: 3px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
}
.responsive-menu-tigger li.third {
    margin-bottom: 0;
}
.responsive-menu-tigger.active li.first {
    -webkit-transform: translateY(5px) rotateZ(-135deg);
    transform: translateY(5px) rotateZ(-135deg);
    background-color: #213f9a;
}
.responsive-menu-tigger.active li.second {
    opacity: 0;
}
.responsive-menu-tigger.active li.third {
    -webkit-transform: translateY(-5px) rotateZ(135deg);
    transform: translateY(-5px) rotateZ(135deg);
    background-color: #213f9a;
}
.header-bottom {
    position: relative;
}
.responsive-menu-area {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    background: #5d5e5e;
    width: 100%;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: top;
    -webkit-transform-origin: top;
    z-index: 999;
    -moz-transform-origin: top;
}
.responsive-menu-area.active {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
}
.responsive-menu-area .mainmenu ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block !important;
}
.responsive-menu-area .mainmenu li a {
    padding: 5px 0;
    color: #fff;
}
.header-bottom.sticky .responsive-menu-tigger {
    padding: 39px 0px;
}
.header-bottom.sticky .responsive-menu-area .mainmenu li a {
    padding: 10px 0px;
}
/*---------responsive-menu-area end---------*/
/*-----------search-area start-----------*/
.search-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    -webkit-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background: rgba(64, 149, 255, .95);
}
.search-area.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.search-wrap form {
    position: relative;
}
.search-wrap input {
    width: 100%;
    height: 60px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #fff;
    padding: 0px 150px 0px 25px;
    font-size: 18px;
}
.search-wrap button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 145px;
    height: 50px;
    background: #213f9a;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    border: 2px solid #213f9a;
}
.search-wrap button:hover {
    background: #fff;
    color: #213f9a;
}
.search-area span.close-btn {
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #213f9a;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.search-area span.close-btn:hover {
    color: #fff;
    background: #f00;
}
/*-----------search-area end-----------*/
/*-----------header-area start-----------*/
.header-top-wrapper {
    background: #213f9a;
    padding: 10px 25px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.header-top-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header-top-left li {
    position: relative;
    color: #fff;
    text-transform: capitalize;
    line-height: 23px;
    padding-left: 65px;
}
.header-top-left li:last-child {
    margin-right: 0;
}
.header-top-left li span {
    display: block;
}
.header-top-left li i {
    height: 45px;
    width: 45px;
    text-align: center;
    background: #1573e9;
    border: 5px solid #247eed;
    border-radius: 50%;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.getaquote a {
    display: inline-block;
    padding: 10px 60px;
    background: #1573e9;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #1470e2;
    border-radius: 5px;
}
.getaquote a:hover {
    background: #fff;
    color: #213f9a;
}
.logo {
    padding: 44px 0px;
}
.header-bottom.sticky .logo {
    padding: 24px 0px;
}
.mainmenu ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.mainmenu ul li {
    position: relative;
    padding: 50px 15px;
}
.header-bottom.sticky .mainmenu ul li {
    padding: 30px 15px;
}
.mainmenu ul li:first-child {
    padding-left: 0 !important;
}
.mainmenu ul li:last-child {
    padding-right: 0 !important;
}
.mainmenu li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: 600;
}
.mainmenu li:hover>a,
.mainmenu li.current>a {
    color: #ed1d25;
}
.mainmenu li>ul {
    position: absolute;
    left: 0;
    top: 130%;
    width: 200px;
    background: #5d5e5e;
    z-index: 99;
    padding: 15px 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    visibility: hidden;
    opacity: 0;
}
.mainmenu li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.mainmenu li>ul li {
    padding: 1px 0px;
}
.header-bottom.sticky .mainmenu ul li>ul li {
    padding: 1px 0px;
}
.mainmenu li>ul li a {
    color: #fff;
    font-weight: 300;
}
.metismenu li {
    margin: 2px 0px;
}
.metismenu li a {
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.metismenu .has-arrow:after {
    right: 0;
}
.metismenu li>ul {
    padding-left: 20px;
}
.search-tigger {
    padding: 50px 0px;
    text-align: right;
}
.header-bottom.sticky .search-tigger {
    padding: 30px 0px;
}
.search-tigger a {
    display: inline-block;
}
/*-----------header-area end-----------*/
/*----------slider-area start----------*/
.slider-items {
    position: relative;
    height: 520px;
}
.slider-items img {
    visibility: hidden;
}
.slider-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.slider-content h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slider-content h2 span {
    display: inline-block;
    position: relative;
    z-index: 9;
}
.slider-content h2 span:before {
    position: absolute;
    left: 2px;
    bottom: 10px;
    height: 10px;
    width: 100%;
    content: "";
    background: #213f9a;
    z-index: -9;
}
.slider-content:hover h2 span:before {
    width: 0px;
}
.slider-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 30px;
}
.slider-content a {
    display: inline-block;
    padding: 10px 35px;
    border: 2px solid #213f9a;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}
.slider-content a:hover {
    background: #213f9a;
    color: #fff;
}
.slider-active .owl-dots {
    position: absolute;
    left: 20.80%;
    bottom: 45px;
}
.slider-active .owl-dot {
    width: 30px;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 2px;
}
.slider-active .owl-dot.active {
    background: #213f9a;
    width: 40px;
}
/*----------slider-area end----------*/
/*----------about-area start----------*/
.about-area {
    padding: 120px 0px 90px;
}
.about-items {
    background: #fff;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .03);
    padding: 65px 20px 60px;
    margin-bottom: 30px;
    z-index: 9;
    overflow: hidden;
    position: relative;
    z-index: 9;
    border-radius: 10px;
}
.bg-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #213f9a;
    border-radius: 10px;
    overflow: hidden;
    z-index: -9;
    opacity: 0;
}
.bg-shape:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background: #328af9;
    content: "";
    border-bottom-left-radius: 100%;
}
.bg-shape:after {
    position: absolute;
    left: 50%;
    bottom: -102px;
    width: 205px;
    height: 150px;
    border-radius: 50%;
    content: "";
    background: #328af9;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.about-items:hover .bg-shape {
    opacity: 1;
}
.about-items span {
    display: block;
    margin-bottom: 20px;
    margin-top: 9px;
}
.about-items span:before {
    font-size: 40px;
    color: #213f9a;
}
.about-items h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.about-items p {
    font-weight: 500;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.about-items.active {
    margin-top: 50px;
}
.about-items.active .bg-shape {
    opacity: 1;
}
.about-items:hover h3,
.about-items:hover p,
.about-items:hover span:before,
.about-items.active h3,
.about-items.active p,
.about-items.active span:before {
    color: #fff;
}
.about-content {
    height: 100%;
    padding: 0px 30px;
}
.about-area2 .about-content{
    padding-left: 0px;
}
.about-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 42px;
}
.about-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}
a.readmore-btn {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #213f9a;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    text-transform: uppercase;
}
a.readmore-btn:hover {
    background: #213f9a;
    color: #fff;
}
span.line {
    display: inline-block;
    position: relative;
    z-index: 9;
}
span.line:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 2px;
    content: "";
    background: #ed1d25;
    z-index: -9;
    opacity: .75;
}
.line-remove:hover span.line:before {
    width: 20%;
}
.about-area2 {
    padding:100px 0;
}
/*----------about-area end----------*/
/*----------service-area start----------*/
.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 30px;
}
.section-title h2 span.line:before {
    top: -3px;
}
.section-title p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}
.service-wrap {
    background: #fff;
    padding: 80px 19px;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, .03);
    border-radius: 10px;
    position: relative;
    z-index: 9;
    margin: 10px 1px;
}
.service-wrap:hover .bg-shape {
    opacity: 1;
}
.service-wrap h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-wrap p {
    margin-bottom: 20px;
}
.service-wrap a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}
.service-wrap,
.service-wrap h3,
.service-wrap p {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.service-wrap:hover h3,
.service-wrap:hover p,
.service-wrap:hover a {
    color: #fff;
}
.service-active {
    padding-bottom: 50px;
}
.service-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: -6px;
    right: 0;
    text-align: center;
}
.service-active .owl-dot {
    width: 30px;
    height: 10px;
    background: #eeeeee;
    display: inline-block;
    margin: 0px 2px;
    border-radius: 10px;
}
.service-active .owl-dot.active {
    background: #213f9a;
    width: 40px;
}
/*----------service-area end----------*/

/*----------project-area start----------*/
.project-area {
    padding: 120px 0px 90px;
}
.project-content {
    height: 100%;
    margin-bottom: 30px;
}
.project-content h3 {
    font-size: 32px;
    margin-bottom: 25px;
    font-weight: 700;
}
.project-wrap {
    position: relative;
    margin-bottom: 30px;
}
.project-wrap img {
    width: 100%;
}
.project-info {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background: rgba(64, 149, 255, .80);
    border-radius: 5px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
}
.project-wrap:hover .project-info {
    visibility: visible;
    opacity: 1;
}
.project-info a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.project-info a:hover {
    color: #fff;
}
/*----------project-area end----------*/
/*----------testmonial-area start----------*/
.test-content {
    height: 100%;
    padding-left: 20px;
}
.test-content h3 {
    font-size: 24px;
    font-weight: 600;
}
.test-content h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}
.test-content p {
    margin-bottom: 30px;
}
/*----------testmonial-area end----------*/
/*----------newsletter-area start----------*/
.newsletter-wrap {
    min-height: 160px;
    border-radius: 10px;
    position: relative;
    background: #213f9a;
    padding-top: 50px;
    margin-bottom: 160px;
    z-index: 9;
    border-radius: 10px;
}
.newsletter-wrap:before,
.newsletter-wrap:after {
    position: absolute;
    top: 0px;
    height: 100px;
    width: 100px;
    content: "";
    background: #328af9;
    z-index: -9;
}
.newsletter-wrap:before {
    left: 0;
    border-bottom-right-radius: 90%;
}
.newsletter-wrap:after {
    right: 0;
    border-bottom-left-radius: 90%;
}
.newsletter-circle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    height: 140px;
    width: 150px;
    background: #328af9;
    z-index: -9;
    border-radius: 50%;
}
.newsletter-wrap h2 {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
}
.newsletter-wrap form {
    position: relative;
    margin-bottom: -35px;
}
.newsletter-wrap input {
    width: 100%;
    height: 70px;
    border: none;
    background: #fff;
    padding: 0px 170px 0px 40px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    bottom: 0;
}
.newsletter-wrap button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 165px;
    height: 60px;
    background: #213f9a;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #213f9a;
}
.newsletter-wrap button:hover {
    background: #f9f9f9;
    color: #213f9a;
}
/*----------newsletter-area end----------*/
/*----------blog-area start----------*/
.blog-area {
    padding: 120px 0px 90px;
}
.blog-wrap {
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.blog-wrap>img {
    width: 100%;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.blog-wrap:hover>img {
    transform: scale(1.25, 1.25) rotate(-10deg);
    -webkit-transform: scale(1.25, 1.25) rotate(-10deg);
    -moz-transform: scale(1.25, 1.25) rotate(-10deg);
}
.blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 20px;
    background: rgba(0, 0, 0, .3);
}
.blog-wrap:hover .blog-content {
    background: rgba(0, 0, 0, .5);
}
.blog-content a.video-popup {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    background: #213f9a85;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin: 35px 15px;
    z-index: 9;
    opacity: 0;
}
.blog-wrap:hover .blog-content a.video-popup {
    opacity: 1;
}
.blog-content a.video-popup span:before {
    color: #fff;
    font-size: 25px;
}
.blog-content a.video-popup:before,
.blog-content a.video-popup:after {
    position: absolute;

    z-index: -9;
    border: 2px solid #213f9a;
    content: "";
    border-radius: 50%;
}
.blog-content a.video-popup:before {
    left: -15px;
    top: -15px;
    width: 80px;
    height: 80px;
}
.blog-content a.video-popup:after {
    width: 65px;
    height: 65px;
    left: -7px;
    top: -7px;
}
.blog-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-content h3 a {
    color: #fff;
    margin-bottom: 0;
    opacity: 1;
}
.blog-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
/*----------blog-area end----------*/
/*----------contact-area start----------*/
#googleMap {
    background: #213f9a;
    height: 620px;
    position: relative;
}
.contact-wrap {
    position: absolute;
    left: 0;
    top: 115px;
    width: 100%;
    background: rgba(255, 255, 255, .90);
    z-index: 9;
    height: 400px;
}
.contact-wrap li {
    padding: 30px 130px 30px 180px;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}
.contact-wrap li:last-child {
    border-bottom: none;
}
.contact-wrap li span {
    display: block;
}
.contact-wrap li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 40px;
    width: 40px;
    font-size: 22px;
    background: #213f9a;
    border: 2px solid #d1e3fc;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    left: 125px;
}
/*----------contact-area end----------*/
/*----------footer-area start----------*/
.footer-top {
    padding: 80px 0px 50px;
    background: #404040;
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-logo img {
    margin-bottom: 25px;
}
.footer-logo p {
    margin-bottom: 20px;
}
.footer-logo ul li {
    padding-left: 30px;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
}
.footer-logo ul li i {
    color: #ed1d25;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.footer-widget h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 35px;
    position: relative;
}
.footer-widget h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #ed1d25;
    content: "";
    border-radius: 3px;
}
.footer-menu li {
    line-height: 35px;
}
.footer-menu li a {
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
}
.footer-menu li a:before {
    font-family: fontawesome;
    content: "\f105";
    margin-right: 10px;
}
.footer-menu li a:hover {
    color: #ed1d25;
}
.footer-newsletter p {
    margin-bottom: 25px;
}
.footer-newsletter form {
    position: relative;
}
.footer-newsletter input {
    height: 50px;
    width: 100%;
    background: #494c4c;
    border: none;
    padding-left: 10px;
    color: #fff;
    border-radius: 50px;
    padding-right: 60px;
}
.footer-newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    border: none;
    background: #213f9a;
    color: #fff;
    font-size: 16px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.footer-newsletter button:hover {
    color: #213f9a;
    background: #fff;
}
.footer-bottom {
    background: #213f9a;
    padding: 30px 0px;
    position: relative;
}
.footer-area p {
    font-size: 16px;
    color: #fff;
    padding: 7px 0;
}
.social-icon {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 2px 0px;
}
.social-icon li {
    margin-left: 10px;
}
.social-icon li:first-child {
    margin-left: 0;
}
.social-icon li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #217ff6;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.social-icon li a:hover {
    background: #217ff6;
    color: #fff;
}
a.scrollup {
    position: absolute;
    right: 5px;
    bottom: 70px;
    text-align: center;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #213f9a;
    z-index: 999;
    font-size: 30px;
    color: #fff;
}
a.scrollup:hover {
    color: #fff;
}
/*----------footer-area end----------*/
/*-------------------------------------------------
            home two style here
---------------------------------------------------*/
.header-area2 .header-top {
    padding: 15px 0px;
    background: #213f9a;
}
.slider-area2 .slider-items {
    height: 700px;
}
.slider-active2 .owl-nav div {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background: #213f9a;
    color: #fff;
    line-height: 43px;
    font-size: 24px;
    text-align: center;
    border: 2px solid transparent;
}
.slider-active2 .owl-nav div:hover {
    border-color: #213f9a;
    color: #213f9a;
    background: #fff;
}
.slider-active2 .owl-nav div.owl-next {
    left: auto;
    right: 2px;
}
/*-------service-area start-------*/
.ptb-120-90 {
    padding: 120px 0px 90px;
}
.service-items {
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.service-items:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
.service-content {
    padding: 30px 20px;
}
.service-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.service-content p {
    margin-bottom: 25px;
}
/*-------service-area end-------*/
/*-------testmonial-area start-------*/
.testmonial-area2 {
    position: relative;
    z-index: 9;
}
.testmonial-area2:before {
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg/3.png)repeat center center;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -9;
    opacity: .15;
}
.test-items i {
    font-size: 100px;
    margin-bottom: 20px;
    opacity: .3;
}
.test-items p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    line-height: 28px;
}
.test-items h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
    color: #213f9a;
}
.test-items span {
    display: block;
    font-size: 14px;
}
.test-active {
    padding-bottom: 50px;
}
.test-active .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    right: 0;
}
.test-active .owl-dot {
    height: 7px;
    width: 20px;
    background: #5d5e5e;
    border-radius: 10px;
    display: inline-block;
    margin: 0px 3px;
}
.test-active .owl-dot.active {
    background: #213f9a;
}
/*-------testmonial-area end-------*/
/*-------blog2-area start-------*/
.blog-wrap2 {
    margin-bottom: 30px;
}
.blog-wrap2:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.blog-content2 {
    padding: 30px 20px;
    border: 1px solid #00000010;
}
.blog-wrap2:hover .blog-content2 {
    border-color: #213f9a50;
}
.blog-content2 ul {
    margin-bottom: 20px;
}
.blog-content2 ul li {
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-weight: 500px;
    opacity: .6;
}
.blog-content2 ul li i {
    margin-right: 5px;
}
.blog-content2 ul li:after {
    content: "|";
    margin: 0px 10px;
}
.blog-content2 ul li:last-child:after {
    display: none;
}
.blog-content2 h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.blog-content2 p {
    margin-bottom: 30px;
}
/*-------blog2-area end-------*/
/*-------brand-area start-------*/
.sponsor-area {
    padding: 120px 0px;
}
.sponsor-wrap a {
    display: block;
    padding: 20px 30px;
    border: 1px solid #00000010;
}
.sponsor-wrap:hover a {
    border-color: #213f9a50;
}
/*-------brand-area end-------*/
/*-------breadcumb-area start-------*/
.breadcumb-area {
    height: 350px;
    background: url(../images/bg/1.jpg)no-repeat center center / cover;
}
.breadcumb-area.black-opacity:before {
    opacity: .4;
}
.breadcumb-area h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.breadcumb-area ul li,
.breadcumb-area ul li a {
    display: inline-block;
    color: #fff;
}
.breadcumb-area ul li a:hover {
    color: #213f9a;
}
.breadcumb-area ul li:after {
    content: "/";
    margin: 0px 10px;
}
.breadcumb-area ul li:last-child:after {
    display: none;
}
/*-------breadcumb-area end-------*/
/*-------service-details start-------*/
.service-menu li a {
    padding: 10px 10px;
    border: 1px solid #e5e5e565;
    display: block;
    margin-top: -1px;
    position: relative;
}
.service-menu li.active a {
    background: #213f9a;
    color: #fff;
    border: transparent;
}
.service-menu li a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f101";
    font-family: fontawesome;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.service-details img {
    margin-bottom: 30px;
}
.service-details h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service-details p {
    margin-bottom: 20px;
}
/*-------service-details end-------*/
/*-------blog-pages start-------*/
.pagination-wrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pagination-wrap li {
    display: inline-block;
}
.pagination-wrap li a,
.pagination-wrap li span {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-weight: 500;
}
.pagination-wrap li span,
.pagination-wrap li a:hover {
    background: #213f9a;
    color: #fff;
    border-color: #213f9a;
}
/*sidebar-wrap start*/
.widget {
    margin-bottom: 45px;
    overflow: hidden;
}
.search form {
    position: relative;
}
.search input {
    width: 100%;
    height: 45px;
    border: 1px solid #e5e5e5;
    padding: 0px 45px 0px 15px;
}
.search button {
    position: absolute;
    right: 0;
    width: 45px;
    height: 45px;
    border: none;
    top: 0;
}
.search button:hover {
    background: #213f9a;
    color: #fff;
}
.sidebar-title {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.author-wrap img {
    margin-bottom: 20px;
    width: 100%;
}
.author-wrap p {
    margin-bottom: 20px;
}
.author-wrap a {
    display: inline-block;
    padding: 10px 30px;
    text-transform: uppercase;
    background: #5d5e5e;
    color: #fff;
    font-weight: 500;
    border-radius: 2px;
}
.author-wrap a:hover {
    background: #213f9a;
}
.sidebar-menu ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e570;
}
.sidebar-menu ul li:last-child {
    margin-bottom: 0;
}
.flow-wrap ul li {
    display: inline-block;
}
.flow-wrap ul li a {
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}
.flow-wrap ul li.facebook a {
    background: #3b5998;
}
.flow-wrap ul li.twitter a {
    background: #00aced;
}
.flow-wrap ul li.google-plus a {
    background: #dc4a38;
}
.flow-wrap ul li.linkedin a {
    background: #ea4c89;
}
.flow-wrap ul li.dribbble a {
    background: #007bb6;
}
.post-wrap li {
    margin-bottom: 20px;
    overflow: hidden;
}
.post-img {
    float: left;
    margin-right: 15px;
}
.post-content {
    overflow: hidden;
}
.post-content h4 {
    text-transform: capitalize;
}
.post-content p {
    line-height: 20px;
}
.post-wrap li:last-child {
    margin-bottom: 0;
}
.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.tag-wrap ul li a {
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    display: block;
}
.tag-wrap ul li a:hover {
    background: #213f9a;
    border-color: #213f9a;
    color: #fff;
}
/*sidebar-wrap end*/
/*-------blog-pages end-------*/
/*blog-details-area start*/
.blog-details-area {
    padding: 120px 0px 70px;
}
.blog-details-img img {
    width: 100%;
}
.blog-details-wrap,
.comment-form-area {
    background: #fff;
    padding: 30px;
    margin-bottom: 50px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);
}
.blog-details-img {
    margin-bottom: 50px;
}
.blog-details-wrap ul {
    margin-bottom: 30px;
}
.blog-details-wrap ul li {
    display: inline-block;
    margin-right: 15px;
    text-transform: uppercase;
}
.blog-details-wrap ul li i {
    margin-right: 5px;
}
.blog-details-wrap h3 {
    text-transform: uppercase;
    font-size: 30px;
    color: #213f9a;
    font-weight: 600;
    margin-bottom: 30px;
}
.blog-details-wrap h3 span {
    color: #5b5b5b;
    text-decoration: underline;
}
.blog-details-wrap p {
    margin-bottom: 25px;
}
.blog-details-wrap blockquote {
    padding: 40px 40px 40px 50px;
    background: #f1f1f1;
    font-size: 18px;
    line-height: 28px;
    margin: 40px 0px;
    font-style: italic;
    border-left: 5px solid #213f9a;
}
.blog-details-wrap h4 {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    margin-top: 35px;
}
.comment-main {
    padding-bottom: 40px;
}
h3.blog-title {
    font-size: 24px;
    margin-bottom: 30px;
    color: #213f9a;
    text-transform: uppercase;
    font-weight: 600;
}
h3.blog-title span {
    color: #5b5b5b;
}
ol {
    list-style: none;
}
.comment-wrapper {
    position: relative;
}
.comments-reply {
    margin-top: 10px
}
.comment-wrap {
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    padding: 30px;
}
.comment-theme {
    float: left;
    margin-right: 30px;
}
.comment-main-area {
    overflow: hidden;
}
.comment-image {
    border-radius: 50%;
    border: 2px solid #213f9a;
    overflow: hidden;
}
.comment-wrap:hover .comment-image {
    border-color: #5b5b5b;
}
.comment-wrap1 {
    margin-left: 70px;
}
.comment-wrap2 {
    margin-left: 140px;
    margin-bottom: 0px;
}
.sewl-comments-meta h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.sewl-comments-meta span {
    display: inline-block;
    margin-bottom: 10px;
    color: #213f9a;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
}
.comment-area p {
    margin-bottom: 25px;
}
.comments-reply a {
    display: inline-block;
    font-size: 12px;
    padding: 5px 20px;
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
}
.comments-reply a i {
    margin-right: 5px;
}
.comments-reply a:hover {
    color: #fff;
    background: #213f9a;
    border-color: #213f9a;
}
.comment.even.thread-even.depth-1 {
    margin-top: 40px;
}
.sewl-form-inputs input,
.sewl-form-textarea textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    margin-bottom: 30px;
}
.sewl-form-textarea textarea {
    height: 230px;
}
.form-submit input {
    height: 50px;
    width: 180px;
    text-align: center;
    line-height: 50px;
    border: none;
    background: #213f9a;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.form-submit input:hover {
    background: #5b5b5b;
}
.blog-active {
    margin-bottom: 50px;
}
.blog-active .blog-details-img {
    margin-bottom: 0px;
}
.blog-details-img iframe {
    width: 100%;
    height: 435px;
}
/*blog-details-area  end*/
/*------contact-area start------*/
.contact-form{
    margin-bottom: 120px;
}
.contact-form input,
.contact-form textarea{
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding-left: 20px;
}
.contact-form textarea {
    height: 200px;
}
.contact-form button{
    padding: 10px 30px;
    text-transform: uppercase;
    background: #213f9a;
    color: #fff;
    border: none;
}
.brand-active .owl-item{
    padding-bottom: 2px;
}
/*------contact-area end------*/
.service-area3{
    padding: 120px 0px 90px;
}
.service-area3 .service-wrap {
    margin: 0 0 30px;
}