/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[     !!!!!!!! CSS ADDED BY PUROHIT A !!!!!!!!     ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/
/* =========================== */
/* !! USE TO WEB SITE COLOR !! -
1. #000000;                -
2. #ffffff;                -
3. #777777                 -
4. #666666                 -
5. #444444                 -
6. #333333                 -
7. #222222                 -
- ---------------------------- -
8. #0092cf                -
*/
/* =========================== */
/* =========================== */
/* !! SITE PAGE USE !!         
1. Home                  
*/
/* =========================== */
/*==============================================*/
/*          !!! GOOGLE FONT IMPORT !!!          */
/*==============================================*/
/*@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i" rel="stylesheet');*/
/*-----------------------------  
!!  SITE  ( " font-family: 'Fira Sans', sans-serif; " ) FONT-WEIGHT !!      
thin      : 100             -
ex-light  : 200             -
light     : 300             -
regular   : 400             -
medium    : 500             -
semi-bold : 600             -
bold      : 700             -
ex-bold   : 800             -
------------------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/*-----------------------------  
!!  SITE  ( " font-family: 'Raleway', sans-serif; " ) FONT-WEIGHT !!      
thin      : 100             -
ex-light  : 200             -
light     : 300             -
regular   : 400             -
medium    : 500             -
semi-bold : 600             -
bold      : 700             -
ex-bold   : 800             -
------------------------------- */
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
*,
body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html,
body {
    margin: 0;
    padding: 0;
}
html,
body {
    font-family: 'Fira Sans', sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: #ffffff;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
/*
body .container {
max-width: none;
padding: 0px;
}
*/
.main-wrapper {
    overflow: hidden;
    position: relative
}
img {
    max-width: 100%;
}
a,
.btn,
button {
    cursor: pointer;
}
a, a:hover, a:focus {
    text-decoration: none;
    text-shadow: none;
}
button, button:hover, button:focus, input, input:hover, input:focus, select, select:hover,select:focus, textarea, textarea:hover, textarea:focus, .btn, .btn:hover, .btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="button"]:focus, input[type="password"]:focus, input[type="file"]:focus, input[type="number"]:focus, textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
/* !!!!! basic use css !!!!! */
.span-block {
    display: block;
}
.span-inline-block {
    display: inline-block;
}
.list-style {
    list-style: none;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p {
    font-family: 'Fira Sans', sans-serif!important;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    margin: 0;
}
ul, ol, h1, h2, h3, h4, h5, h6 {
    font-family: 'Fira Sans', sans-serif!important;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    letter-spacing: 0;
}
ul, ol {
    margin: 0;
    padding: 0;
}
h1 {font-size: 48px;} {font-size: 36px;} {font-size: 26px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}
/* ============================================= */
/* !!!!          ROW NO GUTTER CSS          !!!! */
/* ============================================= */
.row-no-gutter {
    margin-right: 0;
    margin-left: 0;
}
.row-no-gutter [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
/*
*:hover, *:focus {
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
*/
/* ============================================= */
/* !!!!       columns xl layout css         !!!! */
/* ============================================= */
.row [class*="col-xl-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (min-width: 1600px) {
    .col-xl-12 {width: 100%;}
    .col-xl-11 {width: 91.66666667%;}
    .col-xl-10 {width: 83.33333333%;}
    .col-xl-9 {width: 75%;}
    .col-xl-8 {width: 66.66666667%;}
    .col-xl-7 {width: 58.33333333%;}
    .col-xl-6 {width: 50%;}
    .col-xl-5 {width: 41.66666667%;}
    .col-xl-4 {width: 33.33333333%;}
    .col-xl-3 {width: 25%;}
    .col-xl-2 {width: 16.66666667%;}
    .col-xl-1 {width: 8.33333333%;}
}
/* ============================================= */
/* !!!!       columns xxs layout css         !!!! */
/* ============================================= */
.row [class*="col-xxs-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
@media (max-width: 480px) {
    .col-xxs-12 {width: 100%;}
    .col-xxs-11 {width: 91.66666667%;}
    .col-xxs-10 {width: 83.33333333%;}
    .col-xxs-9 {width: 75%;}
    .col-xxs-8 {width: 66.66666667%;}
    .col-xxs-7 {width: 58.33333333%;}
    .col-xxs-6 {width: 50%;}
    .col-xxs-5 {width: 41.66666667%;}
    .col-xxs-4 {width: 33.33333333%;}
    .col-xxs-3 {width: 25%;}
    .col-xxs-2 {width: 16.66666667%;}
    .col-xxs-1 {width: 8.33333333%;}
}
/* ============================================= */
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
/* ============================================= */
.form-control::-webkit-input-placeholder {color: #a8a7a5;}
.form-control::-moz-placeholder {color: #a8a7a5;}
.form-control:-ms-input-placeholder {color: #a8a7a5;}
.form-control::-ms-input-placeholder {color: #a8a7a5;}
/* focus */
.form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-control:focus::-moz-placeholder {
    color: transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*------------------------------------*\
# PRELOADER AREA 
\*------------------------------------*/
.preloader {
    display: block;
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0px;
    top: 0px;
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
}
.loaded .preloader {
    opacity: 0;
    visibility: hidden;
}
.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
    /*
height: 150px;
width: 150px;
margin-top: -75px;
margin-left: -75px;
*/
}
.object {
    width: 20px;
    height: 20px;
    background-color: #28af40;
    float: left;
    margin-right: 15px;
    /*    margin-top: 65px;*/
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}
.object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
.object_two {
    background: #021f5b;
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
.object_three {
    margin-right: 0;
    margin-right: 0;
    background: #f39f2f;
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}
@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR            !!!! */
/* ============================================= */
/*
.main-header .container {
padding-right: 0;
padding-left: 0;
}
*/
header nav {
    padding-right: 0;
}
.main-header {
    position: relative;
}
.navbar-wrapper {
    border-bottom: 4px solid #28af40;
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    right: 0;
}
.home_wrapper .navbar-brand img {
    width: auto;
    height: 55px;
}
.home_wrapper .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.home_wrapper .navbar-nav {
    margin: 0;
}
.home_wrapper .navbar-nav > li {
    position: static;
    padding: 0 0;
    margin-left: 20px;
    margin-top: 0;
}
.home_wrapper .navbar-nav > li:first-child {
    margin-left: 0;
}
.home_wrapper .navbar-nav > li > a {
    line-height: normal;
    color: #021f5b;
    font-size: 13px;
    text-transform: uppercase;
    padding: 30px 0;
    position: relative;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.home_wrapper .navbar-nav > li > a .fa {
    margin-left: 6px;
}
/* active */
/*
.home_wrapper .navbar-nav > .current-menu-item > a {
    color: #003978;
}
*/
/* :hover, :focus */
.home_wrapper .navbar-nav > .active-parent > a,
.home_wrapper .navbar-nav > li > a:focus,
.home_wrapper .navbar-nav > li > a:hover {
    color: #f39f2f;
}
/* active:hover, active:focus */
.home_wrapper .navbar-nav > .active-parent > a:focus,
.home_wrapper .navbar-nav > .active-parent > a:hover,
.home_wrapper .navbar-nav > .current-menu-item > a:focus,
.home_wrapper .navbar-nav > .current-menu-item > a:hover, 
.home_wrapper .navbar-nav > .current-menu-item > a {
    color: #f39f2f;
}
/**/
/* ============================================= */
/* !!!!     CUSTOMIZE THE NAVBAR TOGGLE     !!!! */
/* ============================================= */
.home_wrapper .navbar-toggle,
.home_wrapper .navbar-toggle:focus,
.home_wrapper .navbar-toggle:hover {
    border: none;
    background: transparent;
    width: auto;
    height: 60px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 999;
    cursor: pointer;
    margin-right: 22px;
    line-height: 43px;
    color: #a9a9a9;
    padding: 10px 0px;
}
/*--- new toggle design here ---*/
.home_wrapper .toggle .icon-left,
.toggle .icon-right {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 2px;
    width: 15px;
    top: 30px;
    background-color: #ec1809;
    left: 0px;
}
.home_wrapper .toggle .icon-right {
    left: 10px;
}
/* :before, :after */
.home_wrapper .toggle .icon-left:before,
.toggle .icon-left:after,
.toggle .icon-right:before,
.toggle .icon-right:after {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #ec1809;
    content: "";
    top: -8px;
}
.home_wrapper .toggle .icon-left:after,
.toggle .icon-right:after {
    top: 8px;
}
/* !!! toggle active open design (x) !!! */
.home_wrapper .toggle.open .icon-left,
.toggle.open .icon-right {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}
.home_wrapper .toggle.open .icon-left:before {
    -webkit-transform: rotateZ(45deg) scaleX(1.2) translate(2px, 2px);
    transform: rotateZ(45deg) scaleX(1.2) translate(2px, 2px);
}
.home_wrapper .toggle.open .icon-left:after {
    -webkit-transform: rotateZ(-45deg) scaleX(1.2) translate(2px, -2px);
    transform: rotateZ(-45deg) scaleX(1.2) translate(2px, -2px);
}
.home_wrapper .toggle.open .icon-right:before {
    -webkit-transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, 2px);
    transform: rotateZ(-45deg) scaleX(1.2) translate(-2px, 2px);
}
.home_wrapper .toggle.open .icon-right:after {
    -webkit-transform: rotateZ(45deg) scaleX(1.2) translate(-2px, -2px);
    transform: rotateZ(45deg) scaleX(1.2) translate(-2px, -2px);
}


.custom-item {
    display:none;
}
.custom-item:nth-child(1),.custom-item:nth-child(2),.custom-item:nth-child(3) {
    display:block;
}

.contact-mobile {
    position: relative;
    float: right;
    padding: 24px 20px 24px 40px;
}
/* ============================================= */
/* !!!!    CUSTOMIZE THE NAVBAR DROPDOWN    !!!! */
/* ============================================= */
.home_wrapper #navbar li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: auto;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border: none;
    vertical-align: middle;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    padding: 20px 10px;
    background: #fff;
}
.mega-menu {
    max-width: 1000px;
}
.small-menu {
    max-width: 210px;
    left: auto !important;
    right: auto !important;
    padding: 0 0 !important;
}
.small-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.small-menu li:last-child {
    border-bottom: 0;
}
.small-menu li a {
    padding: 5px 15px !important;
}
.home_wrapper #navbar li .sub-menu img {
    width: 30px;
    margin-right: 15px;
}
.home_wrapper .left-submenu {
    padding: 33px 38.2px 33px 30px;
    float: left;
}
.home_wrapper #navbar li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.home_wrapper #navbar li .sub-menu li {
    list-style: none;
}
.home_wrapper #navbar li .sub-menu li:last-child {
    border: none;
}
.home_wrapper #navbar li .sub-menu li a {
    display: block;
    width: 100%;
    padding: 5px 0px;
    text-transform: capitalize;
    text-align: left;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.home_wrapper #navbar li .sub-menu li.current-menu-item a,
.home_wrapper #navbar li .sub-menu li a:hover,
.home_wrapper #navbar li .sub-menu li a:focus {
    color: #f39f2f;
/*    font-weight: 600;*/
}
/* !!!! sub-menu to sub-menu !!!! */
.home_wrapper #navbar li .sub-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    left: 100%;
    top: auto;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    width: 300px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.home_wrapper #navbar li .sub-menu li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
/* ============================================================================= */
/* !!!!           RESPONSIVE DROPDOWN MENU CSS ADDED BY PUROHIT A           !!!! */
/* ============================================================================= */
.home_wrapper .responsive-menu-icon {
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
    display: none;
    margin-bottom: -1px;
    text-align: center;
}
.home_wrapper .responsive-menu-icon::before {
    color: #fff;
    content: "\f039";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    margin: 0 auto;
    padding: 10px;
}
/*** custom css header ****/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form,
.navbar-default {
    border-color: transparent;
    border: none;
    background: transparent;
    margin: 0;
}
.navbar-brand {
    height: auto;
    padding: 10px 0 10px 0;
}
.home_wrapper #navbar li .sub-menu .title-link {
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    color: #003978;
    padding: 0;
}
.title-link:hover,
.title-link:focus {
    color: #f39f2f;
    font-weight: 600;
}
.home_wrapper .navbar-nav > li > .contact-link {
    /*background: url(../images/icon-telephone.png) no-repeat;*/
    background-position: 100% 50%;
    background-size: 30px;
    line-height: 47px;
    font-size: 30px;
    font-weight: 700;
    padding: 14px 40px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.home_wrapper .navbar-nav > li > .contact-link:hover,
.home_wrapper .navbar-nav > li > .contact-link:focus {
    color: #003978;
}
#header-search i {
    padding: 0px 16px;
    font-size: 13px;
    margin: 0;
}
.home_wrapper .navbar-nav > li:last-child {
    margin: 0;
}
.get-in-touch-btn {
    position: relative;
}
.get-in-touch-btn a {
    background: url(../images/bg-ribbon.png)no-repeat;
    background-position: center;
    background-size: contain;
    /* float: right; */
    width: 211px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: 0;
    display: block;
/*    font-family: 'Raleway', sans-serif;*/
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
.get-in-touch-btn a img {
    position: relative;
    top: -3px;
    left: 8px;
}
/*** SEARCH OVERLAY CSS START ***/
#overlay-search {
    background-color: #28af40;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 74px;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#overlay-search form {
    width: 80%;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 9;
}
#overlay-search form input {
    font-weight: 300;
    font-size: 30px;
    line-height: 74px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    background: none;
    height: auto;
    color: #fff;
    font-style: italic;
    padding: 0px;
}
#overlay-search form input::-webkit-input-placeholder {
    color: #fff;
}
#overlay-search form input:-moz-placeholder {
    color: #fff;
}
#overlay-search form input::-moz-placeholder {
    color: #fff;
}
#overlay-search form input:-ms-input-placeholder {
    color: #fff;
}
#overlay-search form button {
    display: none;
}
#overlay-search .close-search {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    top: 10%;
    right: 10%;
    z-index: 10;
}
#overlay-search .close-search::before,
#overlay-search .close-search::after {
    content: '';
    width: 2px;
    height: 60%;
    position: absolute;
    background-color: #fff;
    top: 12px;
    left: 50%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
#overlay-search .close-search::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#overlay-search .close-search::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#overlay-search .close-search:hover::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#overlay-search .close-search:hover::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#overlay-search .close-search:focus {
    outline: none;
}
#overlay-search.active {
    visibility: visible;
    opacity: 1;
}
/*** SEARCH OVERLAY CSS ENDS ***/
/*** MAIN BANNER CSS START ***/
.page-id-7537 .container {
    max-width: 1280px;
    width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-banner-content {
    position: absolute;
    top: 60%;
    -webkit-transform: translate(0%, -60%);
    transform: translate(0%, -60%);
    left: 0;
    right: 0;
    z-index: 999;
}
.banner-content-wrap-inner {
    float: left;
}
.hero-title {
    font-family: 'Fira Sans', sans-serif!important;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: normal;
    display: inline-block;
    color: #021f5b;
  /*  text-align: center;*/
}
.watch-btn {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    background-color: #28af40;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Fira Sans', sans-serif;
}
.watch-btn .fa {
    font-size: 18px;
    position: relative;
    top: 1px;
    right: 5px;
}
.watch-btn:hover,
.watch-btn:focus {
    color: #28af40;
    background: #021f5b;
}
#home_banner-vedio {
    position: relative;
}
#home_banner-vedio:after {
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
    content: '';
    width: 100%;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.27) 75%, rgba(255, 255, 255, 0.02) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(75%, rgba(246, 246, 246, 0.27)), color-stop(100%, rgba(255, 255, 255, 0.02)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.27) 75%, rgba(255, 255, 255, 0.02) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.27) 75%, rgba(255, 255, 255, 0.02) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.27) 75%, rgba(255, 255, 255, 0.02) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 0.27) 75%, rgba(255, 255, 255, 0.02) 100%);
}
.fill {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 100%;
    width: 100%;
    position: relative;
}
.video-banner {
    position: relative;
    overflow: hidden;
    /*    background: url(../images/BGGeneral.jpg);*/
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
   /* min-height:500px;*/
}
.banner__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}
/**/
.partner-logos {
    height: 91px;
    background-color: #a8a7a5;
    overflow: hidden;
}
.partner-logos ul li {
    display: inline-block;
    padding: 5px 20px;
    max-width: 14%;
    text-align: center;
    margin: 0 auto;
    list-style: none;
}
.partner-logos ul li a {
    display: block;
}
.animation-studio {
    background: #28af40 url(../images/pattern.png) repeat;
    padding: 90px 0;
}
.animation-studio-content {
    -webkit-column-count: 2;
    column-count: 2;
}
.animation-studio .hero-title {
    color: #fff;
    text-align: center;
    padding-bottom: 35px;
    display: block;
}
.animation-studio .hero-title span {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0 0;
}
.animation-studio p {
    color: #fff;
    margin-bottom: 25px;
    padding: 0 15px;
}
.our-garantee-wrap {
    padding: 130px 0;
}
.our-garantee-wrap ul {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.our-garantee-wrap ul li {
    list-style: none;
    display: inline-block;
    padding: 0 60px;
    font-size: 18px;
    color: #081134;
}
.our-garantee-wrap ul li span {
    display: block;
    padding-top: 20px;
    color: #081134;
    font-weight: 400;
}
/*.our-garantee-wrap ul li  {
color: #081134;
display: block;
font-size: 18px;
}*/
.our-garantee-wrap ul li img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.our-garantee-wrap ul li img:hover {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.our-garantee-wrap h2 , .our-garantee-wrap h3, .our-garantee-wrap .h2 , .our-garantee-wrap .h3 {
    font-size: 36px;
    text-align: center;
    color: #28af40;
    font-weight: 700;
    padding-bottom: 40px;
    display: block;
}
/**/
.testimonial-video .fill {
    /*    width: 360px;*/
    height: 202px;
    background-size: cover;
    background-position: 50% 50%;
}
.testimonial-video .fill:before {
    content: '\f01d';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    font-size: 60px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}
.testimonial-video .fill:hover:before {
    color: #28af40;
}
.testimonial-video .fill:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.testimonial-content p {
    font-size: 18px;
    font-style: italic;
    text-align: left;
    color: #081134;
    padding-bottom: 0;
}
.testimonial-content .read_more {
    display: none;
}
/* testimonial new css */
.what-our-client-say-wrap .testimonials-section .bx-wrapper {
    max-width: 100%;
}
.what-our-client-say-wrap .testimonials-section {
    background: #fff url(../img/creativa/diamond-white.png) center 35px no-repeat;
    color: #081134;
    padding-top: 0;
    padding-bottom: 0;
}
.what-our-client-say-wrap .testimonials-section .testimonial-info .excerpt {
    font-size: 18px;
    font-style: italic;
    text-align: left;
    color: #081134;
    font-family: 'Fira Sans', sans-serif!important;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    height: auto;
    position: relative;
}
/**/
/**/
.what-our-client-say-wrap h5, .what-our-client-say-wrap .h5 {
    font-size: 14px;
    text-align: right;
    color: #001d9a;
    padding-top: 24px;
    font-family: 'Fira Sans', sans-serif!important;
    font-weight: 400;
    line-height: normal;
    display: block;
}
.what-our-client-say-wrap h2, .what-our-client-say-wrap .h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #28af40;
    padding-bottom: 48px;
    display: block;
}
.what-our-client-say-wrap {
    padding-bottom: 146px;
}
.what-our-client-say-wrap .carousel {
    opacity: 1;
}
.what-our-client-say-wrap .carousel-indicators .active {
    width: 10px;
    height: 10px;
    background-color: #28af40;
}
.what-our-client-say-wrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #eaeaea;
    margin: 0 4px;
    border: none;
}
.what-our-client-say-wrap .carousel-indicators li:hover,
.what-our-client-say-wrap .carousel-indicators li:focus {
    /* background-color: #28af40;*/
    outline: none;
}
.what-our-client-say-wrap .carousel-indicators {
    bottom: -65px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}
/**/
.contact-wrapper {
    background-color: #fbfbfb;
    padding: 60px 0;
}
.map iframe {
    height: 100%;
    width: 100%;
    border: none;
}
.map {
    width: 100%;
    height: 379px;
}
.left-content-wrap p {
    line-height: normal;
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #081134;
    padding-bottom: 20px;
}
.contact-wrapper h2, .contact-wrapper .h2 {
    text-align: center;
    color: #28af40;
    font-weight: 700;
    padding-bottom: 30px;
    display: block;
}
.contact-wrapper h5 {
    font-size: 16px;
    font-weight: 700;
    color: #081134;
    padding-bottom: 16px;
    letter-spacing: 0;
}
.contact-detail-links li {
    list-style: none;
    padding-left: 33px;
    padding-bottom: 20px;
    color: #001d9a;
    font-size: 14px;
    line-height: 20px;
}
.contact-detail-links li a span {
    font-size: 16px;
    font-weight: 700;
    color: #081134;
}
.contact-detail-links li a {
    font-size: 14px;
    text-align: left;
    color: #001d9a;
    line-height: normal;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.contact-detail-links li a:hover,
.contact-detail-links li a:focus {
    color: #f39f2f;
}
.contact-detail-links li a .fa {
    margin-left: -33px;
    padding-right: 15px;
    font-size: 18px;
    color: #081134;
}
.contact-detail-links li:last-child .fa {
    margin-left: -30px;
    padding-right: 15px;
    color: #081134;
    font-size: 18px;
}
.contact-form-wrap .row {
    padding: 0;
}
.contact-form-wrap textarea.form-control {
    min-height: 154px;
    resize: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0 50px!important;
    font-family: 'Fira Sans', sans-serif!important;
}
.contact-form-wrap .form-control {
    height: 48px;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #081134;
    font-size: 14px;
    padding: 0 50px!important;
    position: relative;
    border: 1px solid #ccc;
    font-family: 'Fira Sans', sans-serif!important;
}
.contact-form-wrap .form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
}
.contact-form-wrap .fa {
    position: absolute;
    top: 17px;
    /*
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
*/
    left: 30px;
    color: #081134;
}

.education select, .Department select {
    height: 48px;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #a9a8a6;
    font-size: 14px;
    padding: 0 50px!important;
    position: relative;
    border: 1px solid #ccc;
    font-family: 'Fira Sans', sans-serif!important;
    width: 100%;
}
/*
.contact-form-wrap .fa-pencil {
top: 17%;
}
*/
.contact-form-wrap .recaptch p {
    padding: 0;
}
.recaptch label {
    position: absolute;
    right: 15px;
    padding-top: 3px;
    font-weight: 500;
    color: #081134;
    font-size: 12px;
}
.recaptch .form-control {
    background: url(../images/captcha.png)no-repeat;
    background-size: 85px;
    background-position: right;
}
.contact-form-wrap .submit-btn {
    border: none;
    float: right;
    width: 98px;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    background: #28af40;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 52px;
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.contact-form-wrap .submit-btn:hover,
.contact-form-wrap .submit-btn:focus {
    background: #001d9a;
    color: #fff;
}
/*** FOOTER CSS STARST ***/
footer {
    background: #fbfbfb;
}
.useful-links li {
    list-style: none;
    float: left;
    width: 40%;
}
.useful-links li a {
    font-size: 12px;
    color: #081134;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.useful-links li.current-menu-item a,
.useful-links li.current-menu-item a:hover,
.useful-links li.current-menu-item a:focus {
    color: #28af40;
}
.useful-links li a:hover,
.useful-links li a:focus {
    color: #28af40;
}
.footer-content h4, .footer-content .h4 {
    font-size: 16px;
    color: #28af40;
    font-weight: 600;
    padding-bottom: 12px;
    letter-spacing: 0;
}
.footer-top {
    position: relative;
    padding: 55px 0 55px 0;
}
.footer-top:before {
    content: '';
    left: 32px;
    right: 32px;
    height: 1px;
    /*    width: 100%;*/
    background: #c9c9c9;
    position: absolute;
    top: 0;
}
.social-links {
    margin: 0;
}
.social-links li {
    padding: 0 12px 0 0;
}
.social-links li:last-child {
    padding: 0 0;
}
.social-links li a {
    font-size: 20px;
    color: #081134;
    display: block;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.social-links li a:hover,
.social-links li a:focus {
    color: #28af40;
}
.footer-bottom p a {
    color: #fff;
    padding: 0 5px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-bottom p a:hover,
.footer-bottom p a:focus {
    color: #28af40;
}
.footer-bottom p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 40px;
    padding: 0;
}
.footer-bottom {
    background: #021f5b;
    /*    height: 40px;*/
}
/*
.useful-links li:nth-child(2),
.useful-links li:nth-child(5),
.useful-links li:nth-child(8),
.useful-links li:nth-child(11) {
padding-left: 30px;
}
*/
.useful-links li:nth-child(3n-7) {
    width: 35%;
}
.useful-links li:nth-child(3n) {
    width: 25%;
}
.footer-content a img {
    padding-top: 15px;
}
.apply-scale {
    -webkit-transform: scale(1.2, 1.3)!important;
    transform: scale(1.2, 1.3)!important;
    z-index: 999;
}
.apply-next {
    margin-left: 40px;
}
/* =================================================== */
/* !!!!!           WATCH VIDEO WRAPPER CSS        !!!! */
/* =================================================== */
.watch-videos-wrapper {
    padding: 56px 0 88px 0;
}
.video-row {
    padding: 20px 0 0 0;
    height: 215px;
}
.video-row:first-child {
    padding: 0;
    height: 195px;
}
.video-title h4, .video-title .h4 {
    font-family: 'Fira Sans', sans-serif!important;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 6px;
    cursor: pointer;
        font-size: 24px;
}
.video-title h4 .sb-title {
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    background: #fff;
    margin-left: -25px;
   /* display: inline-block;*/
    font-size: 16px;
    letter-spacing: 0;
}
.video-title h4:hover .sb-title {
    opacity: 1;
    visibility: visible;
    margin-left: 20px;
    color: #28af40;
}
.animaion-videos {
    position: relative;
}
.animaion-videos .owl-carousel {
    position: unset;
}
.vedio-owl .item a {
    display: block;
	position: relative;
}
.vedio-owl .item .fill {
    width: 270px;
    min-height: 150px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}
.owl-item.mokdi .fill {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vedio-owl .item a:before{content: '\f01d';
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    right: 0;
    font-size: 45px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
    opacity: 0.6;
     }

.vedio-owl .item a:hover:before {
    visibility: visible;
    opacity: 1;
}
.vedio-owl .item a:after {
   content: '';
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5))
}
.vedio-owl .item a:hover:after {
    visibility: visible;
    opacity: 1;
}
.vedio-owl .item a:hover:before {
    color: #28af40;
}
.vedio-owl .item a .section-title {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden
}
.vedio-owl .item a .section-title h3, .vedio-owl .item a .section-title .h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif !important;
}
.owl-carousel.owl-drag .owl-item:hover .section-title {
    opacity: 1;
    visibility: visible;
}
.owl-carousel.owl-drag .owl-item:hover .section-title h3 {
    font-size: 10.5px;
}
/* ============================================= */
/* !!!!      OWL SLIDER CSS      !!!! */
/* ============================================= */
/**/
/* .owl-carousel.owl-drag {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*
.owl-carousel.owl-drag:hover {
-webkit-transform: translate3d(-62.5px, 0, 0);
transform: translate3d(-62.5px, 0, 0);
}
*/
/*
.owl-carousel.owl-drag .owl-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.owl-carousel.owl-drag .owl-item:hover ~ .owl-item {
    -webkit-transform: translate3d(82px, 0, 0);
    transform: translate3d(82px, 0, 0);
}
.owl-carousel.owl-drag:hover .owl-item {
       opacity: 0.3;
    position: relative;
}
.owl-carousel.owl-drag .owl-item:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
}
.owl-carousel.owl-drag .owl-item:hover:before {
    display: none;
}
/*
.owl-carousel.owl-drag:hover .owl-item:before {
content: '';
background: rgba(0, 0, 0, 0.84);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 9;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
*/
/**/
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.owl-carousel.owl-drag .owl-item,
.owl-stage {
/*
    -webkit-transition: all 0.3s ease-in-out!important;
    transition: all 0.3s ease-in-out!important;
*/
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 60px;
    /*
-webkit-transform: translate(0%, -50%);
transform: translate(0%, -50%);
*/
    left: 0;
    right: 0;
    margin-top: 0;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus {
    background: url(../images/left-arrow.png)no-repeat;
    width: 28px;
    height: 48px;
    background-size: contain;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
    background: url(../images/right-arrow.png)no-repeat;
    width: 28px;
    height: 48px;
    background-size: contain;
    text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.watch-videos-wrapper .container {
    max-width: 100%;
    width: 100%;
    padding: 0 0 0 1px;
}
.container.video-title {padding-left: 80px;}
body .container {
    max-width: 100%;
    padding: 0px 15px;
}
.container {
    max-width: 100%;
}
/* all Comman Popup css */
.modal {
/*
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
*/
/*    margin: 75px 0 0 0;*/
}
.modal iframe {
    height: 365px;
    width: 100%;
}
.modal.fade.in {
/*
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
*/
}
.modal.fade .modal-dialog {
    -wevkit-transform: translate(0, -50%) scale(0);
    transform: translate(0, -50%) scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 80px auto;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, -50%) scale(1);
    transform: translate(0, -50%) scale(1);
}
.modal-body {
    padding: 0;
}
.modal-header {
    padding: 10px 15px;
    border: none;
}
.modal-header .close {
    margin-top: 0;
    font-size: 24px;
    color: #000;
    opacity: 1;
}
#VideoPopup .modal-footer {
    padding: 5px 10px 10px 10px;
    text-align: left;
    border-top: none;
}
/**/
.wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    bottom: -20px;
}
/**
* added by developer
*/
.watch-videos-wrapper {
    padding: 0px 0 10px  0;
}
.video-sslider {
    padding: 55px 0px;
    overflow: hidden;
    background: #081134 ;
}
.video-sslider > p {
    display: none;
}
.custom-review {
    position: relative;
}
.custom-review .row {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
#award .list-inline {
    padding: 30px;
    height: 500px;
    overflow-y: scroll;
}
#award ul li.medal {
    background: url(../images/medal-item.png) 10px 10px no-repeat;
}
#award ul li.cup {
    background: url(../images/cup-item.png) 10px 10px no-repeat;
}
#award ul li {
    height: 45px;
    padding-left: 45px;
    padding-top: 10px;
}
.vertical_tabs {
    max-width: 1340px;
    margin: 0 auto;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
}
.vertical_tabs h2, .vertical_tabs h1 {
    margin: 0 0 40px;
/*    font-family: 'Raleway';*/
    font-size: 47px;
    line-height: 54px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    text-align: center;
    color: #000000;
        font-size: 36px;
    text-align: center;
    color: #28af40;
    font-weight: 700;
}
.vertical_tabs .textwidget {
    position: relative;
}
.vertical_tabs .textwidget .wpb_content_element {
    margin-bottom: 0px;
}
.vertical_tabs .wpb_wrapper ul {
    position: relative;
    z-index: 2;
    float: left;
    list-style-type: none;
    height: auto;
    margin: 0 !important;
    max-width: 490px;
    width: 100%;
    padding: 0;
}
.vertical_tabs .wpb_wrapper ul li {
    float: none;
    border-bottom: 2px solid #fff;
    white-space: initial;
}
.vertical_tabs .wpb_wrapper ul li a {
    display: block;
    background-color: #f2f4f5;
/*    font-family: Raleway;*/
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 24px;
    color: #585858;
    padding: 13px 30px;
    border: none !important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}
.vertical_tabs .wpb_tab ul {
    float: none;
    max-width: 100%;
    list-style: disc;
    padding-left: 20px;
}
.vertical_tabs .wpb_tab p {
/*    font-family: 'Raleway', sans-serif !important;*/
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 30px;
}
.vertical_tabs .wpb_tab p:last-child {
    padding: 0;
}
.vertical_tabs .wpb_wrapper ul li h4 {
    margin: 0;
}
.vertical_tabs .wpb_wrapper ul li a.active-tab {
    color: #003978;
    font-weight: 700;
    background-color: #fff !important;
}
.vertical_tabs .wpb_wrapper ul li a:hover {
    color: #003978;
    font-weight: 700;
}
.vertical_tabs .wpb_tab {
    padding-left: 520px;
    top: 0;
/*    font-family: 'Raleway', sans-serif !important;*/
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    line-height: 30px;
    color: #000000;
    display: none;
}
.vertical_tabs .wpb_tab.active-ui {
    display: block;
}
.vertical_tabs .wpb_wrapper.tabbed {
    position: relative;
}
.home_silo_link {
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 16px;
}

.default-content {
    padding: 100px 0 0 0;
    text-align: left;
}


.default-content p strong {
    font-weight: 600;
}
.default-content h2, .default-content h1 {
   line-height: 54px;
font-style: normal;
font-stretch: normal;
padding-bottom: 20px;
font-size: 36px;
font-weight: 700;
text-align: center;
color: #28af40;
}
.default-content p a {
    color: #f39f2f;
/*    font-family: 'Raleway', sans-serif !important;*/
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
}
.default-content p a:hover,
.default-content p a:focus {
    color: #000000;
}
.default-content p {
/*    font-family: 'Raleway', sans-serif !important;*/
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    color: #000000;
    padding-bottom: 27px;
    margin: 0;
}
.default-content h3 {
    font-size: 19px;
    line-height: 34px;
    margin-bottom: 8px;
/*    font-family: 'Open Sans', sans-serif;*/
}
.default-content h3 strong {
/*    font-family: 'Open Sans', sans-serif;*/
    letter-spacing: -0.5px;
    font-weight: 600;
}
.div-before {
    padding-top: 55px;
    background: #081134;
}
.div-before .video-row {
  /*  margin: 40px 0 20px 0;*/
}
/* new css 07-04-2018 */
.change_tab {
    display: none;
}

/**
* New css for sidebar 09-04-2018
*/
.xoxo .recent_post,
.xoxo > li {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #fff;
    clear: both;
    float: left;
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .15);
}
.xoxo h4,
.xoxo h3 {
    font-size: 16px;
    color: #28af40;
    font-weight: 600;
    padding-bottom: 12px;
    letter-spacing: 0;
    padding: 0;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.xoxo,
.xoxo ul {
    list-style: none;
}
body.search #sidebar .widget li,
body.blog #sidebar .widget li,
body.archive #sidebar .widget li,
body.single #sidebar .widget li,
#sidebar .widget_categories li,
#sidebar .widget_archive li {
    line-height: 16px;
/*    font-family: 'Raleway', sans-serif;*/
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    position: relative;
}
#sidebar .widget_archive li {
    float: left;
    width: 50%;
}
.cat-item a, #archives-2 li a {
    color: #081134;
    font-weight: 500;
    font-size: 14px;
}
.cat-item a:hover, .cat-item a:focus, 
.current-cat.cat-item a, .current-cat.cat-item a:hover, .current-cat.cat-item a:focus,
#archives-2 li a:hover, #archives-2 li a:focus,
#archives-2 li.current a, #archives-2 li.current a:hover, #archives-2 li.current a:focus {
    color: #f39f2f;
}
#sidebar .widget_categories li:after,
#sidebar .widget_archive li:after {
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    width: 51px;
    height: 1px;
    background: #28af40;
}
#sidebar .tagcloud a {
    background: #f39f2f;
    margin: 0px 9px 12px 0px;
     font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 16px;
    float: left;
}
#sidebar .tagcloud a:hover, #sidebar .tagcloud a:focus,#sidebar .tagcloud a.curent-tag, #sidebar .tagcloud a.curent-tag:hover, #sidebar .tagcloud a.curent-tag:focus {
    background: #28af40;   
}
.single-content, .blog-section {
    padding: 120px 0 50px;
}
#single-art-inside {
    background: #fff;
    margin-bottom: 12px;
    padding: 20px 40px;
}
body.single .main-wrapper,
.blog-section {
    background: #ededed;
}

body.single.single-post .section-title h1 {
    font-size: 36px;
  margin-bottom: 10px;
    max-width: 740px;
    color: #28af40;
    font-weight: 700;
    /*padding-bottom: 30px;*/
}
body.single.single-post .section-title h1.section-title {
    margin-left: 0;
}
#single-art p {
    line-height: 24px;
    margin: 0;
    font-size: 16px;
    text-align: left;
    color: #081134;
    padding-bottom: 20px;
}
#single-art iframe {
    margin: 30px 0;
	width: 100%;
}
.section-title.blog-title h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.21;
    color: #021f5b;
    margin: 0 0 30px 15px;
}
.search .section-title.blog-title h1 {
    margin: 0 0 30px 0px;
}
.wp_rp_wrap {
    clear: both;
}
.wp_rp_wrap .related_post_title {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Fira Sans', sans-serif!important;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #081134;
    text-transform: uppercase;
    padding-bottom: 6px;
    cursor: pointer;
    margin: 0;
    padding: 20px 0 20px;
    clear: both;
}
div.wp_rp_content {
    display: inline-block;
}
div.wp_rp_footer {
    text-align: right;
    overflow: hidden;
}
div.wp_rp_footer a {
    color: #999;
    font-size: 11px;
    text-decoration: none;
    display: inline-block;
}
div.wp_rp_footer a.wp_rp_edit {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    background: #f39f2f;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 3px 6px;
}
ul.related_post {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
ul.related_post li {
    position: relative;
    display: inline-block;
    float: left;
    vertical-align: top;
    zoom: 1;
    background: none;
    width: 20%;
    min-width: 130px;
    min-height: 165px;
    margin: 0px;
    padding: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(221, 221, 221);
    border-bottom-style: none;
}
#sidebar ul.related_post li {
    width: 50%;
}

#sidebar ul.related_post li:nth-child(2n) {
    border-right: 0;
}
#sidebar ul.related_post li:nth-child(2n) + li {
    clear: both;
}
ul.related_post li:hover {
    background: #dde;
}
ul.related_post li:last-child {
    border-right: none;
}
ul.related_post li a {
    position: relative;
    display: block;
}
ul.related_post li a.wp_rp_title {
    font-size: 12px;
    text-decoration: none;
    margin: 5px 0;
    text-indent: 0;
    border: 0;
    padding: 0;
    line-height: normal;
    color: #081134;
}
ul.related_post li img {
    display: block;
    max-width: 100%;
    margin: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 2px;
    float: none;
	object-fit: cover;
    min-width: 100%;
    max-height: 78px;
}
ul.related_post li a img.wp_rp_santa_hat {
    display: none;
}
ul.related_post li small {
    font-size: 80%;
}
@media screen and (max-width: 480px) {
    .custom-item:nth-child(2),.custom-item:nth-child(3) {
        display:none;
    }
    ul.related_post li {
        display: inline-block;
        clear: both;
        border: none;
    }
    ul.related_post li a {
        width: auto;
    }
    ul.related_post li a:nth-child(1) {
        float: left;
    }
    ul.related_post li a:nth-child(2) {
        font-size: 14px;
    }
}
ul.related_post li .wp_rp_category a {
    display: inline;
}
body.single .section-title.blog-title {
    position: relative;
}
body.single #single-below-header span.meta-date {
    display: none;
}
body.single .heading-title {
    border-bottom: 0px none;
    padding-bottom: 0px;
    margin-bottom: 25px;
}
body.single.single-post #single-meta {
    position: absolute;
    right: 0px;
    bottom: 0;
    top: auto;
}
body.single.single-post #single-meta .zilla-likes {
    float: none;
}
body.single.single-post .nectar-social {
    position: relative;
    padding-top: 26px;
}
body.single.single-post .nectar-social:before {
    position: absolute;
    right: 0px;
    top: 0px;
    content: "Share this post";
    color: #7EA6BD;
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
/*    font-family: 'Raleway', sans-serif;*/
}
body.single.single-post .nectar-love,
body.single.single-post .nectar-love i,
body.single.single-post .nectar-sharing,
body.single.single-post .nectar-sharing i {
    color: #081134;
}
body.single.single-post .nectar-sharing:hover, body.single.single-post .nectar-sharing:focus,
body.single.single-post .nectar-sharing:hover i, body.single.single-post .nectar-sharing:focus i {
    color: #28af40;
}
body.single #single-below-header > span {
    padding-right: 8px;
    border-right: 1px solid #ccc;
}
body.single .post-content {
    font-size: 15px;
    line-height: 1.46;
}
.nectar-social > * {
    border-right: 1px solid #ccc;
    padding: 0px 15px;
}
/*----------------------------------*/
/*	10.	Comment Styles   */
/*----------------------------------*/
#respond {
    background: #fff !important;
    padding: 25px 40px 20px !important;
    margin-bottom: 30px;
}
#respond > p,
#respond p.comment-notes,
p.logged-in-as {
    margin-bottom: 10px;
    color: #666;
}
p.logged-in-as {
    padding-bottom: 0px;
}
.comment-list {
    margin-bottom: 40px!important;
    margin-left: 0px!important;
}
.comment-list li {
    list-style: none!important;
}
.comment-list li.comment > div,
.comment-list li.pingback > div {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.comment-list .children {
    margin-left: 0px!important;
    padding-left: 40px;
    border-left: 1px solid #ddd;
    background-repeat: no-repeat;
    background-position: left 20px;
    background-image: url(img/icons/comment-children-line.jpg);
}
.comment-list li.comment > div img.avatar,
.comment-list li.pingback > div img.avatar {
    position: absolute;
    left: 29px;
    top: 29px;
    width: 60px;
    height: 60px;
}
.comment-list .reply {
    position: absolute;
    top: 29px;
    right: 29px;
}
.comment-list .reply a {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #333333;
}
.comment-list .comment-author {
    color: #333;
    font-family: 'OpenSansSemibold';
}
.comment-list .comment-meta {
    font-size: 11px;
    line-height: 15px;
}
.comment-list .comment-meta a {
    color: #888;
}
.comment-list .comment-meta a:hover {
    color: #27CFC3;
}
.comment-list .reply a:hover {
    background-color: #27CFC3;
}
.comment-list li.comment > div p,
.comment-list li.pingback > div p {
    padding-bottom: 0px;
    margin-top: 10px;
}
#respond h3 .cancel-comment-reply,
#respond #cancel-comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    border-left: 1px solid #dddddd;
}
#respond h3,
h3#comments {
    font-family: 'openSansSemiBold';
    text-transform: none;
    letter-spacing: -0.5px;
}
.comment-author a {
    color: inherit;
}
body.single #respond h3 {
    font-weight: 700;
    font-size: 22px;
    font-family: 'Fira Sans', sans-serif!important;
    line-height: normal;
    letter-spacing: 1px;
    text-align: left;
    color: #081134;
    text-transform: uppercase;
    padding-bottom: 6px;
    cursor: pointer;
    margin: 0;
}
body.single #respond input[type="text"],
body.single #respond textarea,
body.single #respond input[type="email"],
body.single #respond input[type="password"],
body.single #respond input[type="tel"],
body.single #respond input[type="url"],
body.single #respond input[type="search"],
body.single #respond input[type="date"] {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 48px;
    background-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #081134;
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    border: 1px solid #ccc;
    font-family: 'Fira Sans', sans-serif!important;
    width: 100%;

}
body.single #respond textarea {
    height: 150px;
}
body.single #respond label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #081134;
}
body.single #respond .form-submit {
    padding-bottom: 0px;
    text-align: right;
    position: relative;
}
body.single #respond #submit {
    border: none;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    background: #28af40;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 52px;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 20px;
}
body.single #respond #submit:hover, body.single #respond #submit:focus {
    background-color: #021f5b;
}

body.single #single-below-header {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 8px;
    padding-right: 220px;
}
body.single #single-below-header span a {
    font-size: 12px;
    text-align: left;
    color: #001d9a;
    line-height: normal;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-weight: normal;
}
body.single #single-below-header span a:hover, body.single #single-below-header span a:focus {
    color: #28af40;
}
textarea {
    width: 100%;
}
#nav-below {
    border-top: 1px solid #ccc;
    padding-top: 28px;
}
#nav-below div {
    width: 50%;
    float: left;
}
#nav-below .nav-next {
    float: right;
   text-align: right;
}
#nav-below a {
    color: #f39f2f;
    font-size: 16px;
    text-transform: capitalize;
}
#nav-below a:hover, #nav-below a:focus {
    color: #28af40;
}
/* blog box */

.meta-author{font-size: 12px; color:#666;}
.post-header [class*="meta-"] a, .meta-comment-count a {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #666;
    line-height: normal;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.post-header [class*="meta-"] a:hover, .post-header [class*="meta-"] a:focus, 
.meta-comment-count a:hover, .meta-comment-count a:focus {
    color: #f39f2f;
}
.post-header .meta-category a {
    color: #28af40;
}
.post-header .meta-category a:hover, .post-header .meta-category a:focus {
    color: #28af40;
}
.post-box {
    height: auto;
    margin-bottom: 30px;
}
.post-box .post-content {
    padding: 20px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.post-box .post-content .post-featured-img img {
    margin-bottom: 15px;
}
.post-box h2.title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #28af40;
    margin-bottom: 10px;
    display: block;
}
.post-box h2.title a:hover, .post-box h2.title a:focus {
    color: #28af40;
}
.more-link {
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color: #28af40;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin: 10px 0 20px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-family: 'Fira Sans', sans-serif;
    padding: 0 25px;
}
.more-link:hover, .more-link:focus {
    color: #28af40;
    background: #021f5b;
}
.page-template-default .hero-title {
    text-align: left;
}
/* excerpt area */
.excerpt {
    padding: 15px 0;
}
.excerpt p {
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: #808080;
    padding: 0;
    margin: 0;
}
.post-meta {
    border-top: 1px solid #28af40;
    padding: 10px 0 0;
}
.zilla-likes, .zilla-likes:hover, .zilla-likes.active {
    display: inline-block;
    padding-left: 20px!important;
    text-decoration: none;
    color: #081134;
    margin-bottom: 0!important;
    float: right;
}
/* ------------------------ */
/*	       404 page         */
/* ------------------------ */
.error404 #error-404 {
    padding: 200px 0 150px 0;
    text-align: center;
}
.error404 #error-404 h1 {
    font-size: 150px;
    font-weight: 900;
    letter-spacing: 10px;
    color: #081134;
}
.error404 #error-404 h2 {
    color: #28af40;
    font-weight: 800;
    letter-spacing: 1px;
}

/* ------------------------ */
/*	      comment listing        */
/* ------------------------ */

.comment-list {
	margin-bottom: 40px!important;
	margin-left: 0px!important;	
}

.comment-list li {
	list-style: none!important;
}

.comment-list li.comment > div, .comment-list li.pingback > div {
	background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 25px;
    margin-top: 2em;
    position: relative;
    padding-left: 116px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}

.comment-list .children {
	margin-left: 0px!important;
	padding-left: 40px;
	border-left: 1px solid #ddd;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-image: url(img/icons/comment-children-line.jpg);
}

.comment-list li.comment > div img.avatar, .comment-list li.pingback > div img.avatar {
	position: absolute;
	left: 29px;
	top: 29px;
	width: 60px;
	height: 60px;
}

.comment-list .reply {
	position: absolute;
	top: 29px; 
	right: 29px;	
}

.comment-list .reply a {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    padding: 3px 7px;
    font-size: 11px;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	background-color: #333333;
}

.comment-list .comment-author {
	color: #333;
	font-family: 'OpenSansSemibold';
}
.comment-list .comment-meta {
	font-size: 11px;
	line-height: 15px;
}

.comment-list .comment-meta a {
	color: #888;
}

.comment-list .comment-meta a:hover {
	color: #27CFC3;
}

.comment-list .reply a:hover {
	background-color: #27CFC3;
}

.comment-list li.comment > div p, .comment-list li.pingback > div p  {
	padding-bottom: 0px;
	margin-top: 10px;
}
.video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}

.canvas, .video-responsive .video {
	position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;

}
#over_video{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	z-index: 10;
	font-size: 12vw;
	color: #FFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20%;
    text-shadow: 4px 4px 4px #5C433B;
}

/**/
.modal .carousel-inner>.item>img {
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.popup-content {
    padding: 20px;
}
/*.modal .carousel-control.left {
    background-image: none;
}*/
.modal .carousel-control img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
	left: 0;
    right: 0;
    width: 28px;
}
.modal .carousel-control.left img{
	margin: 0 auto 0 10px;
}
.modal .carousel-control.right img {
	margin: 0 10px 0 auto;
}
/**** NEWSLETTER_FORM CSS ****/
#text-3 {
    background: #023a78;
}
.newslattr select,
.newslattr input{
	color: #a9a9a9;
    font-size: 16px;
    font-weight: 300;
    height: 44px;
    padding-left: 15px;
	width: 100%;
    border: none;
    outline: none;
    margin-bottom: 10px;
}
.newslattr .title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.newslattr #imgidNewsletter {
    margin-bottom: 10px;
	width: 50%;
}
.newslattr .captchaFieldIn {
    display: block;
    position: relative;
}
.newslattr .captchaFieldIn:before {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background: #9b9b9b;
    position: absolute;
    left: 115px;
    top: 13px;
}
.newslattr #imgidNewsletter {
    width: 110px;
    top: 3px;
    float: left;
    position: absolute;
    left: 0;
    z-index: 2;
}
.newslattr .captchaFieldIn span {
    position: absolute;
    right: 0;
    line-height: 0;
    display: inline-block;
    top: 0;
    padding: 16px 10px 15px 0;
    bottom: 0;
    z-index: 2;
}
.newslattr .captchaFieldIn span img {
    width: 15px;
    height: 15px;
}
.newslattr .captchaImgText {
    padding-left: 120px;
}
.newslattr #nsu-submit-1 {
    font-weight: 400;
    width: 100%;
    height: 47px;
    background-color: #f2a01c;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0;
}
#newslatter .modal-dialog {
    max-width: 610px;    
    position: relative;
}
#divNewsletter {
    background: #023a78;
}
#newslatter .modal-content {
    padding: 12px;
    background: #fff;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
}
#newslatter .modal-body {
    padding: 0;
}
#newslatter .modal-header {
    padding:0;
    border: none;
    background: #033a78;
}
#newslatter .modal-header .close {
    font-size: 25px;
    color: #fff;
    opacity: 1;
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 4;
    background: #000;
    border-radius: 100%;
    font-weight: 300;
    line-height: 15px;
    text-align: center;
    display: block;
    border: 2px solid #fff;
    box-shadow: -1px 4px 3px 0px #0801017a;
    padding: 2px 3px;
}
#newslatter .title {
	font-size: 30px;
    font-weight: 400;
    color: #fff;
	margin-bottom: 10px;
}

#newslatter select, #newslatter input {
	color: #a9a9a9;
    font-size: 16px;
    font-weight: 300;
    height: 44px;
    padding-left: 15px;
    border: none;
    outline: none;
    margin-bottom: 10px;
	width: 100%;
}


#newslatter #divNewsletter .nsu-form {
	width: auto;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	overflow: auto;
	padding-top: 0;
	font-size: 0;
	overflow-x: hidden;
}
#newslatter #divNewsletter .title {
	display: block;
	line-height: 35px;
	margin-bottom: 20px;
}

#newslatter #divNewsletter .nsu-form .selectField {
	max-width: 46%;
}
#newslatter #divNewsletter .nsu-form .nameField {
	max-width: 46%;
	margin: 0 2% 10px !important;
}
#newslatter #divNewsletter .nsu-form .captchaField {
	max-width: 46%;
}
#newslatter #divNewsletter .nsu-form .emailField {
	max-width: 46%;
}
#newslatter  #divNewsletter {
	padding: 30px 15px;
}
#newslatter #divNewsletter .nsu-form p {	
	padding: 0px;
	display: inline-block;
	float: none;
	width: 100%;
	margin: 0 2% 10px;
}
 #newslatter #divNewsletter .nsu-form p:lst-child {
	clear: both;
}
#newslatter #divNewsletter .nsu-form .captchaFieldIn {
    position: relative;
    display: block;
}
#newslatter #divNewsletter .nsu-form .captchaFieldIn span {
    position: absolute;
    right: 0;
    line-height: 0;
    display: inline-block;
    top: 0;
    padding: 16px 10px 15px 0;
    bottom: 0;
    z-index: 2;
}
#newslatter .captchaFieldIn input {
    padding-left: 120px !important;
}
#newslatter #divNewsletter .nsu-form .captchaFieldIn span img {
    width: 15px;
    height: 15px;
}
#newslatter .captchaFieldIn:before {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background: #9b9b9b;
    position: absolute;
    left: 110px;
    top: 13px;
}
#newslatter .captchaFieldIn #imgidNewsletter {
    width: 110px;
    top: 1px;
    float: left;
    position: absolute;
    left: 0;
    z-index: 2;
}
#newslatter #nsu-submit-1 {
    width: 130px;
    border: 1px solid #F39F2F;
    border-radius: 0px;
    background: #F39F2F;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 45px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin: 0;
}
#video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    margin:0;
}
span.thank-you {
    color: #28af40;
}
#crmWebToEntityForm {
    width: 100%!important;
}



@media (min-width: 1400px)
{
    #ourteam .modal-dialog {
    top:  60%;
}
    #carousel-img .carousel-control img {
    top: 30%;
}

#carousel-img .carousel-indicators {
    bottom: 44%;
}
}
@media (max-width: 1400px)
{
    #ourteam .modal-dialog {
    top: 68%;
}
    #carousel-img .carousel-control img {
    top: 30%;
}

}
@media (max-width: 1200px)
{
    #ourteam .modal-dialog {
    top: 70%;
}
}
@media (max-width: 768px)
{
    #ourteam .modal-dialog {
    top: 50%;
}
    #carousel-img .carousel-control img {
    top: 32%;
}


}

@media (max-width: 580px)
{

    #carousel-img .carousel-control img {
    top: 19%;
}
        #ourteam .modal-dialog {
    top: 50%;
}


}

@media (max-width: 480px)
{

 #ourteam .modal-dialog {
    top: 85%;
}
  #ourteam .modal-dialog {
    top: 90%;
}

}
