body {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #262626;
    background: #f4f6fa;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

*:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control:focus {
    border-color: #2cacda !important;
}

.main {
    display: flex;
    display: -ms-flexbox;
    min-height: 100vh;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.main-content {
    flex: 1 1 auto;
}

a:hover {
    text-decoration: none;
}

.top-header {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}

.topbar {
    background: rgb(0 102 175);
}

.topbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
}

.theme {
    background-color: #fff;
    padding: 2px;
    margin: 5px 7px;
    display: inline-flex;
}

.palette.theme-black {
    color: #fff;
    background-color: #2a2a2a;
}

.palette {
    width: 24px;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 12px;
    height: 23px;
    line-height: 25px;
    vertical-align: middle;
}

.font-selection a {
    color: #fff;
    width: 32px;
    line-height: 38px;
    text-align: center;
    background: #ffffff1f;
    display: inline-block;
}

.modal .form-control {
    border: 1px solid #dfdfdf;
    padding: 8px 15px;
    box-sizing: border-box;
    height: 45px;
    border-radius: 2px;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.form-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
}

.form-title p {
    font-size: 16px;
    color: #3e3e3e;
    border: 1px solid rgba(224, 228, 239, 0.871);
    display: table;
    width: 60%;
    background: #f4f6fa;
    margin: 8px auto;
    border-radius: 30px;
    line-height: 30px;
}

.control {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #373227 !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    z-index: 10;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #f6cb02;
    border: 0;
}

.logo-wrapper {
    position: relative;
    z-index: 10;
    padding: 6px 15px;
    /*! background: linear-gradient(to left, #225910, #01392c); */
}

.footer {
    color: rgb(162 162 162);
    position: relative;
    font-size: 15px;
    background: rgb(27 27 27);
    padding-bottom: 10px;
}

.spacer {
    margin: 12px 0;
    border-bottom: 1px dashed rgb(242 244 248 / 17%);
}

.footer-middle {
    padding: 15px 0;
    background: rgb(34 34 34);
    margin-bottom: 10px;
}

.footer-links li a {
    padding: 0px 12px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 3px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.footer-links li a:hover {
    text-decoration: underline;
}

.footer-links li+li a::before {
    content: "|";
    position: absolute;
    left: -5px;
}

.headertxt {
    background: rgb(33 33 33);
}

.logo-title h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.logo-title h1 span {
    font-weight: 300;
}

.logo-title p {
    margin-top: 4px;
    letter-spacing: .5px;
    font-size: 16px;
}

.logo-title {
    margin-left: 10px;
    /*! color: #fff; */
}

#navigation {
    background: rgb(0 102 175);
    box-shadow: 0 4px 24px 0 rgb(0 0 0 / .05), 0 12px 64px 0 rgb(0 0 0 / 0.05);
}

#navigation .navbar-nav>li:hover>a {
    color: rgb(218 218 218);
    background-color: rgba(255, 255, 255, 0.09);
}

#navigation .navbar-nav .dropdown-menu li a:hover {
    background: #e3e5e9;
    color: #131313;
}

#navigation .navbar-nav>li>a {
    padding: 10px 10px;
    display: block;
    font-weight: 500;
    color: rgb(255 255 255);
    text-transform: uppercase;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.188);
    font-size: 15px;
}

#navigation .navbar-nav>li>a>i {
    font-size: 18px;
    color: rgb(255 255 255);
    background: rgb(222 69 60);
    height: 27px;
    width: 27px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #00000026;
}

.blocks {
    padding: 20px 0 2rem;
    background: url(../img/dots.jpg);
}

.block-item {
    width: calc(25% - 20px);
    margin: 15px 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 20px 0 rgba(61, 88, 123, 0.169);
    border-radius: 8px;
    position: relative;
}

.visit {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 15px;
    border: 1px solid;
    border-radius: 4px;
    text-transform: capitalize;
    font-weight: 500;
    transition: all .3s ease;
}

.visit:hover {
    background: #424259;
    color: #fff !important;
    border-radius: 30px;
}

.block-item .icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(102, 98, 165, 0.19);
    font-size: 42px;
    position: relative;
    top: -40px;
    background: #f7f9ff;
}

.icon img {
    height: 60px;
}

.block-item:first-child .visit {
    color: #12d439;
}

.block-item:nth-child(4) .visit {
    color: #ff6a41;
}

.block-item:nth-child(3) .visit {
    color: #24b2ef;
}

.block-item:nth-child(2) .visit {
    color: #ff3079;
}

.block-item:nth-child(5) .visit {
    color: #7b50ef;
}

.block-item:first-child .title {
    background: linear-gradient(to bottom, #23cc88, #8ecf35);
}

.block-item:nth-child(4) .title {
    background: linear-gradient(to bottom, #ff824f, #ffb400);
}

.block-item:nth-child(3) .title {
    background: linear-gradient(to top, #01cbad, #47a1f2);
}

.block-item:nth-child(2) .title {
    background: linear-gradient(to top, #e85aca, #fc4e65);
}

.block-item:nth-child(5) .title {
    background: linear-gradient(to right, #5f51b5, #ce62fd);
}

.title {
    padding: 15px 10px 55px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border-radius: 8px 8px 0 0;
}

.title::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/shape.png);
    background-repeat: no-repeat;
    background-size: 175px;
}

.about {
    padding: 40px 0 23px;
}

.about p {
    line-height: 1.8;
    text-align: justify;
}

.heading {
    font-size: 25px;
    position: relative;
    display: table;
    margin: 0px auto 12px;
    padding: 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading:after {
    position: absolute;
    top: 16px;
    width: 65px;
    height: 3px;
    background: rgb(0 102 175);
    content: '';
    right: 100%;
}

.heading:before {
    position: absolute;
    top: 16px;
    width: 65px;
    height: 3px;
    background: rgb(0 102 175);
    content: '';
    left: 100%;
}

.pattern-2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35px;
    background-repeat: repeat-x;
    animation: slide-2 60s linear infinite;
    -webkit-animation: slide-2 60s linear infinite;
    opacity: .25;
}

@keyframes slide-2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide-2 {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1920px 0;
    }
}

.herobg {
    width: 100%;
    margin-top: -27%;
}

.cm {
    text-align: center;
    background: rgb(245 245 245);
    padding: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 10;
}

.dotbox::before {
    background: url(../img/dots.png) no-repeat;
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    left: -20px;
    bottom: -36px;
    z-index: 0;
}

.cm img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 10px auto 15px;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.078);
    object-fit: contain;
    background: #fff;
}
.cm_message img {
    width: 200px;
    height: 200px;
    display: block;
    margin: 6px auto 15px;
    padding: 6px;
    /* border-radius: 50%; */
    box-shadow: 0 0 10px rgb(0 0 0 / 8%);
    object-fit: contain;
    background: #fff;
}
.cm-detail h4 {
    
    font-size: 18px;
    margin: 0 auto;
    color: #333;
}

.cm-detail p {
    font-size: 15px;
    color: rgb(92 92 92);
    
    line-height: 1.4;
    margin-top: 6px;
    margin-bottom: 6px;
}

.cm h4 {
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    color: #333;
}

.cm p {
    font-size: 15px;
    color: rgb(92 92 92);
    text-align: center;
    line-height: 1.4;
    margin-top: 6px;
}

.section-block {
    background: #fff;
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .1), 0 12px 64px 0 rgba(103, 151, 255, .1);
    margin-bottom: 10px;
    border-bottom: 2px solid #f6cb02;
}

.section-header.bg2 {
    background: linear-gradient(45deg, #ff4a4a, #ca4334);
}

.section-header.bg3 {
    background: linear-gradient(45deg, #1a7560, #1b8e74);
}

.section-header h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    flex: 1;
}

.section-header {
    background: linear-gradient(45deg, rgb(64 131 43), rgb(71 174 0 / 82%));
    display: table;
    padding: 8px 15px 10px 55px;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.071);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    width: 90%;
    margin: 0 auto;
    top: -15px;
}

.border2 .section-header {
    background: linear-gradient(to right, #2ba1e7, #05cdc4);
}

.section-icon {
    height: 40px;
    width: 40px;
    line-height: 38px;
    background: #ffffff2e;
    border-radius: 0 20px 20px 0;
    font-size: 22px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: -9px 0 9px rgba(255, 255, 255, 0.129) inset;
}

/* .events {
    background: #f4f6fa url(../img/plant3.png) no-repeat left top;
} */

.news {
    padding: 90px 0;
    background: #fff  no-repeat left center;
}

.news:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/pattern1.png) repeat-x top;
    height: 70px;
}

.news:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/pattern2.png) repeat-x bottom;
    height: 70px;
}

.signup-section {
    background: #f4f6fa;
    border-top: 1px solid #dbdee3;
}

.signup-section a {
    color: #525252;
    display: inline-block;
    padding: 8px 5px;
    width: 48%;
    text-align: center;
}

.signup-section a+a {
    border-left: 1px solid #dbdee3;
}

.close {
    transition: all .3s ease;
}

.close:hover {
    transform: rotate(180deg);
}

.refresh {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background: #13c3a2;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
}

.topbar .navbar-nav .nav-link:hover,
.topbar .navbar-nav .nav-link:focus {
    color: #d8edd1;
}


/* scrollToTop */

.social {
    position: fixed;
    top: 60%;
    z-index: 100;
    width: 45px;
}

.social ul {
    padding: 0px;
    transform: translate(-262px, 0);
}

.social ul li {
    display: block;
    margin: 5px;
    width: 290px;
    text-align: right;
    font-size: 15px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    border-radius: 0 4px 4px 0;
}

.social ul li:hover {
    -webkit-transform: translate(110px, 0);
    -moz-transform: translate(110px, 0);
    -ms-transform: translate(110px, 0);
    -o-transform: translate(110px, 0);
    transform: translate(110px, 0);
    box-shadow: 2px 0 6px 0px rgba(0, 0, 0, 0.096);
}

.social ul li a {
    padding: 4px;
    display: block;
    color: #fff;
    border-radius: 0 4px 4px 0;
}

.social ul li:hover a {
    color: #fff;
}

.social ul li i {
    margin-left: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 20px;
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
}

.social-media a {
    height: 28px;
    width: 28px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin: 2px 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.071);
    font-size: 14px;
}

.social-media a:hover {
    opacity: .8;
}

.btn-twitter {
    background: #0e94d4;
}

.btn-facebook {
    background: #4970da;
}

.btn-youtube {
    background: #d21212;
}
.btn-googleplus {
	/* color: #fff;*/
	background-color: #D64135;
  }
  .btn-instagram {
	/* color: #fff;*/
	background-color: #D64135;
  }
  
  .btn-linkedin {
	/* color: #fff;*/
	background-color: #0073B1;
  }
  .btn-dribbble {
		/* color: #fff;*/
	background-color: #E04B85;
  }
  
  .btn-vimeo {
		/* color: #fff;*/
	background-color: #19B1E3;
  }
  
  .btn-rss {
		/* color: #fff;*/
	background-color: #E37418;
  }
  
  .btn-pinterrest {
	/* color: #fff;*/

	background-color: #E71A21;
  }
  
  .btn-android {
	/* color: #fff;*/
	background-color: #A0BE38;
  }
  
  .btn-fickr {
	/* color: #fff;*/
	background-color: #0D61CB;
  }

.scrollToTop {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #fff !important;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 30px;
    z-index: 999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    animation: lab_run_top_y 5s linear infinite;
    background: #00000070;
}

@keyframes lab_run_top_y {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0px);
    }
}

.btn-blue {
    background: #4d5acb;
}

.btn-red {
    background: linear-gradient(45deg, #ff4a4a, #ca4334)
}

.btn-orange {
    background: #f4932b;
}

.btn-green {
    background: linear-gradient(45deg, #61ba45, #68aa52);
}

.btn-dgreen {
    background: linear-gradient(45deg, #1a7560, #1b8e74);
}

.btn-anim {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff !important;
    display: inline-block;
    padding: 7px 13px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.09);
    font-weight: 500;
    font-size: 14px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.102);
    min-width: 100px;
    border-radius: 30px;
}

.btn-anim:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-anim:hover:before,
.btn-anim:focus:before,
.btn-anim:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-anim.btn-large {
    animation: scale-btn 1s ease-in-out infinite alternate;
    border-radius: 30px;
    padding: 9px 25px;
    text-transform: uppercase;
}

.btn-anim.btn-large:before {
    border-radius: 30px;
}

.event-bx li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.event-bx li a {
    font-weight: 500;
    line-height: 28px;
    color: #444;
    padding: 0 0 0 40px;
    display: block;
    position: relative;
}

.event-bx li a:after {
    content: "\f1c1";
    font-family: 'Line Awesome Free';
    color: #d22e2e;
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 18px;
    font-weight: 900;
    background: #f4f6fa;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 22px;
    width: 22px;
    line-height: 21px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.169);
}

.imp-links li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.imp-links li a {
    font-weight: 500;
    line-height: 28px;
    color: #444;
    padding: 0 0 0 40px;
    display: block;
    position: relative;
}

.imp-links li a:after {
    content: "\f0a9";
    font-family: 'Line Awesome Free';
    color: #ff9334;
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 18px;
    font-weight: 900;
    background: #f4f6fa;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 22px;
    width: 22px;
    line-height: 21px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.169);
}

.scrolldiv {
    height: 250px;
    overflow: hidden;
}

.diagonal-shape {
    height: 0;
    border-style: solid;
    border-width: 0 100vw 50px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.sp1 {
    border-color: transparent transparent #fff #fff;
}

.sp2 {
    border-color: transparent transparent #f1f4f9 #f1f4f9;
}

.imp-links li a:hover,
.event-bx li a:hover {
    text-decoration: underline;
}

@keyframes scale-btn {
    to {
        transform: scale(1.08)
    }
}

.iconbox i {
    background-color: #fbf9e7;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    box-shadow: 0px 0px 5px 7px #e3e6ec;
    color: #685b3f;
    text-align: center;
    font-size: 40px;
    line-height: 78px;
    border: 2px solid #f5ca03;
    margin-bottom: 15px;
}

.iconbox h2 {
    font-size: 30px;
    color: #675a3f;
    margin-bottom: 5px;
    font-family: 'Rozha One', serif;
}

.iconbox h3 {
    font-size: 19px;
    position: relative;
    display: table;
    margin: 0 auto;
}

.iconbox {
    text-align: center;
    width: 200px;
    margin: 10px;
}

.modern-ticker {
    width: 100%;
    height:40px;
    line-height: 40px;
    overflow: hidden;
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-round {
    border-radius: 0px;
}

.mt-body {
    position: relative
}

.mt-label {
    /* margin-right: 2px; */
    position: absolute;
    left: 0;
}

.mt-round .mt-label {
    background: rgb(0 102 175);
    color: rgb(244 246 250);
    padding: 0 10px;
    text-transform: capitalize;
    font-size: 14px;
}

.mt-label:after {
    content: '';
    position: absolute;
    border-left: 6px solid rgb(0 102 175);
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    left: 100%;
    top: 12px;
    z-index: 1;
}

.mt-news {
    overflow: hidden;
    position: absolute
}

.mt-scroll .mt-news {
    background-color: transparent; left:122px!important;
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px
}

.mt-news li {
    float: left
}

.mt-round .mt-news:first-child,
.mt-round .mt-news:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.mt-round .mt-news:last-child,
.mt-round .mt-news:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.mt-news a {
    padding: 0 5px 0 25px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0
}

.mt-hide {
    display: none
}

.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
    top: 4px;
}

.mt-next,
.mt-play,
.mt-prev {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    margin-top: 4px;
    margin-left: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    background-size: 6px;
}

.mt-round .mt-next {}

.modern-ticker {
    color: #383838;
}

.mt-label {}

.mt-news {
    background-color: #fff;
}

.mt-preloader {
    background: url(../img/preloader.gif) no-repeat center
}

.mt-news ul {
    background-image: url(../img/bullet-over.png)
}

.mt-news a {
    color: #fff;
    background-image: url(../img/bullet.png);
}

.mt-news a:hover {
    color: #fff;
}

.mt-news a:active {}

.mt-controls {
    background-image: url(../img/pause1.png)
}

.mt-next,
.mt-prev {}

.mt-prev {
    background-image: url(../img/arrow-prev.png)
}

.mt-next {
    background-image: url(../img/arrow-next.png)
}

.mt-play {
    background-image: url(../img/play1.png);
}

.mt-pause {
    background-image: url(../img/pause1.png)
}

.mt-next:hover,
.mt-play:hover,
.mt-prev:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

.mt-next:active,
.mt-play:active,
.mt-prev:active {
    background-color: rgba(255, 255, 255, 0.329);
}
.news-more.with-control{float: left; margin-left:40px; margin-right:10px; color:#fff; position: relative; top:-3px;}
.donotcross {
    overflow: hidden;
    align-items: center;
    background: linear-gradient(45deg, #caa600, #f6bf02);
    color: #fff;
    height: 32px;
    line-height: 40px;
    font-size: 21px;
}

.donotcross:before,
.donotcross:after {
    background: white;
    padding: 3px 0;
    height: 0;
    transform: rotate(65deg);
}

.divider {
    display: flex;
}

.divider:before,
.divider:after {
    content: "";
    flex: 1;
}

#navigation .dropdown-menu {
    background: rgb(255, 255, 255);
    padding: 0;
    border-top: 2px solid rgb(33 33 33);
}

#navigation .navbar-nav .dropdown-menu li a {
    color: rgb(66, 66, 66);
    font-size: 15px;
    padding: 8px 15px;
    border-bottom: 1px solid rgb(230, 234, 240);
    display: block;
    text-transform: uppercase;
}

.btnmore {
    background: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.071) !important;
    padding: 8px 11px;
    color: rgb(255 255 255) !important;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.btnmore:hover {
    background:rgb(0 102 175);
}
.btn-success:hover{background:#333; border-color:#333;}
/* .plants {
    background: #fff url(../img/plant.png) no-repeat right bottom;
} */


/*partners*/

.partners {
    padding: 0 0 15px;
}

.img-box {
    position: relative;
    height: 70px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    padding: 8px;
    margin: 8px 8px;
    background: #fff;
    border: 1px solid #d8dfed;
    border-radius: 4px;
}

.img-box img {
    max-width: 100%;
    max-height: 100%;
}

.navbar-toggler {
    padding: 3px 10px;
    background-color: rgba(214, 214, 214, 0.15);
    border: 0;
    border-radius: 0;
    color: rgb(0 0 0);
}

.slider1 {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slider1.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.scheme {
    background: url(../img/aviation-1.jpg) no-repeat bottom center;
    background-size: cover;
    color: #fff;
    padding: 40px 0 20px;
}

.scheme .slick-prev {
    left: -45px;
    background: rgb(0 102 175)  !important;
    color: rgb(255 255 255);
}

.scheme .slick-next {
    right: -45px;
    background: rgb(0 102 175) !important;
    color: rgb(255 255 255);
}

.scheme h3 {
    background: rgb(0 0 0 / 65%);
    display: table;
    border-left: 3px solid rgb(0 102 175);
    font-weight: 300;
    margin-bottom: 18px;
    padding: 5px 15px;
}

.scheme p {
    margin-bottom: 16px;
    line-height: 1.6;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.361);
}

.btn {
    text-transform: uppercase;
    font-size: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.071) !important;
}

.btn-success {
    color: rgb(255 255 255);
    background-color: rgb(0 102 175);
    border-color: rgb(0 102 175);
}

.gallery-item .gallery-img img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.gallery-item {
    margin: 0 12px 30px;
    position: relative;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    background: #fff;
    padding: 5px;
}

.gallery-item:hover .gallery-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gallery-item .gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-item .desp {
    padding: 12px 8px 8px;
    font-weight: 500;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.gallery-item .desp h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    position: relative;
}

.topbar .form-inline .form-control {
    height: 28px;
    padding-right: 28px;
    background: rgb(255 255 255 / 89%);
    border-radius: 30px;
    max-width: 184px;
    font-size: 14px;
}

.topbar .form-inline .btn {
    position: absolute;
    border-radius: 50%;
    font-size: 10px;
    padding: 0;
    height: 24px;
    width: 24px;
    right: 12px;
    background: rgb(51 51 51);
}

@media(min-width:280px) and (max-width:1024px){
    .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl{
    margin-left: -10px;
}
.navbar-collapse{
    margin-top: 10px;
}
.mb-2, .my-2 {
    width: 192px;
}
.news {
    padding: 20px 0;
    }
    .mt-scroll .mt-news{
        left:0px;
        width:209px;
        height:40px;
    }
    .navbar-light .navbar-toggler {
    color: rgb(251 251 251 / 50%);
    /* border-color: rgba(0,0,0,.1); */
}
.navbar-toggler {
    color: rgb(255 250 250);
}


}


@media (min-width:1600px) {
    .container {
        max-width: 75%;
    }
    .cmname {
        font-size: 18px;
        padding: 20px 50px;
    }
}

@media (max-width:1340px) {
    #navigation .navbar-nav>li>a {
        padding: 10px 6px;
    }
}

@media (max-width:1199px) {
    .container {
        max-width: 95%;
    }
    #navbarNav ul {
        flex-wrap: wrap;
    }
}

@media (max-width:1024px) {
    #navigation .navbar-nav>li>a>i {
        font-size: 15px;
    }
    .block-item {
        width: calc(50% - 20px);
    }
    .cmname {
        font-size: 14px;
        margin-left: 0;
        margin-top: 38px;
    }
    #navigation .navbar-nav>li>a {
        padding: 12px 5px;
        font-size: 12px;
    }
    .btn-anim {
        padding: 5px 10px;
    }
    body {
        font-size: 14px;
    }
    .cm {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .affix {
        padding-top: 50px;
    }
    .affix #navigation {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 10;
    }
    #navigation .dropdown>.dropdown-menu {
        top: 100%;
        margin-top: 0;
        min-width: 220px;
    }
    #navigation .dropdown-menu {
        display: block;
        visibility: hidden;
        padding: 0;
        opacity: 0;
        border-radius: 0;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
        transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
        -webkit-transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s, z-index 0s linear 0.01s;
    }
    #navigation .dropdown:hover>.dropdown-menu,
    #navigation .dropdown-submenu:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        z-index: 10;
        transition-delay: 0s, 0s, 0.2s;
    }
    .dropdown-submenu:hover>.dropdown-menu {
        display: block;
    }
    #menu .navbar-nav {
        flex-wrap: wrap;
    }
}

@media (max-width:767px) {
    .section-block,
    .cm {
        margin-bottom: 40px;
    }
    .about {
        top: 0;
    }
    .block-item {
        width: calc(50% - 20px);
    }
    .minister img {
        max-height: 160px;
    }
    .logo-wrapper img {
        width: 50px;
        height: auto;
    }
    .logo-title h1 {
        font-size: 15px;
    }
    .logo-title p {
        font-size: 11px;
    }
    .topbar .navbar-nav .nav-link {
        border-left: 0;
        font-size: 12px;
        padding: 3px 0;
    }
    .btn-anim {
        padding: 4px 15px;
        font-size: 13px;
    }
    #navigation .navbar-nav>li>a:after {
        display: none;
    }
}

@media (max-width:576px) {
    .block-item {
        width: calc(100% - 20px);
    }
    .desp {
        min-height: auto;
    }
    .cmname h3 {
        font-size: 16px;
    }
    .cmname h6 {
        font-size: 12px;
    }
    .social {
        top: 70%;
    }
    .mt-label span,
    .mt-label:after {
        display: -webkit-box;
    }
    .heading:before,
    .heading:after {
        width: 50px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .img-box img {
        max-width: 140px;
    }
}


.main-title {
    background: url(../img/inner-page-title-bg.jpg)no-repeat left top;
    height: 150px;
}
.main-title h2 {
    text-align: center;
    display: table;
    margin: 0 auto;
    line-height: 150px;
    padding: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    text-transform: uppercase;
}


.breadcrumbs {
    margin: 20px 0;
    float: left;
}
.breadcrumbs li {
    display: inline-block;
    list-style-type: none;
}
.breadcrumbs>li+li:before {
    padding: 0 5px;
    color: #8a8a8a;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
}
.print-option {
    float: right;
    margin: 20px 0;
}
.print-option button {
    background: transparent;
    border: solid 1px #3B3B3B;
    color: #3B3B3B;
    border-radius: 3px;
    padding: 2px 10px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.innerpage-block {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px;
    box-shadow: 0px 5px 6px -4px #888888;
    min-height: 660px;
    border: solid 1px #e3e2e2;
}
.last-update {
    font-size: 11px;
    color: #6f6f6f;
    margin-bottom: 20px;
    display: block;
}
.last-update:before {
    content: "\f073";
    font: normal normal normal 14px/1 FontAwesome;
}



	.gallery-items img {transition: all .3s linear;}
.gallery-items:hover img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.gallery-items {
    width: 100%;
    display: inline-block;
    position: relative;
    background: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 10px;
}
.gallery-items .gallery-img img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.img-box {
    height: 95px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    padding: 12px;
    border: 1px dotted #ccc;
    margin: 15px 4px;
    background:#fff;
}
.img-box img {
    max-width:60%;
    max-height: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.gallery-items .desp{position: absolute;height: 30px; background: rgba(0,0,0,0.6); bottom:0px; left:0px; right: 0px; text-align: center;}
.gallery-items .desp h5{ color: #fff; font-weight: normal;}

table {
    border-collapse: collapse;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

thead{background: cadetblue;}

@media (min-width:1024px){
    .cm img {
    width: 185px;
    height: 185px;}
}
.cm_message img {
    width: 165px;
    height: 185px;}
}

a{
    color: #2f69ea;
}

.overflow {
    overflow: hidden;
}
@media (max-width:767px){
.mt-scroll .mt-news {
    margin-top: 35px; width:100%!important; left:0px!important;
}
.modern-ticker {
    height:80px;
}
}
.pagination {
    list-style: none !important;
    padding: 0 !important;
}

.pagination li a:hover, .pagination li.active a {
    background: #52859c;
    color: #fff;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.pagination li a {
    height: 30px;
    min-width: 30px;
    display: inline-block;
    color: #52859c;
    text-align: center;
    line-height: 30px;
    padding: 0 6px;
    margin-right: 5px;
    border-radius: 50%;
    background: #eee;
}
.table tr th,
.table tr td {
	padding: 7px;
	vertical-align: middle;
}

.table tr th {
	background: #52859c;
	color: #fff;
	border-color: #457489;
}

.table tr td a .mdi:before {
	line-height: 1;
}
/* fixed social calender*/
#fixed-social {position: fixed; z-index: 99999; top: 180px;right:-153px;transition: all 0.5s; cursor: pointer;display: inline-block;}
#fixed-social img{display:block; width: 152px; height:224px; }
#fixed-social:hover{right:0px;}
#fixed-social i{display: inline-block;padding-bottom:2px;}
#fixed-social>a{color:#fff;text-decoration: none;}
.resp-container {position: relative;overflow: hidden;padding-top: 50.25%;}
.resp-iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
.dairy_cls .modal-header{padding:8px;}
.dairy_cls .modal-title{color:#000;}
.titles_cls{ background:#3863ff;width:40px;color: #fff;padding:8px 10px; font-size: 15px;border-radius:6px 0 0 6px; writing-mode: vertical-rl;text-orientation: mixed;display:inline-block; text-align: center; line-height: 20px;text-transform: uppercase;height:224px;}
.home-about .btnmore{position:absolute; right:10px; bottom:-5px;}

@media (max-width:767px){
.home-about{margin-top:10px;}
}
