/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700&display=swap&subset=latin-ext');

body {
    font-family: 'Raleway', sans-serif;
    padding: 130px 0 0;
}

a:hover {
    text-decoration: none;
}

.carousel {
    top: 0px;
}

p {
    margin: 2px;
}

.carousel-item {

    min-height: 270px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

button:focus {
    outline: none;
}

button a{
    color: white;
}

button a:hover{
    color: white;
}

div.sticky {animation-duration: 4s;-webkit-animation-duration: 4s;}
div.sticky ul.navbar-nav {display: none;}
div.sticky .headerText {padding: 20px 0 0;}
div.sticky .navbar {height: 60px;}
div.sticky .newMenu {top: 60px;}
div.sticky .navbar a.navbar-brand img {
    width:160px;animation-duration: 4s;-webkit-animation-duration: 4s;
}

/* Frontend */
.form_required{
    color:red;
    font-weight: bold;
    font-size: 20px;

}
.form-control-captcha{
    height: 48px;
    border-radius: 0;
    border: 1px solid #92daf1;
}

/* End Frontend */

.tab-content{
    padding-top: 10px;
    background-color: white;
    padding-bottom: 15px;
}

.tab-content .tab-pane.more {
    height:300px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom:20px;
}

.tab-content .tab-pane.more.opened {
    height:auto;
    overflow: inherit;
}

.navbar a.navbar-brand img {
    width: 200px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #1b6e95;
    font-size: 12px;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: red;
}

.navbar {
    background: #fff;
    height: 80px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        flex-direction: column;
        height: 72px;
    }
}

@media screen and  (min-width: 768px) {
    .vimeo-content iframe {     
    position: absolute;
    top: 30px;
    left: 10%;
    width: 80%;
    height: 481px;
    }
}

@media screen and (max-width: 768px) {
    .vimeo-content iframe {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }
}

.headerText {
    margin-left: auto;
    color: #3498db;
    font-size: 15px;
    font-weight: 700;
    line-height: 36px;
}

.headerText button {
    padding: 0 7px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    height: 33px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #fff;
    font-size: 11px;
    font-style: italic;
    background: #3498db;
    border: 0;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999991;
    height: 130px;
}

.headerText span {
    color: #424242;
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    margin: 0 6px;
}

.newMenu {
    position: fixed;
    top: 80px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    height: 50px;
    background: #fff;
    z-index: 99;
    width: 100%;
}

.newMenu ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.newMenu ul li {
    float: left;
    width: calc((100% - 50px)/4);
    display: flex;
    height: 50px;
}

.newMenu ul li a {
    color: #4a4646;
    font-size: 15px;
    /*line-height: 50px;*/
    margin: auto;
}

.newMenu ul li:nth-child(-n+3) {
    border-right: 1px solid #f5f5f5;
    /*padding: 0 40px 0 0; */
}

.newMenu ul li:nth-child(4) {
    border-right: 0;
}

.newMenu ul li a:hover {
    text-decoration: none;
}
/* FrontEnd */

.carousel-caption {
    width: 550px;
    background: rgba(0, 0, 0, 0.4);
    left: 225px;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    bottom: auto;
}


.carousel-captionx {
    width: 550px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}
/* FrontEnd */

.banner1 {
    margin: 0;
    background: #3498db;
}

.carousel-caption h3,
.carousel-caption p {
    text-shadow: 2px 0px rgba(0, 0, 0, 0.5)
}

.banner1 span.left-text {
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-right: auto;
    font-weight: 600;
    padding: 10px 0;
    display: inline-block;
}

.banner1 span span.phone-number a {
    font-size: 24px;
    color: #fff;
    text-align: left;
    font-weight: 400;
}
.banner1 span span.phone-number a:hover{
    color:#8b8b8b;
}

.banner1 span span.phone-number a:visited{
    color:#fff;
}

.banner1 button {
    font-size: 16px;
    color: #fff;
    text-align: right;
    font-weight: 400;
    margin-left: auto;
    border: 0;
    background: #246c9d;
    padding: 10px 60px;
    float: right;
    margin: 20px 0 0;
}

.vimeo-content{padding:50% 0 0 0;position:relative;}

section#first h1,
section#second h1,
section#third h1,
section#fourth h1,
section#fifth h1,
section#testimonials{
    width: 100%;
    text-align: center;
    color: #4a4646;
    padding: 20px 0;
    font-weight: 300;
    font-size: 38px;
}

section#first {
    background-image: linear-gradient(#f8f8f8, #eef2f4);
    padding: 50px 0 70px;
}

section#second,
section#fifth {
    background: #fff;
    padding: 40px 0;
}

section#second ul.nav-pills {
    float: left;
    width: 25%;
    background: #fcfcfc;
}

section#second ul.nav-pills li {
    width: 100%;
    min-height: 60px;
    height:auto;
    line-height: inherit;
    padding: 0;
}

section#second ul.nav-pills .nav-link {
    display: block;
    min-height: 60px;
    padding: 20px;
    border-radius: 0;
    font-size: 16px;
    color: #4a4646;
}

section#second ul.nav-pills .nav-link.active {
    background: #f6f6f6;
    position: relative;
}

section#second ul.nav-pills .nav-link.active:after {
    content: '';
    border: solid #e2dfdf;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 24px;
    right: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

section#second div.tab-content {
    float: right;
    width: 73%;
}

section#second .morecontent span {
    display: none;
}
section#second .morelink {
    display: block;
    color: #3498db;
    font-size: 15px;
    text-align: right;
    font-weight: 500;
}


section#third h2 {
    width: 100%;
    text-align: center;
    color: #4a4646;
    padding: 20px 0;
    font-weight: 300;
    font-size: 22px;
}

section#third .card {
    border: 0;
    padding: 50px 0;
}

section#third .card a {
    text-align: center;
}

section#third .card a img {
    width: 150px;
}

section#third .card .card-body {
    padding: 10px;
}

section#third .card .card-body h4 a {
    text-align: center;
    color: #3498db;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}

section#third .card .card-body h4 a:hover {
    text-decoration: underline;
}
section#third .portfolio-item {
    margin: 20px auto;
}

section#third .card .card-body p.card-text {
    text-align: center;
    color: #4a4646;
    font-size: 15px !important;
}

section#fourth {
    /*background-image: linear-gradient(#f8f8f8, #eef2f4);*/
    background: #fff;
    padding: 40px 0;
}

section#fourth .card {
    position: relative;
    border: 0;
    border-radius: 0;
    height: 257px;
}

section#fourth .card .bg {
    position: absolute;
  /*  height: 257px; */
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

section#fourth .card a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90
}

section#fourth .card .card-body {
    position: absolute;
    bottom: 0;
    height: 100px;
    width: 100%;
    z-index: 999;
    padding: 0 1.25rem;
}

section#fourth .card .card-body h4 {
    color: #fff;
    text-align: left;
    font-weight: 500;
    font-size: 19px;
}

section#fourth .card .card-body p {
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 19px;
    font-style: italic;
    padding: 0;
}

section#fourth .link a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #3498db;
    font-size: 15px !important;
    font-style: italic;
    padding: 10px 0 0;
    font-weight: 400;
}

section#fourth .sublink {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
}

section#fourth .sublink a {
    text-align: center;
    color: #3498db;
    font-size: 22px !important;
    font-style: italic;
    font-weight: 400;
    text-decoration: underline;
}

section#fifth label {
    margin-bottom: 0.1rem;
}

section#fifth .form-control {
    height: 50px;
    border-radius: 0;
    border: 1px solid #92daf1;
}

section#fifth textarea {
    height: 80px;
    border-radius: 0;
    border: 1px solid #92daf1;
    width: 100%;
    padding: 10px;
}

section#fifth button {
    margin: 30px auto;
    height: 60px;
    border-radius: 0;
    border: 0;
    width: 100%;
    padding: 10px;
    background: #d42e2e;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
section#fifth button:disabled{
    cursor: not-allowed;
}
#file {
    display: none;
}
/* Quote Design */
#dropzonePreview{
    border: 2px dashed #92daf1;
    /* border-radius: 5px; */
    background: #f9f9f9;
    min-height: 150px;
    /* border-radius: 0; */
    /* color: #909090;*/
}
#dropzonePreview span{
    color: black;
    font-weight: bold;
}
.dz-button {
    background: initial !important;
    color: initial !important;
}
.upload {
    border: 1px solid #92daf1;
    height: 50px;
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 8px;
    box-sizing: border-box;
}

::placeholder {
    color: #bcbcbc;
    font-size: 14px;
    font-style: italic;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bcbcbc;
    font-size: 14px;
    font-style: italic;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #bcbcbc;
    font-size: 14px;
    font-style: italic;
}
.required-message {
    font-family: 'Calibri';
    font-size: 11px;
    color: #000;
}

footer {
    background: #05425d;
}

.rights span {
    display: block;
    font-size: 15px;
    color: #cccccc;
    padding: 10px 0;
}

.footer-social-icons a {
    font-size: 26px;
    margin: 0 22px;
    color: #fff;
    line-height: 90px;
}

.footer-social-icons img {
    float: right;
}

.footer-social-icons {
    text-align: right;
    padding: 15px 0 0;
}

.uploadSpan {
    line-height: 38px;
    display: inline-block;
    width: 75%;
    color: #717171;
    font-size: 14px;
    font-style: italic;
}
.show-text {display: block!important;}
.hide-text {display: none;}
.tab-a {display: block;position: absolute; bottom: -7px; right: 20px; color: #3498db; font-size: 16px; display: none;}
.add-box {height: 356px; overflow: hidden; position: relative;}
#toTop {
    padding: 5px 3px;
    background: red;
    color: #fff;
    position: fixed;
    bottom: 40px;
    right: 10px;
    display: none;
    width: 50px; height: 50px; border-radius: 50px;text-align: center;
    font-size: 25px;
    line-height: 36px;
    z-index: 999991;
}
/* Section for Video Player List */

.video-player-container{
    margin-top:20px;
    margin-bottom: 20px;
}

/*section#testimonials {position: relative;}*/
section#third, section#testimonials {
    background-image: linear-gradient(#f8f8f8, #eef2f4);
    padding: 50px 0 70px;
}

section#testimonials .slide {width:100%}
section#testimonials .carousel-control-next-icon { background: url(../img/right-arrow-slider.png);width: 23px;background-size: contain;height: 37px;}
section#testimonials .carousel-control-prev-icon { background: url(../img/left-arrow-slider.png);width: 23px;background-size: contain;height: 37px;}
section#testimonials .carousel-control-prev {
    left:  -70px;
    opacity: 1;
    background-color:transparent;
    height: 50px;
    width: 50px;
    top: 220px;
}
section#testimonials .carousel-inner {
padding: 40px 0 0;
}

section#testimonials .carousel-control-next {
    right: -70px;opacity: 1;
     background-color:transparent;
    height: 50px;
    width: 50px;
    top: 220px;
    }
section#testimonials .card {
    border: 0;
    border-radius: 0;
    padding: 80px 20px 40px;
    }
section#testimonials .card img.videotitle-icon {
  width: 80px;
    position: absolute;
    top: -27px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -50px;
    }
section#testimonials .card img.play-icon {
  width: 70px;
    position: absolute;
    top: 180px;
    left: 50%;
    right: 50%;
    margin: 0 0 0 -35px;
    }
section#testimonials .card .card-img-top {
    border-radius: 0;
    }
section#testimonials .card h1 {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 700;
    padding:5px 0;
    margin: 0 0 5px;
    border: 0;
    text-align: left;
    }
section#testimonials .card h2 {
    color: #1b6e95;
    font-size: 15px;
    font-weight: 400;
    padding: 0;
    margin: 0 0 5px;
    border: 0;
    text-align: left;
    }
section#testimonials .card p {
    color: #424242;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    }
section#testimonials .carousel-item {
    height:auto;
    }

.modal {
    z-index: 999999;
}

.fa-elite-playScreen.elite_vp_light:before {
    background-color:#008ac6 !important;
    color: white !important;;
    border-radius:30px;
    width:60px;
    height:60px;
    padding-left: 22px !important;
    padding-top: 15px !important;
}

.elite_vp_playlistBar {
    display: none !important;
}

.plus-icon{padding-right:8px;font-size:16px !important;}
.accordion-link{text-align: left;}
.btn-link:hover {text-decoration: none;}
.btn-link.focus, .btn-link:focus {text-decoration: none;}

@media screen and (max-width:1024px) {
  
    section#testimonials .container {width:900px;}
   /* section#fourth .card .bg {height: 210px;} */
    section#fourth .card {height: 210px;}
    section#fourth .card .card-body {bottom: 100px;}
}

@media screen and (max-width:768px) {
    .newMenu ul li:nth-child(-n+3) {
        padding: 0;
    }

    .carousel-item {
        padding-top:100%;
        height:auto;
        min-height: auto;
    }

    .newMenu ul li a {
        font-size: 15px;
    }

    .container {
        max-width: 100%;
    }

    section#second ul.nav-pills {
        width: 35%;
    }

    section#second div.tab-content {
        width: 63%;
        min-height: 410px;
    }

    section#fourth .card {
        height: 357px;
    } 

   /* section#fourth .card .bg {
        height: 357px;
    } */

    section#fourth .link {
        margin: 10px 0;
    }

    .footer-social-icons a {
        margin: 0 16px;
    }

    .rvs-xs.rvs-sm .rvs-nav-container {
        width: 170px;
    }

    .rvs-item-text {
        font-size: 20px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.1);
    }
    section#testimonials .container {width:660px;}
    section#testimonials .card img.play-icon {width: 50px;top: 120px;margin: 0 0 0 -25px;}
    .carousel-caption {width: 90%;left: 50%;right: 50%;margin: 0 0 0 -45%;top:200px;}
    
}

@media screen and (max-width:414px) {
    body {
        padding: 90px 0 0;
    }


    .newMenu {
        display: none;
    }

    .fixed-top {
        height: 90px;
    }
    .carousel {padding-left: 0px;padding-right: 0px;}
    .banner1 span.left-text {
        width: 100%;
        text-align: center;
    }

    .banner1 button {
        float: none;
        text-align: center;
        display: block;
        width: 80%;
        margin: 10px auto;
        padding:10px 40px;
    }

    .banner1 {
        padding: 10px 0;
    }

    section#first {
        padding: 30px 0 70px;
    }

    .vimeo-content{padding:95% 0 0 0;}


    section#first h1,
    section#second h1,
    section#third h1,
    section#fourth h1,
    section#fifth h1 {
        padding: 0 0 20px 0;
        font-size: 37px;
    }

    section#second ul.nav-pills {
        float: none;
        width: 100%;
    }

    section#second ul.nav-pills .nav-link {
        padding: 4px 10px;
    }

    section#second ul.nav-pills li {
        width: 50%;
        float: left;
        border-right: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
    }

    section#second ul.nav-pills .nav-link {
        font-size: 14px;
    }

    section#second div.tab-content {
        width: 100%;
        min-height: auto;
        float: none;
        padding: 20px 0 0;
        margin-top:15px;
    }

    section#second ul.nav-pills .nav-link.active {
        background: #3498db;
        color: #fff;
    }

    section#second ul.nav-pills .nav-link.active:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    section#fourth .card {
        height: 385px;
    }

    /* section#fourth .card .bg {
        height: 385px;
    } */

    footer p {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .footer-social-icons {
        text-align: center;
        padding: 15px 10px 0;
    }

    .footer-social-icons a {
        margin: 0 8px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url(../../img/menu-icons.png)
    }

    .navbar-toggler-icon {
        width: 2.1em;
        height: 2.1em;
    }

    .navbar-collapse {
        background: #fff;
        margin: 5px 0 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: center;
        font-size: 15px;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }

    .headerText {
        display: none;
    }

    .dropdown-menu {
        border-radius: 0;
        border: 0;
    }
    section#testimonials .carousel-control-prev-icon {width: 16px; height: 25px;}
    section#testimonials .carousel-control-next-icon {width: 16px; height: 25px;}
    section#testimonials .carousel-control-prev {left: -50px;}
    section#testimonials .carousel-control-next {right: -50px;}
    section#testimonials .container {width: 345px;}
    section#testimonials .m-m-t {margin: 10px auto;}
    section#first {height: 600px;}
    div.sticky .navbar a.navbar-brand img {width: 140px;}
    div.sticky ul.navbar-nav {display: block;}
    .navbar-collapse {margin: -1px 0 0;}

}

@media screen and (max-width:375px) {
    section#testimonials .carousel-control-prev {left: -48px; top: 320px;}
    section#testimonials .carousel-control-next {right: -48px; top: 320px;}
    section#testimonials .container {width: 325px;}
    section#testimonials .m-m-t {margin: 10px auto;}
    .navbar a.navbar-brand img {width: 150px;}
    .fixed-top {height: 70px;}
    .navbar { height: 70px;}
    body {padding: 70px 0 0;}
    div.sticky .navbar {height: 65px;}
    div.sticky .navbar a.navbar-brand img { width: 120px; padding: 10px 0 0;}
    div.sticky nav button {padding: 5px 0 0;}
    div.sticky ul.navbar-nav {display: block;}
    div.sticky .navbar-collapse {margin: 2px 0 0;}
    section#first { height: 580px;}
    section#fourth .card {height: 345px;}
    section#fourth .card .bg { height: 345px;}
    section#fourth .card .card-body {bottom: 0;}
    
    
}

@media (max-width: 768px) {
    html, body {
    width: auto !important;
    overflow-x: hidden !important;
    }
    }

.burger_button {
        width: 50px;
        height: 50px;
        float: left;
        background: url("/public/assets/img/burger.png") no-repeat center center;
    }
    #burger_menu {
        background: rgba(255,255,255,0.9);
        position: absolute;
        padding: 10px 50px;
        display:none;
        border: solid 1px #ddd;
    }
    .burger_button:hover #burger_menu {
        display: block;
    }
    #burger_menu ul li a {
        line-height: normal;
    }
    #burger_menu ul li {
        border: none;
        width: 100%;
        text-align: left;
        min-height: 25px;
    }
    #burger_menu ul li:hover .dropdown-menu {
        position: absolute;
        top: 0px;
        left: 150px;
        display: block;
        padding: 0 15px;
    }
    #burger_menu .dropdown-menu {
        width: 400px;
    }
    #burger_menu .navbar-nav {
        display: block;
        max-width: 200px;
    }
    .logoText {
        float: left;
        color: #424242;
        font-size: 14px;
        font-family: Lato;
        margin: 2px;
    }
    .logoLink {
        width: 60%;
        float: left;
    }
    .sticky .logoText {
        line-height: 95%;
    }
    #bottom {
    background: #424242 none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
    font-size: 14px;
}

.rights img {
    font-size: 14px;
    padding: 20px 0 10px;
    display: block;

}

.rights span {
    display: inline-block;
    font-size: 15px;
    color: #cccccc;
    padding: 0 0 10px;
}

#bottom h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: lowercase;
    height: 40px;
}

#bottom ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#bottom ul li {
    display: block;
}

#bottom ul li a {
    color: #cccccc;
    font-size: 12px;
}

#bottom ul li a:hover {
    color: #c52d2f;
}

#bottom .widget {
    margin-bottom: 0;
}
.footer-col {
width: 12.5% !important;
max-width: none;
}
@media (min-width: 768px) {
    .footer-col {
        flex: 0 0 11%;
    }
}
@media (max-width: 768px) {
.footer-col {
width: 50% !important;
}
    #bottom h3 {
font-size: 15px;
height: 18px;
margin-bottom: 0px;
margin-top: 0;
}

#bottom .widget {
margin-bottom: 30px;
}
}
