/*
Theme Name: Academic Demo One
Theme URI: https://themesdealer.xyz/academicdemoone/
Author: The Themesdealer Team
Author URI: https://themesdealer.com/
Description:  Academic Demo One brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://themesdealer.xyz/academicdemoone/
Text Domain: academicdemoone
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use
/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('assets/fonts/solaiman-lipi.eot');
    src: url('assets/fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('assets/fonts/solaiman-lipi.woff') format('woff'),
         url('assets/fonts/solaiman-lipi.ttf') format('truetype'),
         url('assets/fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
    
    font-weight:normal;font-style:normal;
}
 
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus, input:focous, textarea:focous, button:focous {outline:none}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-weight: 700;
}
html,
body { height: 100% }
body { 
    font-family: SolaimanLipiNormal;
    font-size:16px;
    line-height:23px;   
}
ul{
	padding:0;
	list-style:none;
}
a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**=================================
        top header css  start   
==================================**/



.date_social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.date_social ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 16px;
}
.hdr_facebook{
    background-color: #0355af;
    color: #fff;
    padding: 7px 12px;
    border-radius: 50%;
}

.hdr_twitter{
    background-color: #00ACEE;
    color: #fff;
    padding: 6px 9px;
    border-radius: 50%;
}
.hdr_google_plus{
    background-color: #DD4A3A;
    color: #fff;
    padding: 6px;
    border-radius: 50%;
}
.hdr_youtube{
    background-color: #d80202;
    color: #fff;
    padding: 6px 9px;
    border-radius: 50%;
}

.top_hdr_address {
    padding-top: 2px;
}
.top_hdr_address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_hdr_address ul li i {
    color: #ddd;
    font-size: 18px;
    padding-right:10px;
}
.top_hdr_address ul li:first-child {
    border:none;
}


/**==================================
   Logo, Menu & Search Section start
 ==================================**/ 



.header_logo img {
    width: 100%;
    height: auto;
}





.search-icon-holder {
    float: right;
}
.search-icon i {
    color: #333;
    font-size: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 11px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    background: #F2F2F2;
}
.search-icon i:hover {
    color: #fff;
    background: #0b5ab3;
}

.search-icon-holder .close i {
    font-size: 25px;
    color: #ff7200
}
.search-icon-holder .modal-header {
    padding: 10px 15px;
    border-bottom-color: #F1F6F8
}
.custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}
.custom-search-input input {
    border: 0;
    box-shadow: none;
}
.custom-search-input button {
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}
.custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}
.custom-search-input i {
    font-size: 23px;
}
.search-small-divice {
    display: none
}



/**==================================
        Scrool Section start
 ==================================**/ 

.home_slider_section .col-md-12{
    padding-right: 0px;
    padding-left: 0px;
}

.slide_image_text {
    bottom: 30%;
    left: 15%;
    max-width: 100%;
    position: absolute;
    right: 0;
    white-space: normal;
    width: 70%;
    z-index: 9999;
}
.slide_title {
    color: #ffd701;
    font-size: 45px;
    line-height: 50px;
    padding: 20px 0px;
}
.slide_content {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
}
.slide_btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    margin: 8px 15px 0 0;
    padding: 15px 50px;
    text-decoration: none;
}
.slide_btn_text {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #aa0000;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.slide_btn_text:hover{
    background: #1D6EA5;
    color: #fff;
    transition: 1s;
}
.color_overly {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .7;
}

.home_slide_image img{
    width: 100%;
    height: 500px;
   }



.home_slider_section .owl-nav button {
    position: absolute ;
    top: 50%;
    font-size: 70px;
    transform: translateY(-50%);
    text-align: center;
    transition: .4s;
    color: #fff;
    background: transparent;
    border-radius: 50px;
    opacity: .3;
    cursor: pointer;
}

.home_slider_section .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.home_slider_section:hover .owl-nav button{
    opacity: .9;
}






.about_section {
    background: #FBFBFB;
    padding: 30px 0;
}

.about_cat_title {
    color: #00387d;
    display: inline-block;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.about_cat_title::after {
    content: "";
    display: block;
    height: 3px;
    background: #aa0000;
    width: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}



.about_title_dtls_sec {
    background: #fff;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
}
.About_padding {
    padding: 12px 10px;
}
.about_img img {
    width: 50%;
    height: 265px;
    margin-right: 20px;
    float: left;
}
.about_title {
    padding-bottom: 7px;
}
.about_title a {
    font-size: 27px;
    line-height: 32px;
    color: #00387d;
    text-decoration: none;
}
.about_title a:hover {
    color: #179bd7;
    transition: .5s;
}
.about_dtls {
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    color: #575353;
}


.precedent_sec {
    background: #fff;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    padding: 12px;
}


.speech_cat_title {
    color: #00387d;
    display: inline-block;
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.speech_cat_title::after {
    content: "";
    display: block;
    height: 3px;
    background: #aa0000;
    width: 75px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.speech_title {
    padding-bottom: 10px;
}
.precedent_img img {
    width: 50%;
    height: 190px;
    float: left;
    margin-right: 16px;
}
.speech_title a {
    font-size: 22px;
    line-height: 27px;
    color: #00387d;
    text-decoration: none;
}
.speech_title a:hover {
    color: #179bd7;
    transition: .5s;
}
.precedent_dtails {
    font-size: 17px;
    line-height: 23px;
    text-align: justify;
    color: #575353;
}



.event_sec {
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
	overflow: hidden;
}

.event_img img {
    width: 32%;
    margin-right: 16px;
    height: 80px;
    float: left;
}
.event_img img:hover {
    background: #ddd;
    opacity: .9;
}
.event_title {
    padding-bottom: 10px;
}
.event_title a {
    font-size: 17px;
    line-height: 22px;
    color: #00387d;
    text-decoration: none;
}
.event_title a:hover {
    color: #179bd7;
    transition: .5s;
}

.event_date {
    margin: 0;
    padding: 0;
    list-style: none;
}
.event_date li i {
    margin-right: 5px;
    color: #807a7a;
    font-size: 15px;
}
.event_date li {
    display: inline-block;
    padding-right: 10px;
    color: #179bd7;
    font-size: 14px;
}





.service_section:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002147 ;
    z-index: -1;
    content: "";
    opacity: .9;
}

.service_cat_title {
    color: #fff;
    display: inline-block;
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.service_cat_title::after {
    content: "";
    display: block;
    height: 3px;
    background: #aa0000;
    width: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.service_box {
    margin-bottom: 20px;
}

.service_img {
    background: #fff;
    padding: 10px;
}

.service_img img {
    width: 100%;
    height: 240px;
}
.service_img img:hover {
    background: #ddd;
    opacity: .8;
}



.service_title {
    display: block;
    padding: 25px 20px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
    margin: 0;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 93%;
    bottom: 20px;
}
.service_title a {
    text-decoration:none;
    color:#fff;
    font-size: 23px;
    font-weight:400;
    line-height: 28px;
}
.service_title a:hover {
    color: #F9FF06;
    transition: .5s;
}

.service_box .service_title {
  opacity: 1;
}





.photo_section {
    background: #FBFBFB;
    padding: 30px 0;
}
.Photo_cat_title {
    color: #00387d;
    display: inline-block;
    font-size: 35px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.Photo_cat_title::after {
    content: "";
    display: block;
    height: 3px;
    background: #aa0000;
    width: 75px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.photo_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.photo_img{
    position: relative;
}
.photo_img img {
    width: 100%;
    height: 230px;
}
.photo_icon_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: table;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.photo_icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.photo_icon::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: -1;
    opacity: .5;
}

.photo_icon_hover h3 {
    font-size: 25px;
    color: #ddd;
    padding-bottom: 10px;
    font-weight: 400;
}
.photo_icon_hover a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #ddd;
    border-radius: 50%;
    line-height: 48px;
    font-size: 30px;
}

.photo_box:hover .photo_icon_hover{
    opacity: 1;
    visibility: visible;
}





.counter_section:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002147 ;
    z-index: -1;
    content: "";
    opacity: .9;
}

.counter_title {
    font-size: 50px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.counter_dtails {
    text-align: center;
    color: #ddd;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
}
.counter_content {
    text-align: center;
    padding: 25px 0px 10px 0;
    color: #ddd;
}
.counter_content i {
    font-size: 60px;
    color: #f7ff06;
}
.counter_content h2 span {
    font-size: 55px;
    color: #ff8300;
}
.counter_content h2 {
    font-size: 55px;
    color: #ff8300;
    padding: 10px 0;
}
.counter_content p {
    font-size: 25px;
    color: #fff;
}



.team_section {
    background: #FBFBFB;
    padding: 30px 0;
}

.team_sec {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.team_image img{
    width: 100%;
    height: 315px;
}
.team_image img:hover {
    background: #ddd;
    opacity: .8;
}
.team_content_box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    left: 0;
    padding: 5px 10px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05)
}
.team_title {
    margin: 0;
    padding: 15px 0 5px 0px;
    position: relative;
    text-align: center;
}
.team_title a{
    color: #00387d;
    font-size: 20px;
    text-decoration: none;
    line-height: 25px;
}
.team_title a:hover{
    color: #179bd7;
    transition: .5s; 
}
.team_title::before {
    content: "";
    position: absolute;
    border-bottom: 15px solid #ffffff;
    border-left: 20px solid transparent;
    left: 40%;
    z-index: 9;
    display: block;
    height: 15px;
    border-right: 20px solid transparent;
    top: -20px;
}

.team_des {
    color: #179bd7;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
}




.project_section:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002147 ;
    z-index: -1;
    content: "";
    opacity: .9;
}
.project_box {
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.project_img img {
    width: 100%;
    height: 240px;
}
.project_img img:hover {
    background: #ddd;
    opacity: .8;
}
.project_padding {
    padding: 20px;
}
.project_title  {
    padding-bottom: 10px;
}
.project_title a {
    font-size: 22px;
    line-height: 27px;
    color: #033f8c;
    text-decoration: none;
    font-weight: 400;
}
.project_title a:hover{
    color: #179bd7;
    transition: .5s; 
}
.project_text {
    color: #484848;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 11px;
    font-weight: 400;
}
.more_project a {
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    margin: 8px 15px 0 0;
    padding: 10px 30px;
    text-decoration: none;
}
.project_btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #aa0000;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.project_btn:hover{
    background: #1D6EA5;
    color: #fff;
    transition: 1s;
}





.latest_news_sec {
    background: #FBFBFB;
    padding: 30px 0;
}


.latest_news_box {
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    overflow: hidden;
}
.latest_image img {
	width: 100%;
	height: 100%;
}
.latest_image {
    overflow: hidden;
    position: relative;
    float: left;
    width: 35%;
    height: 255px;
}
.latest_image::before {
    content: "";
    position: absolute;
    border-right: 35px solid #ffffff;
    border-top: 35px solid transparent;
    right: 0;
    z-index: 9;
    display: block;
    height: 15px;
    border-bottom: 35px solid transparent;
    top: 40%;
}
.latest_padding {
    padding: 22px 20px 20px 40px;
    overflow: hidden;
}
.latest_title {
    padding-bottom: 10px;
}
.latest_title a {
    font-size: 28px;
    line-height: 34px;
    color: #00387d;
    text-decoration: none;
}
.latest_title a:hover {
    color: #179bd7;
    transition: .5s;
}

.latest_date {
    margin: 0;
    padding: 0;
    list-style: none;
}
.latest_date li i {
    margin-right: 7px;
    color: #a2a2a2;
    font-size: 17px;
}
.latest_date li {
    display: inline-block;
    padding-right: 52px;
    color: #179bd7;
    font-size: 16px;
    margin: 5px 0px 10px 0px;
}
.latest_text {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 14px;
    color: #6a6a6a;
}

.more_latest a {
    display: inline-block;
    font-size: 17px;
    line-height: 1.5;
    margin: 8px 15px 0 0;
    padding: 10px 30px;
    text-decoration: none;
}
.latest_btn {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #aa0000;
    color: #fff;
    font-size: 15px;
    padding: 12px 30px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.latest_btn:hover{
    background: #1D6EA5;
    color: #fff;
    transition: 1s;
}





.testomonial_section:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002147 ;
    z-index: -1;
    content: "";
    opacity: .9;
}

.testomonial_box {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    overflow: hidden;
	margin-bottom:20px;
}

.testomonial_text {
    padding: 60px 30px;
    font-size: 18px;
    line-height: 24px;
    color: #555;
}
.testomonial_text i {
    font-size: 30px;
    color: #a20505;
    padding-right: 15px;
}

.testomonial_image img {
    border: 6px solid #ffffff;
    border-radius: 100%;
    position: relative;
    top: -115px;
    opacity: 1;
}
.testomonial_image {
    margin-bottom: 25px;
    margin: 0 auto -100px;
    max-width: 100px;
    display: block;
}
.testomonial_image img {
    max-width: 100px;
    max-height: 100px;
}

.testomonial_padding {
    padding: 70px 30px 45px;
    background: #efefef;
    text-align: center;
}

.testomonial_title a {
    margin-bottom: 5px;
    font-size: 20px;
    text-decoration: none;
    color: #075d84;
}
.testomonial_title a:hover {
    color: #179bd7;
    transition: .5s;
}
.testomonial_sec .owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 30px;
    line-height: 44px;
    transform: translateY(-50%);
    text-align: center;
    transition: .4s;
    color: #000;
    background-color: #FFF;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.testomonial_sec .owl-nav button:hover {
    transition: .4s;
    color: #fff;
    background-color: #000;
}

.testomonial_sec .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.testomonial_sec:hover .owl-nav button{
    opacity: .9;
}




.video_section {
    background: #FBFBFB;
    padding: 30px 0;
}

.video_box {
    background: #fff;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
}

.video_title {
    padding: 20px 15px;
    font-size: 20px;
    line-height: 26px;
    color: #024566;
    cursor: pointer;
}





.clint_section:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #002147 ;
    z-index: -1;
    content: "";
    opacity: .8;
}
.clint_box {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    margin-bottom: 20px;
}
.clint_img img {
    width: 100%;
    height: 85px;
}
.clint_box:hover{
    background: #ddd;
    opacity: .9;
}

.clint_sec .owl-nav button {
    position: absolute;
    top: 45%;
    font-size: 30px;
    line-height: 44px;
    transform: translateY(-50%);
    text-align: center;
    transition: .4s;
    color: #000;
    background-color: #FFF;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.clint_sec .owl-nav button:hover {
    transition: .4s;
    color: #fff;
    background-color: #000;
}

.clint_sec .owl-nav button.owl-next{
    left: auto;
    right: 0;
}

.clint_sec:hover .owl-nav button{
    opacity: .9;
}




.subscribe_box {
  display: inline-flex;
}

.newslatter {
  position: relative;
  max-width: 550px;
  width: 45%;
}
.newslatter input {
    width: 145%;
    padding: 15px 47px!important;
    border: none;
    border-radius: 5px;
    font-weight: 400;
}
.newslatter i {
    position: absolute;
    top: 47%;
    left: 18px;
    font-size: 20px;
    transform: translateY(-50%);
    color: #7f8384;
}
.newslatter .btn {
    position: absolute;
    top: 51%;
    right: -100px;
    transform: translateY(-50%);
    background: #0e94bd;
    padding: 8px 17px;
    border-radius: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
}
.newslatter .btn:hover {
    background: #087191;
    transition: .5s;
}


.ftr_date_social ul li {
    display: inline-block;
    margin-left: 5px;
    background: #00425b;
    width: 33px;
    height: 33px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #848484;
}
.ftr_date_social ul li:hover {
    background: #9f1010;
    transition: .5s;
    border: none;
}
.ftr_date_social ul li a {
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
}




.footer_logo img {
    width: 100%;
    height: 85px;
    margin-bottom: 15px;
}


.footer_title::after {
    content: "";
    display: block;
    height: 3px;
    background: #aa0000;
    width: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.footer_address {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer_address li i {
    color: #0B9380;
    font-size: 22px;
    position: absolute;
    left: 0;
    margin-left: 15px;
}



.footer_menu {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer_menu li {
    margin-bottom: 10px;
}
.footer_menu li::before {
    content: "\f0da ";
    font-family: FontAwesome;
    display: inline-block;
    color: #0B9380;
    font-size: 18px;
    position: absolute;
}

.footer_menu li a:hover {
    color: #0B9380;
    transition: .5s;
}






.design_developed a {
    color: #fffb00;
    font-size: 18px;
    font-weight: bold;
}


/**==================================
         go to top css start
 ==================================**/ 


.TopUp:hover{
    text-decoration:none;

}



.archive_page_section {
    background: #FBFBFB;
    padding: 50px 0;
}
.archive_title {
    font-size: 35px;
    padding-bottom: 30px;
    font-weight: 400;
}

.notice_box {
    background: #fff;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
    margin-bottom: 11px;
}

.notice_box .col-md-2.col-sm-2 {
    padding-right: 0px;
    padding-left: 0px;
}
.notice_box .col-md-6.col-sm-6{
    padding-right: 0px;
    padding-left: 0px;
}
.notice_date {
    background: #9d0b0b;
    padding: 25px 8px;
    color: #fff;
    font-size: 20px;
    height: 75px;
}
.notice_title {
    background: #348e64;
    padding: 25px 10px;
    height: 75px;
}
.notice_title a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}
.notice_title a:hover {
    color: #ffef00;
    transition: .5s;
}
.notice_dtails {
    background: #005a68;
    padding: 25px 10px;
    height: 75px;
}
.notice_dtails a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}
.notice_dtails a:hover {
    color: #ffef00;
    transition: .5s;
}
.notice_download {
    background: #07c0dd;
    padding: 25px 10px;
    height: 75px;
}
.notice_download a {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}
.notice_download a:hover {
    color: #f70606;
    transition: .5s;
}


input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
    background :#f9f9f9;
    border: none;
    padding: 15px;
}
input[type="submit"],
button[type="submit"] {
    background :#4CAAFE;
    color: #fff;
    padding: 15px 30px;
    border-radius: 3px;
    border: none;
    float: right;
}

.white-box{
    box-shadow: 0 0 10px #E6E6E6;
    padding: 30px;
    background:#fff;
    min-height: 380px;
}
.contact_title{
    font-weight: 400;
    margin-bottom: 40px;
}
.contact-form input{
    width:100%;
    margin-bottom: 15px;
}
.contact-form textarea{
    width:100%;
    margin-bottom: 15px;
    height: 190px;
    resize: none;
}
.contact-form input[type="submit"]{
    width: auto;
    margin: 0;
}
.colored-box{
    background :#4CAAFE;
    color: #fff;
    padding: 30px;
    min-height: 380px;
}
.colored-box h4{
    font-weight: 400;
    margin-bottom: 40px;
}
.colored-box a{
    color: #fff;
    text-decoration:none;
}
.contact-info{
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.contact-info i.fa{
    position: absolute;
    font-size: 22px;
    left: 0;
    top: 7px;
}
.map{
    margin: 20px 0;
}



.single_box {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 23px 0 rgba(50, 50, 50, 0.05);
}
.single_image img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.single_title {
    color: #008da4;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
}
.single_content {
    text-align: justify;
    color: #424242;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
}


.team_img {
    margin-bottom: 15px;
}
.team_img img {
    width: 100%;
    height: auto;
}
.sngl_team_title{
    font-size: 22px;
    line-height: 26px;
    color: #0f4595;
}
.sngl_team_sub_title {
    font-size: 16px;
    color: #3BA4D7;
    border-top: 1px dashed #ddd9d9;
    padding-top: 8px;
    margin-top: 10px;
}
.team_dtails {
    color: #424242;
    padding-top: 10px;
    font-size: 18px;
    line-height: 24px;
}


.team_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 40px;
}
.team_social_sec:hover .team_social{
    opacity: 1;
    visibility: visible;
    bottom: 10%;

}
.team_social {
    position: absolute;
    left: 0;
    bottom: 5%;
    content: "";
    z-index: 1;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.team_social ul li {
    display: inline-block;
    margin-left: 10px;
    background: #00425b;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #848484;
}
.team_social ul li:hover {
    background: #9f1010;
    transition: .5s;
    border: none;
}
.team_social ul li a {
    color: #fff;
    line-height: 40px;
    text-decoration: none;
    font-size: 20px;
}

.widget {
    margin-bottom: 15px;
}
.widget img{
    width: 100%;
    height: auto;
}


/* comment Page ========================= */

.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 25px 20px 25px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
	margin:0;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
	font-size: 20px;
	margin-bottom: 30px;
}
.comment-respond {
	padding-bottom: 5%;
}
.comment-header {
	color: #adaeb3;
	font-size: 14px;
	margin-bottom: 20px;
}
.comment-header cite a {
	border: none;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
.comment-header .comment-meta a {
	border: none;
	color: #adaeb3;
}
li.comment {
	background-color: #fff;
	border-right: none;
}
.comment-content {
	clear: both;
	overflow: hidden;
}
.comment-list li {
	font-size: 14px;
	padding: 20px 30px 20px 50px;
}
.comment-list .children {
	margin-top: 40px;
	border: 1px solid #ccc;
}
.comment-list li li {
	background-color: #f5f5f6;
}
.comment-list li li li {
	background-color: #fff;
}
.comment-respond textarea,
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 100%;
	background : #fff;
	border-top:1px solid #ccc !important;
	border-left:1px solid #ccc !important;
}
.comment-respond input {
	background: #117493;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
	position: relative;
}
.entry-comments .comment-author img {
	border-radius: 50%;
	border: 5px solid #fff;
	left: -80px;
	top: -5px;
	position: absolute;
	width: 60px;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;   
}
#comments {
	font-weight: 400;
	padding-top: 15px;
	padding-left: 10px;
	/* border: 1px solid; */
	padding-bottom: 15px;
	color: #084ba2;
}
.commentlist li {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 10px;
}
.coment_box {
	border: 1px solid #d9d9db;
	background: #f7f9fb;
}
.nocomments {
	padding: 15px 10px 5px 15px;
}
.comment-author.vcard {
	padding-bottom: 5px;
}


.erorr_dtails {
	text-align: center;
	font-size: 30px;
	line-height:36px;
	margin-top: 20px;
	color: #315b73;
	margin-bottom:20px;
}
.erorr_dtails a  {
	font-size:25px;
	text-decoration:none;
}
.erorr_dtails a button {
	border: none;
	background: #3c7e91;
	color: #fff;
	border-radius: 10%;
	padding: 8px 15px;
}
.erorr_dtails a button:hover {
	background: #E8E8FF;
	color: #3c7e91;
	transition:.5s;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 12px 25px;
	margin-left: -1px;
	line-height: 1.429;
	color: #fff;
	text-decoration: none;
	background-color: #4d5077;
	border: 1px solid #ebebee;
	font-size:28px;
}
.pager li > a, .pager li > active > span{
	display: inline-block;
	padding: 8px 21px;
	background-color: #17408a!important;
	border-radius: 15px;
	color: #fff;
	border: none;
	margin-right: 5px;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 8px 21px;
	background-color: #FB531C;
	border-radius: 15px;
	color: #fff;
	border: none;
	margin-right: 5px;
}
.pager li > a:focus, .pager li > a:hover {
	text-decoration: none;
	background-color: #eee!important;
	color: #17408a;
}