/* 
Theme Name: Coredairy
Theme URI: Coredairy.com
Description: 
Version: 3.3.7
Author: Sreenath ks panikker
Author URI: http//www.sreenathks.in/,
Linkedin: https://in.linkedin.com/in/sreenathks
*/

@import url(ionicons.min.css);
a:focus {
    outline: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

::-moz-selection {
    background: #1f5dbf;
    color: white;
}

::selection {
    background: #00c35d;
    color: white;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

a {
    text-decoration: none !important;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'robotomedium';
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    color: #969696;
}

h2{
    font-family: 'robotolight';
    font-size: 48px;
    color: #343a3c;
    margin-bottom: 15px;
}
html,
body {
    height: 100%;
    background: #fff;
    position: relative;
}

body {
    width: 100%;
    font-family: 'robotoregular';
    font-size: 14px;
    color: #878787;
    line-height: 26px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale!important;
    overflow-x: hidden!important;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.linkwrapp {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
}


/* centered columns styles */

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    /* reset the text-align */
    text-align: center;
    /* inline-block space fix */
    margin-right: -4px;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}


/* col equal height */

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/* carosal fade */

.carousel-fade .carousel-inner .item {
    -webkit-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);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Repple */

.ripplelink {
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

.ripplelink:hover {
    z-index: 1000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    /*
  box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0 !important;
  -webkit-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0 !important;
  -moz-box-shadow:rgba(0, 0, 0, 0.3) 0 16px 16px 0 !important;
*/
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}

@-moz-keyframes ripple {
    100% {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}

@-o-keyframes ripple {
    100% {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


/* form starting stylings ------------------------------- */

.group {
    position: relative;
    margin-bottom: 45px;
}


/* LABEL ======================================= */

.group .label {
    color: #999;
    font-family: 'robotoregular';
    font-size: 15px;
    color: #787d86;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 0;
    padding: 0;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */

.group input:focus ~ .label,
.group input:valid ~ .label,
.form-wrapp textarea:focus ~ .label,
.group textarea:valid ~ .label {
    top: -20px;
    font-size: 18px;
    color: #191f29;
    left: 0;
    padding-left: 0;
}


/* BOTTOM BARS ================================= */

.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before,
.group .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #fd4143;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}


/* active state */

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:before,
.group textarea:focus ~ .bar:after {
    width: 50%;
}


/* HIGHLIGHTER ================================== */

.group .highlight {
    position: absolute;
    height: 60%;
    width: 200px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}


/* active state */

.group input:focus ~ .highlight,
.group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

.header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header .navbar-default {
    border: 0;
    margin: 0;
    background: transparent;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar {
    margin: 0;
    border: 0;
    box-shadow: none;
    padding: 10px 0;
}

.navbar-brand {
    height: auto;
}
.navbar-brand > img{
    max-width: 100%;
}

.navbar-default .navbar-nav>li>ul{
    padding: 12px 0;
}
.navbar-default .navbar-nav>li>a{
    font-family: 'robotobold';
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 15px 15px;
}
.navbar-default .navbar-nav>li:last-child:after,
.navbar-default .navbar-nav>li:last-child:before{
    content: " ";
    display: block;
    clear: both;
}
.navbar-default .navbar-nav>li:last-child{
    padding: 6px 0;
}
.navbar-default .navbar-nav>li:last-child>a {
    float: left;
    width: 33px;
    height: 33px;
    border-radius: 100px;
    background:rgba(255,255,255,0.5);
    color: #fff;
    padding: 0;
    text-align: center;
    line-height: 33px;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li:last-child>a:hover,
.navbar-default .navbar-nav>li:last-child>a:focus{
    background: #fff;
    color: #429bc1;
}
.navbar-default .navbar-nav>li:last-child>a:last-child{
    margin-right: 0;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background: transparent;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
    color: #999;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
    background: transparent;
    color: #289dea;
}


.header .navbar-nav>li>.dropdown-menu{
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.navbar-nav>li>.dropdown-menu>li>a{
    padding: 15px 15px;
}

.affix{
    position: fixed;
    left: 0;
    top: 0;
    background: #07354d;
}

.affix .navbar-brand{
    width: 120px;
    padding: 5px 15px;
}

.affix .navbar-default .navbar-nav>li>a{
    font-size: 12px;
}
.affix .navbar-default .navbar-nav>li:last-child>a{
    background: none;
    color: white;
    width: auto;
    height: auto;
    padding: 2px 10px;
    margin: 0;
}
.affix .navbar {
    padding: 0;
}


.header .navbar-nav>li:hover .dropdown-menu{
    display: block;
}


/* CUSTOMIZE THE INDEX
-------------------------------------------------- */
.mainframe{
    width: 100%;
    padding-top: 125px;
    position: relative;
}
.mainframe > .container{
    position: relative;
    z-index: 3;
}
.overlay{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 290px;
    background: url(../images/bg-overlay.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
}
.mainframe .carousel-caption{
    position: static;
    left: auto;
    right: auto;
    top: auto;
}
.mainframe .carousel-caption{
    background: none;
    box-shadow: none;
}
.mainframe .carousel-caption h2{
    font-family: 'cabinregular';
    font-size: 62px;
    color: white;
    margin-bottom: 25px;
    text-shadow: none;
}
.mainframe .carousel-caption p{
    font-family: 'robotolight';
    font-size: 16px;
    color: white;
    text-shadow: none;
}

.mainframe .carousel-caption .btn{
    background: #f5731f;
    border-radius: 50px;
    font-family: 'robotobold';
    color: white;
    font-size: 14px;
    padding: 10px 20px;
    margin-top: 30px;
}

.mainframe .carousel-caption .btn > .fa{
    margin-right: 5px;
    font-size: 22px;
}
.mainframe .carousel-caption .btn > span{
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

.mainframe .carousel-caption .btn:hover,
.mainframe .carousel-caption .btn:focus{
    background: #fff;
    color: #f5731f;
}

.mainframe .carousel-control{
    background: none;
}
.mainframe .carousel-control > .icon{
    display: block;
    width: 46px;
    height: 54px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -3px -3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mainframe .carousel-control.right > .icon{
    left: auto;
    right: 0;
    background-position: -48px -3px;
}

.sag-index.one{
    position: relative;
    z-index: 3;
}

.sag-index.one .linkwrapp{
    position: relative;
    z-index: 99;
    overflow: auto;
}

.sag-index.one figure{
    display: block;
    margin: 0 auto;
    margin-top: -185px;
    position: relative;
}

.sag-index.one img{
    margin: 0 auto;
}
.sag-index.one figure:before{
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -195px;
    margin: 0 auto;
    width: 942px;
    height: 360px;
    z-index: -1;
    background: url(../images/bg-shadow.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.sag-index.two{
    padding: 100px 0 10px 0;
}

.sag-index.two .row > div:first-child{
    padding-right: 40px;
}

.sag-index.two p{
    font-size: 18px;
}

.sag-index.two p > small{
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.sag-index.two .btn{
    padding: 0;
    margin-top: 15px;
}
.sag-index.two .btn .fa{
    font-size: 22px;
    color: #f5731f;
    margin-right: 5px;
}

.sag-index.two .btn span{
    display: inline-block;
    vertical-align: top;
    font-family: 'robotobold';
    color: #5f6d87;
    font-size: 15px;
}

.sag-index.two .btn:hover span,
.sag-index.two .btn:focus span{
    color: #f5731f;
}

.sag-index.three{
    padding: 55px 0;
    background: #eaf2f5;
}
.sag-index.three .row > div{
    padding: 15px 15px;
}
.sag-index.three h2{
    text-align: center;
}
.sag-index.three p{
    text-align: center;
    margin-bottom: 30px;
}

.sag-index.three .box{
    padding: 45px 25px;
    padding-right: 95px;
    background: #f6fafd;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
-webkit-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.36);
box-shadow: 0px 2px 15px -4px rgba(0,0,0,0.36);
}
.sag-index.three .box figure{
    float: left;
    width: 155px;
}
.sag-index.three .box article{
    padding-left: 165px;
}
.sag-index.three .box article h3{
    font-size: 25px;
    color: #34393c;
    margin-bottom: 8px;
}
.sag-index.three .box article p{
    font-size: 14px;
    color: #656d70;
    text-align: left;
    line-height: 22px;
}

.sag-index.three .box .btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #fff;
    z-index: 1;
    border-radius: 0;
-webkit-box-shadow: -1px 0px 15px 0px rgba(0,0,0,0.11);
-moz-box-shadow: -1px 0px 15px 0px rgba(0,0,0,0.11);
box-shadow: -1px 0px 15px 0px rgba(0,0,0,0.11);
}
.sag-index.three .box .btn .icon{
    display: block;
    width: 18px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -99px -5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sag-index.three .box:hover .btn > .icon,
.sag-index.three .box:focus .btn > .icon{
    background-position: -119px -5px;
}

.sag-index.four{
    padding: 55px 0;
    text-align: center;
    background: #fbfbfb;
}
.sag-index.four p{
    padding: 0 85px;
}

.sag-index.four .slider{
    padding: 0 100px;
    margin-top: 60px;
}

.sag-index.four .slide{
    cursor: pointer;
}

.sag-index.four figure{
    min-height: 60px;
}
.sag-index.four img{
    margin: 0 auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; 
}
.sag-index.four .slide:hover img,
.sag-index.four .slide:focus img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none !important; 
}
.sag-index.four .slide p{
    padding: 0;
    text-align: center;
    line-height: 17px;
    margin-top: 15px;
}

.sag-index.four .owl-controls{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sag-index.four .owl-controls .owl-nav{
    display: block;
}
.sag-index.four .owl-controls .owl-nav > div{
    display: block;
    float: left;
    width: 30px;
    height: 33px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -144px -3px;
}
.sag-index.four .owl-controls .owl-nav > .owl-next{
    float: right;
    background-position: -174px -3px; 
}

.sag-index.four .big-images{
    padding: 65px 0;
}
.sag-index.four .big-images h2{
    font-size: 40px;
    text-align: left;
}

.sag-index.four .big-images p{
    padding: 0;
    text-align: left;
}

.sag-index.four .big-images img{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none !important;  
}

.sag-index.four .big-images ul{
    margin-top: 30px;
}

.sag-index.four .big-images ul > li{
    padding: 10px 0;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

.sag-index.four .big-images ul > li > .fa{
    font-size: 22px;
    color: #1196d9;
    position: absolute;
    left: 0;
    top: 15px;
}

.sag-index.four .big-images ul > li > span{
    display: block;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
}

.sag-index.six{
    width: 100%;
    padding: 75px 0;
    background: url(../images/bg-index-1.png) no-repeat;
    background-position: center top;
    background-color: #eaf2f5;
}

.sag-index.six h2{
    font-size: 40px;
}

.sag-index.six p{
    margin-bottom: 50px;
}

.sag-index.six .icon.quotes{
    display: block;
    width: 112px;
    height: 112px;
    background: url(../images/icon/icon-qute.png) no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100px;
    margin: 0 auto;
}

.sag-index.six .box{
    background: #fff;
    padding: 25px 30px;
    position: relative;
}
.sag-index.six .box:after{
    content: " ";
    display: block;
    width: 0; 
    height: 0; 
    position: absolute;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    
    
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid white;

}

.sag-index.six .box p{
    font-family: 'theano_didotregular';
    font-size: 16px;
    color: #767674;
    font-style: italic;
    margin: 0;
}

.sag-index.six .row > div{
    padding: 30px 15px;
}

.sag-index.six .box h4{
    font-family: 'robotoregular';
    font-size: 15px;
    color: black;
    margin-top: 15px;
}

.sag-index.six .box h4 > span{
    font-family: 'robotothin';
    font-size: 12px;
    color: #656d70;
}

.sag-index.six .box > figure{
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: -41px;
    top: -41px;
}

.sag-index.six .box.two > figure{
    left: auto;
    right: -41px;
}
.sag-index.six .box.three > figure{
    top: auto;
    bottom: -41px;
}
.sag-index.six .box.four > figure{
    left: auto;
    right: -41px;
    top: auto;
    bottom: -41px;
}
.sag-index.six .box.two:after{
    content: " ";
    display: block;
    right: auto;
    left: -15px;
    width: 0; 
    height: 0; 
    border-left: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
  
    border-right: 15px solid white; 
}

.sag-index.six .box.three:after{
    width: 0; 
    height: 0; 
    border-top: 0;
    border-left: 25px solid transparent;
    border-right: 0;
    border-bottom: 25px solid white;
    transform: none !important;
    bottom: 100%;
    top: auto;
    right: 0;
}
.sag-index.six .box.four:after{
    width: 0; 
    height: 0; 
    border-top: 0;
    border-left: 0;
    border-right: 25px solid transparent;
    border-bottom: 25px solid white;
    transform: none !important;
    bottom: 100%;
    top: auto;
    right: auto;
    left: 0;
}
.sag-index.seven{
    width: 100%;
    background: #3990bd;
}
.sag-index.seven .row .row{
    min-height: 240px;
    background: url(../images/bg-index-2.jpg) no-repeat;
    background-position: center right;
}
.sag-index.seven .icon.mail{
    display: block;
    width: 69px;
    height: 68px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -209px -3px
}
.sag-index.seven .icon.headphone{
    display: block;
    width: 57px;
    height: 68px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -285px -3px
}

.sag-index.seven p{
    color: white;
    margin-top: 15px;
    line-height: 17px;
}

.sag-index.seven h3{
    font-family: 'roboto_condensedregular';
    font-size: 30px;
    color: white;
    margin-top: 5px;
}

.sag-index.seven .box{
    padding: 60px 0 30px 0;
}

.sag-index.seven > .container > .row >div:last-child{
    padding-left: 0;
}
.sag-index.seven .subscribe{
    min-height: 240px;
    background: #f5731f;
    padding: 35px 35px;
    text-align: center;
}
.sag-index.seven .subscribe h2{
    font-family: 'robotothin';
    font-size: 27px;
    color: white;
    margin-bottom: 10px;
}

.sag-index.seven .subscribe .input-group-addon{
    padding: 0;
    background: #fff;
    margin: 0;
    border-radius: 0;
    border: 0;
}
.sag-index.seven .subscribe .input-group{
    margin-top: 15px;
    position: relative;
}
.sag-index.seven .subscribe .input-group .fa-envelope-o{
    position: absolute;
    left: 12px;
    top: 9px;
    color: #999;
    z-index: 3;
    font-size: 22px;
}
.sag-index.seven .subscribe .form-control{
    border-radius: 0;
    border: 0;
    height: 40px;
    padding-left: 50px;
}
.sag-index.seven .subscribe .input-group-addon .btn{
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: #1095da;
    border: 0;
    color: white;
    padding: 6px 6px;
}
.sag-index.seven .subscribe .input-group-addon .btn:hover,
.sag-index.seven .subscribe .input-group-addon .btn:focus{
    background: #0877b1;
}

.sag-index.seven .subscribe ul{
    display: inline-block;
    width: auto;
    margin-top: 30px;
}

.sag-index.seven .subscribe ul:after,
.sag-index.seven .subscribe ul:before{
    content: " ";
    clear: both;
    display: block;
}

.sag-index.seven .subscribe ul > li{
    display: block;
    float: left;
}

.sag-index.seven .subscribe ul > li > a{
    padding: 6px 25px;
    font-size: 26px;
    color: white;
}

.sag-index.seven .subscribe ul > li > a:hover,
.sag-index.seven .subscribe ul > li > a:focus{
    color: #1095da;
}

/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
.footer{
    padding: 10px 0;
    background: #07354d;
}
.footer .nav>li>a{
    font-family: 'robotoregular';
    color: white;
    font-size: 16px;
    color: white;
}
.footer .nav>li:first-child>a{
    padding-left: 0;
}
.footer .nav>li>a:hover, .footer .nav>li>a:focus{
    background: none;
    opacity: 0.5;
}

/* CUSTOMIZE THE ABOUT
-------------------------------------------------- */
.container-wide:after,
.container-wide:before{
    content: " ";
    clear: both;
    display: block;
}
.container-wide{
    padding: 0 15px;
}

.in_mainframe{
    min-height: 450px !important;
    height: 500px;
    padding-top: 220px;
    text-align: center;
}
.in_mainframe .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
}

.in_mainframe h2{
    font-family: 'cabincabin_medium';
    font-size: 42px;
    color: white;
    text-transform: uppercase;
}
.in_mainframe p{
    font-size: 18px;
    color: white;
}

.sag_title{
    padding: 100px 0;
    text-align: center;
}
.sag_title h2{
    margin-bottom: 30px;
}
.sag_about.one{
    background: #e6e6e6;   
    padding: 100px 0;
}
.sag_about.one p{
    font-family: 'cabinregular';
    text-align: left;
    font-size: 17px;
    padding: 25% 0;
}

/* CUSTOMIZE THE PRODUCTS
-------------------------------------------------- */
.sag-index.three.sag_products{
    padding: 85px 0;
}
.sag_products.details{
    padding: 100px 0;
    text-align: center;
}

.sag_products.details h2{
    margin: 30px 0;
}

.sag_products.details img{
    margin: 0 auto;
}

.sag_products.details h3{
    margin: 60px 0;
}

.sag_products.details .label{
    padding: 10px;
    background: #07354d;
    color: white;
    font-weight: normal;
    margin: 3px 0;
    font-size: 14px;
    line-height: 43px;
}

.sag_products.details ul,
.sag-portfolio.details ul,
.sag_about ul{
    display: block;
    text-align: left;
    list-style: circle !important;
    margin: 15px 0;
}

.sag_products.details ul > li{
    display: block;
    text-align: left;
    padding-left: 10px;
}

.sag_products.details ul > li:before{
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 10px;
    margin-left: -10px;
    border-radius: 50px;
    background: #999;
    vertical-align: middle;
    
}

.sag_products.details ul > li >a{
    display: block;
    text-align: left;
}

/* CUSTOMIZE THE PORTFOLIO
-------------------------------------------------- */
.sag-portfolio.details{
    padding: 100px 0;
}
.sag-portfolio.details h3,
.sag-portfolio.details p{
    margin-bottom: 30px;
}

/* CUSTOMIZE THE BLOG
-------------------------------------------------- */
.sag_blog.detail{
    padding: 100px 0;
    text-align: center;
}
.sag_blog.detail figure{
    width: 115px;
    height: 115px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sag_blog.detail h2{
    margin-bottom: 30px;
}

.sag_blog.detail h4{
    font-family: 'robotolight';
    font-size: 19px;
    margin-bottom: 30px;
}

/* CUSTOMIZE THE CONTCT
-------------------------------------------------- */
.sag_contact .row>div{
    padding: 100px 30px;
}

.sag_contact .row>div:first-child{
    background: #07354d;
}

.sag_contact .form-group{
    margin-bottom: 25px;
}
.sag_contact .form-control{
    height: 45px;
    border-radius: 0;
    border-color: #e6e6e6;
    box-shadow: none;
    outline: inherit;
}
.sag_contact textarea.form-control{
    height: 125px;
    resize: none;
}

.sag_contact .submit{
    border-radius: 0;
    background: #07354d;
    border: 1px solid #07354d;
    padding: 10px 45px;
    color: white;
    text-transform: uppercase;
    box-shadow: non;
    outline: inherit;
}

.sag_contact .submit:hover,
.sag_contact .submit:focus{
    background: #fff;
    color: #07354d;
}

.sag_contact .box{
    margin-bottom: 40px;
}

.sag_contact .box h3{
    color: #fff;
    font-size: 19px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sag_contact .box p{
    color: white;
    padding-left: 20px;
}
.sag_contact .box p > a{
    color: white;
}
.sag_contact .box p > .fa{
    margin-left: -20px; 
    margin-right: 10px;
    font-size: 16px;
}

.map_canvas{
    width: 100%;
    height: 500px;
    box-sizing: border-box;
    overflow: hidden;
}

.MyVideo{
    padding: 0 !important;
}

.MyVideo .modal-dialog{
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0;
}
.MyVideo .modal-content{
    position: relative;
    height: 100%;
    border-radius: 0;
    background: transparent;
}

.MyVideo .modal-body{
    padding: 0;
}

.MyVideo .close{
    text-shadow: none;
    font-size: 48px;
    color: white;
    opacity: 1;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 999;
    font-weight: normal;
    outline: none;
}
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
}
.video-container video.fillWidth {
    width: 100%;
}

.homepage-hero-module{
 
}
.video-container{
    width: 75% !important;
    height: 90% !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    
    border: 15px solid #fff;
}

.sag-gallery{
    margin-top: 60px;
}

.sag_blog.detail  .sag-gallery figure{
    width: 100%;
    height: auto;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.sag_blog.detail  .sag-gallery figure img{
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
}

.sag_blog.detail  .sag-gallery figure:hover img,
.sag_blog.detail  .sag-gallery figure:focus img{
    transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}


.sag_blog.detail  .sag-gallery figure .linkwrapp{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(40, 157, 234, 0.8);
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.sag_blog.detail  .sag-gallery figure:focus .linkwrapp,
.sag_blog.detail  .sag-gallery figure:hover .linkwrapp{
    opacity: 1;
    filter: alpha(opacity=1);
}

.sag_blog.detail  .sag-gallery figure .linkwrapp .fa{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    font-size: 46px;
    text-align: center;
}

.sag-gallery .row{
    margin-left: -3px;
    margin-right: -6px;
}

.sag-gallery .row > div{
    padding: 3px 3px;
}

.image-gallery .modal-dialog{
    width: 400px !important;
}

.image-gallery .close{
    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 30px;
    color: white;
    text-shadow: none;
    font-weight: lighter;
    opacity: 1;
    outline: inherit;
}

.image-gallery .close:hover{
    color: #07354d;
}
.image-gallery .modal-footer{
    text-align: left;
}
.image-gallery .modal-footer >div{
    padding: 0;
}
.image-gallery .modal-footer .btn{
    border-radius: 0;
    background: #07354d;
    border: 1px solid #07354d;
    padding: 10px 45px;
    color: white;
    text-transform: uppercase;
    box-shadow: non;
    outline: inherit;
}
.image-gallery .modal-footer .btn:hover,
.image-gallery .modal-footer .btn:focus{
    background: #fff;
    color: #07354d;
}


/* CUSTOMIZE THE TEAM
-------------------------------------------------- */
.sag_team.one{
    padding: 60px 0;
}

.sag_team.one article{
    margin-bottom: 60px;
}

.sag_team.one .row > div{
    padding: 15px 15px;
}

.sag_team.one figcaption{
    text-align: center;
    padding: 15px 0;
}

.sag_team.one figcaption h3{
    font-size: 18px;
}
.sag_team.one figcaption h4{
    font-size: 14px;
    margin: 10px 0;
}


/* CUSTOMIZE THE TUTORIAL
-------------------------------------------------- */
.sag_tutorials{
    padding: 75px 0;
}
.sag_tutorials iframe{
    width: 100% !important;
    height: 350px;
    border: 0;
}

.sag_tutorials .row > div{
    padding: 15px 15px;
}

.sag_tutorials h3{
    font-size: 20px;
    margin: 15px 0;
    color: #212121;
}