@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,900,700);

html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
    /*    font-family: 'Lato';*/
    font-family: 'Lato', sans-serif !important;
    background-color: #eeeeee;
    /*    font-family: 'Lato', sans-serif !important;*/
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

hr {
    border: 1px solid #3c4a56;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.text-center {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none !important;
}

button:active {
    outline: none !important;
}



header {
    background-color: #fff;
}

a:hover {
    text-decoration: none;
}

.top-bar {
    margin-bottom: 0px;
}

.top-bar .navbar-brand {
    padding: 10px 0px;
    height: auto;
}

.icon {
    position: relative;
    color: #d5d110;
}

.icon:hover {
    color: #f8981c;
}

.iconsize {
    font-size: 19px;
}

.iconfooter {
    font-size: 20px;
    color: #3c4a56;
}

.iconfooter:hover {
    color: #ffffff;
}

ul.Social_Links li {
    vertical-align: middle;
}

/*
.img_top {
    opacity: 0;
    transition: opacity .2s ease-out;
        position: absolute;
        top: 0px;
        left: 0;
        z-index: 99;
    }
.icon:hover .img_top {
        opacity: 1;
    }
*/



/*

ul.Social_Links{
    margin-top: 51px;
}
*/
ul.Social_Links li:last-child {
    padding-left: 50px;
}

.has-search {
    position: relative;
}

.has-search input {
    padding: 6px 34px 6px 6px;
}

.Top_Bar {
    /*
    position: absolute;
    right: 15px;
    top: -95px;
*/
    /* float: right;
    margin-top: 16px;
    margin-bottom: 4px;
    min-width: 69%;
    text-align: right; */
    float: right;
    margin-top: 16px;
    margin-bottom: 4px;
}

.Top_Bar ul li {
    color: #282828;
    font-size: 14px;
    font-size: 12px;
    padding: 0px 10px;

    /*    For DropDown Connect With Us*/
    transition-duration: 0.5s;
}

.Top_Bar ul li.connect_with_us {
    position: relative;
}

.globe {
    font-size: 16px;
}

.globe:hover {
    color: #0595b4;
}

/* .Top_Bar ul li.connect_with_us:before{
    content: '\25be';
    color: inherit;
    display: block;
    font-family: sans-serif;
    font-size: 22px;
    width: 1em;
    height: 1em;
    position: absolute;
    top: -6px;
    right: -12px;
} */
/* width */
ul.menu_connect_with_us::-webkit-scrollbar {
    width: 10px;
}

/* Track */
ul.menu_connect_with_us::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
ul.menu_connect_with_us::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px;
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
    background: grey; 
  } */
ul.menu_connect_with_us {
    visibility: hidden;
    opacity: 1;
    transition: all 0.5s ease;
    margin-top: 1rem;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 127px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999;
    padding: 0px;
    border-radius: 5px;
    right: 5px;
    height: 177px;
    overflow-y: scroll;
}

ul.menu_connect_with_us li {
    list-style: none;
    /* padding: 0px !important; */
    border-bottom: 1px solid #ebebeb;
}

.menu_connect_with_us li {
    float: left;
    text-align: left;
}

/* .pad{
    padding-right: 21px!important;
} */
/* ul.menu_connect_with_us a {
    padding: 12px 14px;
    text-decoration: none;
    display: block;
} */

.Top_Bar ul li:hover>ul.menu_connect_with_us {
    visibility: visible;
    opacity: 1;
    display: inline-block;
}




.Top_Bar ul li a {
    color: #282828;
    font-size: 12px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.Top_Bar ul li a:hover {
    color: #0595b4;
}



.dropbtn {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    max-height: 170px;
    overflow: auto;
    right: 10px;
    top: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99999999;
    padding: 0px;
    border-radius: 5px;
}

.dropdown-content li {
    list-style: none;
    padding: 0px !important;
    border-bottom: 1px solid #ebebeb;
}

.dropdown-content li img {
    width: 21px;
    height: 15px;
}

.dropdown-content a {
    padding: 12px 14px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #fff;
    color: #0595b4 !important;
}

.show {
    display: block;
}





.main-menu .navbar {
    background: #0595b4;
    border: none;
    min-height: auto;
    margin-bottom: 0px;
    z-index: 999999;
}

#primary-nav-button {
    background: transparent;
    display: none;
    border: 1px solid #aaa;
    position: absolute;
    bottom: 20px;
    right: 16px;
    padding: 0;
    text-decoration: none;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 0;
    float: right;
}

#primary-nav-button:before {
    content: '☰';
    content: '\2261';
    display: block;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.05;
    height: 1em;
    width: 1em;
    color: inherit;
    speak: none;
}

ul.dropdown.menu {
    padding: 0px;
    margin: 0px;
    display: block;
}

.menu li {
    float: left;
    position: relative;
    list-style: none;
}

.menu li:last-child {
    margin-right: 0;
}

.menu .sub-menu li {
    width: 100%;
}

.menu li a {
    display: block;
    text-decoration: none;
}

#top-nav li a {
    color: #8CC152;
    padding: 5px 0;
}

#top-nav .sub-menu {
    background: #fff;
}

#top-nav .sub-menu li a {
    padding: 5px;
}

#top-nav .sub-menu li>a:hover,
#top-nav .sub-menu li.selected>a {
    background: #8CC152;
    color: #000;
}

#primary-nav li a {
    color: #fff;
    padding: 14px 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.downarrow {
    background: none;
    display: inline-block;
    padding: 0;
    text-align: center;
    min-width: 3px;
}

.sub-menu .downarrow {
    position: absolute;
    right: 0;
    padding-right: 10px;
}

.downarrow:before {
    content: '\25be';
    color: inherit;
    display: block;
    font-family: sans-serif;
    font-size: 22px;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 9px;
}

.menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    max-height: 1000px;
}

.menu .sub-menu.hide {
    display: none;
}

#primary-nav .sub-menu {
    background: #fff;
    min-width: 200px;
    z-index: 200;
    padding: 0px;
}

#primary-nav .sub-menu li {
    border-bottom: 1px solid #efefef;
    padding: 0 10px 0 0px;

}

#primary-nav .sub-menu li a {
    display: block;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

#primary-nav .sub-menu li:last-child {
    border-bottom: 0;
}

#primary-nav .sub-menu .downarrow:before {
    content: '\25b8';
    position: relative;
    top: 0px;
    font-size: 18px;
}

#primary-nav.mobile {
    display: none;
    position: absolute;
    top: 100%;
    background: #A0D468;
    width: 100%;
    right: 0px;
}

#primary-nav.mobile li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #7cb142;
    background-color: #fff;
}

#primary-nav.mobile li.selected>a {
    border-bottom: 1px solid #7cb142;
}

#primary-nav.mobile li:last-child {
    border: none;
}

#primary-nav.mobile li a {
    padding: 5%;
    color: #000;
}

#primary-nav.mobile .sub-menu li a {
    padding-left: 7%;
}

#primary-nav.mobile .sub-menu .submenu li a {
    padding-left: 9%;
}

#primary-nav.mobile .sub-menu .sub-menu .sub-menu li a {
    padding-left: 11%;
}

#primary-nav.mobile .sub-menu {
    float: left;
    position: relative;
    width: 100%;
}

.mobile .downarrow,
.mobile .sub-menu .downarrow {
    position: absolute;
    right: 0;
    padding-right: 5%;
}

#primary-nav.mobile .sub-menu .downarrow:before {
    content: '\25be';
}

#primary-nav-button.mobile {
    display: inline-block;
}

@media screen and (max-width: 415px) {
    .headerLogoBelow415 {
        max-width: 239px;
        margin-top: 10px;
    }
}

/*SLider Area Css Start*/
@media screen and (max-width: 767px) {
    .carousel-caption {
        display: none
    }
}

/* @media screen and (min-width: 768px) and (max-width: 1023px) {
    div.sliderViewPort {
        max-height: 289px;
}
} */
/* @media screen and (min-width: 1441px) {
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
} */

.owl-carousel .owl-item img {
    width: 100% !important;
}

/* .image_left{
    float: left;
}
.image_center{
    margin-left: auto;
    margin-right: auto;
}
.image_right{
    float: right;
} */
.sliderViewPort {
    max-height: 510px;
    overflow: hidden;
    /* width: 100%; */
}

section.sliderArea {
    margin-bottom: 30px;
}

.Slider_left {
    left: 9%;
    position: absolute;
    top: 32%;
    width: 33%;
}

/* .Slider_center{
    left: 35%;
} */
.Slider_right {
    left: 67%;
    position: absolute;
    top: 32%;
    width: 33%;
}

.Slider_left h1 {
    font-size: 32px;
    font-weight: bold;
}

.Slider_right h1 {
    font-size: 32px;
    font-weight: bold;
}

.Slider_left p {
    font-size: 16px;
    font-weight: normal;
}

.Slider_right p {
    font-size: 16px;
    font-weight: normal;
}

.Slider_Txt a {
    background-color: #fff;
    color: #f8981c;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
    border-radius: 0px;
}

.Slider_Txt a:hover {
    background-color: #f8981c;
    color: #fff;
}

section.sliderArea .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

section.sliderArea .owl-dot {
    display: inline-block;
}

section.sliderArea .owl-dot.active span {
    background-color: #fff;
}

section.sliderArea .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    display: block;
    border: 1px solid #fff;
}

/*Slider Area Css End*/


section.TwoSmallBlogBaner {
    margin-bottom: 30px;
}

.TwoSmallBlogBaner1 {
    margin-top: 30px;
}

button.load_more {
    background-color: #f8981c;
    color: #fff;
    margin-top: 0px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
    padding: 15px 50px !important;
    float: none !important;
    height: auto !important;
}

button.load_more:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

button.advance_search {
    background-color: #f8981c;
    color: #fff;
    margin-top: 0px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
    padding: 10px 30px !important;
    height: auto !important;
    margin-top: 10px;
}

button.advance_search:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.Blog_Link {
    background-color: #fff;
    display: block;
    text-decoration: none;
    transition-duration: .15s;
}

.sitemap {
    background-color: #fff;
    display: block;
    text-decoration: none;
    padding: 1px;
    padding-left: 10px;
}

.sitemap h3 {
    color: #0094b2;
}

.hov:hover {
    color: #f8971d;
}

.Blog_Link .Blog_Img img {
    width: 100%;
}

.Blog_Link .Blog_Img .Blog_cat {
    position: absolute;
    top: -13px;
    left: 2px;
    z-index: 9999;
}

.Blog_Hover {
    overflow: hidden;
    /* background: #000; */
}

/* .Blog_Hover img {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
} */
/* .Blog_Link:hover .Blog_Hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0.30;
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
} */
.Article {
    overflow: hidden;
    background-color: #fff;
    display: block;
    text-decoration: none;
    transition-duration: .15s;
    margin-bottom: 30px;

}

.Blog_Link {
    overflow: hidden;
}

.Blog_Link:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.Blog_Link .Blog_Img .Blog_cat h4 {
    position: absolute;
    top: 33px;
    transform: rotate(-45deg);
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    left: 4px;
    width: 92px;
    text-align: center;
}

section.TwoSmallBlogBaner .Blog_Detail {
    padding: 52px 20px;
}

.articleTitle {
    color: #031b4e;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.articleTitle:hover {
    color: #f8981c;
}

.Blog_Detail h4 {
    color: #031b4e;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    /* height: 22px; */
    max-height: 51px;
    /* overflow: hidden; */
}

.Blog_Link:hover .Blog_Detail h4 {
    color: #f8981c;
}

.Article:hover .Blog_Detail h4 {
    color: #f8981c;
}

.Blog_Link .Blog_Detail a {
    color: #f8981c;
}

.Blog_Detail p {
    color: #031b4e;
    font-size: 16px;
    line-height: 24px;
    height: 90px;
    /* overflow: hidden; */
}

/* .Blog_Detail span{
    color: #f8981c;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    top: 2px;
} */
.Blog_Detail img {
    width: auto !important;
    display: inline-block !important;
}

.Research_Box {
    background-color: #f8981c;
    /* background-image: url('../images/Research_background.png'); */
    /* background-repeat: no-repeat; */
    min-height: 232px;
    margin-bottom: 30px;
    background-size: cover;
}

.Policy_Box {
    background-color: #0093b2;
    /* background-image: url('../images/policy_background.png'); */
    /* background-repeat: no-repeat; */
    min-height: 232px;
    margin-bottom: 30px;
    background-size: cover;
}

.Education_Box {
    background-color: #d5d110;
    /* background-image: url('../images/education_background.png'); */
    /* background-repeat: no-repeat; */
    min-height: 232px;
    margin-bottom: 30px;
    background-size: cover;
}

.Education_Box .Upper_Detail button {
    color: #d5d110;
}

.Upper_Detail {
    padding: 30px;
    margin-bottom: 30px;
}

.Upper_Detail h4 {
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
    /* height: 33px; */
    /* overflow: hidden; */
}

.Upper_Detail p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    line-height: 18px;
    /* height: 54px; */
    /* overflow: hidden; */
}

.Upper_Detail button {
    margin-top: 20px;
    font-size: 18px;
    color: #f8981c;
    padding: 15px 30px;
    background-color: #ffffff;
    border-radius: 0px;
    font-weight: bold;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
}

.Research_Box .Upper_Detail button:hover {
    background-color: #f8981c;
    color: #fff;
    border-color: #fff;
}

.Policy_Box .Upper_Detail button {
    color: #0093b2;
}

.Policy_Box .Upper_Detail button:hover {
    background-color: #0093b2;
    color: #fff;
    border-color: #fff;
}

.Education_Box .Upper_Detail button:hover {
    background-color: #d5d110;
    color: #fff;
    border-color: #fff;
}

section.OneBigBlogBaner {
    margin-bottom: 30px;
}

section.OneBigBlogBaner .Blog_Detail {
    padding: 48px 20px;
}

.Email_Box {
    background-color: #fff;
    min-height: 251px;
    margin-bottom: 30px;
}

.Email_Box .Upper_Detail h4 {
    color: #031b4e;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* .Email_Box .Upper_Detail input{
    border: 1px solid #e2e2e2;
    border-radius: 0px;
    height: 52px;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
} */
.Email_Box .Upper_Detail button {
    background-color: #f8981c;
    color: #fff;
    margin-top: 0px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
}

.Email_Box .Upper_Detail button:hover {
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.Email_Box .Upper_Detail h5 {
    color: #999999;
    font-size: 12px;
}

.Email_Box .Upper_Detail h5 img {
    padding-left: 10px;
    padding-right: 3px;
    padding-bottom: 2px;
}

.Email_Box .Upper_Detail h5 span {
    color: #7c7c7c;
    font-weight: bold;
}

.Email_Box .Upper_Detail h5 span label {
    font-weight: normal;
    font-size: 10px;
    position: absolute;
}

.Social_Box {
    background-color: #fff;
    height: 221px;
    margin-bottom: 30px;
}

.Social_Box .Upper_Detail h4 {
    color: #031b4e;
    margin-top: 10px;
    margin-bottom: 30px;
}

.Social_Box .Upper_Detail ul {
    margin-bottom: 0px;
}

.Social_Box .Upper_Detail ul li {
    padding: 0px 2px;
    position: relative;
}

.hover_img {
    opacity: 0;
    transition: opacity .2s ease-out;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 99;
}

.Social_Box .Upper_Detail ul li:hover .hover_img {
    opacity: 1;
}

/*
-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.icon-effect-1a .icon:hover {
    background-color: #f8981c;
}
.icon-effect-1a .icon:hover img{
    filter: brightness(0) invert(1);
}
*/
div.Slider_Blog {
    background-color: #f8981c;
    /* padding-top: 30px; */
    /* padding-bottom: 80px; */
    margin-bottom: 30px;
    padding-top: 27px;
    padding-bottom: 37px;
    height: 503px;
}

div.Slider_Blog #owl-demo .Blog_Detail {
    padding: 25px 20px;
}

.owl-prev .owl_prev_arrow,
.owl-next .owl_next_arrow {
    cursor: pointer;
    position: absolute;
    top: 45%;
}

.owl-prev .owl_prev_arrow {
    left: -23px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.owl-prev .owl_prev_arrow:hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
    filter: brightness(0) invert(1);
}

.owl-next .owl_next_arrow {
    right: -23px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.owl-next .owl_next_arrow:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    filter: brightness(0) invert(1);
}

.Featured h4 {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 0px;
    margin-bottom: 20px;
}

section.TwoSmallBlogBanerWithAd {
    margin-bottom: 30px;
}

section.TwoSmallBlogBanerWithAd .Blog_Detail {
    padding: 50px 20px 20px 20px;
}

a.side_blog .Blog_Detail p {
    /* margin-bottom: 38px;
    height: 216px; */
    overflow: hidden;
}

.Blog_Ad_Baner img {
    margin-bottom: 20px;
}

footer {
    background-color: #1c252d;
    padding: 40px 0px;
}

.Join_Now {
    margin-top: 20px;
}

.Join_Now input {
    height: 50px;
    background-color: #313e49;
    color: #6b8093;
    border: none;
    border-radius: 0px;
    font-size: 20px;
}

.Join_Now input::placeholder {
    color: #6b8093;
}

.Join_Now button {
    color: #1c252d;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    background-color: #ffffff;
    border: none;
    padding: 10px 35px;
}

.Join_Now button:hover {
    background-color: #fff;
    color: #1c252d;
}

footer.page-footer h6 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

footer.page-footer p a {
    color: #8698a7;
    font-size: 14px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    display: block;
}

footer.page-footer p a:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
    color: #f8981c;
}

p.copyright {
    color: #3d4c58;
    font-size: 16px;
}

p.copyright a {
    color: #3d4c58 !important;
    display: inline-block !important;
}

ul.footer_social_links li img:hover {
    filter: brightness(0) invert(1);
}



/*Detail Page Css Start*/
section.b-pageHeader {
    margin-bottom: 80px;
    position: relative;
}

.b-pageHeadertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b-pageHeadertxt h1 {
    color: #0595b4;
    font-size: 24px;
    font-weight: bold;
}

.b-pageHeadertxt h4 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.b-pageHeadertxt p {
    color: #fff;
    font-size: 24px;
    font-weight: lighter;
}

.Detail_Page_Blog {
    margin-bottom: 30px;
    padding: 15px;
}

/* .Detail_Page_Blog img{
    width: 350px !important;
    float: left;
    padding-right: 15px;
} */

.Detail_Page_Blog h4 {
    font-size: 28px;
}

.Detail_Page_Blog label {
    font-size: 16px;
    color: #a7a7a7;
    margin-bottom: 5px;
    font-weight: normal;
}

.Detail_Page_Blog p {
    margin-bottom: 25px;
    height: auto;
    overflow: visible;
}

.Detail_Page_Blog .Blog_Detail {
    padding: 0px !important;
}

.RelatedTags {
    margin-top: 10px;
}

.RelatedTags h4 {
    margin: 0 0 5px;
    padding: 9px;
    font-size: 12px;
    display: inline-block;
    background-color: #f8981c;
    border-radius: 4px;
    -webkit-transition: background-color 0.6s ease-out;
    -moz-transition: background-color 0.6s ease-out;
    -o-transition: background-color 0.6s ease-out;
    transition: background-color 0.6s ease-out;
    border: 1px solid #fff;
}

.RelatedTags h4 a {
    color: #fff !important;
}

.RelatedTags h4:hover {
    background-color: #fff;
    border: 1px solid #000;
}

.RelatedTags h4:hover a {
    color: #000 !important;
}

.Side_Bar .Social_Box {
    margin-bottom: 30px;
}

.Side_Bar .Policy_Box {
    margin-bottom: 30px;
}

.Related_News {
    padding: 40px 30px 5px 30px;
    background-color: #fff;
    margin-bottom: 30px;
}

.Related_News h1 {
    margin: 0px;
    margin-bottom: 5px;
    color: #031b4e;
    font-size: 24px;
    font-weight: bold;
}

.Related_News ul li {
    padding: 15px 0px;
    border-bottom: 1px solid #000000;
}

.Related_News ul li:last-child {
    border-bottom: none;
}

.Related_News ul li a {
    display: block;
}

.Related_News ul li a .media-left {
    vertical-align: middle;
}

.Related_News ul li a .media-left img {
    width: 62px;
}

.Related_News ul li a .media:hover h4,
.Related_News ul li a.media:hover p {
    color: #f8981c;
}

.Related_News ul li h4 {
    color: #031b4e;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.Related_News ul li p {
    color: #031b4e;
    line-height: 20px;
    font-size: 16px;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

/*Detail Page Css End*/

/*Product Listing Page Css Start*/

.Product_Listing_Blog {
    margin-bottom: 30px;
}

.Listing_Blog p {
    height: 93px;
    overflow: hidden;
}

/*Product Listing Page Css End*/
/*Search Listing Page Css Start*/

.Search_Result_Area {
    background-color: #fff;
    padding: 35px 30px 40px 30px;
}

.Search_Result_Area h1 {
    margin: 0px;
    font-size: 24px;
    color: #282828;
    margin-bottom: 20px;
}

.Search_Result_Area form {
    margin-bottom: 25px;
}

.Search_Result_Area input.search {
    width: 100%;
    height: 60px;
    padding: 0px 20px;
    border: 1px solid #e2e2e2;
}

.Search_Result_Area button {
    background-color: #f8981c;
    height: 60px;
    float: right;
    padding: 0px 35px;
    border-radius: 0px;
}

.Search_Result_Area p.collapsible {
    color: #282828;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0px;
}

.Search_Result_Area p span {
    margin-left: 10px;
}

.collapsible:after {
    content: '';
    background-image: url('../images/arrow_icon.png');
    background-repeat: no-repeat;
    background-position: 94% 52%;
    padding-right: 20px;
}

.collapsible.active:after {
    content: "";
    background-image: url('../images/arrow_icon_down.png');
}


.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.content form {
    margin-top: 20px;
}




.Search_Result_Area label {
    color: #282828;
    font-size: 14px;
    font-weight: 400;
}

.Search_Result {
    border-bottom: 1px solid #dcd9d9;
    margin-bottom: 20px;
}

.Search_Result:last-child {
    border: none;
}

.Search_Result h4 {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.Search_Result a:hover h4 {
    color: #f8981c;
}

.Search_Result ul {
    margin-bottom: 20px;
}

.Search_Result ul li {
    color: #f8981c;
    font-size: 13px;
    padding: 0px 2px;
}

.Search_Result p {
    color: #031b4e;
    font-size: 16px;
    margin-bottom: 29px;
}

/*Search Listing Page Css End*/


@media only screen and (max-width:1200px) {
    .navbar-header {
        float: right;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .nav .dropList {
        display: flex;
        float: none;
    }

    .navbar-nav {
        float: none;
    }

    /*
    .Top_Bar{
        position: relative;
        top: 0px;
        right: 0px;
    }
    .Top_Bar ul li{
        display: flex;
        padding: 0px;
    }
    .Top_Bar ul li a {
    color: #fff;
    padding: 14px 11px;
    font-size: 16px;
    }
*/
    #primary-nav-button {
        border-color: #fff;
        position: inherit;
        margin: 10px;
        color: #fff;
    }

    #primary-nav.mobile li {
        background-color: #0595b4;
        border: none;
        margin: -1px;
    }

    #primary-nav.mobile li a {
        padding: 12px 25px;
        color: #fff;
    }

    /*
    .navbar-default .navbar-nav>li {
    border: 1px solid #efefef;
    display: inline-block;
    width: 50%;
    margin: 0 -4px -1px 0;
    text-align: center;
    text-align: -webkit-center;
    color: #000;
    border-color: rgba(255, 255, 255, .5);
}
*/
}

@media only screen and (max-width:998px) {
    ul.Social_Links {
        margin-top: 21px;
        float: none !important;
        text-align: right;
        text-align: -webkit-right;
        text-align: -moz-right;
    }
}

@media only screen and (max-width:740px) {
    .Top_Bar {
        display: none;
    }

    ul.Social_Links {
        display: none;
    }

    #primary-nav-button {
        border-color: #000;
        position: inherit;
        margin-top: 20px;
        color: #000;
    }

    .navbar-collapse.collapsing {
        border: none;
    }

    .navbar-collapse.collapse.in {
        border: none;
    }

    .navbar-nav {
        margin-top: 90px;
    }

    .top-bar {
        min-height: 0px;
    }

    .top-bar .navbar-brand {
        position: absolute;
        z-index: 99999999;
        top: -13px;
    }

    .main-menu .navbar {
        background-color: #fff;
        height: 78px;
    }

    .navbar-toggle {
        border-color: #0595b4 !important;
    }

    .main-menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #0595b4;
    }

    .navbar-default .navbar-nav>li>a {
        color: #0595b4;
        padding: 7px 11px;
    }

    .Top_Bar ul li a {
        color: #0595b4;
        padding: 7px 11px;
    }

    .Blog_Link {

        margin-bottom: 30px;
    }

    .b-pageHeadertxt {
        top: 44%;
        left: 35%;
    }

    .b-pageHeadertxt h4 {
        display: none;
    }

    .Slider_Txt {
        top: 0%;
        left: 3%;
    }

    .Slider_Txt h4 {
        font-size: 16px;
        height: 52px;
    }

    .Slider_Txt h1 {
        font-size: 20px;
        height: 21px;
    }

    section.b-pageHeader {
        margin-bottom: 30px;
    }

    .b-pageHeaderimg img {
        height: 332px;
        object-fit: cover;
    }

    .Join_Now button {
        padding: 10px 10px;
        font-weight: normal;
        font-size: 14px;
    }

    .Search_Result_Area button {
        padding: 0px 5px;
    }

    /* .sliderArea .owl-carousel .owl-item img {
        height: 200px;
        object-fit: cover;
    } */

    #primary-nav.mobile li {
        margin: 0px;
    }

    .downarrow:before {
        position: relative;
        top: 0px;
    }
}

.ht-240 {
    height: 285px;
}

.no-padding {
    padding: 0px !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.parsley-errors-list li {
    color: red;
    padding-top: 5px;
}

.form-control-feedback {
    pointer-events: all;
}

.icon1 {
    background-color: #3b5998;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 40px;
    padding-top: 8px;
    text-align: center;
}

.icon1:hover {
    background-color: white;
    color: #3b5998;
    border: 2px solid;
    box-shadow: 0 0 17px;
}

.icon2 {
    background-color: #00acee;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 40px;
    padding-top: 8px;
    text-align: center;
}

.icon2:hover {
    background-color: white;
    color: #00acee;
    border: 2px solid;
    box-shadow: 0 0 17px;
}

.icon3 {
    background-color: #FF0000;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 40px;
    padding-top: 8px;
    text-align: center;
}

.icon3:hover {
    background-color: white;
    color: #FF0000;
    border: 2px solid;
    box-shadow: 0 0 17px;
}

.icon4 {
    background-color: #0e76a8;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    font-size: 40px;
    padding-top: 8px;
    text-align: center;
}

.icon4:hover {
    background-color: white;
    color: #0e76a8;
    border: 2px solid;
    box-shadow: 0 0 17px;
}

/* .owl-carousel .owl-item img{
width:auto;
float: right;
} */
.background {
    background-color: white;
}

.articleimage {
    width: 350px !important;
    float: left;
    padding-right: 15px;
}

.slider {
    width: auto;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.pinSidebar {
    margin-bottom: 30px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: block;
        width: 100%
    }
}

.states {
    fill: white;
    stroke: black;
    stroke-width: 1.25;
}

.statesText {
    line-height: 125%;
    -inkscape-font-specification: 'Trebuchet MS, Helvetica, sans-serif';
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0;
    word-spacing: 0;
    fill: black;
    font-family: 'Trebuchet MS,Helvetica,sans-serif';

}

.statesLine {
    fill: none;
    stroke: #b9b9b9;
    stroke-width: 1.25;
}

.cities {
    fill: #f8981d;
    fill-opacity: 1;
}

.featureBox {
    height: 256px;
}

.featureBox h4 {
    margin-top: 0px;
    height: 67px !important;
    max-height: 67px;
    overflow: hidden
}

.featureBox p {
    height: 90px;
    overflow: hidden;
}