/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%;
    scroll-behavior: smooth;
}
.goog-te-gadget-simple img { display: none !important;}
.goog-te-gadget-simple { padding: 5px 10px; border-radius: 20px;}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 14px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
a:focus {
    outline:0px solid;
}
img {
    max-width:100%;
    height:auto;
}
#photo-slider img {
	width: 100%;
	padding: 20px;
}
.top-info a {
	color: #fff;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #605f5f;
    font-size: 15px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family: 'Gilda Display', serif;
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}
label{
    font-family: 'Gilda Display', serif;
}
h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
.entry-content table td, .entry-content table th {
  padding: 10px;
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #1e1e1e;
    text-decoration: none;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.black{
    background: #000;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.p0{
    padding: 0px
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.section-padding{
    padding: 80px 0px;
}
.btn-div {
    margin-top: 20px;
}
.btn-div a{
    background: #ed3400;
    padding: 10px 20px;
    color: #fff;
}
.bg{
    background: #04335c;

}
.title-section{
    text-align: center;
    margin-bottom: 40px;
}
.title-section h1{
    color: black;
}
.title-section h3{
    color: #fdc016;
}
.social-icon ul{
    list-style: none;
    padding: 0px;
    display: inline-flex;
    float: right;
    margin-top: 15px;
}
.social-icon li i{
    font-size: 18px;
    margin-right: 25px;
    color: #fff;
    text-align: center;
}
/*----------------------------------------*/
/*  header Area
/*----------------------------------------*/
.top-bar{
    padding: 5px 0px;
    background: linear-gradient(to right, #ed573d, #2c2c88);
}
.top-info{
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    float: right;
}
.top-info li i{
    margin-right:10px;
	color: #ed573d;
}
.top-info li{
    color: #271762;
    margin-right: 20px;
    font-size: 14px;
    padding-right: 20px;
}
.top-bar ul>li+li{
    border-right:none;
}

.top-bar ul li {
    color: #fff;
    border-right: 1px solid #dfe2e6;
}
header{
    z-index: 99;
    width: 100%;
}
.bg-blue {
    background: #ed3400;
    color: #fff;
}
.logo img{
    width: 100%;
}
.logo h3{
    color: #000;
    font-size: 45px;
    line-height: 68px;
    margin: 0;
}
.joindiv{
    height: 88px;
    line-height: 87px;
    padding-left: 20px;
}
.joindiv a{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
        padding: 10px;
}
.header-menu{
    padding: 0px 20px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#fff;
    font-size: 19px;
    font-weight: 500;
    padding: 18px 0px;
    text-transform: uppercase;
    margin: 0px 16px;
}
.main-menu ul.navbar-nav li a:hover{
    color: #0c0b0b;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: #ed340000 none repeat scroll 0 0;
    color: #252526;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top:2px solid #09162a;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: none!important;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#fff;
    background: #1c63b8;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#555}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #555;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}
.main-menu{
    background: linear-gradient(to right, #ed573d, #2c2c88);
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    padding:0px;
}
.dropdown-menu li{
    width: 100%;
}
.dropdown-menu li:hover a{
    background: #ed3400;
    color: #000!important;
}
.dropdown-menu li a{
    padding:10px 10px;
}
.section-title{
    text-align: center;
    margin-bottom: 40px;
}
.section-title span{
    font-size: 14px;
    color: #ff592b;
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 2px;
}
.section-title span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 1px;
    background-color: #edf6ff;
    z-index: -1;
}
.section-title h1{
 color: #fff;
 font-size: 38px;
margin-top: 20px;}

.section-title-light{
    text-align: center;
    margin-bottom: 40px;
}
.section-title-light span{
    font-size: 14px;
    color: #ff592b;
    position: relative;
    z-index: 1;
    display: inline-block;
    letter-spacing: 2px;
}
.section-title-light span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 1px;
    background-color: #edf6ff;
    z-index: -1;
}
.section-title-light h1{
 color: #2c2c88;
 font-size: 38px;
margin-top: 20px;
}
.section-bg{
       background-image:linear-gradient(to right, #ed573dcf, #2c2c88e8), url(img/bg.jpg);
    background-size: cover;
}
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 13px 25px -12px rgb(0 0 0 / 25%);
    z-index: 999;
}
.social-btn ul{
    list-style: none;
    display: inline-flex;
    margin: 0px;
padding: 0;}
.social-btn ul li i{
	color: #ffffff;
}
.social-btn ul li a{
    color: #fff;
}
.social-btn{
    float: left;
}
.social-btn ul li{
    margin-right: 20px;
    font-size: 20px;
}
.social-btn ul li{
    border-right:0px;
}
.main-menu.nav>li>a:hover, .nav>li>a:focus{
	background-color: #00000000 !important;
}
/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.slider-section {
    position: relative;
}
.slider-section .carousel-caption {
    bottom: auto;
    top: 55%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); 
    text-shadow: none;
    left: 100px;
    right: 70px;
    text-shadow: none;
    padding: 0;
}
.sl-btn-1 {
    background: #fff;
    color: #000;
}
.slider-section .carousel-caption h2 {
    font-size: 55px;
    margin-top: 0;
    position: relative;
    font-weight: 400;
    color: #fff;
text-align: left;margin-bottom: 50px;}
.slider-section .carousel-caption h6 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    position: relative;
    /* padding-left: 110px; */
    padding-right: 110px;
    /* display: inline-block; */
    color: #fff;
        margin-top: 30px;
text-align: left;}


.slider-section .carousel-caption > a,
.slider-section .carousel-caption > a i {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.slider-section .carousel-caption > a {
   
    font-size: 13px;
    font-weight: 600;
    max-width: 182px;
    min-width: 182px;
    display: block;
    padding: 13px 0 11px; 
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    margin-top: 40px;
    float: left;margin-right: 20px;
}
.slider-section .carousel-caption > a i {
    margin-left: 10px;
    color: #0c0b0a;
}
.slider-section .carousel-caption > a:hover {
    background-color: #0b3f6c;
}
.slider-section .carousel-caption > a:hover,
.slider-section .carousel-caption > a:hover i {
    color: #fff;
}
.slider-section .carousel-control {
    width: 51px;
    height: 51px;
    border-radius: 100%;
    background-color: #fff;
    background-image: none;
    opacity: 1;
    color: #000;
    text-shadow: none;
    line-height: 54px;
    font-size: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); 
    z-index: 11;
    box-shadow: none;
}
.slider-section .carousel-control.left {
    left: 15px;
}
.slider-section .carousel-control.right {
    right: 15px;
}
.slider-section .carousel-control:hover {
    background-color: #2aa9e0;
    color: #fff;
}
.read-more {
    display: inline-block;
    padding: 11px 13px 10px 23px;
    border: 2px solid #fdc016;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    text-decoration: none;
    color: #333;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.read-more::before {
    content: "";
    width: 60px;
    right: 0px;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-top: 50px solid #fdc016;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.read-more i {
    margin-left: 40px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.comn-btn a {
    background: linear-gradient(to right, #ed573d, #2c2c88);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    max-width: 182px;
    min-width: 182px;
    display: block;
    padding: 13px 0 11px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    float: left;
    margin-right: 20px;
}
.comn-btn a:hover {
    background-color: #0b3f6c;
}

.bg-div{
    background:#f5f5f5;
    height: 400px;
    border-radius: 20px;
}
.bg-div h3{
    /* margin-top: 20px; */
    background: linear-gradient(to right, #ed573d, #2c2c88);
    text-align: center;
    color: #fff;
    padding: 5px;
    font-size: 22px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.member-div {
    height: 110px;
    border-bottom: 1px dashed #b5abab;
    margin: 10px;
}
.member-div img{
    width: 30%;
    float: left;
    padding: 0px 10px;
}
.member-desc h4{
    color: #000000;
    font-size: 17px;
    margin-bottom: 0px;
}
.member-desc p{
    color: #000000;
}
.news-desc{
    height: auto;
    border-bottom: 1px dashed #eee;
    margin-bottom: 10px;
    padding: 10px;
}
.news-desc p{
    color: #000000;
}
.tab2 .nav-tabs{
    border: none;
    margin: 0;
}
.tab2 .nav-tabs li a{
    padding: 10px 15px;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #e75640;
}
.tab2 .nav-tabs li a:hover,
.tab2 .nav-tabs li.active a{ border: none; }
.tab2 .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab2 .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab2 .nav-tabs li:hover a:after,
.tab2 .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab2 .tab-content{
    padding: 15px 20px;
    margin-top: 5px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}
.tab2 .tab-content p{
    color: #000000;
    padding: 10px 10px;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media only screen and (max-width: 479px){
    .tab2 .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab2 .tab-content{ margin-top: 0; }
}
.tab3 .nav-tabs>li.active>a, .tab3 .nav-tabs>li.active>a:hover, .tab3 .nav-tabs>li.active>a:focus{
        color: #ffffff!important;
}
.imp-link{
        text-align: center;
    background: #eee;
    padding: 20px;
    border-radius: 20px;
}
.imp-link img{
    width:80px;
    margin-bottom:20px;
}
.imp-link h3{
    color:#2c2c88;
}
/*----------------------------------------*/
/* about Area
/*----------------------------------------*/
.abt-pnt{
    padding: 20px;
    margin-bottom: 20px;
    background: #d3cfcf;
    position: relative;
    border-radius: 10px;
    height: 325px;
}
.abt-pnt:hover{
    background: #ed573d;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(.2, 0, .3, 1) !important;
}
.abt-pnt:hover .abt-pnt-desc p{
    color:#fff;
}
.abt-pnt-desc h3{
    color: #000;
    font-size: 20px;
    line-height: 25px;
}
.abt-pnt img{
    width: 65px;
    margin-bottom: 19px;
    background: #342d84;
    padding: 10px;
}
.abt-pnt-desc h3{
    color: #332d85;
}
.abt-pnt-desc p{
    color: #000000;
}
.about-us {
    margin-top: 65px;
}
.about-us span{
    position: relative;
    font-size: 17px;
    color: #ed3400;
}
.about-us span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 1px;
    background-color: #e9ebed;
    z-index: -1;
}
.about-us h1{
    margin-top: 20px;
    color:#2c2c88;
}
.abt-pnt i{
    color: #fff;
    font-size: 50px;
    margin-bottom: 40px!important;
}
.about-img{
     background: #d7d7d7;
     padding: 20px;
     border-radius: 20px;
}
.img-desc {
    text-align: center;
    padding: 15px;
}
.img-desc h3{
    color: #312d86;
    font-size: 20px;
    margin-bottom: 0px;
}
.img-desc h2{
    color: #e55640;
    font-size: 23px;
    margin-bottom: 2px;
}
.img-desc p{
    color: #2e2c87;
    font-size: 13px;
}
/*----------------------------------------*/
/* services Area
/*----------------------------------------*/
.ser-desc h3{
    color: #fff;
    font-size: 16px;
}
.ser-desc p{
    color: #fff;
}
.ser-desc img{
    width: 60px!important;
}

.ser-desc{
    padding: 25px;
    border: 2px solid #e9ebed1a;
    transition: all .3s linear 0s;
    position: relative;
    z-index: 1;
    height: 252px;
}
.ser-div:hover .ser-desc:before {
    width: 100%;
}
.ser-div{
    margin-bottom: 30px;
    position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.ser-img img{
    width:100%!important;
}
.ser-div:hover{
    transform: rotateY(180deg);
    background: #ed573d;
}
.ser-desc-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.ser-desc-back{
  color: white;
  transform: rotateY(180deg);
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 280px;
  perspective: 1000px;
  margin-bottom:30px;
}
.flip-card-front img{
    width: 60px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

.flip-card:focus {
    outline: 0;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flip-card-front {
  background: #414189;
  color: black;
  z-index: 2;
  justify-content: center;
  align-items: center;
  padding:20px;
}
.flip-card-front h3{
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 30px;
    color: #fff;
}
.flip-card-back {
  background: #ed573d;
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.flip-card-back h3{
    text-align:center;
    padding:20px;
    margin-top:30px;
    font-size:20px;
    color: #fff;
}
.inner-ser .ser-desc h3{
    color: #000;
    font-size: 20px;
}
.inner-ser .ser-div{
    margin-bottom: 30px;
}
.inner-ser .ser-desc p{
    color: #000;
}
.inner-ser .ser-desc:hover h3{
    color: #fff;
}
.inner-ser .ser-desc{
    border: 2px solid #e9ebedbf;
}
.inner-ser .ser-desc:hover p{
    color: #fff;
}

/*----------------------------------------*/
/*  benifit Area
/*----------------------------------------*/
.benf-div span {
    position: relative;
    font-size: 17px;
    color: #ed3400;
}
.benf-div h1{
    color: #000;
}
.benf-div span:before {
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    left: 0;
    bottom: 1px;
    background-color: #e9ebed;
    z-index: -1;
}
.btn-col{
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #ed573d, #2c2c88);
    padding: 10px;
}
.btn-col a{
    color: #fff;
    font-size: 17px;
}

/*----------------------------------------*/
/*  Area
/*----------------------------------------*/
.tab1 .nav-tabs{
    border: none;
    margin: 0;
}
.tab1 .nav-tabs li a{
    padding: 10px 10px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #ed573d;
}
.tab1 .nav-tabs li a:hover,
.tab1 .nav-tabs li.active a{ border: none; }
.tab1 .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab1 .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab1 .nav-tabs li:hover a:after,
.tab1 .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab1 .tab-content{
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    background: #ececec;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab1 .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab1 .tab-content{ margin-top: 0; }
}

.memb-img{
    text-align: center;
    background: #2c2c88;
    padding: 20px;
}
.memb-img img{
    margin-bottom: 10px;
}
.memb-img h3{
    color: #fff;
    margin-bottom: 0px;
	font-size:17px;
}
.memb-img p{
    color: #fff;
    margin-bottom: 0px;
}
/*----------------------------------------*/
/* testimonial Area
/*----------------------------------------*/
.tab3 .nav-tabs{
    border: none;
    margin: 0;
}
.tab3 .nav-tabs li a{
    padding: 10px 15px;
    margin-right: 20px;
    font-size: 17px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
    background: #ed573d;
}
.tab3 .nav-tabs li a:hover,
.tab3 .nav-tabs li.active a{ border: none; }
.tab3 .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab3 .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab3 .nav-tabs li:hover a:after,
.tab3 .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab3 .tab-content{
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    background: #ececec;
    position: relative;
    height:400px;
}

@media only screen and (max-width: 479px){
    .tab3 .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab3 .tab-content{ margin-top: 0; }
}
.new-program-img h3{
    background: #ed573d;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.news-marquee a{
    border-bottom: 1px dashed #000;
    padding: 15px 0px;
	width:100%;
}
.owl-newprogram img{
    height:400px;
}
/*----------------------------------------*/
/* blog  Area
/*----------------------------------------*/

.blog-desc img{
    width: 60px!important;
}

.blog-desc{
    padding: 45px 30px 25px;
    border: 2px solid #e9ebed1a;
    border-bottom: 0;
    transition: all .3s linear 0s;
    position: relative;
    z-index: 1;
    border: 1px solid #eeeeee4f;
    box-shadow: 0px 0px 10px #eeeeee91;
}
.blog-div:hover .blog-desc:before {
    width: 100%;
}
.blog-desc:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #ed3400;
    transition: all .3s linear 0s;
    z-index: -1;
}
.blog-div:hover h3{
    color: #fff;
}
.blog-div:hover p{
    color: #fff;
}
.blog-img img{
    width: 100%;
}
.blog-img span{
    position: absolute;
    background: #1a384c;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
}
.bg-new{
    background:#ed3400;
    padding:40px 0px;
}

.bg-new .owl-controls{
    display: none;
}
.inner-page{
    background: linear-gradient(45deg, #1a384ccf, #1a384c91),url(img/bg.jpg);
    background-size:cover;
    text-align: center;
}
.inner-page h1{
    padding: 50px 0px 50px 0px;
    color: #fff;
    font-size: 35px;
    letter-spacing: 3px;
    margin-bottom: 0px;
}
.error-page{
    text-align: center;
}
.error-page h1{
    color: #ed3400;
    font-size: 91px;
    letter-spacing: 20px;
    margin-bottom: 40px;
}
.error-page h3{
    font-size: 40px;
    margin-bottom: 30px;
    color: #000;
}
.error-page a{
background: #ed3400;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 13px 30px;
}
.contact-form{
    background: #fff;
    box-shadow: 0px 0px 10px #eee;
    padding: 60px;
}
.contact-form form input{
    height: 45px;
}
.contact-form form textarea{
    height: 100px;
}
.counter p{
    color: #fff;
    float: right;
    margin-bottom: 0px;
}
.contact-form .comn-btn{
    background: #ed573d;
    color: #fff;
    border: none;
    padding: 10px 30px;
}
/*----------------------------------------*/
/* footer Area
/*----------------------------------------*/
footer {
    background: linear-gradient(to right, #ed573dcf, #2c2c88e8), url(img/bg.jpg);
    padding-top: 50px;
}
.call-text p{
    margin-bottom: 10px;
    color: #fff;
    font-size: 22px;
}
.foter-p{
    color: #fff;
}
.call-div i{
    font-size: 46px;
    float: left;
    margin-right: 20px;
    color: #57b1ff;
    margin-top: 10px;
}
.call-text a{
    font-size: 26px;
    color: #fff;
}

.call-div i{
    color: #fff;
}
.bg-footer{
    background: #ed3400;
    position: relative;
    margin-top: -150px;
    padding: 20px;
}
.footer-div h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.footer-div ul li a{
    color: #fff;
}
.footer-div h3:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #ed3400;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin-left: 0;
    border-radius: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 0;
}
.ser-ul{
    list-style: none;
    padding: 0px;
}
.ser-ul li{
    color: #fff;
    margin-bottom: 15px;
}
.news-letter input{
    height: 40px;
    border:none;
    padding: 0px 20px;
    margin-bottom: 20px;
}
.news-letter .newslettr-btn{
   background: #ed3400;
    color: #fff;
}
.footer-div p{
    color: #fff;
}
.address-widget{
    list-style: none;
    padding: 0px;
}
.address-widget li {
    padding: 0px 0px 16px 40px;
    position: relative;
}
.address-widget li i{
    color: #ed3400;
    position: absolute;
    left: 0px;
    font-size: 17px;
    margin-top: 6px;
}
.address-widget li .desc {
    color: #ffffff;
}
.address-widget li .desc a{
    color: #fff;
}
.address-widget li i {
    position: absolute;
    left: 0px;
}
.copyright-div{
    background: #2c2c88;
    padding: 10px 0px;
}
.copyright p{
    margin-bottom: 0px;
    color: #eee;
}
.footer-icon ul{
    list-style: none;
    padding: 0px;
    display: inline-flex;
    float: right;
}
.footer-icon ul li{
    color: #fff;
    margin-right: 20px;
}
.entry-footer{
	display:none;
}
/*----------------------------------------*/
/* RESPONSIVE
/*----------------------------------------*/


@media only screen and (max-width: 300px){
    
}
@media only screen and (max-width: 420px){
    
}
@media only screen and (max-width: 600px){
    
}
@media only screen and (max-width: 767px){
    .goog-te-gadget-simple {
        padding: 0 10px !important;
        margin: 2px;
    }
    .bg-div{
        height: auto;
        margin-bottom: 30px;
    }
    .tab2 .nav-tabs li a{
        margin-right: 0;
    }
    .section-padding {
        padding: 40px 0px;
    }
    .about-us h1{
        font-size: 25px;
    }
    .about-us {
        margin-top: 0px;
    }
    .about-us p{
        text-align: justify;
    }
    .section-title h1 {
        color: #fff;
        font-size: 25px;
        margin-top: 0px;
    }
    .section-title-light h1 {
        color: #2c2c88;
        font-size: 25px;
        margin-top: 0px;
    }
    .ser-desc{
        height: auto;
    }
    .btn-col{
            margin-bottom: 10px;
    }
    .abt-pnt-desc p{
        text-align: justify;
    }
    .abt-pnt{
        height: auto;
    }
    .tab1 .nav-tabs li a{
        margin-right: 0px;
    }
    .memb-desc p{
        text-align: justify;
    }
    footer{
        padding-top: 0px;
    }
    .copyright-div{
        text-align: center;
    }
    .counter p{
        float: none;
    }
    .copyright p {
        margin-bottom: 0px;
        color: #eee;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .social-btn{
        display: none;
    }
    .top-info li {
        color: #271762;
        margin-right: 5px;
        font-size: 6px;
        padding-right: 5px;
    }
    .top-info li i {
        margin-right: 5px;
    }
    .top-bar {
        padding: 0;
    }
    .main-menu ul.navbar-nav li {
        float: left;
        position: relative;
        width: 100%;
        text-align: center;
    }
    .bg-div h3{
            font-size: 20px;
    }
    .inner-page h1 {
        padding: 15px 0px 15px 0px;
        color: #fff;
        font-size: 16px;
        letter-spacing: 3px;
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 991px){

}
@media only screen and (max-width: 1180px){

}
