@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,800;0,900;1,100;1,200;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,700;1,400;1,500;1,700&display=swap');
*{
	margin:0;
	padding:0;
}
body {
	font-size: 16px;
	color: #666666;
	position: relative;
	font-family:Montserrat, sans-serif;
	line-height: 1.5;
	background:#fefefe;
}
.concen{
	/*width: 84%;*/
    /*margin: 20px auto;*/
   /* background: #fff;*/
   /* box-shadow: 2px 2px 12px rgb(49 62 87 / 25%);*/
}
/* width */
::-webkit-scrollbar {
	width: 8px;
	border-radius:10px;
	height:4px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #396f2e; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background: #39b621;  
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #052f42; 
}
thead{
	background: #245589;
    color: #fff;
    font-weight: 600;
}
.btn {
    font-weight: 600;
    color: #fff !important;
    background: linear-gradient(to right, #20658f, #eaa21e);
}
p{
    color: #000;
}
.btn:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da !important;
    outline: 0;
    box-shadow:none; 
} 
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color:#ced4da !important;
    outline: 0;
    box-shadow:none; 
}
.form-control{
    border-radius: unset !important;
    font-size: 14px;
    height: 40px;
}
label{
	font-size: 13px;
    color: #444;
}
label span{
	color:#ff1100 !important;
}
a:hover{
	text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #333;
	font-family: 'Ubuntu', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
.section{
	background:#fefefe;
	padding:60px 0 60px;
}
.section-title{
	margin-bottom: 30px;
    margin-top: 30px;
}
.section-title h4{
	font-size: 35px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;	
}
.section-title p{
	font-size: 16px;
    font-weight: 500;
}
.text-gr{
	color:#396f2e !important;
}
/****===============================================================
                        Navigation Section CSS
===============================================================****/
.goog-te-gadget-simple{
	border:none;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 24px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.logo{
	width:120px; 
}
.trade{
	position: relative;
    margin-left: 115px;
    margin-top: -115px;
    float: left;
    font-weight: 600;
    letter-spacing: 1px;
}
.navbar {
    padding: 0;
}
.navbar-brand img{
	height: 28px;
	width: auto;
	display: block;
  filter: brightness(10%);
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #fff;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.nav-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link{
	color: #8167a9 !important;
}
.nav-item.active .nav-link{
	color: #9d0208 !important;
}
.nav-link {
	position: relative;
	padding: 5px 0;
	display: inline-block;
}
.nav-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.nav-item.active:hover:after{
	opacity: 0;
}
.nav-item{
	position: relative;
    transition: all 200ms linear;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
	max-height: 0;
    display: block;
	padding: 0 !important;
	margin: 0;
	border-radius: inherit;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
	max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
	padding: 10px!important;
	margin: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #212121;
	background-color: #fcfaff;
	border: none;
	border-radius: 3px;
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    content: '\f107';
    font-family: 'FontAwesome';
    position: relative;
	border: none;
    vertical-align: unset;
}
.dropdown-item {
	padding:0 !important;
	color: #212121;
    transition: all 200ms linear;
}
.dropdown-item i{
	margin-right:5px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
	color: #fff;
	background-color: rgba(129,103,169,.6);
}

.navbar-light .navbar-nav .nav-link{
	font-size: 14px;
    font-weight: 500;
    color: #ffffff !important;
    padding: 8px 10px;
    line-height: 30px;
    position: relative;
    transition: all ease-in-out 0.5s;
    background: transparent;
    letter-spacing: 1px;
	cursor:pointer;
}
.navbar-nav li ul {
    z-index: 99999;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    display: none;
    background-color: #f7f7f7;
    border-top:2px solid #6abe52;
    -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
.navbar-nav li ul li {
    display: block;
    text-align: left;
    margin-left: 0;
}
.navbar-nav li ul li a{
    display: block;
	text-transform:uppercase;
    padding: 8px 10px;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.25;
}
.navbar-nav li ul li a:hover{
	background:#02427f;
	color:#fff;
	text-decoration: none;
}
.header-info{
	margin:0;
	padding:0;
}
.header-info li{
	list-style-type: none;
    display: inline-block;
    width: 230px;
    margin-top: 5px;
}	
.icon {
    width: 20%;
    float: left;
}	
.menu-area{
	position:static;
}
.mega-area{
	position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    padding: 15px;
	border-top: 2px solid #ffbe15;
    margin-left: 0px !important;
}

.mega-area a {
	display: block;
    text-transform: uppercase;
    padding: 8px 10px !important;
    font-size: 13px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.25;
}

.mega-area a:hover {
    background: #0160b0;
 }
.dropdown-item{
	padding:5px 0;
}

.nav_header{
	background:#02427f;
}
.main-header{
	background:#ffbe15;
}
.number-logo{
	padding: 10px 0 10px;
}
.hindi-marquee{
	background-color: #002c2f;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 3% 0%);
    padding: 13px;
    font-weight: 500;
    position: absolute;
    margin-top: 55px;
    width: 100%;
    margin-left: 0px;
    padding-left: 35px;
}
.top-header p {
	white-space: nowrap;
	overflow: hidden;    
	font-size: 20px;
	color: #fff;
	padding:2px; 
	letter-spacing:1px;
	margin:0 !important;
	text-transform:uppercase;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}
.top-header{
    background: #245589;
    height: auto;
    padding: 5px;
}
.left-ul ul{
	margin:0;
	padding:0;
}
.left-ul ul li{
	list-style-type:none;
	display:inline-block;
}
.left-ul ul li a {
	display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-right: 10px;
	text-decoration: none;
}
.right-ul{
	float:right;
}
.right-ul ul{
	margin:0;
	padding:0;
}
.right-ul ul li{
    list-style-type: none;
    display: inline-block;
    background: #165290;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    margin-left: 5px;
    margin-bottom:5px;
}
.right-ul ul li:hover{
	background:#499445;
}
.right-ul ul li a {
	display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    /* margin-right: 10px; */
    text-decoration: none;
    text-align: center;
}
.sec{
	padding:50px 0 50px;
}
.about_title h2{
	font-size: 30px;
    font-weight: 600;
    color: #02427f;
    margin-bottom: 10px;
}
.about_title h4{
	font-size: 16px;
    font-weight: 500;
    color: #34495e;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about_title{
	margin-bottom:15px;
}
.mrq_sec{
	background: #fff;
    height: 270px;
    border-top: 2px solid #6abe52;
    border-bottom: 2px solid #6abe52;
}
.mrq_title h3{
	font-size: 14px;
    text-transform: uppercase;
    background: #6abe52;
    padding: 5px;
	text-align:center;
    width: 120px;
    color: #fff;
    margin: 0 auto;	
}
.list_sec{
	background: #f5f5f5;
    height: 270px;
    border-top: 2px solid #34495e;
    border-bottom: 2px solid #34495e;
}
.list_sec h3 {
    font-size: 14px;
    text-transform: uppercase;
    background: #34495e;
    padding: 5px;
    text-align: center;
    width: 195px;
    color: #fff;
    margin: 0 auto;
}
.list_box ul{
	margin:0;
	padding:0;
}
.list_box ul li{
	list-style-type:none;
}
.list_box ul li a {
	font-size:13px;
	color:#000;
	letter-spacing:1px;
}
.list_box ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 13px;
    left: 8px;
    color: #000000;
    margin-right: 15px;
}
.news_sec{
	padding:10px;
}
.news_sec ul{
	margin:0;
	padding:0;
}
.news_sec ul li{
	list-style-type:none;
}
.news_sec ul li a {
	font-size:13px;
	font-weight:400;
	color:#000000;
	letter-spacing:1px;
}
.news_sec ul li a:hover{
	text-decoration:none;
}
.news_sec ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 13px;
    left: 0px;
    color: #000000;
    margin-right: 10px;
}
.lnk ul{
	margin:0;
	padding:0;
}
.lnk ul li{
	margin-bottom: 8px;
    font-size: 14px;
    list-style-type: square;
    margin-top: 8px;
}
.lnk ul li ol li{
	list-style-type:decimal;
}
.link-box {
    position: relative;
}
.link-box ul li {
    margin-bottom: 5px;
    font-size: 15px;
	width:215px;
	display:inline-block;
}	
.link-box ul li:last-child {
	margin-bottom: 0;
}
.link-box ul li a {
    border-radius: 4px;
    background: linear-gradient(to right, #20658f, #eaa21e);
    padding: 20px 20px 20px 50px;
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.link-box ul li a i {
    font-size: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
}
.link-box ul li a:after {
	content: "";
	font-family: 'FontAwesome';
	position: absolute;
	height: 100%;
	width: 0%;
	top: 0;
	right: 0;
	background-color: #009a95;
	z-index: -1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.link-box ul li a:before {
  content: "\f054";
  font-family:'FontAwesome';
  font-weight: 600;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  z-index: 1;
  color: #ffffff;
}
.link-box ul li a:hover:after {
  width: 100%;
  left: 0;
}
.cnt_area{
	margin-top:30px;
	margin-bottom:30px;
}
.cnt_icn{
    -webkit-box-flex: 0;
	-ms-flex: 0 0 90px;
	flex: 0 0 55px;
	max-width: 55px;
	width: 55px;	
}
.cnt_icn i{
	width: 45px;
	height: 45px;
	background: #02427f;
	line-height: 45px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-size: 25px;
}
.cnt_txt h5{
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 1px;
}
.cnt_txt p{
	margin: 0;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
	color: #424242;
}
.blink {
    background-color: #245589;
    -webkit-animation: blink 800ms step-end infinite;
    animation: blink 800ms step-end infinite;
    color: #fff !important;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    border-radius: 60px;
    float: left;
    height: 40px;
    width: 100%;
    line-height: 40px;
}
.blink:hover{ 
	text-decoration: none;
}
@-webkit-keyframes blink { 50% { background-color: #02427f; }}
@keyframes blink { 50% { background-color: #02427f; }}

/****===============================================================
                        Tab Section CSS
===============================================================****/
.tab {
	float: left;
	width: 100%;
	height: auto;
}
.tablinks .active{
	background:#f37437;
}
.p-0{
	padding:0px !important;
}
.tab ul{
	margin:0;
	padding:0;
}
.tab ul li{
    list-style-type: none;
    padding: 10px 10px;
    margin-bottom: 3px;
    background: #f1f1f1;
}
.tab ul li a{
	font-size: 15px;
    font-weight: 600;
    color: #353333;
    text-transform: capitalize;
    text-decoration: none;
}
/* Style the tab content */
.tabcontent {
    width: 100%;
    border-left: none;
    height: auto;
    background: #f9f9f9;
    box-shadow: 2px 2px 12px rgb(49 62 87 / 25%);
}
.certificate-sec {
    border-radius: 3px;
    display: flex;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    padding: 10px;
}
.certificate-logo {
    flex: 0 20%;
}
.certificate-logo img {
	height: 130px;
    width: 130px;
}
.list-view {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    margin-left: 10px;
}
.certificate-name {
    text-align: left;
}
.certificate-name h4 {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0px;
    height: auto;
    margin-top: 4px;
}
.read-more-btn {
    padding: 2px 5px;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    background: #4587d9;
    color: #fff;
    border-radius: 4px;
    margin-top: 5px;
}
.tabcontent{
	padding:10px;
}
.tabcontent h3{
	font-size: 22px;
    letter-spacing: 1px;
    font-weight: 600;
}

/****===============================================================
                        Course Blog Section CSS
===============================================================****/
.blog-box{
    padding-top:15px;
    padding-bottom:15px;
}
.blog-contant{
    padding: 10px;
    background: #f3f3f3;
}
.blog-images img{
    height: 160px;
    width: 100%;
}
.course_name{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    height: 40px;
}
.contant-btn ul{
    margin:0;
    padding:0;
}
.contant-btn ul li{
    list-style-type:none;
}
.read-btn{
    background: #02427f;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}
/****===============================================================
                        Home Page Section CSS
===============================================================****/

.ser_cntr{
	position: relative;
    margin-bottom: 15px;
}
.a_sec{
	background-image: url(../images/ser_one.jpg);
	background-repeat: round;
}
.b_sec{
	background-image: url(../images/ser_two.jpg);
	background-repeat: round;
}
.c_sec{
	background-image: url(../images/ser_three.jpg);
	background-repeat: round;
}
.ser_box{
    padding: 50px;
    position: relative;
}
.ser_box h3{
	color: #fff;
    font-size: 35px;
    letter-spacing: 1px;
}
.ser_box p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.background-overlay{
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: transparent;
    background-image: linear-gradient(90deg, #245589 0%, rgba(242,41,91,0) 100%);
    opacity: 1;
	transition: background 0.5s, border-radius 0.3s, opacity 0.5s;
	border-radius: 2px 2px 2px 2px;
}
.btn_view{
	border-radius: 4px;
    background: linear-gradient(to right, #02427f, #245589);
    padding: 10px 15px;
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	width:150px;
}
.btn_view:hover, .btn_view:active{
	color:#fff;
}
.btn_view:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    z-index: 1;
    color: #ffffff;
}
.pro_bar{
	text-align: center;
}
.pro_bar h5{
	font-size:16px;
}
.why_cntr{
	margin-bottom:20px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.ftur_box_icn{
	height: 100px;
    width: 100px;
    background:linear-gradient(to right, #20658f, #eaa21e);
    font-size: 50px;
    text-align: center;
}
.ftur_box_icn:hover{
	
}
.ftur_box_icn i{
    color: #fff;
    line-height: 2;
}
.media-body {
    -ms-flex: 1;
	flex: 1;
    margin-left: 20px;
}
.ftur_box_tle{
    color: #21212d;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
	position: relative;
    text-align: inherit;	
}
.media-body h5{
	font-size: 22px;
    margin-bottom: 8px;
    font-weight: 600;
}
.wrk_box{
	text-align:center;
}
.wrk_box img{
	width:150px;
}
.wrk_box h4{
	font-size: 25px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;	
}
.wrk_box p{
	font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 22px;
}
.adj_img{
	width:98px !important;
}
.btn_read{
	position: relative;
    display: inline-block;
    background:linear-gradient(to right, #20658f, #eaa21e);
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 20px 0;
	margin-bottom: 15px;
    transition: all 500ms ease;
	border:none;
}
.btn_read:hover{
	color:#fff;
}
.cnt_sec{
	background-image: url(../images/cnt_bg.jpg);
	background-color: #02427f;
	background-position: center left;
    background-repeat: no-repeat;
    background-size: auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 15px 0px;
}
.cnt_box{
	padding:40px;
	text-align:right;
}
.cnt_box h4{
	color:#fff;
	font-size:35px;
}
.cnt_box h2{
	color:#ffff00;
	font-size:42px;
}
.cnt_box p{
	color: #fff;
    font-size: 14px;
    margin: 5px;
}

/****===============================================================
                        About Enquiry Section CSS
===============================================================****/
.title-pattern{
	font-size: 25px;
	font-family: 'Signika Negative', sans-serif !important;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}	
.title-ul{
	border-left: 3px solid #396f2e;
}
.title-ul ul{
	margin:0;
	padding:0;
}
.title-ul ul li{
	list-style-type: none;
    padding: 5px;
    font-size: 14px;
}	
.title-ul ul li:before{
	content: '\f05d';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 16px;
    left: -10px;
    float: left;
    padding-left: 20px;
}		

.form {
    position: relative;
    overflow: hidden;
}
.form h4{
    background: #e31e25;
    padding: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: left;	
}
.form h3 {
	background: #02427f;
    padding: 10px;
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-align: left;
}
.form-sec {
    visibility: visible;
    animation-delay: 0ms;
    animation-name: fadeInRight;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.3);
    box-sizing: border-box;
    background:#f8f8f8;
    padding: 10px;
}
.form-sec p{
	font-size:12px;
	margin-bottom:8px;
}
.contact-form {
    position: relative;
}
.map{
	height:308px !important;
}
.contact-icon{
	background: #fff;
    padding: 8px;
    min-height: 148px;
    box-shadow: 2px 2px 12px rgb(49 62 87 / 25%);
    text-align: center;
    margin-bottom: 15px;
}
.contact-icon i {
	font-size: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #93241c;
}
.contact-icon p{
	margin:0;
}
.contact-icon p a{
	color: #000;
    font-weight: 500;
}
.contact-icon p a:hover{
	text-decoration:none;
}
.do_box, .dnt_box{
	padding:10px;
}
.do_box{
	border-right:2px solid #396f2e;
}
.link ul{
	padding:0;
	margin:0;
}
.link li{
    font-size: 14px;
    margin-top: 5px;
    list-style-type: none;
    margin-bottom: 5px;
    margin-left: 15px;
}
.link li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 18px;
    position: absolute;
}
/****===============================================================
                        Testimonial Section CSS
===============================================================****/
.testimonial-sec{
    background: url(../images/testimonial_bg.png);  
    background-repeat: repeat-x;
}
.testimonial_slide img{
	width: 180px;
    height: 180px;
    margin: 0 auto;
    display: block;
}
.testimonial_slide h5{
	font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #02427f;
}

/****===============================================================
                        Find Section CSS
===============================================================****/

.find_arrow{
	width: 23px;
    height: 59px;
    background: url(../images/tip-arrow-left.png);
    position: absolute;
    margin-left: 422px;
    margin-top: -190px;	
}
.find-sec{
	background:-webkit-linear-gradient(180deg, #2b2a28 85%, #fbfbfb 50%) no-repeat; 
}
.find_img{
	padding:0px;
	background:#f8f9fa;
}
/****===============================================================
                        Blog Section CSS
===============================================================****/
.inner-box{
	background: url(../images/resource.jpg); 
	position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.inner-box:before {
    position: absolute;
    content: '';
    background: #091125;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.88;
}

.text h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 21px;
}
.text a {
    
}
.phone-box {
    position: relative;
    display: block;
	background:#7dbc26;
    padding: 16px 15px 14px 70px;
}
.phone-box i {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
}
.phone-box h6 {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}
.phone-box h5 {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
}
.phone-box h5 a {
    display: inline-block;
    color: #ffffff;
}
.fig_logo {
    position: absolute;
    right: 0px;
    bottom: 0px; 
}
.blog-sec{
	padding:60px 0 120px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}
.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-img{
	width:100%;
}
.blg_detl{
	height:300px;
}
.img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}
.img-holder .overlay {
    transform: translate3d(0px, 0%, 0px);
}
.overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
.post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 75px;
    text-align: center;
    background: #8ec920;
    display: block;
    padding: 13px 0 6px;
    transition: all 700ms ease 500ms;
    z-index: 3;
}
.post-date h3 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Nunito, sans-serif !important;
}
.post-date h3 span {
    font-size: 24px;
} 
.blog-title {
	position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    /* text-transform: uppercase; */
    min-height: 50px;
}
.blog-text-holder{
	padding: 10px;
    background: #F8F8F8;
}
.blog-title a {
    color: #27282c;
    transition: all 500ms ease;
}
.meta-box {
    margin-top: 14px;
    margin-bottom: 0px;
}
.meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-right: 16px;
    margin-right: 14px;
    font-weight: 500;
}
.meta-info li:before {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #d3d9e0;
    content: "";
}
.meta-info li a {
    color: #003680;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.text p {
    margin: 0 0 26px;
}
.single_news{
	position: relative;
    z-index: 1;
    margin-bottom: 30px;	
}
.blog-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    width: 90px;
}
.blog-content {
    margin-left: 20px;
}
.blog-content .post-title {
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.blog-content .single_news_date {
    color: #b7b7b7;
    display: block;
    margin-bottom: 0;
    font-size: 12px;
}
.categories h4{
	padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.recent_news h4{
	padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.categories ul{
	padding:0;
	margin:0;
}
.categories ul li{
	list-style-type:none;
}
.categories ul li a{
    display: block;
    padding: 5px;
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}
.blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
}
.blockquote .icon i {
    font-size: 48px;
    color: #b7b7b7;
}
.blockquote .text h5 {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    color: #707070;
    line-height: 1.7;
    font-weight: 400;
}
.blockquote .text h6 {
    color: #333;
    font-size: 18px;
}
.post-share-area a.facebook {
    background-color: #4b6cd0;
}
.post-share-area a.tweet {
    background-color: #49a7f3;
}
.post-share-area a.google-plus {
    background-color: #d34836;
}
.post-share-area a.pinterest {
    background-color: #bd081c;
}
.post-share-area a {
	display: inline-block;
    width: 120px;
    /* height: 42px; */
    border-radius: 3px;
    background-color: #00aeef;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
}
.blg_detl_title{
	font-size: 30px !important;
    line-height: 40px !important;
	text-transform:capitalize !important;
}

/****===============================================================
                        Footer Section2 CSS
===============================================================****/
.ftr_bg{
    background-repeat: no-repeat !important;
    background-position: left center;
    background:#2c2c2c url(../images/bg_footer.jpg);
}
.footer_area2{
	padding: 40px;
    text-align: center;
}
.footer_area2 h4{
	font-size: 21px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.6px;
}	
.footer_area2 ul{
	margin:0;
	padding:0;
}
.footer_area2 ul li{
	list-style-type:none;
	display:inline-block;
}
.footer_area2 ul li:not(:last-child):after {
    content: ' | ';
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.footer_area2 ul li a{
	font-size:13px;
	letter-spacing:1px;
	color:#fff;
	font-weight:600;
}
.footer_area2 ul li a span{
	font-weight: 500;
    color: #fff;
    margin-left: 10px;
}
.footer_logo{
	width:150px;
	margin:0 auto;
}
.footer_logo img{
	padding:15px;
}
.footer_cnt{
	padding:60px 10px 10px 40px;
    background: #2c2c2c;
}
.footer_widget h5{
	font-size:20px;
	font-weight:500;
	letter-spacing:1px;
	color:#fff;
	margin-bottom: 20px;
}
.footer_widget ul{
	margin:0;
	padding:0;
}
.footer_widget ul li{
	list-style-type: none;
    margin: 5px;
}
.footer_widget ul li a{
	font-size:14px;
	color:#fff;
	font-weight:400;
}
.footer_widget ul li:before {
    content: '\f101';
    font-family: 'FontAwesome';
    position: relative;
    font-size: 14px;
    left: 0px;
    color: #fff;
    padding-right: 10px;
}
.cpy_box {
	margin-top:70px;
}
.cpy_box p{
	font-size:14px;
	color:#fff;
}
.scl_icn{
	margin:0;
	padding:0;
}
.scl_icn li{
	list-style-type:none;
	display:inline-block;
}
.scl_icn li a i{
	width: 30px;
    height: 30px;
    background: #02427f;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
}
.scl_icn li:not(:last-child):after {
	content: ' ' !important;
    padding: 3px !important;
}

/****===============================================================
                        Footer Section CSS
===============================================================****/
.fix_cont{
    z-index: 9999;
    position: fixed;
    top: 70%;
    float: right;
    right: 10px;
}
.fix_cont ul{
	padding:0;
	margin:0;
}
.fix_cont ul li{
	list-style-type:none;
}
.fix_cont ul li a img{
	width:70px;
}
.fix_cont_img{
	width: 40px !important;
    margin: 0 auto; 
    display: block;
}
.footer_sec{
	background:#f5f5f5;
	padding:20px 0 20px;
}
.footer_btm{
    padding: 20px 0 20px;
    background: #02427f;
    text-align: center;
}
.ftr_nav ul{
	padding:0;
	margin:0;
}
.ftr_nav ul li{
	list-style-type:none;
	display:inline-block;
}
.ftr_nav ul li:not(:last-child):after {
    content: ' | ';
    color:#fff;
	font-weight:bold;
}
.ftr_nav ul li a{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.address-box {
    text-align: center;
    padding: 25px;
}
.address-box h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2.5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.address-box p {
	font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
}
.address-box p a{
	font-size: 16px;
    font-weight: 500;
    color: #000;
}
.social-icon {
	padding:15px 0 15px;
}
.social-icon ul {
	padding:0;
	margin:0;
}
.social-icon ul li {
	display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.social-icon ul li a {
	display: inline-block;
}

.social-icon ul li a i {
	color: #000;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #000;	
    background: transparent;
    text-align: center;
    line-height: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.facebook::after{
	background:#475993 !important;
}
.twitter::after{
	background:#76a9ea !important;
}
.youtube::after{
	background:#f61c0d !important;
}
.linkedin::after{
	background:#0077b7 !important;
}
.instagram::after{
	background-image: linear-gradient(to bottom right, #dc8f3f, #b81a7d) !important;
}
.social-icon ul li a i::after {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 108%;
    height: 108%;
    border-radius: 100%;
    z-index: -1;
    -webkit-transform: rotate3d(2, 2, 0, 90deg);
    -moz-transform: rotate3d(2, 2, 0, 90deg);
    -ms-transform: rotate3d(2, 2, 0, 90deg);
    -o-transform: 	rotate3d(2, 2, 0, 90deg);
    transform: rotate3d(2, 2, 0, 90deg);
    -webkit-transition: .5s; 
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 0px solid;
}
.social-icon ul li a i:hover {
	color: #fff;	
}
.social-icon ul li a i:hover::after {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: 	rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);	
}
.social-icon ul li a i {
	color: #002838;
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    background: #fff;
}
.cpy_sec{
	text-align:center;
}
.cpy_sec p{
	font-size: 13px;
    color: #fff;
    letter-spacing: 0.5px;
}
.btn_common{
    font-size: 13px;
    padding: 8px 15px;
    background: linear-gradient(to right, #20658f, #eaa21e);
    margin-top: 10px;
    color: #fff;
}
.btn_common:hover{
	color:#fff;
}
/****===============================================================
                        Thankyou Section CSS
===============================================================****/
.thnx_box {
    width: 100%;
    background: #f3f3f3;
    padding: 35px 10px 35px 10px;
}
.thnx_box h4{
	font-size: 25px;
    padding: 15px;
    text-align: center;
	margin:0;
	color:#ff0000;
}	
.thnx_box p{
	font-size:15px;
	margin:0;
}
.thnx_box img{
    margin: 0 auto;
    display: block;
    margin-top:15px;
}
.p_bold{
    font-weight:500;
}
/****===============================================================
                        Faq Section CSS
===============================================================****/  
.card{
	border-radius:0 !important;
	border:none !important;
	margin-bottom: 5px;
}
.accordion>.card>.card-header{
	background: #245589;
    padding: 15px;
}
.accordion>.card>.card-header h6 a{
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
.accordion>.card>.card-header h6 a:hover{
	text-decoration:none;
}
.card-body p{ 
	font-size:14px;
}
.card-body ul li{
	font-size: 14px;
    margin-left: 20px;
}
 
/****===============================================================
                        counter-page
===============================================================****/ 

.counter-sec {
    background: url(../images/counter-bg.jpg);
    background-repeat: no-repeat;
    padding: 90px 0 90px;
}
#shiva h6{
	letter-spacing:1px;
	font-width:600 !important;
}
.count{
    font-size: 70px;
    font-weight: 600;
    display: block;
	color:#fff;
} 
.counter-icon {
	text-align:center;
}
.counter-icon h3{
	color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 16px;
    margin-top: -1px;
}
.counter-icon h3:before {
    content: " ";
    background: #02427f;
    width: 30%;
    height: 8px;
    position: absolute;
    bottom: 27%;
    left: 35%;
}
.box{
	margin-top: 15px;
    margin-bottom: 15px;
}
/****===============================================================
                        about-page
===============================================================****/  

.about_contant p{
	margin-bottom:15px;
}

.contact-form {
    position: relative;
}
.input-btn {
	padding: 12px 28px;
    font-size: 15px;
    line-height: 1.3333333;
    background: linear-gradient(to right, #20658f, #eaa21e);
    border-radius: 0;
    width: 100%;
    color: #fff;
}
.input-btn:hover{
	color: #fff;
}

/***================================================================
                    Tab Section CSS
===============================================================****/ 
.marquee_sec{
    background: #f33333;
    padding: 10px 0 3px;
}
.marquee_box{
     width:100%;
}
.marquee {
    margin:0;
    padding:0;
}
.marquee li{
    list-style-type: none;
    display: inline-block;
}
.marquee li:not(:last-child):after {
    content: ' | ';
    color: #fff;
    margin-left:15px;
    margin-right:15px;
}
.ver_item{
    width: 100%;
    background: #02427f !important;
    margin-bottom: 3px !important;
}
.ver_link{
	color: #fff !important;
    padding: 5px 10px;
    border: none !important;
    width: 100%;
}
.ver_link.active{
	background: #02427f !important;
    border: none !important;
    color: #fff;
    padding: 5px 10px;
}
.ver_tabs .ver_link:focus, .ver_tabs .ver_link:hover{
	border:none !important;
}
.ver_tabs .ver_item.show .ver_link, .ver_tabs .ver_link.active{
	background:none !important;
}
.ver_item:hover .ver_link{
	color: #fff !important;
	background:#f6ac3c !important;
}
/***================================================================
                        page-title
===============================================================****/ 

.page-title{
  position: relative;
  padding: 35px 0px 35px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background:rgb(9 17 37 / 31%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.8;
}
.content-box{
  text-align: center;
}
.page-title .title{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.page-title .title h1{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff !important;
  font-weight: 700;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat Alternates', sans-serif;
  color: #fff;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #ffffff;
}

.page-title .bread-crumb li a:hover{

}

.page-title .bread-crumb li:before{
  position: absolute;
  content: ':';
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

/***================================================================
                        Videos Page Section CSS
===============================================================****/  
#vdo_clp {
	height:185px;
}
.embed-responsive{
	margin-top:15px;
	margin-bottom:15px;
}
.embed-responsive h4{
	padding: 10px;
    background: linear-gradient(to right, #396f2e, #39b621, #396f2e);
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 400;
}
/***================================================================
                        Contact Page Section CSS
===============================================================****/  

.cont_box{
	background:#f5f5f5;
	padding:20px;
}
.cont_box h4{
	font-size: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.find_box{
    background: #396f2e;
    padding: 40px;
}
.find_box h4{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
	color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;	
}
.find_box p{
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    color: #fff;
}
.find_btn{
	font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #34495e;
    padding: 10px 15px;
    color: #fff;
}
.find_box ul{
	padding:0;
	margin:0;
}
.find_box ul li{
	list-style-type: none;
    padding: 8px;
}
.find_box ul li i{
	font-size: 14px;
    color: #fff;
}
.find_box ul li a{
	font-size: 14px;
    color: #fff;
    position: absolute;
    margin-left: 15px;
}
.map_box{
	width:100%;
}

/***================================================================
                       Photo Gallery CSS
===============================================================****/ 

.gallery{
	margin:10px 30px;
}
.gallery h3{
	color: #764c28;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
}
.gallery h3:after{
	margin-top: 12px;
    width: 60px;
    height: 3px;
    margin-bottom: 12px;
}
.gallery img{
    transition: 1s;
    width: 100%;
    height: 160px;
}
.gallery img:hover{
 filter:grayscale(100%);
/* transform:scale(1.1); */
}

.gallery-container{
    width: 100%;
    margin-bottom: 30px;
    padding: 2px;
}

/****===============================================================
                        Back Section CSS
===============================================================****/  

.back_sec{
	margin-top:-125px;
}
.box_a{
	background:#3d4aaa;
}
.box_b{
	background:#242c5e;
}
.box_c{
	background:#02427f;
}
.box_d{
	background:#0b9ae5;
}
.wid_box{
	padding:30px;
}
.wid_box i{
	font-size: 50px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.wid_box h4{
	color:#fff;
}
.wid_box p{
	font-size:14px;
	color:#fff;
}
.wid_btn{
	font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 18px 10px 18px;
    color: #fff;
}
.wid_btn:hover{
	background: #eaa21e;
    color: #fff;
}
/****===============================================================
                        Blog Section CSS
===============================================================****/
.find-search{
	padding-top: 40px;
    position: relative;
}
.find-search .form-control{
	padding: 18px 10px;
    font-size: 12px;
    border-color: #eee;
	border-radius: 74px !important;
}
.search-btn {
    position: absolute;
    right: 0px;
    top: 40px;
    background: #6fbd47;
    color: #fff;
    padding: 0px 8px;
    font-weight: 600;
    border-radius: 1px 20px 20px 0px;
}
.blog-sec{
	padding:60px 0 120px;
}
.single-blog-post .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-post .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}
.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}
.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-img{
	width:100%;
}
.blg_detl{
	height:300px;
}
.img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translate3d(0px, -100%, 0px);
    transition: all 700ms ease 300ms;
}
.img-holder .overlay {
    transform: translate3d(0px, 0%, 0px);
}
.overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}
.post-date {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 65px;
    height: 75px;
    text-align: center;
    background:#39742d;
    display: block;
    padding: 13px 0 6px;
    transition: all 700ms ease 500ms;
    z-index: 3;
}
.post-date h3 {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Nunito, sans-serif !important;
}
.post-date h3 span {
    font-size: 24px;
} 
.blog-title {
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    min-height: 45px;
}
.blog-text-holder{
	padding: 10px;
    background: #F8F8F8;
}
.blog-title a {
    color: #27282c;
    transition: all 500ms ease;
}
.meta-box {
    margin-top: 14px;
    margin-bottom: 0px;
}
.meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}
.meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    line-height: 20px;
    padding-right: 16px;
    margin-right: 14px;
    font-weight: 500;
}
.meta-info li:before {
    position: absolute;
    top: 3px;
    right: 0px;
    width: 1px;
    height: 12px;
    background: #d3d9e0;
    content: "";
}
.meta-info li a {
    color: #003680;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.text p {
    margin: 0 0 26px;
}
.blockquote .text h5 {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 15px;
    color: #707070;
    line-height: 1.7;
    font-weight: 400;
}
.blockquote .text h6 {
    color: #333;
    font-size: 18px;
}
.blockquote .icon i {
    font-size: 48px;
    color: #b7b7b7;
}
.blockquote .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
}
.blockquote {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.blockquote .text h6 span {
    font-size: 12px;
    color: #7dbc26;
}
.inner_text {
	position: relative;
    display: block;
    padding: 53px 50px 60px 30px;
}
.inner_text h3{
	display: block;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 21px;
}
.inner_text a{
	position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: 'Montserrat Alternates', sans-serif;
    color: #111;
    font-weight: 700;
    background: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 11px 32px;
}
/****===============================================================
                        Member Section CSS
===============================================================****/
.mem_logo ul{
	padding:0;
	margin:0;
}
.mem_logo ul li{
	list-style-type: none;
    display: inline-block;
    margin: 5px;
    border: 1px solid #f5f5f5;	
}
.mem_logo ul li img{
	width:95px; 
}
/***================================================================
                       Table Section CSS
===============================================================****/ 
.table_box {
	overflow-x:auto;
	margin-bottom:15px;
}
.table_box table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

.table_box table th, td {
	text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.table_box table  tr:nth-child(even){background-color: #f2f2f2}


/***================================================================
                       Media queries CSS
===============================================================****/ 

@media (max-width: 1024px) {
	.navbar-light .navbar-nav .nav-link{
		font-size: 10px !important;
		font-weight: 500;
		color: #ffffff !important;
		padding: 8px 8px;
		line-height: 30px;
		position: relative;
		transition: all ease-in-out 0.5s;
		background: transparent;
		letter-spacing: 1px;
		cursor: pointer;
	}
	#vdo_clp {
		height: 152px;
	}
}
@media (max-width: 768px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 7.5px !important;
		padding: 5px 8px;		
	}
	.left-ul ul li a{
		font-size:10px;
	}
	.right-ul ul li a{
		font-size:12px;
	}
	#vdo_clp {
		height: 106px;
	}
	.embed-responsive h4 {
		padding: 5px;
		background: linear-gradient(to right, #396f2e, #39b621, #396f2e);
		font-size: 12px;
		letter-spacing: 0.5px;
		color: #fff;
		font-weight: 400;
	}
	.logo{
		width:75px;
	}
	.find-search{
		margin-top:20px;
		padding-top: 0px;
	}
	.search-btn{
		top:0px;
	}
	.trade{
		position: relative;
		margin-left: 70px;
		margin-top: -70px;
		float: left;
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 12px; 
	}
}
@media (max-width: 767px) { 
	.navbar {
		padding: 0;
		margin-bottom: 4px;
	}
	.link-box ul li {
		width:100%;
	}
	.ftr_nav ul li:not(:last-child):after {
		content: none;
	}
	.right-ul {
		float:none;
		/*text-align: center;*/
	}
	.footer-logo{
		width: 120px;
		display: block;
		margin: 0 auto;
	}
	.ftr_nav ul li {
		list-style-type: none;
		text-align: left;
		display:block;
	}
	.ftr_nav ul li:before {
		content: '\f101';
		font-family: 'FontAwesome';
		position: relative;
		font-size: 12px;
		left: 0px;
		color:#fff;
	}
	.nav-link {
		position: relative;
		padding: 1px 0 !important;
		display: inline-block;
	}
	.ggl_srch{
		display:none;
	}
	.navbar-nav li ul li a {
		display: block;
		text-transform: uppercase;
		padding: 5px 10px;
		font-size: 11px;
	}
	.counter-icon h3:before{
		bottom: 43%;
	}
	.gallery img{
		height:105px !important;
	}
	.back_sec {
        margin-top: 0px;
    }
    .cnt_area {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cnt_icn i {
        width: 35px;
        height: 35px;
        background: #02427f;
        line-height: 35px;
        text-align: center;
        border-radius: 50px;
        color: #fff;
        font-size: 18px;
    }
    .cnt_icn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 45px;
        max-width: 45px;
        width: 45px;
    }
	#vdo_clp {
		height: 160px;
	}
	.cnt_box {
		padding: 2px;
		text-align: right;
	}
	.cnt_box h4 {
		color: #fff;
		font-size: 23px;
	}
	.cnt_box h2 {
		color: #ffff00;
		font-size: 35px;
	}
	.cnt_box p {
		color: #fff;
		font-size: 12px;
		margin: 0;
	}
	.do_box{
		border-right: none;
	}
}
@media (min-device-width: 411px) and (max-device-width: 414px) {
	#vdo_clp {
		height: 180px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px !important;
		text-transform: uppercase;
	}
}

@media (min-device-width: 360px) and (max-device-width: 375px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px !important;
		text-transform: uppercase;
	}
}

@media (min-device-width: 280px) and (max-device-width: 320px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 12px !important;
		text-transform: uppercase;
	}
	.find_box {
		background: #396f2e;
		padding: 10px;
	}
}