
html,
body {
    height: 100%;
    font-family: "Poppins", sans-serif !important;
}

@media (min-width: 1200px) {
    .container {
        width: 1300px;
    }
}

.img-height {
    height: 20px;
}
 /* SEARCH */
 #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
 /* SEARCH */
.sticky {
   /* position:fixed;*/
    top:0;
     z-index:99999;   
          
}
.menu {

   /* position:absolute; */
    background:#fff;
    color:#fff;
    line-height:30px;
    letter-spacing:1px;
    width:100%;
/* height:50px; */
}
.scroll {
   margin-bottom:50px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #005ea5;
}
footer p {
    font-size: 16px;
}
.ma-box {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
}
.ma-box:hover {
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0px 5px 13px #ffd800;
    /* border: 2px #fbbb00 solid; */
}
.green-box {
    background: #064e0fad;
    padding: 20px;
}
.green-box:hover {
    background: #064e0f;
    padding: 20px;
    /* border: 2px #fbbb00 solid; */
}
/* SLIDER1 */
/******************  News Slider Demo-2 *******************/
.demo {
    background: #eeeed3;
}
.post-slide2 {
    margin: 0 15px;
    box-shadow: 0 0px 8px rgba(43, 59, 93, 0.3);
    margin-bottom: 2em;
    background: #fff;
    border-radius: 10px;
}
.post-slide2 .post-img {
    overflow: hidden;
}
.post-slide2 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
    border-radius: 10px 10px 0px 0px;
}
.post-slide2:hover .post-img img {
    transform: scale(1.08);
    border-radius: 10px 10px 0px 0px;
}
.post-slide2 .post-content {
    padding: 20px;
    border-radius: 10px;
}
.post-slide2 .post-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 24px;
}
.post-slide2 .post-title a {
   display: inline-block;
    color: #232323;
    transition: all 0.3s ease 0s;
    line-height: 27px;
}
.post-slide2 .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide2 .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    font-size: 16px;
}
.post-slide2 .post-bar li {
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i {
    margin-right: 5px;
}
.post-slide2 .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: grey;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after {
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after {
    content: "";
}
.post-slide2 .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #9f0004;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.post-slide2 .read-more:hover {
    background: #333;
    text-decoration: none;
}
/* SLIDER1 */
/* SLIDER1 */
/******************  News Slider Demo-2 *******************/
.demo {
    background: #eeeed3;
}
.post-slide3 {
    margin: 0 15px;
    margin-bottom: 0em;
}
.post-slide3 .post-img {
    overflow: hidden;
}
.post-slide3 .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide3:hover .post-img img {
    transform: scale(1.08);
}
.post-slide3 .post-content {
    padding: 20px 0px 0px 0px;
    border-radius: 10px;
}
.post-slide3 .post-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 24px;
    color: red;
}
.post-slide3 .post-title a {
    display: inline-block;
    color: grey;
    transition: all 0.3s ease 0s;
}
.post-slide3 .post-title a:hover {
    color: #3d3030;
    text-decoration: none;
}
.post-slide3 .post-description {
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide3 .post-bar {
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    font-size: 16px;
}
.post-slide3 .post-bar li {
    color: #676767;
    padding: 2px 0;
}
.post-slide3 .post-bar li i {
    margin-right: 5px;
}
.post-slide3 .post-bar li a {
    display: inline-block;
    font-size: 12px;
    color: grey;
    transition: all 0.3s ease 0s;
}
.post-slide3 .post-bar li a:after {
    content: ",";
}
.post-slide3 .post-bar li a:last-child:after {
    content: "";
}
.post-slide3 .post-bar li a:hover {
    color: #3d3030;
    text-decoration: none;
}
.post-slide3 .read-more {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.3s linear;
}
.post-slide3 .read-more:hover {
    background: #333;
    text-decoration: none;
}
/* SLIDER1 */
.back-bg {
    background-image: url(../images/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* height:448px; */
}
/* NEW */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 230px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

/* .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] { */
/* position: absolute; */
/* margin-top: 4px\9; */
/* margin-left: -30px; */
/* height: 18px; */
/* width: 18px; */
/* top: -2px; */
/* } */
/* NEW */
.addtocart ul.tabs li.active a,
ul.tabs li.active a:hover {
    background: #fbb809;
    color: #fff;
}
.addtocart ul.tabs li a {
    background: #000;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: 1px solid #ccc;
    /* border-left: none; */
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.addtocart ul.tabs li a:hover {
    background: #fbb809;
}
.addtocart ul.tabs li.active a,
ul.tabs li.active a:hover {
    background: #fbb809 !important;
}
.addtocart ul.tabs li {
    float: left;
    margin-left: -1px;
    padding: 0px 5px 0px 0px;
    height: 43px;
    line-height: 31px;
    margin-bottom: -3px;
    overflow: hidden;
    position: relative;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
    width: 100px;
    /* margin-left: -31px; */
}

.white-box {
    background: #fff;
    border: 1px #ebebeb solid;
}

footer p a {
    color: #fff;
    font-size: 13px;
}
/* TABS */
div.tabBox {
    width: 99.9%;
    float: left;
    overflow: visible;
}

div.tabBox h3 {
    padding: 20px 0px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 43px;
    width: 99.9%;
}

ul.tabs li {
    float: left;
    margin-left: -1px;
    padding: 0;
    height: 43px;
    line-height: 31px;
    margin-bottom: -3px;
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    display: block;
    padding: 5px 15px;
    outline: none;
    background: none;
}

.tabContainer {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 99.9%;
    min-height: 219px;
    margin-bottom: 10px;
}

.tabContent {
    padding: 20px;
}

.tabContent h3 {
    padding: 0px;
}

/**** TABS STYLES ****/

div.tabBox h3 {
}

ul.tabs {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul.tabs li {
}

ul.tabs li a {
    background: #eee;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    outline: none;
    border: 1px solid #ccc;
    /*border-left: none;*/
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

ul.tabs li a:hover {
    background: #eee;
}

ul.tabs li.active {
    border-bottom: 1px solid #fff;
}

ul.tabs li.active a,
ul.tabs li.active a:hover {
    background: #fff;
}

div.tabContainer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}
/* THE RESPONSIVE PART */
@media only screen and (max-width: 767px) {
    div.tabBox {
        border: 1px solid #ccc;
    }

    ul.tabs {
        height: auto;
        display: block;
        width: 100%;
        border-left: 0px;
    }

    ul.tabs li {
        width: 100%;
    }

    ul.tabs li a {
        border-top-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border: 0px;
    }

    div.tabContainer {
        border: 0px;
    }
}
/* TABS */


.co-orange {
    color: #f26522 !important;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}


/* MENU BAR */
.mainmenu .collapse ul ul ul > li > a {
    background: #86cbff;
	 color:black;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 9px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    border-bottom: 1px #000 solid;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fbe509;
    background-color: #fbb80900;
    border-bottom: 2px #fbe509 solid;
}
.navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
}
.mainmenu {
    background-color: transparent;
    border-color: transparent;
    margin-bottom: 0;
    border: 0px !important;
}
.navbar-nav > li:last-child > a {
    padding-right: 0px;
    margin-right: 0px;
}
.dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*=-====Main Menu=====*/
.navbar-nav .open .dropdown-menu > li > a {
    padding: 16px 15px 16px 25px;
}
.header_bottom {
    background: #0071ba;
}

.header_area .mainmenu .active a,
.header_area .mainmenu .active a:focus,
.header_area .mainmenu .active a:hover,
.header_area .mainmenu li a:hover,
.header_area .mainmenu li a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    /* color: #0071ba; */
    /* background: #54c6d4; */
    /* outline: 0; */
    color: #e7da15;
    background: #005ea5;
    outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
    border-color: #fff;
} /*Toggle Button*/
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
} /*Toggle Button*/

/*==========Sub Menu=v==========*/
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fbe509;
    background-color: transparent;
}
.mainmenu .collapse ul > li:hover > a {
    color: #fbe509;
    background-color: #fbb80900;
    border-bottom: 2px #fbe509 solid;
}
.mainmenu .collapse ul ul > li:hover > a,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
   /* background: #86cbff;*/
}
.mainmenu .collapse ul ul ul > li:hover > a {
    background:#005ea5;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #0f314c;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #ffffff;
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #ffffff;
}

/******************************Drop-down menu work on hover**********************************/
.mainmenu {
    background: none;
    border: 0 solid;
    margin: 0;
    padding: 0;
    min-height: 20px;
}
@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li {
        position: relative;
    }
    .mainmenu .collapse ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul li:hover > ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul {
        position: absolute;
        top: 0;
        left: 100%;
        min-width: 250px;
        display: none;
    }
    /*******/
    .mainmenu .collapse ul ul ul li {
        position: relative;
    }
    .mainmenu .collapse ul ul ul li:hover ul {
        display: block;
    }
    .mainmenu .collapse ul ul ul ul {
        position: absolute;
        top: 0;
        /* left:-100%; */
        min-width: 250px;
        display: none;
        z-index: 1;
    }
}

/* MENU BAR */

/* SEARCH */
.search {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
}
.search * {
    outline: none;
    box-sizing: border-box;
}
.search__wrapper {
    position: relative;
}
.search__field {
    width: 50px;
    height: 50px;
    color: transparent;
    font-size: 15px;
    padding: 0.35em 50px 0.35em 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.search__field:focus ~ .search__icon {
    background-color: #fff;
    cursor: pointer;
    pointer-events: auto;
}
.search__icon {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}
.search__field::-webkit-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-moz-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field:-ms-input-placeholder {
    position: relative;
    top: 0;
    left: 0;
    transition-property: top, color;
    transition-duration: 0.1s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.search__field::-webkit-input-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-moz-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field::-moz-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}
.search__field:-ms-input-placeholder[style*="hidden"] {
    color: #83b0c1;
    font-size: 0.65em;
    font-weight: normal;
    top: -20px;
    opacity: 1;
    visibility: visible !important;
}

/* SEARCH */
.navbar-nav {
    margin: 0px 0px;
}
/* NEWSLETTER */
.newsletter {
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}
.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}
.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}
.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #000 !important;
    color: #fff;
    font-weight: 600;
}
/* NEWSLETTER */

/* OUR PARTNER */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
/* OUR PARTNER */

/* HOVER BOX */

.box {
    overflow: hidden;
    position: relative;
}
.box:before {
    content: "";
    height: 100%;
    width: 100%;
    /* border: 2px solid rgba(0,0,0,0.3); */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.6s ease 0s;
}
.box:hover:before {
    border: 279px solid rgba(0, 0, 0, 0.5);
}
.box img {
    width: 100%;
    height: auto;
    transform-origin: right center;
    transition: all 0.4s ease-in-out;
}
.box:hover img {
    transform: scale(1.2);
}
.box .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translateY(-50%) scale(0.1);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    transition: all 0.4s ease 0.1s;
}
.box:hover .box-content {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}
.box .title {
    font-size: 22px;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    margin: 0;
    padding-bottom: 10px;
}
.box .post {
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}
.box .icon li {
    margin: 0 0 0 2px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    transition: 0.4s ease 0.3s;
}
.box:hover .icon li {
    opacity: 1;
}
.box:hover .icon li:nth-child(1) {
    transition-delay: 0.4s;
}
.box .icon li a {
    color: #111;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    display: block;
    transition: 0.3s ease-in-out;
}
.box .icon li a:hover {
    line-height: 40px;
    height: 40px;
    box-shadow: 0 0 5px #999 inset;
}
@media only screen and (max-width: 990px) {
    .box {
        margin: 0 0 0px;
    }
}

/* HOVER BOX */

.pointer {
    fill: #fff;
    stroke: #3b8fc0;
    stroke-width: 2;
}

.nav-copy {
    font-family: "Roboto";
    fill: #474545;
    fill-opacity: 1;
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.nav-copy.changing {
    fill-opacity: 0;
}

.service {
    cursor: pointer;
}

.service .icon-wrapper {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.service .icon-wrapper,
.service .icon-wrapper > * {
    -webkit-transition: all 250ms ease-in;
    transition: all 250ms ease-in;
}
.service circle {
    fill: #005fa4;
}
.service circle.shadow {
    fill-opacity: 0;
    -webkit-filter: url(#service-shadow);
    filter: url(#service-shadow);
}
.service use {
    fill: #fff;
}
.service text {
    fill: #4d4d4d;
}
.service.active .icon-wrapper,
.service:hover .icon-wrapper {
    -webkit-transform: scale(1.15) translateY(-5px);
    transform: scale(1.15) translateY(-5px);
}
.service.active .icon-wrapper,
.service.active .icon-wrapper > *,
.service:hover .icon-wrapper,
.service:hover .icon-wrapper > * {
    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}
.service.active .icon-wrapper circle.shadow,
.service:hover .icon-wrapper circle.shadow {
    fill-opacity: 0.4;
}
.service.active text,
.service:hover text {
    fill: #005fa4;
    font-weight: bold;
}

/*end semicircle*/

.nav2 > li > a {
    position: relative;
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    color: #fff;
    border-right: 1px #fff solid;
}
.navbar2 {
    position: relative;
    min-height: 49px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-inverse2 {
    background-color: #fff0;
    border-color: #fff;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-bg {
    background-image: url(../images/footer-bg.html);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}

footer {
    margin: 0px 0;
}

.custome-hr {
    border-top: 3px #fbbb00 solid !important;
    margin-top: 6px;
    margin-bottom: 10px;
    width: 70px;
}
.customew-hr {
    border-top: 1px #000 solid !important;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 60px;
}
.footer-hr {
    border-top: 5px #fff solid !important;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 60px;
    float: left;
}
.dropbtn {
    background-color: #4caf50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
   /* display: inline-block;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 310px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style-type: none;
    padding-left: 0px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #000;
    background-color: #fff;
}
.navbar-toggle {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: -55px;
    /* margin-right: 27px; */
    margin-bottom: 8px;
    background-color: #005ea5;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 0px;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #10101000;
    padding-top: 0px;
    background: #000;
}
.white {
    color: #fff !important;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
header.carousel {
    height: auto !important;
}
header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: auto !important;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fdba09;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    /* color: #fb0001; */
    background-color: #000 !important;
    color: #fbbe01;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar-brand {
    float: left;
    height: 81px;
    padding: 6px 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.bg-mission {
    background: #f5f5f5;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 2px 8px #dcdcdc;
    padding: 20px;
    margin: 0px;
}


.post-slide13{padding:0 15px}
.post-slide13 .post-img{position:relative}
.post-slide13 .post-img>a{display:block}
.post-slide13 .post-img img{width:100%;height:auto}
.post-slide13 .post-img:hover:before{content:"";position:absolute;width:100%;height:100%;background-color:rgba(220,0,90,.6)}
.post-slide13 .post-img:after{content:"\f065";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:17px;right:20px;color:#fff;opacity:0;transform:scale(.8);transition:all .3s linear 0s}
.post-slide13 .post-img:hover:after{opacity:1;transform:scale(1)}
.post-slide13 .post-title{margin-top:20px}
.post-slide13 .post-title>a{color:#222;display:block;font-size:17px;font-weight:600;text-transform:uppercase}
.post-slide13 .post-title>a:hover{text-decoration:none;color:#dc005a}
.post-slide13 .post-bar{padding:0;list-style:none}
.post-slide13 .post-bar>li{display:inline-block}
.post-slide13 .author,.post-slide13 .author>a,.post-slide13 .post-date{color:#8f8f8f;font-size:12px;margin-right:16px;text-transform:uppercase;font-style:italic}
.post-slide13 .author>i,.post-slide13 .post-date>i{margin-right:5px}
.post-slide13 .author>a:hover{color:#dc005a}
.post-slide13 .post-description{color:#8f8f8f;font-size:14px;line-height:24px;padding-top:5px}
.post-slide13 .post-description:before{content:"";display:block;border-top:4px solid #dc005a;padding-bottom:12px;width:50px}
.owl-theme .owl-controls .owl-page span{width:52px;height:5px;border-radius:0;opacity:.5;margin-bottom:0}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{background:#dc005a;opacity:1}

/*.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    background: #CBEAF0;
}*/