/*==================================================

    Project: Nurax
    Version: 1.0
    Last change: 29/09/18
    Author : Oscar Themes

    /**
    * Table of Contents :
    * 1.0 - DEFAULT CSS START
    * 2.0 - HOME PAGE CSS START
        * 2.1 - HEADER DEFAULT CSS START #HEADER
        * 2.2 - Navigation Outer Start
        * 2.3 - FULL BANNER CSS START #FULL BANNER
        * 2.4 - About us Section Start
        * 2.5 - ABOUT US SECTION STYLE 2
        * 2.9 - About us Section Style 3 Start
        * 2.6 - SERVICES CSS START #SERVICES
        * 2.7 - PROJECT CSS START #PROJECT
        * 2.8 - BRAND CSS START #BRAND
        * 2.10 - MASONRY CSS START #MASONRY
        * 2.11 - BLOG CSS START #BLOG
        * 2.12 - BLOG LIST START
        * 2.13 - FOOTER CSS START #FOOTER
        * 2.14 - COPYRIGHT CSS START #COPYRIGHT
    * 3.0 - ABOUT US PAGE CSS START #ABOUT US PAGE
        * 3.1 - COUNTER THUMB START
        * 3.2 - TEAM THUMB START
        * 3.3 - TESTIMONIAL THUMB START
    * 4.0 - CONTACT US CSS START #CONTACT US
    * 5.0 - About us Page Css Start    #About us Page
    * 6.0 - Contact us Page Css Start    #Contact us Page
    * 7.0 - BLOG DETAIL CSS START #BLOG DETAIL
    * 8.0 - PORTFOLIO  CSS START #PORTFOLIO

    [Color codes]

    Background: #ffffff (white)
    Content: #616569 (light black)
    Header h1: #393e42 (dark black)
    Header h2: #393e42 (dark black)
    Footer:  rgba(255,255,255,0.5) (dark black)

    a (standard): #999999 (light black)
    a (visited): #999999 (light black)
    a (active): #999999 (light black)

    [Typography]

    Body copy:  16px/ 'Roboto', sans-serif
    Headers:  'Roboto', sans-serif
    Input, textarea: 'Roboto', sans-serif
    Sidebar heading: 'Roboto', sans-serif

==================================================*/
/*
    ==============================================================
     DEFAULT CSS START
    ==============================================================
*/
.text,
footer,
section,
.section,
.mian-wrapper,
.main-contant,
header{
    float: left;
    width: 100%;
    position: relative;
}
footer,
.section,
section{
    padding: 85px 0 60px;
}
.adj{
    padding-top:62px;
}
/* .main-wrapper,body, html {
    height: 100%;
    margin: 0;
} */
.pd-0{
    padding: 0!important;
}
.parallax-section {background-attachment: fixed !important;}
.main-contant{
    overflow: hidden;
}
/*
    ==============================================================
     HOME PAGE CSS START
    ==============================================================
*/
/*
    ==============================================================
       HEADER DEFAULT CSS START #HEADER
    ==============================================================
*/
.oscar-header-1 {
    padding: 0;
    background: red;
    min-height: 100vh;
    position: relative;
}
.oscar-header-1::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.10;
    position: absolute;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('extra-images/full-banner-img.jpg');
}
.oscar-header-1::after{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background-size:cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url("images/full-page-banner-bdr.png");
}




/*Navigation Outer Start*/
.nav-outer{
    z-index: 2;
    float: left;
    width: 100%;
    padding: 50px 0 0;
    position: relative;
    transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -o-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -ms-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -moz-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -webkit-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
}
.oscar-header-1 .logo{
    float: left;
    width: auto;
    margin: 0;
    line-height: 0;
    -o-transition:padding .4s ease;
    -ms-transition:padding .4s ease;
    -moz-transition:padding .4s ease;
    -webkit-transition:padding .4s ease;
}
.oscar-header-1 .navbar {
    border: none;
    position: relative;
    min-height: inherit;
    margin-bottom: 0px;
    border-radius: 0px;
}
@media (min-width: 992px) {
    .navigation li{
        float: left;
        width: aute;
        background-color: transparent !important;
    }
    .navigation li a{
        color: #52555a;
        display: block;
        font-size: 16px;
        font-weight: 100;
        padding: 2px 20px 10px;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    .navigation .navbar-nav > li:hover > a,
    .navigation .navbar-nav > li > a:hover{
        background-color: transparent
    }
    .navigation ul.children li a:hover{
        background: #f2f4f6
    }
    .navigation ul.children {
        right: auto;
        left: 50%;
        opacity: 0;
        z-index: 98;
        width: 200px;
        display: block;
        transition: .3s;
        list-style: none;
        -o-transition: .3s;
        visibility: hidden;
        position: absolute;
        min-width: 17.75rem;
        min-width: 13.625rem;
        padding: .625rem 10px;
        word-wrap: break-word;
        background-color: #fff;
        -webkit-transition: .3s;
        border-radius: 0.313rem;
        -ms-word-wrap: break-word;
        transform: translateY(20px);
        margin: -.0625rem 0 0 -100px;
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        box-shadow: 0 0.375rem 2.75rem rgba(0,0,0,0.17);
        -webkit-box-shadow: 0 0.375rem 2.75rem rgba(0,0,0,0.17);
    }
    .navigation li:hover > ul.children {
        opacity: 1;
        /* transform: none; */
        /* -ms-transform: none; */
        visibility: visible;
        /* -webkit-transform: none; */
        transform: translateY(10px);
        -ms-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -webkit-transform: translateY(10px);
    }
    .navigation ul.children:before {
        top: -5px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        content: "";
        z-index: -2;
        width: .9375rem;
        height: .9375rem;
        position: absolute;
        background-color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .navigation ul.children li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #eee;
    }
    .navigation ul.children li a{
        color: #818992;
        display: block;
        transition: .3s;
        font-weight: 600;
        -o-transition: .3s;
        position: relative;
        font-size: 1.125rem;
        -webkit-transition: .3s;
        padding: .9375rem 1.5625rem;
    }
    .navigation ul.children li a:hover,
    .navigation ul.children li a:focus{
        color: #000
    }
    .navigation ul.children li a.menu-active{
        background: #f1f2f7;
        color: #2d3136;
    }
}
@media (max-width: 991px) {
    .oscar-header-1 .navbar .navbar-collapse{
        float: none;
        top: 100%;
        left: auto;
        right: 0;
        z-index: 99;
        /* margin: 0 auto; */
        min-width: 280px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0);
        box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.32);
    }
    .oscar-header-1 .navbar .navbar-collapse{
        display: none !important;
    }
    .nav-outer .navbar{
        transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -o-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -ms-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -moz-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -webkit-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    }
    .nav-outer.affix .navbar{
        padding: 18px 0;
        transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -o-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -ms-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -moz-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
        -webkit-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    }
    .oscar-header-1 .navbar .navbar-collapse.in{
        z-index: 2;
        max-height: 400px;
        overflow: scroll;
        display: block !important;
    }
    .navbar-toggle{
        margin: 0;
        display: block !important;
        background-color: #fff;
    }
    .navbar-toggle .icon-bar{
        background-color: #
    }
    .oscar-header-1 .navbar{
        margin: 0;
    }
    .oscar-header-1 .navbar  li{
        float: none;
        display: block;
    }
    .oscar-header-1 .navbar  li a{
        color: #fff;
        float: none;
        display: block;
    }
    .oscar-header-1 .navbar  li:hover a{
        background: rgba(0, 0, 0, 0.2);
    }
    .oscar-header-1 .navbar .navbar-collapse *{
        float: none !important;
    }
    .oscar-header-1 .navbar ul li ul,
    .oscar-header-1 .navbar .sub-menu,
    .oscar-header-1 .navbar .children {
        display: none;
        opacity: 1 !important;
        position: relative !important;
        visibility: visible !important;
        transform: inherit !important;
        -o-transform: inherit !important;
        -ms-transform: inherit !important;
        -moz-transform: inherit !important;
        -webkit-transform: inherit !important;
        transition: inherit;
        -o-transition: inherit;
        -ms-transition: inherit;
        -moz-transition: inherit;
        -webkit-transition: inherit;

    }
    .oscar-header-1 .navbar li a{
        padding: 16px 20px !important;
    }
    .oscar-header-1 .navbar .selected-item > a{
        background-color: rgba(105, 105, 105, 1)!important;
    }
    .oscar-header-1 .navbar .selected-item .children a{
        color: #fff !important;
        background-color: rgba(105, 105, 105, 0.77)!important;
    }
    .oscar-header-1 .navbar .selected-item li:hover > a{
        background: var(--second-color)!important;
    }
}
.oscar-header-1 .navbar li a:focus{
    background-color: inherit;
}
.navbar-toggle {
    padding-top:4px;
    padding-bottom:4px;
    transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -o-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -ms-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -moz-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -webkit-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
}
.navbar-toggler-icon {
    content: "";
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
    background: no-repeat center center;
}
.nav-outer.affix {
    margin: 0;
    position: fixed;
    padding: 0px 0;
    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
    transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -o-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -ms-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -moz-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -webkit-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
}
.nav-outer.affix-top{
    background:transparent;
    box-shadow: none;
}
.nav-outer.affix  .logo,
.nav-outer.affix .navigation ul li a{
    color: #52555a;
    padding-top: 18px;
    padding-bottom: 18px;
    -o-transition:padding .4s ease;
    -ms-transition:padding .4s ease;
    -moz-transition:padding .4s ease;
    -webkit-transition:padding .4s ease;
}
.nav-outer .navigation ul li a::before {
    left: 0;
    bottom: 0;
    content: '';
    right: 100%;
    height: 1px;
    position: absolute;
    background-color: #52555a;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.nav-outer .navigation ul li.active > a::before,
.nav-outer .navigation ul li:hover > a::before {
    right: 0;
}
.nav-outer.affix .navbar-toggle{
    padding-top:4px;
    padding-bottom:4px;
    transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -o-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -ms-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -moz-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
    -webkit-transition:background .3s ease,box-shadow .3s ease, padding .4s ease;
}
.nav-outer.affix .navigation ul.children li a {
    color: #818992;
    display: block;
    transition: .3s;
    font-weight: 600;
    -o-transition: .3s;
    position: relative;
    font-size: 1.125rem;
    -webkit-transition: .3s;
    padding: .9375rem 1.5625rem;
}
.nav-outer.affix .navigation ul.children li a::before{
    display: none;
}
/*
    ==============================================================
       FULL BANNER CSS START #FULL BANNER
    ==============================================================
*/
.oscar-header-1 .full-page-bg{
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    text-align: center;
    position: absolute;
    padding-bottom: 10px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-meta{
    display: block;
    margin: 0 0 9px;
}
.banner-meta li{
    color: #fff;
    display: inline;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    position: relative;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.banner-meta li::before{
    top: -1px;
    content: "|";
    font-size: 11px;
    position: relative;
    color: currentcolor;
    padding:0 20px 0 17px;
}
.banner-meta li:first-child::before{
    display: none;
}
.banner-title{
    float: left;
    width: 100%;
    color: #fff;
    font-size: 72px;
    margin: 0 0 83px;
    line-height: normal;
}
.banner-caption .btn{
    font-size: 18px;
    padding: 19px 60px 17px;
}
.banner-inner-caption p{
    color: #fff;
    float: none;
    max-width: 750px;
    display: block;
    margin-left: auto;
    margin-right:auto;
}
.banner-inner-caption .banner-title{
    margin: 0 0 26px;
}
.banner-inner-caption p{
    margin-bottom:43px;
}
.banner-inner-caption .widget-search{
    max-width: 615px;
    display: block;
    margin: 0 auto;
    float: none;
}
.banner-inner-caption .widget-search .form-control{
    color: #393e42;
    border: none;
    min-height: 58px;
    border-radius: 50px;
    background-color: #f0f0f0;
}
.banner-inner-caption .widget-search .form-control::-moz-placeholder{
    color: #393e42;
}
.banner-inner-caption .widget-search .form-control::-webkit-input-placeholder{
    color: #393e42;
}
.banner-inner-caption .search-icon{
    top: 50%;
    right: 0;
    left: auto;
    width: 86px;
    height: 58px;
    overflow: hidden;
    position: absolute;
    border-radius: 50px;
    background-color: #fff;
    transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    box-shadow:0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}
.banner-inner-caption .search-icon::before {
    top: 50%;
    left: 0;
    right: 0;
    height: auto;
    content: "\e003";
    text-align: center;
    position: absolute;
    font-family: 'Glyphicons Halflings';
    transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
}
.banner-inner-caption .search-icon input{
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    position: absolute;
}
/*Scroll Button Start*/
.scroll-btn{
    left: 0;
    right: 0;
    top: auto;
    z-index: 1;
    width: 13px;
    bottom: 100px;
    margin: 0 auto;
    position: absolute;
}
/*Contact Number Start*/
.contcat-no {
    width: auto;
    float: none;
    font-size: 18px;
    margin: 0 auto 0;
    max-width: 260px;
    padding-right:25px;
    border-radius: 50px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.1);
}
.contcat-no span {
    color: #fff;
    font-size: 18px;
    min-width: 57px;
    min-height: 57px;
    padding: 19px 0;
    margin-right:20px;
    line-height: 18px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #2a4bd0;
}
.contcat-no a{
    color: #fff;
}
/*About us Section Start*/
.intro-caption{
    float: left;
    width: 100%;
    padding: 54px 0 59px;
}
.intro-caption .section-heading-2 .title{
    margin: 0 0 27px;
}
.intro-caption .text p{
    margin: 0 0 26px;
}
.intro-caption .text p:last-of-type{
    margin: 0 0 32px;
}
.intro-thumb{
    overflow:visible;
    margin: 0 0 30px;
    padding: 0 30px 30px 0;
}
.intro-thumb::before{
    top: 30px;
    left: 30px;
    right: 0px;
    bottom: 0;
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.04);
}
.intro-thumb img{
    position: relative;
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
/*ABOUT US SECTION STYLE 2*/
.intro-section-2 .intro-caption {
    margin: 0 0 30px;
    padding: 21px 0 26px;
}
.intro-section-2.th-bg .section-heading-2 *,
.intro-section-2.th-bg .text p{
    color: #fff;
}
.video-thumb{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.video-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}
.video-btn:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fa183d;
  border-radius: 50%;
  transition: all 200ms;
}
.video-btn:hover:after {
  background-color: #da0528;
}
.video-btn span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
    border-radius: 100%;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    border-radius: 100%;
  }
}
/*About us Section Style 3 Start*/
.intro-section-3 .intro-caption {
    padding: 35px 0 40px;
}
/*
    ==============================================================
       SERVICES CSS START #SERVICES
    ==============================================================
*/
.osr-srvices-thumb-1{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    border-radius: 5px;
    padding:50px 25px 43px;
    background-color: #f8f8f8;
    height: 100%;
}
.osr-srvices-thumb-1:hover{
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.20);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.20);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.20);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.20);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.20);
}
.osr-srvices-thumb-1 .svg-icon{
    height: 40px;
    font-size: 40px;
    margin: 0 0 23px;
}
.osr-srvices-thumb-1 .text .title{
    margin: 0 0 19px;
}
.osr-srvices-thumb-1 .text p:last-child{
    margin: 0;
}
.osr-srvices-thumb-1 .svg-icon i,
.osr-srvices-thumb-1 .title a,
.osr-srvices-thumb-1 .text p{
    transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
}
.osr-srvices-thumb-1:hover *{
    color: #fff;
}
/*
    ==============================================================
       PROJECT CSS START #PROJECT
    ==============================================================
*/
.row.project-slider{
    margin: 0;
}
.project-slider{
    margin-bottom:30px !important;
}
.project-slider .slick-arrow{
    color: #fff;
}
.project-slider .slick-prev {
  left: -90px;
}
.project-slider .slick-next {
  right: -90px;
}
.project-slider.slick-dotted{
  margin: 0 0 90px !important;
}
.project-slider .slick-dots{
  z-index: 1;
  bottom: -60px;
  line-height: 10px;
}
.osr-project-thumb-1{
    float: left;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}
.osr-project-thumb-1 figure{
    width: 360px;
    padding: 20px 20px 0;
    background-color: rgba(0,0,0,0.04);
}
.project-slider,
.osr-project-thumb-1,
.osr-project-thumb-1 figure img{
    box-shadow: 0px 3px 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 3px 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0px 3px 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 3px 15px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.10);
}
.slick-slider .osr-project-thumb-1,
.slick-slider .osr-project-thumb-1 figure img{
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.osr-project-thumb-1 .overflow-text{
    padding: 55px 30px;
}
.project-meta{
    float: left;
    width: 100%;
    color: #393e42;
    font-size: 12px;
    margin: 0 0 19px;
    line-height: 20px;
}
.project-meta i{
    float: left;
    font-size: 20px;
    max-height:20px;
    margin-right:10px;
}
.osr-project-thumb-1 .title{
    margin: 0 0 18px;
}
.osr-project-thumb-1 p{
    margin: 0 0 43px;
}
/*
    ==============================================================
       BRAND CSS START #BRAND
    ==============================================================
*/
.brand-slider{
    float: left;
    width: 100%;
    margin: 0 0 30px;
}
.brand-slider .slick-slide .thumb{
    background-color: #efefef;
}
.brand-slider .slick-slide:nth-child(odd) .thumb{
    background-color: #e5e5e5;
}
.brand-slider .slick-arrow{
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.brand-slider:hover .slick-arrow{
    opacity: 1;
    color: #fff;
}
.brand-slider .slick-prev{
    left: 20px;
}
.brand-slider .slick-next{
    right: 20px;
}
.brand-slider:hover .slick-prev{
    left: -20px;
}
.brand-slider:hover .slick-next{
    right: -20px;
}
/*
    ==============================================================
       MASONRY CSS START #MASONRY
    ==============================================================
*/
.masonry-grid{
    margin: 0 -7px;
}
.masonry-grid [class*="col-"]{
    padding: 0 7px;
}
.masonry-grid .portfolio-thumb{
    float: left;
    width: 100%;
    margin: 0 0 17px;
}
/*
    ==============================================================
       BLOG CSS START #BLOG
    ==============================================================
*/
.blog-slider.row{
    float: none;
    width: inherit;
    margin: 0 -15px;
}
.blog-slider.row [class*="col-"]{
    padding: 0 15px;
}
.blog-slider{
    margin-bottom:30px !important;
}
.blog-slider.slick-dotted .slick-list{
    padding-bottom:60px;
}
.blog-slider.slick-dotted .slick-dots{
    bottom: -3px;
}
.blog-thumb{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.blog-slider .blog-thumb{
    margin: 0;
}
.blog-thumb figure{
    margin-bottom:0;
    overflow: hidden;
}
.blog-thumb figure::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0;
    position: absolute;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: color 300ms 0ms, opacity 300ms 0ms, -webkit-transform 300ms 300ms;
    -moz-transition: color 300ms 0ms, opacity 300ms 0ms, -moz-transform 300ms 300ms;
    -o-transition: color 300ms 0ms, opacity 300ms 0ms, -o-transform 300ms 300ms;
    transition: color 300ms 0ms, opacity 300ms 0ms, transform 300ms 300ms;
}
.blog-thumb:hover figure::before{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.blog-thumb figure img{
    -webkit-transition: -webkit-transform 800ms, opacity 700ms;
    -moz-transition: -moz-transform 800ms, opacity 700ms;
    -o-transition: -o-transform 800ms, opacity 700ms;
    transition: transform 800ms, opacity 700ms;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    -o-transform-origin: bottom center;
    transform-origin: bottom center;
}
.blog-thumb:hover figure img{
    opacity: 0.2;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.blog-thumb .text{
    background-color: #fff;
    padding: 28px 15px 22px;
}
.blog-thumb .title{
    margin: 0 0 14px;
}
.blog-thumb p{
    margin: 0 0 11px;
}
/*BLOG LIST START*/
.blog-list-thumb{
    box-shadow: none;
    padding:0 0 30px;
    border-radius: 0;
    margin: 0 0 30px;
    border-bottom:1px solid #e5e5e5;
}
.blog-list-thumb figure{
    float: left;
    max-width: 230px;
}
.blog-list-thumb .text{
    float: none;
    width: auto;
    padding: 0 25px;
    overflow: hidden;
}
.blog-list-thumb .title{
    font-size: 24px;
    margin: 0 0 18px;
}
.blog-list-thumb .blog-meta{
    margin: 0 0 6px;
}
.blog-list-thumb .text p{
    margin: 0 0 15px;
}
/*
    ==============================================================
       FOOTER CSS START #FOOTER
    ==============================================================
*/
.osr-footer-1{
    padding:86px 0 52px;
}
.osr-footer-1 .widget{
    margin: 0 0 30px;
}
.osr-footer-1 .widget-title .title{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}
.footer-logo{
    float: left;
    width: auto;
}
.osr-footer-1 .widget-title .footer-logo{
    padding:4px 0 0;
    margin: 0 0 -6px;
}
.footer-logo img{
    float: left;
    width: 100%;
    max-width: 100%;
}
.osr-footer-1.th-bg .widget_nav_menu ul li a::before{
    background-color: #fff;
}
.osr-footer-1.th-bg .widget_nav_menu ul li a:hover{
    color: #fff;
}
/*
    ==============================================================
       COPYRIGHT CSS START #COPYRIGHT
    ==============================================================
*/
.copy-right{
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
}
.copy-right.th-bg::before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: 0.12;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
}
.copy-right *{
    position: relative;
}
.copy-right.th-bg .social-list li a:hover{
    background-color: #fff;
}
.short-nav{
    float: left;
    width: 100%;
    padding: 2px 0;
}
.short-nav li{
    float: left;
    width: auto;
    font-size: 12px;
    margin: 0 0 0 20px;
}
.short-nav li:first-child{
    margin-left:0;
}
.short-nav li a{
    color: currentcolor;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.short-nav li a::before {
    left: 0;
    bottom: 0;
    content: '';
    right: 100%;
    height: 1px;
    position: absolute;
    background-color: #fff;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.short-nav li a:hover::before {
    right: 0;
}
.osr-footer-1.th-bg .widget-about p,
.osr-footer-1.th-bg .widget_nav_menu ul li a,
.osr-footer-1.th-bg .widget-newsletter p{
    color: rgba(255,255,255,0.8);
}
.osr-footer-1.th-bg  .widget_nav_menu ul li a:hover,
.copy-right.th-bg .social-list li a,
.copy-right.th-bg .short-nav li,
.osr-footer-1.th-bg .widget-title .title,
.osr-footer-1.th-bg p.copyright-p{
    color: #fff;
}
.copy-right.th-bg .social-list li a{
    border-color: #fff;
}
/*
    ==============================================================
      ABOUT US PAGE CSS START #ABOUT US PAGE
    ==============================================================
*/
/*COUNTER THUMB START*/
.osr-counter-thumb-1{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
}
.osr-counter-thumb-1 .svg-icon{
    color: #fff;
    width: 70px;
    height: 70px;
    display: block;
    font-size: 40px;
    padding: 20px 0 ;
    text-align: center;
    margin: 0 auto 19px;
    border-radius: 100%;
    background-color: #333;
}
.osr-counter-thumb-1 .title{
    margin: 0 0 0px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
}
.osr-counter-thumb-1 p{
    font-size: 15px;
    margin: 0 0 9px;
    font-weight: normal;
}
/*TEAM THUMB START*/
.osr-team-thumb-1{
    float: left;
    width: 100%;
    padding: 30px;
    margin: 0 0 30px;
    text-align: center;
    position: relative;
    background-color: rgba(0,0,0,0.03);
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
.osr-team-thumb-1 figure{
    float: none;
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 22px;
    border-radius: 100%;
}
.osr-team-thumb-1 .title{
    font-size: 20px;
    margin: 0 0 3px;
}
.designation{
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 0 21px;
    text-transform: none;
}
.osr-team-thumb-1 .btn{
    padding: 13px 35px 12px;
}
/*TESTIMONIAL THUMB START*/
.testimonial-slider.row{
    margin: 0;
    float: left;
    width: 100%;
    padding: 0 70px;
}
.testimonial-slider .slick-list{

}
.testimonial-slider .slick-slide{
    padding: 0 20px;
}
.testimonial-slider .slick-arrow{
    color: #000;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.testimonial-slider .slick-arrow:hover{
    color: #fff;
}
.osr-testimonial-thumb{
    float: left;
    width: 100%;
    margin: 0 0 30px;
    border-radius: 5px;
    padding: 45px 30px 38px;
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.osr-testimonial-thumb figure{
    width: 70px;
    height: 70px;
    margin: 0 0 18px;
    border-radius: 100%;
}
.osr-testimonial-thumb .title{
    margin: 0 0 9px;
}
.osr-testimonial-thumb p{
    margin: 0;
}
.osr-testimonial-thumb .designation{
    float: none;
    margin: 15px 0 7px;
    font-size: 14px;
    line-height: 14px;
}
/*
    ==============================================================
       CONTACT US CSS START #CONTACT US
    ==============================================================
*/
.contact-section{
    float: left;
    width: 100%;
    z-index: 1;
    border-radius:5px;
    position: relative;
    background-color: #fff;
    padding:94px 70px 100px;
    box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
    -o-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -ms-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -moz-box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
    -webkit-box-shadow: 0 5px 10px rgba(0,9,128,0.035), 0 7px 18px rgba(0,9,128,0.05);
}
.contact-section .oscar-section-heading-1{

}
.contact-section .oscar-section-heading-1 p{
    float: left;
    width: 100%;
}
.contact-section .input-field{
    margin: 0 0 20px;
}
.contact-section .form-control{
    color: #383a42;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
.contact-form{
    float: left;
    width: 100%;
}
.contact-section .form-control::-moz-placeholder{
    color: #383a42;
}
.contact-section .form-control::-webkit-input-placeholder{
    color: #383a42;
}
.ab-right{
    top: 50%;
    left: auto;
    right: 20px;
    position: absolute;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.contact-section .btn{
    float: right;
    padding: 20px 75px 17px;
}
.map-wrap{
    float: left;
    width: 100%;
    overflow: hidden;
    min-height: 650px;
    margin-top: -190px;
    position: relative;
    background-color: #000;
}
.map-wrap #map-canvas{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
/*
    ==============================================================
       BLOG DETAIL CSS START #BLOG DETAIL
    ==============================================================
*/
.blog-detail-thumb{
    border-radius: 0;
    box-shadow: none;
    margin-bottom:30px;
    padding: 0 15px 0 0;
}
.blog-detail-thumb > figure{
    margin: 0 0 35px;
}
.blog-detail-thumb .text{
    padding: 0;
    margin: 0 0 30px;
}
.blog-detail-thumb .text .blog-meta{
    margin: 0 0 16px;
}
.blog-detail-thumb .text p{
    margin: 0 0 26px;
}
.blog-detail-thumb .text p:last-child{
    margin: 0;
}
.blog-detail-thumb p + .video-thumb{
    margin-top: 6px;
    margin-bottom:33px;
}
.blog-detail-thumb .text + .blog-nav{
    margin-top:20px;
}
.blog-nav{
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.blog-nav .pager{
    margin:0;
}
.blog-nav .pager li > a{
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
    padding:9px 35px 6px;
    border: 1px solid  #333;
}
/*
    ==============================================================
       PORTFOLIO  CSS START #PORTFOLIO
    ==============================================================
*/
/*Portfolio Page Css Start*/
.port-filter{
    float: left;
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
}
.port-filter li{
    float: none;
    width: auto;
    margin: 0 20px;
    display: inline;
}
.port-filter li a{
    color: #393e42;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 8px;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}
.port-filter li a::after,
.port-filter li a::before {
    left: 0;
    bottom: 5px;
    content: '';
    right: 100%;
    height: 1px;
    position: absolute;
    background-color: #a4a4a4;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.port-filter li a::after{
    left: 100%;
    right: 0;
    bottom: 0px;
}
.port-filter li a.active::before,
.port-filter li a:hover::before {
    right: 30%;
}
.port-filter li a.active::after,
.port-filter li a:hover::after {
    left: 30%;
}
.filterable-gallery{
    float: none;
    margin: 0 -7px;
}
.filterable-gallery li{
    padding: 0 7px;
    margin: 0 0 14px;
}
.mt-45{
    margin-top:45px;
}
aside.border-left{
    border-left: 1px solid #e5e5e5;
}
.designation{text-align: left !important;}
