@font-face {
    font-family: 'Lucida Calligraphy';
    src: url('../fonts/lucida/LucidaCalligraphy-Italic.eot');
    src: url('../fonts/lucida/LucidaCalligraphy-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/lucida/LucidaCalligraphy-Italic.woff2') format('woff2'), url('../fonts/lucida/LucidaCalligraphy-Italic.woff') format('woff'), url('../fonts/lucida/LucidaCalligraphy-Italic.ttf') format('truetype'), url('../fonts/lucida/LucidaCalligraphy-Italic.svg#LucidaCalligraphy-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}


/*=============================
  Common Css
==============================*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #416ab1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

h2 {
    margin-bottom: 30px;
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

p {
    line-height: 1.6;
}

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

a {
    text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
}


/*=============================
  Common Class Css
==============================*/

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


/*=============================
  Button Css
==============================*/

.btn {
    border-width: 2px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 14px 35px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-bordered {
    border-color: #3a5c96;
    color: #3a5c96;
}

.btn-bordered:hover,
.btn-bordered:focus {
    color: #fff;
    background-color: #3a5c96;
}

.btn-sm {}

.btn-md {}

.btn-lg {}


/*=============================
  Form Css
==============================*/

.form-control {
    height: auto;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 3px 25px;
    color: #8c97a9;
    font-size: 16px;
    font-weight: 600;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.form-control::-moz-placeholder {
    color: #8c97a9;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-moz-placeholder {
    color: #8c97a9;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control::-webkit-input-placeholder {
    color: #8c97a9;
    opacity: 1;
    filter: alpha(opacity=100);
}

.form-control:-ms-input-placeholder {
    color: #8c97a9;
    opacity: 1;
    filter: alpha(opacity=100);
}

textarea.form-control {
    height: 97px;
    resize: none;
}


/*=============================
  Radio & Checkbox Css
==============================*/


/*=============================
  Panel Css
==============================*/


/*=============================
  Modal Css
==============================*/

.modal-content {
    border: 4px solid #305896;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.modal-header {
    border: none;
    text-align: center;
    color: #fff;
    background-color: #4c6ea1;
}

.modal-header .close {
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 25px;
    color: #3a5c96;
    background-color: #fff;
    text-shadow: none;
    opacity: 1;
}

.modal-header .close span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-transform: uppercase;
}


/*=============================
  Flex slider Css
==============================*/

#slider .flex-direction-nav {
    display: none;
}

#carousel {
    padding: 0 25px;
}

.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next {
    right: 0;
}

.modal .flexslider {
    border: none;
    margin-bottom: 5px;
}

/*.flex-direction-nav a::before {
    content: url(../images/previous.svg);
    font-size: 29px;
}

.flex-direction-nav a.flex-next::before {
    content: url(../images/next.svg);
}*/


/*=============================
  Carousel Css
==============================*/

.carousel-control {
    width: 16px;
    height: 19px;
    top: 50%;
    background-image: none;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}


/*=============================
      Carousel fade in  
==============================*/

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*=============================
  Navigation Css
==============================*/

.navigation {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    background: #fff;
}

.navigation .navbar-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navigation .navbar-brand {
    max-width: 180px;
    height: auto;
}

.navigation .navbar-button {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.navbar-default .navbar-toggle {
    position: relative;
    width: 23px;
    height: 17px;
    border: none;
    margin: 0 15px;
    padding: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    position: absolute;
    width: 23px;
    background: #0c2340;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

.navbar-default .navbar-toggle .icon-bar:first-child {
    top: 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
    top: 7px;
}

.navbar-default .navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0;
}

.navbar-default .navbar-toggle .icon-bar:last-child {
    top: 14px;
}

.navbar-default .navbar-toggle.open .icon-bar {
    background-color: #416ab1;
}

.navbar-default .navbar-toggle.open .icon-bar:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
    left: 3px;
}

.navbar-default .navbar-toggle.open .icon-bar:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 3px;
}

.navigation .navbar-collapse {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navigation .navbar-nav {
    background-color: #416ab1;
}

.navigation .navbar-nav > li > a {
    position: relative;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}

.navigation .navbar-nav > li > a::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 2px;
    bottom: -2px;
    left: 15px;
    background-color: #416ab1;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.navigation .navbar-nav > .active > a,
.navigation .navbar-nav > .active > a:focus,
.navigation .navbar-nav > .active > a:hover,
.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
    color: #333;
    background-color: #e7e7e7;
}

.navigation .navbar-nav > .active > a::after,
.navigation .navbar-nav > .active > a:focus::after,
.navigation .navbar-nav > .active > a:hover::after,
.navigation .navbar-nav > li:focus > a::after,
.navigation .navbar-nav > li:hover > a::after {
    bottom: 0;
}

.navigation .navbar-nav > li > a > .caret {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border: none;
    background: transparent url('../images/down.svg') no-repeat center center;
}

.navigation .navbar-nav > li.active > a > .caret {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.navigation .navbar-nav .dropdown-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .navigation .navbar-nav > li > a::after {
        display: none;
    }
}


/*=============================
  Hero Section Css
==============================*/

.hero-section {
    position: relative;
}

.hero__text {
    position: absolute;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    top: 50%;
    padding: 5px 10px;
    font-family: 'Lucida Calligraphy';
    background-color: #f2f5fa;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hero__text h1 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
}


/*=============================
  Our Services Css
==============================*/

.our-service {
    position: relative;
}

.our-service::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    max-width: 334px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    background-color: #416ab1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service {
    margin-bottom: 30px;
    padding: 0 20px;
}

.service__icon {
    height: 56px;
    margin-bottom: 25px;
}

.service h3 {
    margin-bottom: 25px;
}

.service p {
    font-size: 11px;
}


/*=============================
  Recent Project Css
==============================*/

.project {
    position: relative;
    display: block;
    margin-bottom: 30px;
    background-image: url("../images/project__image.jpg");
    background-color: #416ab1;
    background-blend-mode: luminosity;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

.project:hover,
.project:focus {
    background-blend-mode: normal;
}

.project:hover,
.project:focus .project > img {
    width: 100%;
}

.project > img {
    width: 100%;
    opacity: 0;
}

.project__name {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 25px 15px;
    background-color: rgba(45, 85, 145, .85);
    z-index: 2;
}

.project__name h4 {
    margin-bottom: 0;
    color: #fff;
}


/*=============================
  Testimonials Css
==============================*/

.testimonials {
    background-color: #dbe0ee;
    -webkit-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}

blockquote {
    max-width: 700px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border: none;
    font-size: 16px;
    text-align: left;
}

blockquote p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.6;
}

blockquote footer {
    float: right;
    color: #416ab1;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

blockquote .small::before,
blockquote footer::before,
blockquote small::before {
    display: none;
}

blockquote small {
    color: #416ab1;
    font-size: 11px;
}


/*=============================
  Welcome text Css
==============================*/

.welcome-text h2 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}

.welcome-text p {
    font-size: 15px;
    margin-bottom: 30px;
}


/*=============================
  Footer Css
==============================*/

.site-footer {
    color: #fff;
    background-color: #8c97a9;
}

.site-footer h3 {
    margin-bottom: 25px;
}

.site-footer address,
.footer__block li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ebebeb;
}

.site-footer address {
    line-height: 2.2;
}

.footer__block li {
    margin-bottom: 15px;
}

.footer__block {
    margin-bottom: 30px;
}

.site-footer .form-group {
    margin-bottom: 5px;
}

.copyright li,
.copyright li a,
.copyright p {
    font-size: 15px;
    color: #f7f9fa;
}

.copyright li {
    position: relative;
    margin-bottom: 5px;
}

.copyright li::after {
    content: "|";
    padding-left: 10px;
}

.copyright li:last-child::after {
    display: none;
}

.copyright p {
    margin-bottom: 0;
}

.next-pre li:first-child {
    margin-right: 46px;
}

.next-pre li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.next-pre li:first-child span {
    margin-right: 20px;
}

.next-pre li:last-child span {
    margin-left: 20px;
}

.next-pre li span img {
    vertical-align: baseline;
}

.cutsom-galley-slider {
    margin-bottom: 50px;
}


/*=============================
  Responsive Css
==============================*/

@media screen and (min-width: 768px) {
    /*=============================
      Common Css
    ==============================*/
    h2 {
        margin-bottom: 50px;
    }
    /*=============================
      Common Class Css
    ==============================*/
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /*=============================
      Button Css
    ==============================*/
    .btn {
        font-size: 16px;
    }
    /*=============================
      Modal Css
    ==============================*/
    .modal .flexslider {
        margin-bottom: 10px;
    }
    #carousel {
        padding: 0 35px;
    }
    /*=============================
      Navigation Css
    ==============================*/
    .navigation {
        padding: 25px 0;
    }
    .navigation .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .navigation .navbar-header {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .navigation .navbar-brand {
        padding: 0 15px;
    }
    .navigation .navbar-nav > li {
        margin-right: 45px;
        margin-bottom: 0;
    }
    .navigation .navbar-nav > li:last-child {
        margin-right: 0;
    }
    .navigation .navbar-nav > li > a {
        padding: 0 0 15px;
    }
    .navigation .navbar-nav > li > a::after {
        width: 100%;
        left: 0;
    }
    .navigation .navbar-nav .dropdown-menu {
        display: block;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -webkit-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        background: #416ab1;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .navigation .dropdown .caret {
        display: none;
    }
    .navigation .dropdown:hover .dropdown-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    .navigation .navbar-nav .dropdown-menu > li > a {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding: 15px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff;
    }
    .navigation .navbar-nav .dropdown-menu > li:last-child > a {
        border: none;
    }
    .navigation .dropdown-menu > li > a:focus,
    .navigation .dropdown-menu > li > a:hover {
        color: #fff;
        background-color: #222;
    }
    /*=============================
      Hero Section Css
    ==============================*/
    .hero__text {
        width: auto;
        top: initial;
        right: -webkit-calc((100% - 750px) / 2);
        right: calc((100% - 750px) / 2);
        bottom: 47px;
        left: inherit;
        padding: 10px 20px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .hero__text h1 {
        font-size: 24px;
    }
    /*=============================
      Our Service Css
    ==============================*/
    .service {
        padding: 0;
    }
    /*=============================
      Recent Project Css
    ==============================*/
    .project {
        margin-bottom: 50px;
    }
    /*=============================
      Welcome text Css
    ==============================*/
    .welcome-text p {
        font-size: 16px;
    }
    /*=============================
      Footer Css
    ==============================*/
    .site-footer {
        padding-bottom: 30px;
    }
    .design-by {
        text-align: right;
    }
}

@media screen and (min-width: 992px) {
    /*=============================
      Common Css
    ==============================*/
    h2 {
        margin-bottom: 60px;
    }
    /*=============================
      Common Class Css
    ==============================*/
    .section {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    /*=============================
      Button Css
    ==============================*/
    /*=============================
      Modal Css
    ==============================*/
    .modal-dialog {
        width: 950px;
    }
    .modal-body {
        padding: 25px 40px;
    }
    .modal-header {
        padding: 25px 15px;
    }
    .modal-title {
        font-size: 24px;
    }
    /*=============================
      Navigation Css
    ==============================*/
    .navigation .navbar-brand {
        max-width: 280px;
    }
    .navigation .navbar-nav > li {
        margin-right: 60px;
    }
    .navigation .navbar-nav > li > a {
        font-size: 16px;
    }
    /*=============================
      Hero Section Css
    ==============================*/
    .hero__text {
        right: -webkit-calc((100% - 970px) / 2);
        right: calc((100% - 970px) / 2);
        padding: 13px 20px 15px;
    }
    .hero__text h1 {
        font-size: 30px;
    }
    /*=============================
      Welcome text Css
    ==============================*/
    .welcome-text p {
        font-size: 17px;
    }
    .welcome-text .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
    /*=============================
      Footer Css
    ==============================*/
    .site-footer {
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1200px) {
    /*=============================
      Common Css
    ==============================*/
    /*=============================
      Common Class Css
    ==============================*/
    .section {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    /*=============================
      Button Css
    ==============================*/
    /*=============================
      Carousel Css
    ==============================*/
    /*=============================
      Navigation Css
    ==============================*/
    .navigation .navbar-brand {
        max-width: none;
    }
    .navigation .navbar-nav > li {
        margin-right: 70px;
    }
    /*=============================
      Hero Section Css
    ==============================*/
    .hero-section img {
        width: 100%;
    }
    .hero__text {
        right: -webkit-calc((100% - 1170px) / 2);
        right: calc((100% - 1170px) / 2);
    }
    /*=============================
      Our Service Css
    ==============================*/
    .service {
        padding: 0 10px;
    }
    /*=============================
      Welcome text Css
    ==============================*/
    .welcome-text p {
        font-size: 18px;
    }
    /*=============================
      Footer Css
    ==============================*/
    .site-footer {
        padding-bottom: 30px;
    }
    .copyright li {
        margin-bottom: 0;
    }
}
