/* ----------------------------------------------
:: Template Name: Dorne - Directory & Listing Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-23-2017
---------------------------------------------- */

/* Fonts */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@import url('https://fonts.googleapis.com/css2?family=Amiri&display=swap');

/* Import CSS */

@import 'bootstrap/bootstrap.min.css';
@import 'others/animate.css';
@import 'others/magnific-popup.css';
@import 'others/owl.carousel.min.css';
@import 'others/font-awesome.min.css';

/* font */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../IRANSans4/WebFonts/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../IRANSans4/WebFonts/fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../IRANSans4/WebFonts/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../IRANSans4/WebFonts/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../IRANSans4/WebFonts/fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../IRANSans4/WebFonts/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_Light.eot');
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../IRANSans4/WebFonts/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../IRANSans4/WebFonts/fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../IRANSans4/WebFonts/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../IRANSans4/WebFonts/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../IRANSans4/WebFonts/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../IRANSans4/WebFonts/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb.eot');
	src: url('../IRANSans4/WebFonts/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../IRANSans4/WebFonts/fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../IRANSans4/WebFonts/fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../IRANSans4/WebFonts/fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

.h-auto{
    height: auto !important;
}

#preloader {
    overflow: hidden;
    background-color: rgba(52, 26, 121, 0.99);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.dorne-load {
    width: 60px;
    height: 60px;
    background-color: transparent;
    position: relative;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.95);
    z-index: 9;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    left: 50%;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: 4000ms linear 0s normal none infinite running dorneload;
            animation: 4000ms linear 0s normal none infinite running dorneload;
}

@-webkit-keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes dorneload {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

body {
    font-family: 'IRANSans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'IRANSans', sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.3;
}

p {
    color: #222222;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
}

.section-padding-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section-padding-150-0 {
    padding-top: 150px;
    padding-bottom: 50px;
}

.section-padding-0-150 {
    padding-top: 0;
    padding-bottom: 150px;
}

.section-padding-100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-50-150 {
    padding-top: 50px;
    padding-bottom: 150px;
}
.section-padding-50-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
img {
    max-width: 100%;
    height: auto;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 600;
}

li {
    list-style: none;
}

.height-500 {
    height: 500px!important;
}

.height-600 {
    height: 600px!important;
}

.height-700 {
    height: 700px!important;
}

.height-800 {
    height: 800px!important;
}

.dorne-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.dorne-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 35px;
}

.section-heading span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto 15px;
    display: block;
}

.section-heading h4 {
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.section-heading p {
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.section-heading.dark span {
    background-color: #03A9F4;
}

.section-heading.dark h4 {
    color: #2a2a2a;
}

.section-heading.dark p {
    color: #848484;
}

#scrollUp {
    bottom: 70px;
    font-size: 18px;
    right: 0;
    width: 40px;
    background-color: #0077ad;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 44px;
    border-radius: 0;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
}

.bg-overlay:after,
.bg-overlay-9:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(14, 2, 35, 0.5);
    z-index: -1;
}

.bg-overlay-9:after {
    background-color: rgba(14, 2, 35, 0.9);
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-default {
    background-color: #341a79;
}

.dorne-btn {
    min-width: 180px;
    height: 40px;
    background-color: #03A9F4;
    border-radius: 0;
    padding: 0 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.dorne-btn:hover,
.dorne-btn:focus {
    color: #fff;
    background-color: #0077ad;
    font-weight: 600;
}

/* Search Area CSS */

.dorne-search-form {
    width: 100%;
    position: fixed;
    z-index: 99999;
    height: 60px;
    background-color: #03A9F4;
    top: -200px;
    left: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow-x: hidden;
}

.search-form-on .dorne-search-form {
    top: 0;
}

.sticky .dorne-search-form {
    height: 80px;
}

.dorne-search-form form {
    position: relative;
    z-index: 1;
}

.dorne-search-form form input {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    height: 50px;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}

#closeBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    background-color: transparent;
    margin-top: -15px;
    top: 50%;
    border-radius: 50%;
    right: 30px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#closeBtn:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#closeBtn > i {
    line-height: 30px;
    font-size: 28px;
}

/* Header & Menu Area CSS */



.header_area {
    position: fixed;
    width: 100%;
    z-index: 9999;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/
    background: #002147;
}

.sticky .header_area {
    background-color: #002147;
    height: 50px;
    z-index: 1000;
    border-bottom: 1px solid transparent;
}

.navbar-brand {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-right: 70px;
    margin-left: 30px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    font-weight: 700;
}

.sticky .header_bottom .navbar-nav .nav-link{
    color: #000;
}


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 10px;
    color: #fff;
    font-size: 15px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
    
}

.dorne-search-btn > a,
.dorne-signin-btn > a {
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
}

.dorne-search-btn > a i {
    padding-right: 10px;
}

.dropdown-menu {
    border: none;
    border: 1px solid #f4f4f4;
}

.dropdown-item {
    font-weight: 600;
    font-size: 14px;
}

.dropdown-item:hover {
    background-color: #03A9F4;
    color: #fff;
}

.dropdown-toggle:after {
    border: none;
}

/* Welcome Area CSS */

.dorne-welcome-area {
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 1;
}

.hero-content h2 {
    color: #fff;
    font-size: 72px;
}

.hero-content h4 {
    color: #fff;
    margin-bottom: 0;
    padding-left: 5px;
}

.hero-search-form {
    margin-top: 90px;
    position: relative;
    z-index: 1;
}

.hero-search-form .nav-tabs {
    border-bottom: none;
}

.hero-search-form .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(144, 103, 238, 0.65);
    text-transform: uppercase;
    min-width: 100px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
}

.hero-search-form .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(67, 25, 161, 0.65);
    border-color: transparent;
}

.hero-search-form .tab-content .tab-pane {
    padding: 35px;
    background-color: rgba(67, 25, 161, 0.65);
}

.hero-search-form .tab-content .tab-pane h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.hero-search-form .tab-content .tab-pane form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hero-search-form .tab-content .tab-pane form .custom-select {
    height: 52px;
    border-radius: 0;
    padding: 0 80px 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin-right: 10px;
}

.hero-social-btn {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 90px;
    left: 60px;
    z-index: 9;
}

.hero-social-btn .social-title {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-left: -145px;
}

.hero-social-btn .social-title h6 {
    margin-bottom: 0;
    color: #fff;
    line-height: 1;
    margin-right: 30px;
}

.hero-social-btn .social-title span {
    background-color: #fff;
    width: 80px;
    height: 1px;
    display: block;
}

.hero-social-btn .social-btns {
    margin-top: 170px;
}

.hero-social-btn .social-btns > a {
    font-size: 15px;
    color: #fff;
    display: block;
    margin-top: 30px;
}

/* Catagory Area CSS */

.dorne-catagory-area {
    position: relative;
    z-index: 9;
}

.single-catagory-area {
    background-color: #03A9F4;
    text-align: center;
    padding: 60px 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-catagory-area:hover {
    box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.3);
}

.all-catagories {
    position: relative;
    top: -50%;
    z-index: 15;
}

.single-catagory-area .catagory-content img {
    margin-bottom: 15px;
}

.single-catagory-area .catagory-content h6 {
    margin-bottom: 0;
    color: #fff;
}

/* About Us Area CSS */

.about-content h3 {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 60px;
}
/*
.about-content span {
    color: #03A9F4;
}
*/
.about-content p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 0;
}

/* Editor's Pick Area CSS */

.dorne-editors-pick-area {
    position: relative;
    z-index: 1;
}

.editors-pick-info .places-total-destinations > a,
.editors-pick-info .add-more > a {
    height: 70px;
    display: inline-block;
    line-height: 70px;
    background-color: #03A9F4;
    padding: 0 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}

.editors-pick-info .places-total-destinations > a:last-child {
    text-transform: capitalize;
    font-weight: 400;
    background-color: #2a2a2a;
}

.editors-pick-info .add-more > a {
    background-color: #30c0a3;
    padding: 0 30px;
    font-size: 24px;
}

.single-editors-pick-area {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.editors-pick-info {
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 9;
}

/* Features Area CSS */

.dorne-features-destinations-area,
.dorne-features-restaurant-area {
    padding: 100px 35px;
    position: relative;
    z-index: 1;
}

.single-features-area {
    position: relative;
    z-index: 1;
    background-color: #f4f6f8;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-features-area .price-start p {
    position: absolute;
    top: 190px;
    left: 30px;
    background-color: #a57cf5;
    height: 35px;
    font-size: 12px;
    line-height: 35px;
    margin-bottom: 0;
    padding: 0 15px;
    font-weight: 600;
    color: #fff;
    z-index: 9;
}

.feature-content {
    padding: 40px 30px;
}

.feature-content .feature-title h5 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-content .feature-title p {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-favourite > a {
    color: #03A9F4;
    font-size: 24px;
}

.single-features-area:hover {
    background-color: #03A9F4;
    box-shadow: 3px 15px 30px rgba(0, 0, 0, 0.15);
}

.single-features-area:hover .feature-content .feature-title h5,
.single-features-area:hover .feature-content .feature-title p,
.single-features-area:hover .feature-favourite > a {
    color: #fff;
}

.ratings-map-area > a {
    padding: 0 30px;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    height: 70px;
    line-height: 70px;
    background-color: #03A9F4;
}

.ratings-map-area > a:last-child {
    background-color: #2a2a2a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.ratings-map-area {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}

.single-features-area:hover .ratings-map-area > a:last-child {
    background-color: #30c0a3;
}

/* Feature Events Area CSS */

.single-feature-events-area {
    position: relative;
    z-index: 1;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.single-feature-events-area .feature-events-thumb {
    position: relative;
    z-index: 1;
}

.date-map-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.date-map-area > a {
    padding: 8px 15px;
    font-size: 12px;
    width: 65px;
    font-weight: 800;
    color: #fff;
    height: 50px;
    background-color: #03A9F4;
    text-align: center;
}

.date-map-area > a:last-child {
    background-color: #30c0a3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-thumb {
    width: 170px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
}

.feature-events-content {
    position: relative;
    z-index: 2;
    padding: 0 15% 5% 15%;
    margin: 20px 0 10px 0;
}

.feature-events-details-btn > a {
    width: 65px;
    height: 50px;
    background-color: #2a2a2a;
    display: block;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99
}

.feature-events-content h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #bfb1de;
    margin-bottom: 15px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
}

.feature-events-content p {
    font-size: 14px;
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    margin-bottom: 0;
}

.single-feature-events-area:hover {
    background-color: #03A9F4;
}

.single-feature-events-area:hover .feature-events-content h5,
.single-feature-events-area:hover .feature-events-content p {
    color: #fff;
}

/* Footer Area CSS */

.dorne-footer-area {
    padding: 50px 35px;
    border-top: 1px solid #bec0cc;
}

.footer-text p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.footer-social-btns > a {
    display: inline-block;
    color: #464646;
    padding: 0 15px;
    font-size: 14px;
}

/* Breadcumb Area CSS */

.breadcumb-area {
    height: 120px;
    position: relative;
    z-index: 1;
}

/* Contact Area CSS */

.contact-form-area {
	position: relative;
	z-index: 1;
	padding: 100px 50px 100px 50px;
}

#googleMap {
    width: 100%;
    height: 100%;
}

.contact-text h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.contact-text p {
    color: #1c1c1c;
    font-size: 17px;
    line-height: 2;
    margin: 0;
}
.contact-text img{
    padding-bottom: 17px;
    max-height: 700px;
}

.single-contact-info {
    margin: 70px 0;
}

.single-contact-info:first-child {
    margin-right: 65px;
}

.single-contact-info h6 {
    font-size: 14px;
}

.single-contact-info h6 > i {
    color: #c2b6d9;
    margin-right: 30px;
}

.contact-form {
    padding: 70px 30px;
    background-color: #f3edff;
}

.contact-form-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
}

.contact-form .form-control {
    height: 50px;
    font-size: 12px;
    color: #72728c;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.contact-form textarea.form-control {
    height: 110px;
}

/* Explore Area CSS */

.explore-search-area,
.explore-map-area {
    height: 1100px;
}

#exploreGoogleMap {
    width: 100%;
    height: 100%;
}

.explore-search-area,
.explore-map-area,
.explore-search-form,
.explore-search-result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
}

.explore-search-form {
    background-color: #03A9F4;
    padding: 50px 40px;
}

.explore-search-form h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 35px;
}

.explore-search-form .nav-tabs {
    border-bottom: none;
    margin-bottom: 65px;
}

.explore-search-form .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(144, 103, 238, 0.65);
    text-transform: uppercase;
    min-width: 100px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    text-align: center;
}

.explore-search-form .nav-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(67, 25, 161, 0.65);
    border-color: transparent;
}

.explore-search-form .tab-content .tab-pane h6 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.explore-search-form .tab-content .tab-pane form .custom-select {
    height: 52px;
    border-radius: 0;
    padding: 0 80px 0 40px;
    color: #72728c;
    font-size: 12px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin-bottom: 30px;
}

.explore-search-form .custom-control-description {
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    line-height: 24px;
}

.explore-search-result {
    padding: 0 40px;
    position: relative;
    z-index: 1;
    height: 1100px;
    overflow-y: auto;
}

.explore-search-result .single-features-area {
    margin-bottom: 30px;
}

/* Single Listing Area CSS */

.breadcumb-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 700px;
}

.map-ratings-review-area {
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 999;
}

.map-ratings-review-area > a {
    padding: 0 30px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 15px;
    background-color: #30c0a3;
}

.map-ratings-review-area > a:nth-child(2) {
    background-color: #03A9F4;
}

.map-ratings-review-area > a:last-child {
    background-color: #fff;
    color: #2a2a2a;
}

.book-a-table-widget {
    padding: 50px 30px;
    background-color: #03A9F4;
}

.book-a-table-widget h6 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.book-a-table-widget .custom-select {
    width: 100%;
    border: none;
    border-radius: 0;
    margin-bottom: 30px;
    height: 50px;
    font-size: 14px;
    color: #72728c;
    padding: 0 30px;
}

.opening-hours-widget {
    margin-bottom: 20px;
    padding: 30px 30px 20px 30px;
    background-color: #f4f6f8;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.opening-hours-widget h6 {
    margin-bottom: 30px;
    font-size: 18px;
}

.opening-hours li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.opening-hours li:first-child p {
    color: #03A9F4;
}

.opening-hours li:last-child p {
    margin-bottom: 0;
}

.author-widget > img {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    margin-right: 30px;
}

.author-widget .authors-name > a {
    font-size: 14px;
    color: #2a2a2a;
    margin-bottom: 5px;
    display: block;
}

.author-widget .authors-name p {
    font-size: 12px;
    margin-bottom: 0;
}

.author-widget {
    padding: 25px 20px;
    background-color: #f3edff;
}

.contact-form-widget {
    padding: 50px 30px;
}

.contact-form-widget h6 {
    margin-bottom: 30px;
    font-size: 18px;
}


.listing-title {
    margin-bottom: 30px;
}

.listing-title h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}

.listing-title h6 {
    margin-bottom: 0;
}

.single-listing-nav {
    border-bottom: 2px solid #ebebeb;
}

.single-listing-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-listing-nav li a {
    padding: 30px 10px;
    font-size: 14px;
    display: block;
    color: #2a2a2a;
    position: relative;
    z-index: 1;
}

.single-listing-nav li.active a,
.single-listing-nav li a:hover {
    color: #03A9F4;
}

.single-listing-nav li.active a:after {
    background-color: #03A9F4;
    content: '';
    bottom: -2px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 2px;
}

.overview-content p {
    line-height: 2;
    margin-bottom: 50px;
}

.overview-content .custom-control-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
/*
.listing-menu-area h4 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}
*/
.listing-menu {
    background-color: #ffffff;
    margin-bottom: 1px;
}

.listing-menu p {
    margin-bottom: 0;
}.listing-menu a{
     color: #848484;
     font-size: 14px;
 }


.listing-reviews-area h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

.reviewer-meta > img {
    width: 73px !important;
    height: 73px !important;
    border-radius: 50%;
    margin-right: 20px;
}

.review-title-ratings h5 {
    font-style: italic;
    font-size: 18px;
    margin-bottom: 30px;
}

.single-review-area {
    margin-bottom: 50px;
}

.reviewer-content p {
    margin: 0;
    line-height: 2
}

.reviewer-name {
    padding-left: 93px;
    margin-top: 30px;
}

.reviewer-name p {
    margin-bottom: 0;
    font-size: 12px;
}

.location-on-map h4 {
    margin-bottom: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

#locationMap {
    width: 100%;
    height: 380px;
}
/* my css*/

.m-button{
    margin: auto;
}
.background-color{
    background-color: #faffff;
}
.box-shadow{
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}
.feature-title p{
    padding-top: 20px;
    color: #222222;
    font-size: 16px !important;
}
.single-editors-pick-area h5{
    color: #03A9F4;
}
.single-editors-pick-area a{
    color: #000000;
}
.single-editors-pick-area a:hover{
    color: #066bff;
}

.listing-menu:hover{
    background-color: #a6eee6;
}
/*.single-editors-pick-area:hover{
    background-color: #a6eee6;
}
*/

/*footer*/
.footer-area{
    background-color: #051425;
    box-shadow: 0 0 9px rgba(0,0,0,.35), 0 -1px 7px rgba(0,0,0,.35);
}
.footer-area h5 {
    color: #a01d26 !important;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.footer-area a {
    color: #ffffff;
    font-size: 14px;
    font-weight: unset;
    padding-bottom: 9px;
}
.footer-area li{
    padding-bottom: 5px;
}
.dorne-about-area img{
    width: 100%;
    height: 220px !important;
}
.footer-bottom{
    padding-top: 10px;
    border-top: 1px solid #e1e1e1;
}

.top-news{
    width: 100%;
    height: 320px;
    /*background-image: url(img/bg-img/hero-3.jpg);*/
    background-size: cover;
}
.top-new-position {
    position: absolute;
    bottom: 0;
}

.gradient {
    z-index: 1;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.facts{
    border-top: 1px solid #4e4e4e;
    border-bottom: 1px solid #4e4e4e;
    padding-top: 20px;
}

.clients-logo {
    text-align: center;
}
.clients-logo strong{
    font-size: 30px;
    color: black;
}
.clients-logo p{
    font-size: 25px;
    margin-top: 5px;
}


.header-color{
    background-color: transparent;
    height: 51px;
    z-index: 9999;
    border-bottom: 1px solid transparent;
}
.header-color .navbar{
    align-items: normal;
}
.admission-color{
    color: #ab0000;
}

.header_bottom{
    background-color: #002248;
}

.sticky .header_bottom{
    background-color: #fff;
    height: 52px !important;
    z-index: 9999;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 10px rgba(0,0,0,.15), 0 3px 3px rgba(0,0,0,.15);
}

.listing-menu-title {
    padding: 10px 30px 10px 10px;
}


.single-features-area:hover{
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0 rgba(0, 0, 0, 0.19);
}

.zoom {
    background-size: 100%;
    background-position: center;
    transition: 1s;

}

.zoom:hover {
    -ms-transform: scale(0.5); /* IE 9 */
    -webkit-transform: scale(0.5); /* Safari 3-8 */
    transform: scale(1.1);
}
#header-singel-listing {
    background-color: rgba(14, 2, 35, 0.9);
    position: absolute;
    height: 100px;
}

.section-heading-single-listing h4 {
    font-weight: 800;
    line-height: 1;
    color: #000000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.opening-hours a{
    color: #424242;
}
.opening-hours li{
    padding: 13px 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}
.opening-hours li:hover a {
    color: #03A9F4;
}

#social-media-height{
    height: 315px;
}
.social-media{
    background-color: #9fcdff;
}

#logo-height{
    height: 70px;
    margin-top: 10px;
}
/*
.social-media{
    background-image: url(img/bg-img/hero-2.jpg);
}
*/
.social-media h3{
    color: #e7e7e7;
}
.social-media p{
    color: #b6b6b6;
}
.news-iaut{
    background-color: #fff;
}
.flag{
    height: 20px;
}
#dorneMenu a{
    font-size: 25px; 
}
.btn-join{
    border-radius: 5px;
    min-width: 110px;
    margin: 5px 0;
}
.btn-join i{
    padding: 0 7px;
}

/*
.about-iaut{
    background-color: #fff;
}
*/
.admission-iaut {
    background-color: rgb(20,40,92);
}

.visa-iaut{
    background-color: #7285a5;
}

.events-iaut{
    background-color: #f2f3f7;
}
.faculty-iaut{
    /*background-color: #779bcb;*/
    background-color: #b2dbd5;
}

.field-iaut{
    background-color: #fff;
}

.research-iaut{
    background-color: #193250;
}
/*
.campuslife-iaut{
    
}
*/

.alumni-iaut{
    background-color: #ebf2f8;    
}

.workshop-iaut{
    background-color: #ebe0ff;
}
/*
.agency-iaut{
    
}
*/
.contact-iaut{
    background-color: #e2fdff;
}
.social-iaut{
    background-color: #c8c3ff
}


.header-color-sec{
    background-color: #03A9F4;
}
.header_bottom-sec{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.25), 0 3px 3px rgba(0,0,0,.25);
}
.header_bottom-sec a{
    color: black !important;
}


.header_bottom ul li:hover {
    padding-bottom: 0;
    /*border-bottom: 3px solid #2F72A8;*/
}
.header_bottom ul li a:hover {
    color: #2F72A8 !important;
}
.join-icon a{
    color: #fff;
    padding: 0 25px;
    font-size: 26px;
}
.lng-select .custom-select option{
    background-color: #002147;
    color: white;
}



#hero {
    margin-top: 100px;
    width: 100%;
    height: 70vh;
    background-color: rgba(9, 9, 9, 0.8);
    overflow: hidden;
    position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.lng-select .custom-select{
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 2px solid #ffd700;
    border-radius: 0;
}
.lng-select option{
    color: #000;
}





/* MY CODES */



/*  PROFESSOR start  */

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}
.professor-vc-area{
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.profile-aside img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    display: table;
    margin: 0 auto;
    border: 4px solid #fff;
    padding: 3px;
}
.professor-icon{
    display: flex;
}
.professor-icon i{
    padding: 10px 0;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    width: 30px;
}

.professor-vc-area .card-text {
    font-size: 16px;
    color: #FFFFFF;
    margin: auto 15px;
}
.profile-aside{
    background-image: linear-gradient(to bottom, #21274c, #2d4474, #32639e, #2d85c9, #03a9f4);
    height: 100%;
}
.professor-text h2{
    text-align: center;
    color: #fff;
}
.professor-text{
    padding: 0 15px 15px 10px;
}
.professor-text p{
    color: #fff;
}
.dorne-vc-area .card{
    max-width: calc(100vw - 0rem);
}
.professor-edu{
    padding: 0 15px 15px 10px;
}
.professor-edu h5{
    text-align: center;
    color: #fff;
    background-color: cornflowerblue;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-top: 15px;
    padding: 12px 0 13px 0;
}
.professor-edu p{
    color: #fff;
    font-size: 17px;
    padding-top: 10px;
}
.professor-research{
    padding: 0 15px 15px 10px;

}
.professor-research h5{
    text-align: center;
    color: #fff;
    background-color: cornflowerblue;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 12px 0 13px 0;
}
.professor-research p{
    color: #fff;
    font-size: 17px;
    padding-top: 10px;
}
.table-professor{
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.13), 0px 2px 2px rgba(0, 0, 0, 0.1);}
.table-professor tr td{
    vertical-align: middle;
    color: #000;
}
.table-professor thead th{
    vertical-align: middle;
    color: #000;
}
.vc-tab-area .nav-tabs .nav-link.active{
    color: #006a99;
}
.vc-tab-area a{
    color: #222222;
}
.vc-tab-area .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
}

.vc-tab-area .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.vc-tab-area .nav-tabs .nav-link.active {
    background: none;
    border-color: #2b90d9;
}

/* start collapse*/

.panel-group .panel{
    background-color: #fff;
    border:none;
    box-shadow:none;
    border-radius: 10px;
    margin-bottom:11px;
}
.panel .panel-heading{
    padding: 0;
    border-radius:10px;
    border: none;
}
.panel-heading a{
    color:#000 !important;
    display: block;
    border:none;
    padding:20px 35px 20px;
    font-size: 21px;
    background-color: #ebf2f8;
    font-weight:600;
    position: relative;
    color:#fff;
    box-shadow:none;
    transition:all 0.1s ease 0;
    
}
.panel-heading a:after, .panel-heading a.collapsed:after{
    content: "\f106";
    font-family: fontawesome;
    text-align: center;
    left:-20px;
    top: 10px;
    color:#21274C;
    font-size: 20px;
    line-height: 30px;
    transition:all 0.5s ease 0s;
    float: right;
}

.panel-heading a.collapsed:after{
    content: "\f107";
}
#accordion .panel-body{
    background-color:#Fff;
    color:#8C8C8C;
    line-height: 25px;
    border-top:none;
    font-size:14px;
    position: relative;
}
.vc-tab-area .nav-justified .nav-item{
    flex-basis: unset;
}
.professor-titr{
    background-image: linear-gradient(to left, #21274c, #2d4474, #32639e, #2d85c9, #03a9f4);
}
.professor-titr h1{
    color: #FFffff;
    padding-top: 30px;
    padding-bottom: 25px;
}

/* panel start*/
.panel-list ul{
    padding: 10px 15px 5px 15px;
}
.panel-list ul li{
    color: black;
    font-size: 18px;
    padding-bottom: 13px;
}

.checklist-ul {
    list-style-type: none;
    padding: 0;
}
.checklist-ul li {
    position: relative;
    margin-bottom: 5px;
}
.checklist-ul li:before {
     right: 0px;
     content: "\2713";
     color: #03a9f4;
 }
.checklist-ul li:hover{
    left: -1rem;
}
.checklist-ul li:hover:before{
    color: #2e3876;
}

.checklist-two li:before {
    content: "\2022";
    color: #03a9f4;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.checklist-two li:hover{
    left: -1rem;
}
.checklist-two li:hover:before{
    color: #2e3876;
}

.professor-term a{
    color: black;
    padding: 10px 10px;
    margin-left: 20px;
}
/* panel end */

.professor-term .fa-calendar:hover{
    color: #03a9f4;
}
.professor-term .fa-file:hover{
    color: #03a9f4;
}
.professor-term .fa-envelope:hover{
    color: #03a9f4;
}

/*  PROFESSOR end  */


/*  MORE NEWS start  */

.inner{
    overflow: hidden;
}
.inner img{
    transition: all 1.1s ease;
}
.inner:hover img{
    transform: scale(1.1);
}
.more-news-about-area{
    background-color: #f4f6f8;
}
.more-news-about-area .card{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.more-news-about-area .card img{
    height: 200px;
}
.card-title{
    color: #000000;
    font-size: 22px;
}
.more-news-about-area .card-body a:hover{
    color: #145e9a;
}
.card-text{
    color: #222222;
    padding-top: 15px;
}
.more-news-about-area .text-muted{
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.more-news-2-about-area .card{
    border: none;
}
.more-news-2-about-area .card img{
    height: 200px;
}
.more-news-2-about-area .card-text{
    color: #222222;
    font-size: 14px;
}
.more-news-2-about-area .card-body a{
    color: black;
    font-size: 17px;
}
.more-news-2-about-area .card-body a:hover{
    color: #145e9a;
}
.more-news-2-about-area .section-heading h4{
    color: #145e9a;
}
.more-news-2-about-area .text-muted{
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.more-news-3-about-area{
    background-color: #f4f6f8;
}
.more-news-3-about-area .section-heading h4{
    color: #145e9a;
}
.more-news-3-about-area .card-body img{
    float: left;
    width: 100px;
    height: 100px;
}
.more-news-3-about-area .card-body p{
    padding-top: 10px;
    color: #222222;
    font-size: 14px;
}
.more-news-3-about-area .card-body .card-link{
    font-size: 12px;
    color: #145e9a;
    background-color: #f4f6f8;
    padding: 5px 15px;
    margin: 0;
}
.more-news-3-about-area .card-body .text-muted{
    padding-top: 15px;
    font-size: 15px;
}
.more-news-3-about-area .card-body small{
    float: right;
    padding: 0 !important;
    font-size: 12px !important;
}
.more-news-3-about-area .card-body a{
    color: black;
    font-size: 18px;
}
.more-news-3-about-area .card-body a:hover{
    color: #145e9a;
}
.more-news-3-about-area .card{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
}

/*  MORE NEWS end*/



/*  DETAIL NEWS start  */

.DetailNews-form-area {
    position: relative;
    z-index: 1;
    padding: 170px 0px 50px 0px;
}
.DetailNews-text h4 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 50px;
    margin-bottom: 40px;
}

.DetailNews-text p {
    color: #222222;
    font-size: 18px;
    text-align: justify;
    /*letter-spacing: 1px;*/
}
.DetailNews-text img{
    padding-bottom: 17px;
    max-height: 700px;
}
.DetailNews-info {
    margin: 30px 0;
}
.news-date p{
    padding-top: 0 !important;
    color: #145e9a;
    font-size: 14px !important;
}
.news-date:before{
    content: "\f017";
    font-family: FontAwesome;
    float: right;
    margin-left: 10px;
    color: #145e9a;
}
.news-view{
    float: left;
    color: #848484;
}
.min-news{
    background-color: #f3edff;
    padding: 15px 20px;
    margin-bottom: 15px;
}
.DetailNews-img{
    text-align: center;
}
.DetailNews-titr p{
    padding-top: 10px;
    font-size: 16px;
}

.DetailNews-info a{
    font-size: 12px;
    color: #145e9a;
    background-color: #f4f6f8;
    padding: 5px 20px;
}
.DetailNews-form-area .divider{
    height: 1px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background-color: #6c6c6c;
}

.DetailNews-end .card-body{
    background-color: #f4f6f8;
}
.DetailNews-end .card-body img{
    float: right;
    width: 100px;
    height: 100px;
    margin-left: 15px;
}
.DetailNews-end .card-body p{
    padding-top: 10px;
    color: #222222;
    font-size: 14px;
}
.DetailNews-end .card-body .card-link{
    font-size: 12px;
    color: #145e9a;
    background-color: #fff;
    padding: 5px 15px;
}
.DetailNews-end .card-body .text-muted{
    padding-top: 15px;
    font-size: 15px;
}
.DetailNews-end .card-body a{
    color: black;
    font-size: 18px;
}
.DetailNews-end .card-body a:hover{
    color: #145e9a;
}
.DetailNews-end .section-heading h4{
    color: #145e9a;
}
/*  DETAIL NEWS end  */



/*  EVENTS start  */


.events-baner{
    background-image: url("../img/new/event13.jpg");
    background-size: cover;
    height: 540px;
}
.events-baner h1{
    color: #FFffff;
    font-weight: 600;
}
.events-baner-bottom{
    background-image: linear-gradient(to left, #289ed4, #228cc4, #1c7bb3, #186aa2, #155a91);
}
.events-baner-bottom a{
    color: black;
    display: block;
}
.featured-event{
    background-color: #FFffff;
    padding: 15px;
    margin: 15px 0;
}
.featured-event i{
    color: #ffe600;
    font-size: 21px;
    padding: 0 5px;
}
.featured-event:hover{
    box-shadow: inset 0 0 0 2px #171b31;
}
.today-event{
    background-color: #FFffff;
    padding: 15px;
    margin: 15px 0;
}
.today-event i{
    color: #008202;
    font-size: 21px;
    padding: 0 5px;
}
.today-event:hover{
    box-shadow: inset 0 0 0 2px #171b31;
}
.date-event{
    background-color: #FFffff;
    padding: 15px;
    margin: 15px 0;
}
.date-event i{
    color: #de7f0a;
    font-size: 21px;
    padding: 0 5px;
}
.date-event:hover{
    box-shadow: inset 0 0 0 2px #171b31;
}
.type-event{
    background-color: #FFffff;
    padding: 15px;
    margin: 15px 0;
}
.type-event i{
    color: #6b059a;
    font-size: 21px;
    padding: 0 5px;
}
.type-event:hover{
    box-shadow: inset 0 0 0 2px #171b31;
}
.subject-event{
    background-color: #FFffff;
    padding: 15px;
    margin: 15px 0;
}
.subject-event i{
    color: #a10909;
    font-size: 21px;
    padding: 0 5px;
}
.subject-event:hover{
    box-shadow: inset 0 0 0 2px #171b31;
}
.organization-event{
    background-color: #FFffff;
    padding: 15px;
    margin: 15px 0;
}
.organization-event i{
    color: #175e54;
    font-size: 21px;
    padding: 0 5px;
}
.organization-event:hover{
    box-shadow: inset 0 0 0 2px #171b31;
}

.events-about-area{
    background-color: #f4f6f8;
}
.events-about-area a:hover{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.events-about-area a:hover .card-body{
    background-color: #fbfbfb;
    transition:  0.6s;
}
.events-about-area .card-body{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.events-about-area .card-body img{
    float: right;
    width: 155px;
    height: 155px;
}
.events-about-area .card-body p{
    padding-top: 5px;
    color: #676767;
    font-size: 17px;
    margin-bottom: 0;
}
.events-about-area .card-body .card-link{
    font-size: 12px;
    color: #145e9a;
    background-color: #f4f6f8;
    padding: 5px 15px;
}
.events-about-area .card-body .text-muted{
    padding-top: 15px;
    font-size: 15px;
}
.events-about-area .card-body h6{
    color: black;
    font-size: 20px;
    font-weight: 600;
}
.events-about-area .card-body a:hover{
    color: #145e9a;
}
.events-about-area .card-body h5{
    padding-top: 7px;
    color: #145e9a;
}
.events-about-area .card-body i{
    color: #145e9a;
    margin-left: 10px;
}
.events-baner-bottom .navbar-nav a{
    color: #222222 !important;
}
.events-baner-bottom .navbar-collapse ul{
    display: grid;
    margin: 0 auto;
    grid-gap: 0 1rem;
    grid-template-areas: "a b c" "d e f";
    grid-template-columns: 14em 14em 14em;
    grid-template-rows: auto auto;
    width: 100%;
    justify-content: center;
    padding-left: 0;
    background-color: transparent;
}
@media (min-width: 900px) and (max-width: 1800px) {
    .events-baner-bottom .navbar-collapse ul{
        grid-template-areas: ". a b c d e f .";
        grid-template-columns: 1em 8em 8em 8em 8em 8em 8em 1em;
        grid-template-rows: auto;
    }
}
@media (max-width: 767px){
    .events-baner-bottom .navbar-collapse ul{
        margin: 0 auto;
        display: grid;
        grid-gap: 0 1rem;
        grid-template-areas:
        "a b c"
        "d e f";
        -ms-grid-columns: 1em 1em 1em 1em 1em;
        grid-template-columns: 5em 5em 5em;
        -ms-grid-rows: auto 1em auto;
        grid-template-rows: auto auto;
        width: 100%;
        list-style: none;
        justify-content: center;
    }
    .events-baner-bottom .navbar-nav a{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.events-baner-bottom ul li:nth-child(1){
    grid-area: a;
}
.events-baner-bottom ul li:nth-child(2){
    grid-area: b;
}
.events-baner-bottom ul li:nth-child(3){
    grid-area: c;
}
.events-baner-bottom ul li:nth-child(4){
    grid-area: d;
}
.events-baner-bottom ul li:nth-child(5){
    grid-area: e;
}
.events-baner-bottom ul li:nth-child(6){
    grid-area: f;
}
@media (max-width: 767px){
    .events-about-area .card-body img{
        width: 100% !important;
    }
}

/*  EVENTS end  */


/*  DTAIL EVENTS start  */

.DetailEvents-baner{
    background-color: #6870a2;
}
.DetailEvents-baner h1{
    color: #FFffff;
}
.DetailEvents-baner p{
    color: #e1e1e1;
    padding-top: 10px;
    font-size: 19px;
    font-weight: 700;
}
.DetailEvents-description .card-body{
    background-color: #f4f6f8;
}
@media (min-width: 900px) and (max-width: 1900px) {
    .DetailEvents-description {
        margin-top: -180px;
    }
    .DetailEvents-titr{
        margin-left: 33%;
    }
}
.DetailEvents-description .card{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);  
}
.DetailEvents-time{
    display: inline-flex;
}
.DetailEvents-time p{
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 35px;
}
.DetailEvents-time i{
    color: #145e9a;
    margin: 0 10px;
    font-size: x-large;
}
.DetailEvents-location p{
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 35px;
}
.DetailEvents-location i{
    color: #03A9F4;
    margin: 0 10px;
    font-size: x-large;
}
.DetailEvents-email{
    display: inline-flex;
}
.DetailEvents-email p{
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 35px;
}
.DetailEvents-email i{
    color: #dea500;
    margin: 0 10px;
    font-size: x-large;
}
.DetailEvents-open{
    display: inline-flex;
}
.DetailEvents-open p{
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 35px;
}
.DetailEvents-open i{
    color: #680505;
    margin: 0 10px;;
    font-size: x-large;
}
.DetailEvents-ticket p{
    font-size: 19px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 15px;
}
.DetailEvents-ticket i{
    color: #471479;
    margin: 0 10px;
    font-size: x-large;
}
.DetailEvents-explanation h3{
    margin-bottom: 20px;
}
.DetailEvents-explanation p{
    color: #222222;
    font-size: 17px;
    margin-bottom: 35px;
    font-weight: 300;
}
.DetailEvents-tags .card-link{
    font-size: 12px;
    color: #145e9a;
    background-color: #f4f6f8;
    padding: 5px 15px;
    margin-left: 10px;
}

/*  DTAIL EVENTS end  */


/*  VISA start  */

.visa-about-area{
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: url("img/new/events2.jpg");
    background-size: cover;
    min-height: 700px;
}
.visa-text{
    background-image: url("../img/new/visa7.jpg");
    background-repeat: no-repeat;
    background-position: center;
    padding: 150px 0 50px 0;
}
.visa-text p{
    color: #222222;
    font-size: 19px;
    text-align: justify;
    letter-spacing: .2px;
}
.visa-text h2{
    color: #000000;
    text-align: center;
}
.visa-icons-area{
    background-color: #f4f6f8;
    padding: 30px 0;
}
.visa-icons-area .card{
    border: none;
    background-color: transparent;
}
.visa-icons-area .card{
    text-align: center;
}
.visa-icons-area .card-body p{
    color: #222222;
    font-size: 14px;
}
.visa-icons-area .card-body i{
    color: #145e9a;
    padding-bottom: 20px;
    font-size: 50px;
}
.visa-icons-area .card-body h3:hover{
    color: #0150b1;
}

/*  VISA end  */



/*  ADMISSION start*/

.admission-about-area{
    padding-top: 120px;
    padding-bottom: 50px;
    background-image: url("../img/new/events2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.admission-about-area .baner-text h1{
    color: #FFffff;
    font-weight: 900;
    margin: 0 10px 50px 10px;
}
.admission-about-area .baner-text i{
    font-size: 80px;
    color: #FFffff;
    padding-bottom: 20px;
}
.admission-about-area .baner-text p{
    color: #FFffff;
    font-size: 23px;
    font-weight: 300;
}
.iaut-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 10px 30px;
    color: #f4f4f4;
    text-transform: uppercase;
    text-decoration: none;
    /*border: 1px solid rgb(146, 148, 248);*/
    position: relative;
    overflow: hidden;
    background-color: #145e9a;
}

.iaut-btn:hover {
    box-shadow: 1px 1px 10px 5px rgba(146, 148, 248, 0.4);
    color: #fff !important;
}

.iaut-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            120deg,
            transparent,
            rgba(146, 148, 248, 0.4),
            transparent
    );
    transition: all 650ms;
}

.iaut-btn:hover:before {
    left: 100%;
}




.iaut-login a{
    font-size: 14px;
    line-height: 1.7;
    color: #FFffff;
    text-decoration: none;
    margin: 0;
    transition: all 0.4;
}
.iaut-login a:focus{
    outline: none;
}
.iaut-login input{
    outline: none;
    border: none;
}
.iaut-login input::-webkit-input-placeholder{
    color: #FFffff;
}
.iaut-login{
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 15px;

}
.iaut-login::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.warp-login{
    width: 500px;
    background-color: rgba(255,255,255,0.1);
    position: relative;
    position: relative;
    border-radius: 5px;
}
.login-form{
    width: 100%;
}

.warp-input{
    width: 100%;
    position: relative;
    border: 1px solid transparent;
    border-radius: 3px;
    margin-bottom: 10px;
    border-bottom: 3px solid #838383;
}
.input100{
    color: #FFffff;
    line-height: 1.2;
    font-size: 16px;
    display: block;
    width: 100%;
    background-color: transparent;
    height: 52px;
    padding: 0 20px 0;
    border-radius: 6px;
}
.iaut-form-icon input::placeholder{
    color: #838383;
}
.focus-input{
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 2px solid #145e9a;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4;
    -webkit-transition: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.focus-input + .focus-input{
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.login-form-btn{
    font-size: 16px;
    color: #FFffff;
    line-height: 1.2;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 52px;
    cursor: pointer;
    background-color: #145e9a;
    border-radius: 6px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.login-form-btn:hover{
    background-color: #145e9a;
}
.p-t-40{padding-top: 40px;}
.p-b-30{padding-bottom: 30px;}
.p-l-35{padding-left: 35px;}
.p-r-35{padding-right: 35px;}
.m-t-17{padding-top: 17px;}
/*.m-b-16{padding-bottom: 16px;}*/

.w-full{
    width: 100%;
}
.m-auto{
    margin: auto;
}
.admission-detail{
    padding: 30px 0;
    /*
    background-image: url("img/new/admission5.png");
    background-repeat: no-repeat;
    background-size: cover;
     */
}
.admission-detail p{
    color: #222222;
    font-size: 20px;
    text-align: justify;
}
.admission-icons-area{
    background-color: #f4f6f8;
    padding: 30px 0;
}
.admission-icons-area .card{
    border: none;
    background-color: transparent;
}
.admission-icons-area .card{
    text-align: center;
}
.admission-icons-area .card-body p{
    color: #222222;
    font-size: 14px;
}
.admission-icons-area .card-body i{
    color: #145e9a;
    padding-bottom: 20px;
    font-size: 50px;
}
.admission-icons-area .card-body h3:hover{
    color: #0150b1;
}
.iaut-form-icon{
    display: flex;
}
.warp-input .iaut-form-icon i{
    color: #838383;
    margin: auto 10px;
    font-size: 18px;
}

/*  ADMISSION end*/




/*   FIELD OF STUDY start   */

.field-about-area table th p{
    margin: 0;
}

.field-about-area{
    padding-top: 140px;
    padding-bottom: 50px;
}
.field-about-area .custom-select{
    width: 100%;
}
.field-icons-area{
    background-color: #f4f6f8;
    padding: 30px 0;
}
.field-about-area input{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
}    
.field-about-area input:focus{
    border-color: #80bdff;
    outline: 0;   
}
.field-about-area .table-striped tbody tr:nth-of-type(odd){
    background-color: rgb(207 207 207 / 12%);
}
.field-about-area form{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 20px;
    border: 2px solid #002147;
    border-radius: 35px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fdfdfd;
}
.field-about-area table{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.field-about-area .table-hover tbody tr:hover{
    background-color: rgba(0, 0, 0, .075) !important;
    border-radius: 5px;
}
.field-icons-area .card{
    border: none;
    background-color: transparent;
}
.field-icons-area .card{
    text-align: center;
}
.field-icons-area .card-body p{
    color: #222222;
    font-size: 14px;
}
.field-icons-area .card-body i{
    color: #145e9a;
    padding-bottom: 20px;
    font-size: 50px;
}
.field-icons-area .card-body h3:hover{
    color: #0150b1;
}
.field-table thead tr{
    background-color: #002147;
    color: #fff;
    text-align: center;
}
.field-table tbody tr{
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #002147 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
    color: #002147 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #fff !important;
    background: #002147 !important;
    border: none !important;
    border-radius: 50% !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: #000 !important;
    background: none !important;
    border: none !important;
    border-radius: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background: none;
    border: none;
    color: none;
}

.field-titr {
    display: flex;
}
.field-titr i{
    margin: auto 10px;
}
.field-collapse{
    padding: 40px 0;
}
.field-collapse a{
    color: #fff !important;
    background-color: #145e9a;
    border-radius: 35px;
    padding: 15px 30px 15px;
    font-weight: bold;
}
.field-collapse p{
    color: #222222;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 0;
    line-height: 1.7;
}
.field-collapse .panel-heading a:after, .field-collapse .panel-heading a.collapsed:after{
    color:#fff;
}
.field-about-area table tbody td{
    padding: 12px 10px !important;
}
.field-about-area table th{
    padding: 17px !important;
}

/*   FIELD OF STUDY end   */


/*  ABOUT start  */

.about-slider{
    height: 425px !important;
}
.about-slider .carousel-container h1{
    color: #FFffff;
}
.about-slider .carousel-container p{
    color: #e0e0e0;
    font-size: 23px;
}
.about-slider .carousel-container{
    margin: 80px 10px;
}
.about-text{
    padding: 30px 0;
}
.about-text p{
    color: #222222;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 15px;
}
.about-text span{
    width: 30px;
    height: 2px;
    margin: 0 auto 15px;
    display: block;
    background-color: #03A9F4;
}

/*  ABOUT end  */



/*  CAMPUS LIFE start  */

.campuslife-slider{
    height: 425px !important;
}
.campuslife-slider .carousel-container h1{
    color: #FFffff;
}
.campuslife-slider .carousel-container p{
    color: #e0e0e0;
    font-size: 23px;
}
.campuslife-slider .carousel-container{
    margin: 80px 10px;
}
.campuslife-text{
    padding: 30px 0;
}
.campuslife-text p{
    color: #222222;
    font-size: 18px;
    text-align: justify;
    line-height: 1.5;
    margin-top: 15px;
}
.campuslife-text span{
    width: 30px;
    height: 2px;
    margin: 0 auto 15px;
    display: block;
    background-color: #03A9F4;
}

/*  CAMPUS LIFE end  */



/*  CONTACT US start*/

.contact-us-baner{
    background-image: url("../img/new/contactus.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-about-area{
    padding-top: 120px;
    padding-bottom: 15px;
    background-image: url("../img/new/admission4.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}

.contact-us-about-area img{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}
.contact-us-about-area .baner-text h1{
    color: #000;
    font-weight: 900;
}
.contact-us-about-area .baner-text i{
    font-size: 80px;
    color: #0150b1;
    padding-bottom: 20px;
}
.contact-us-about-area .baner-text p{
    color: #222222;
    font-size: 23px;
    font-weight: 300;
}
.contact-us-about-area .warp-login{
    width: 500px;
    background-color: rgb(160 151 255 / 10%);
    position: relative;
    position: relative;
    border-radius: 5px;
}
.contact-us-about-area .input100{
    color: #222222;
}
.contact-us-detail p{
    color: #222222;
    font-size: 20px;
    text-align: justify;
}
.contact-us-icons-area{
    background-color: #fff;
    padding: 30px 0;
}
.contact-us-icons-area .card{
    border: none;
    background-color: transparent;
}
.contact-us-icons-area .card{
    text-align: center;
}
.contact-us-icons-area .card-body p{
    color: #222222;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
}
.iaut-login .warp-login .form-control{
    background-color: transparent;
    border: none;
    padding: 0 20px 0;
}
.iaut-login .warp-login textarea.form-control {
    height: 110px;
}
.contact-us-icons-area i{
    color: #03a9f4;
    font-size: 45px;
    font-weight: bold;
}

/*  CONTACT US end   */



/*  CATEGORY start  */

.news-category-area{
    background-color: #fff;
}
.news-category-area .card{
    background-color: #f9f9f9;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.category-title{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 9px;
}
.news-category-area .card-body p{
    font-size: 17px;
    color: #222222;
}
.news-category-area .page-item:first-child .page-link{
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.news-category-area .page-item:last-child .page-link{
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.news-category-area .card img{
    height: 200px;
}

/*  CATEGORY end  */



/*  ADMISSION 1 start  */

.admission-page{
    padding-top: 120px;
}
.admission-lists{
    background-color: #fdfdfd;
    padding: 15px 0;
    margin-top: 15px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13), 0px 0px 3px rgba(0, 0, 0, 0.1);
    margin-left: 50px;
}
.admission-lists i{
    color: #002147;
    padding: 0 6px;
    font-size: 20px;
}
.admission-lists ul li{
    padding: 10px 0;
}
.admission-lists ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.admission-lists ul li a:hover{
    color: #016b9a;
}
.admission-header{
    color: #0d3868;
    border-bottom: 2px solid #002147;
    padding-bottom: 10px;
    padding-top: 10px;
}
.admission-page p{
    text-align: justify;
    color: #222222;
    padding-top: 7px;
}

/*  ADMISSION 1 end  */



/*  ADMISSION FORM start  */

.admission-form{
    padding-top: 120px;
}
.login-box {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}

.login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #002147;
  text-align: center;
}

.login-box .user-box {
  position: relative;
}

.login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #222222;
  margin-bottom: 30px;
  border: none;
  border-bottom: 2px solid #185192;
  outline: none;
  background: transparent;
}
.login-box .user-box select {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #222222;
  margin-bottom: 30px;
  border: none;
  border-bottom: 2px solid #185192;
  border-radius: 0;
  outline: none;
  background: transparent;
  height: auto;
}
.login-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #222222;
  pointer-events: none;
  transition: .5s;
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label,
.login-box .user-box select:focus ~ label,
.login-box .user-box select:valid ~ label {
  top: -20px;
  left: 0;
  color: #1b4d87;
  font-size: 12px;
}

.login-box form a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #03e9f4;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.login-box a:hover {
  background: #03e9f4;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #03e9f4,
              0 0 25px #03e9f4,
              0 0 50px #03e9f4,
              0 0 100px #03e9f4;
}
/*  ADMISSION FORM end  */


/*  Alumni start  */

.alumni-about-area table th p{
    margin: 0;
}
.alumni-about-area{
    padding-top: 140px;
    padding-bottom: 50px;
}
.alumni-about-area .custom-select{
    width: 100%;
}
.alumni-about-area input{
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
}    
.alumni-about-area input:focus{
    border-color: #80bdff;
    outline: 0;   
}
.alumni-about-area .table-striped tbody tr:nth-of-type(odd){
    background-color: rgb(207 207 207 / 12%);
}
.alumni-about-area table{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.alumni-about-area .table-hover tbody tr:hover{
    background-color: rgba(0, 0, 0, .075) !important;
    border-radius: 5px;
}
.alumni-table thead tr{
    background-color: #002147;
    color: #fff;
    text-align: center;
}
.alumni-table tbody tr{
    text-align: center;
}

.alumni-about-area table tbody td{
    padding: 12px 10px !important;
}
.alumni-about-area table th{
    padding: 17px !important;
}


/*  Alumni end  */




/*   AGENCY  start*/

.agency-area{
    padding-top: 130px;
    padding-bottom: 30px;
}
.country-tags {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(180deg,rgba(0,0,0,.65) 2%,transparent);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.agency-cards .card-poster{
    width: 100%;
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.agency-cards .card{
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #d2d2d2;
    border: none;
}
/*
.agency-cards .card-body .agency-profile{
    display: flex;
    justify-content: center;
}
*/
.agency-cards .card-body .agency-profile img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid #b1b1b1;
    padding: 1px;
    position: absolute;
    display: block;
    margin-top: -100px;
    box-shadow: 0 0 5px #8e8e8e;
}
.agency-cards .country-tags img{
    position: absolute;
    top: 20px;
    left: 5px!important;
    padding: 1px;
    margin-right: 10px;
    width: 45px;
    height: 25px;
    border-radius: 4px;
}
.agency-cards .agency-country{
    position: absolute;
    top: 15px;
    left: 56px!important;
    color: #fff;
    padding: 1px;
    margin-right: 10px;
}
.agency-certificate{
    position: absolute;
    top: 15px;
    right: 15px!important;
    color: #fff;
    padding: 1px;
    margin-right: 10px;
}
.agency-certificate p{
    margin: auto 5px;
    color: white;
    font-size: 15px;
}
.agency-certificate img{
    width: 45px;
    height: 50px;
}
.agency-cards .agency-country-web{
    position: absolute;
    top: 10px;
    left: 15px!important;
    color: #fff;
    padding: 1px;
    margin-right: 10px;
}
.agency-cards .agency-country-web img{
    width: 55px;
    height: auto;
}
.agency-cards .agency-text{
    padding-top: 30px;
}
.agency-cards .agency-profile h4{
    text-align: left;
    margin-left: 155px;
}
.agency-icons{
    display: flex;
    margin-top: 10px;
}
.agency-cards .agency-text i{
    border: 2px solid #002147;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 6px;
    font-size: 20px;
    color: #002147;
    margin: 0 10px;
}


.agency-cards .agency-text p{
    color: #222222;
    margin: auto 0;
}
.agency-logo{
    position: absolute;
    top: 225px;
    right: 7px;
    color: #fff;
    padding: 1px;
    margin-right: 10px;
}
.agency-logo img{
    width: 130px !important;
    height: auto !important;
}
@media (max-width: 390px){
    .agency-cards .card-body .agency-profile img{
        width: 100px;
        height: 100px;
        margin-top: -75px;
    }
}
.agency-social {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 160px;
    right: 15px;
    z-index: 9;
    text-align: right;
}

.agency-social .social-title {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -100px;
}

.agency-social .social-title h6 {
    margin-bottom: 0;
    color: #000;
    line-height: 1;
    margin-right: 30px;
}

.agency-social .social-title span {
    background-color: #000;
    width: 80px;
    height: 1px;
    display: block;
}

.agency-social .social-btns > a {
    font-size: 15px;
    color: #000;
    display: block;
    margin-top: 30px;
}
.social-btns .fa-twitter{
    color: #50ABF1;
}
.social-btns .fa-facebook{
    color: #4867AA;
}
.social-btns .fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.social-btns i{
    font-size: 24px;
}
.social-btns .fa-facebook:hover{
    background-image: linear-gradient(to right top, #4867aa, #365490, #254277, #13315e, #002147);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(360deg);
    transition: 1s;
}
.social-btns .fa-twitter:hover{
    background-image: linear-gradient(to right top, #50abf1, #3e85c4, #2b6198, #173f6e, #002147);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(360deg);
    transition: 1s;
    
}
.social-btns .fa-instagram:hover{
    background: radial-gradient(circle at 30% 107%, #9e9000 0%, #847907 5%, #ff250f 45%, #6c1551 60%, #0041ff 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: rotate(360deg);
    transition: 1s;
    
}


.agency-btn a {
    border: 2px solid #ffd700;
    color: #002147;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 5px 0 10px 0;
    padding: 12px 32px 12px 82px;
    position: relative;
    text-decoration: none;
}

.agency-btn a .label,
.agency-btn a .icon-arrow {
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000;
}

.agency-btn a .label {
    display: inline-block;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}

.agency-btn a .icon-arrow {
    height: 15px;
    top: 17px;
    transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
    width: 35px;
}

.agency-btn a .icon-arrow.before {
    left: 32px;
    margin-right: 15px;
    position: absolute;
    transform-origin: left center;
}

.agency-btn a .icon-arrow.after {
    margin-left: 15px;
    opacity: 0;
    position: absolute;
    right: 32px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center;
}

.agency-btn a:hover .label {
    transform: translateX(-52px);
}

.agency-btn a:hover .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1);
}

.agency-btn a:hover .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}




/*   RESEARCH  start*/

.research-area #hero{
    height: 60vh;
}
.research-area #hero h4{
    position: absolute;
    bottom: 70px;
    right: 190px;
    color: #fff;
}
.research-area .news-home-text{
    height: 100%;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,0.60) 100%);
}
.research-gallery .card{
    border: none;
}
.research-gallery .card img{
    width: 100%;
    height: 100%;
}
.research-gallery .card img:hover{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.research-gallery .caption-gallery{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5,5,5,0.7);
    opacity: 0;
    text-align: center;
    transition: 0.5s;
}
.research-gallery .portfolio-popup:hover .caption-gallery{
    opacity: 1;
}

.research-objectives .fa-ul span{
    padding-left: 10px;
    float: right;
    color: #002147;
}
.research-objectives .fa-ul li{
    padding-bottom: 15px;
}
.research-activity ul li:before{
    content: "\2022";
    color: #002147;
    font-weight: bold;
    display: inline-block;
    width: 1em;
}
.right-navbar .admission-lists{
    margin: 0 !important;
    background-color: #f8f8f8;
}

.under-ul{
    padding: 15px 40px 0 0;
}
.under-ul li{
    list-style: inside;
}
.staff{
    padding: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #e1e1e1;
    border-radius: 15px;
    background-color: #fbfbfb;
}
.staff p{
    margin: 0;
}
.staff img{
    width: 120px;
    position: relative;
    margin-top: -72px;
    height: 120px;
    padding: 2px;
    border: 3px solid #00234b;
}
.research-area .news-home-text{
    height: 180px;
    padding: 30px 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.90) 80%);
}
.research-area .news-home-text h1{
    color: #fff;
    padding: 0 140px; 
}
.research-area .news-home-text p{
    color: #fff;
    padding: 0 140px;  
}
@media (max-width: 767px){
    .research-area .news-home-text p{
        padding: 0 30px;  
    }
    .research-area .news-home-text h1{
        padding: 0 30px; 
    }
}
.research-page{
    padding-top: 100px;
}

/*   RESEARCH  end*/



/*  FACULTY  start */

.faculty-home-page{
    background-color: #f7f7f7;
}
.faculty-area #hero{
    height: 60vh;
}
.faculty-area #hero h4{
    position: absolute;
    bottom: 70px;
    right: 190px;
    color: #fff;
}
.faculty-text ul li{
    list-style: inside;
}
.faculty-prof .card{
    background-color: #fcfcfc;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.13), 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.faculty-prof .card img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.faculty-prof .card p{
    margin: 0;
}
.faculty-prof .card h4{
    padding: 7px 0;
    color: #00234b;
}
.small-btn{
    width: 150px;
    position: absolute;
    bottom: 0px;
    left: 25px;;
    border-radius: 30px;
}
.right-navbar{
    padding-top: 100px;
}
.faculty-sec-area{
    padding-top: 100px;
}
.faculty-card{
    width: 100%;
    height: 25rem;
    position: relative;
    display: block;
    margin: 0 .4rem .8rem;
    border: .1rem solid #efefef;
    white-space: normal;
    text-decoration: none;
    transition: box-shadow .25s ease;
    border-radius: 10px;
    background-color: #fff;
}
.faculty-card:hover {
    box-shadow: 0 0 1.2rem rgba(0,0,0,.1);
}
.faculty-news-caption{
    padding: 0 .8rem;
}
.faculty-card .faculty-news-title{
    white-space: normal;
    font-size: 1.2rem;
    line-height: 2.3rem;
    color: #222;
    text-align: center;
    margin: 1.3rem 0 1.8rem;
    font-weight: 600;
    max-height: 4.8rem;
    overflow: hidden;
    transition: margin .3s ease-out;
}
.faculty-card:hover .faculty-news-title{
    margin: .8rem 0 .8rem;
}
.faculty-card .faculty-news-desc {
    max-height: 3.6rem;
    overflow: hidden;
    color: #727272;
    font-size: 14px;
    line-height: 1.8rem;
    opacity: 0;
    height: 0rem; 
    max-height: none;
    transition: height .25s ease, opacity .25s ease;
    font-weight: 400;
}
.faculty-card:hover .faculty-news-desc{
    opacity: 1;
    height: 3.6rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1.8rem;
}
.faculty-card .faculty-news-img{
    width: 100%;
    position: relative;
    height: 220px;
    display: block;
    transition: 0.7s;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.faculty-card .faculty-news-img img{
    height: 220px;
    width: 100%;
    transition: 0.6s;
}

.faculty-card:hover img{
    transform: translateZ(0) translateY(-10%);
    transition: 0.7s;
}
.faculty-card:hover .faculty-news-img{
    height: 190px;
    transition: 0.7s;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faculty-news-date{
    position: absolute;
    display: inline-flex;
    bottom: 0;
    margin-bottom: 1rem;
    width: calc(100% - 2.2rem);
    left: 0;
    width: auto;
}
.faculty-card .faculty-news-date {
    flex: 1;
    text-align: left;
}
.faculty-news-time {
    color: #dc3545;
} 
.faculty-news-date:after {
    content: "";
    display: inline-block;
    margin-right: .8rem;
    width: .3rem;
    height: 1.4rem;
    background-color: #cd122d;
    border-radius: 5px;
}
.faculty-area .news-home-text{
    height: 180px;
    padding: 30px 0;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.90) 80%);
}
.faculty-area .news-home-text h1{
    color: #fff;
    padding: 0 140px; 
}
.faculty-area .news-home-text p{
    color: #fff;
    padding: 0 140px;  
}
@media (max-width: 767px){
    .faculty-area .news-home-text p{
        padding: 0 30px;  
    }
    .faculty-area .news-home-text h1{
        padding: 0 30px; 
    }
}


/*  FACULTY end*/


























/*  HOME news start  */

.news-home-img-card{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
}
.news-home-img-card img{
    min-height: 100%;
    height: 300px;
}
.news-home .card{
    border-radius: 0;
    /*height: 340px;*/
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);  
    height: 100%;
}
.news-home .card:hover a{
    color: #135291;
}
.news-home-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);  color: white;
}
.news-home .card p{
    color: #145e9a;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.news-home .card a{
    font-weight: 600;
    font-size: 17px;
}
.news-home .card-img-top{
    border-radius: 0;
    height: 200px;
}

/*  HOME news end  */



/*  HOME events start  */

.events-iaut .warpper{
    display: flex;
    width: 70%;
    justify-content: center;
}
.events-iaut .card{
    height: 28em;
    background: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
    transition: 0.5s ease-in-out;
    margin-bottom: 30px;
    border: none;
    border-radius: 10px;
    border: none;
}
.events-iaut .card:hover{
    transform: translateY(-10px);
}
.events-iaut .card:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55);  
    color: white;
    z-index: 0;
    transition: 0.5s all;
    opacity: 0;
    border-radius: 10px;
}
.events-iaut .card:hover:before{
    opacity: 1;
}
.events-iaut .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    color: white;
}
.events-iaut .card img:hover{
    transform: scale(1.2);
}
.events-iaut .card .info-ev{
    position: relative;
    z-index: 3;
    color: #fff;
    opacity: 1;
    transform: translateY(30px);
    transition: 0.5s all;
    margin-top: auto;
    width: 100%;
}
.card:hover .info-ev{
    opacity: 1;
    transform: translateY(0px);
}
.card .info-ev h4{
    margin: 0;
    color: #FFF;
}
.card .info-ev p{
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #c7c7c7;
}
.events-iaut .card .date {
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 1em;
    line-height: 1em;
    opacity: .8;
    color: #e9ecff;
}
.events-iaut .card:hover .date{
    font-size: 23px;
    text-align: center;
    width: 100%;

}

.events-iaut .card .events-home-text{
    position: absolute;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    padding: 0 10px 20px 10px;
}

/*  HOME events end  */

/*  HOME field of study start */

.field-home p{
    margin-top: 9px;
}
.field-home h3{
    color: #145e9a;
}
.w-30{
    width: 30%;
}

.field-home img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}


/*  HOME field of study end */



/*  HOME faculty start */

.faculty-home{
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.faculty-home .card{
    height: 33em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
    border: none;
}
.faculty-home .card:before{
    content: "";
    position: absolute;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.9);
    color: white;
    z-index: 0;
    transition: all, 0.5s, ease-out, 0.5s;
    opacity: 0;
}
.faculty-home .card:hover:before{
    opacity: 1;
}
.faculty-home .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
}

.faculty-home .card .events-home-text{
    height: 100%;
    position: relative;
    width: 100%;
    padding: 35px 30px 40px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,0.60) 100%);
    border-radius: 5px;
}
.info-faculty{
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 30px;
}
.info-faculty h3{
    color: #fff;
}
.faculty-home .card:hover .info-faculty{
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding: 0 0 32px;
    margin-bottom: 34px;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.faculty-home .card:hover .events-home-text ul li{
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: space-around;
}
.faculty-home .events-home-text ul li{
    opacity: 0;
    visibility: hidden;
    transition: all, 0.7s, ease-out, 0.7s;
}
.faculty-home .events-home-text ul li p{
    color: #FFffff;
}

/*  HOME faculty end */



/*  HOME agency end */

.agency-home .card{
    height: 250px;
    width: 100%;
    border: none;
}
.agency-home .inner{
    border-radius: 0.25rem;
}
.agency-home .inner img{
    max-width: none;
}
.agency-home-text{
    height: 100%;
    width: 100%;
    padding: 35px 30px 40px;
    border-radius: 0.25rem;
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent,rgb(35 30 75 / 99%) 100%);
}
.agency-home-text h2{
    color: white;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.agency-home-text:hover{
    background: none;
    border-radius: 0.25rem;
}

/*  HOME agency end */


/*  HOME visa start */

.visa-iaut p{
    color: #fff !important;
}

/*  HOME visa end */


/*  HOME field of study start */

.field-iaut{
    background-image: url("../img/new/field-home.jpg");
    background-size: cover;
}

/*  HOME field of study end */


/*  HOME workshop start */

.workshop-home .card{
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 3px;
}
.workshop-home .card img{
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.workshop-home .card .date{
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #002147d1;
    color: #fff;
    padding: 7px;
    border-top-right-radius: 3px;
}
.workshop-home .card h5{
    color: #002147;
}
.workshop-home .card p{
    color: #222222;
    margin: 0;
}
.workshop-home .card .date span {
    display: block;
    text-align: center;
    font-size: 14px;
}    
.w-description img{
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin: 5px 10px;
}
.prof-workshop{
    border-bottom: 1px solid #c6d3ff;
}
.prof-workshop:last-child {
  border-bottom: none;
}
.w-description:last-child {
  border-bottom: none;
}
/*
.w-button{
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #002147;
    background-color: #fff;
    padding: 8px 25px; 
    border: none;
}
.w-button:hover{
    color: #fff;
    background-color: #002147;
    border: none;
    border-radius: 5px;
    transition: 0.5s;
}
*/
.modal-dialog{
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.modal-content{
    width: 100%;
    height: 100%;
    background-color: #051426f2;
    color: white;
}
.poster-modal{
    border-radius: 7px;
}
.modal{
    z-index: 10000;
}
.modal-title{
    color: #fff;
    margin: auto;
}
.w-description{
    border-bottom: 1px solid #fff;
    margin-bottom: 17px;
    padding-bottom: 10px;
}
.modal-header .close{
    padding: 15px;
    color: white;
    margin: 0 0 0 auto;
    opacity: unset;
}
button:focus {
    outline: 0 !important;
    outline: 0 !important;
}

/*  HOME workshop end */



/*  HOME research end */


.research-home .card {
  margin: 10px 0;
  width: 100%;
  height: 300px;
  border-radius: 40px;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
  border: none;
}

.research-home .card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.research-home .card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.research-home .card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.research-home .card:hover {
  transform: scale(1.1, 1.1);
  box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
    -5px -5px 30px 15px rgba(0,0,0,0.22);
}
.research-home-text{
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

/*  HOME research start */























/* OMID CSS */






/* start agency  */


/* start agency caption */
.agencyCaption{
    padding-top: 130px;
}
.coverText {
    text-align: center;
    padding-top: 153px;
}
.TitleText {
    color: #131313;
    font-weight: 700;
    padding-bottom: 10px;
}
.DescText {
    color: #131313;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
}
/* end agency caption */

/* start agency Area */
.agencyArea {
    padding-bottom: 30px;
}
.agencyArea ul li i {
    margin-left: 3px;
}
.agencyCard {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #d2d2d2;
}
.CardTag {
    position: absolute;
    top: 15px;
    right: 15px!important;
    font-size: 25px;
    color: #e2e2e2;
    padding: 1px;
    margin-left: 10px;
    text-align: left;

}
.countryTags {
    width: 100%;
    height: 100%;
    position: relative;
    background: linear-gradient(180deg,rgba(0,0,0,.65) 2%,transparent);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.trAgencyPic {
    width: 100%;
    height: 200px;
    position: relative;
    background-size: cover;
    background-image: url("../img/uni-agency/istanbul.jpg");
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.irAgencyPic {
    position: relative;
    background-size: cover;
    background-image: url("../img/uni-agency/erbil.jpg");
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
}
.afAgencyPic {
    position: relative;
    background-size: cover;
    background-image: url("../img/uni-agency/kabul-2.jpg");
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
}
.azAgencyPic {
    position: relative;
    background-size: cover;
    background-image: url("../img/uni-agency/baki.jpg");
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
}
.agencyCardBody img {
    position: absolute;
    width: 105px;
    height: 105px;
    box-shadow: 0 0 5px #8e8e8e;
    border-radius: 50%;
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: -54px;
    border: 2px solid #ffffff;
}
.agencyCardBody .agencyCardDesc {
    width: 100%;
    display: inline-block;
    text-align: right;
    padding: 5px 10px 5px 10px;
    float: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 0px 12px 0px #d2d2d2;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.agencyCardDesc ul {
    padding: 0px 15px 0px 15px;
}
.agencyNameStyle h5 {
    text-align: left;
    margin-left: 125px;
    margin-bottom: 15px;
    color: #002147;
    margin-top: 5px;
}
.agencyIcons{
    padding: 10px 0;
    margin: auto;
}
.agencyIconStyle {
    font-size: 30px;
    display: flex;
    margin-top: 10px;
}
.agencyIconStyle .fa-map-marker{
    color: #E65446;
}
.agencyIconStyle .fa-phone{
    color: #002147;
}
.agencyIconStyle .fa-mobile{
    color: #5390EE;
}
.agencyIconStyle .fa-whatsapp{
    color: #33AF23;
}
.agencyIconStyle .fa-envelope{
    color: #F4C00E;
}
.agencyTextFontStyle {
    color: #000000;
    text-align: left;
    font-size: 16px;
    margin: auto 15px;
}
.agencyMapIcon {
    text-align: center;
    font-size: 25px;
}
.agencyPhoneIcon {
    text-align: center;
    font-size: 25px;
}
.agencyMobileIcon {
    text-align: center;
    font-size: 29px;
}
.agencyWhatsUpIconStyle{
    margin-right: -4px;
}
.agencyEnvelopeIcon {
    text-align: center;
    font-size: 25px;
}
/* Start Facebook Icon Style */
.agencyContactIconStyle .agencyFacebookIconStyle a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
}
.agencyContactIconStyle .agencyFacebookIconStyle a:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    background: #3b5998;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}
.agencyContactIconStyle .agencyFacebookIconStyle a:hover:before {
    transform: scale(1.2);
    box-shadow: 0 0 15px #3b5998;
    filter: blur(3px);
}
.agencyContactIconStyle .agencyFacebookIconStyle a:hover {
    color: #ffa502;
    /*box-shadow: 0 0 15px #3b5998;*/
    text-shadow: 0 0 20px #3b5998;
}
/* End Facebook Icon Style */

/* Start Twitter Icon Style */
.agencyContactIconStyle .agencyTwitterIconStyle a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
}
.agencyContactIconStyle .agencyTwitterIconStyle a:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    background: #00acee;
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}
.agencyContactIconStyle .agencyTwitterIconStyle a:hover:before {
    transform: scale(1.2);
    box-shadow: 0 0 15px #00acee;
    filter: blur(3px);
}
.agencyContactIconStyle .agencyTwitterIconStyle a:hover {
    color: #ffa502;
    /*box-shadow: 0 0 15px #00acee;*/
    text-shadow: 0 0 20px rgba(0, 172, 238, 0.5);
}
/* End Twitter Icon Style */

/* Start Instagram Icon Style */
.agencyContactIconStyle .agencyInstagramIconStyle a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 30px;
    color: #666;
    transition: .5s;
}
.agencyContactIconStyle .agencyInstagramIconStyle a:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border-radius:50%;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    transition: .5s;
    transform: scale(.9);
    z-index: -1;
}
.agencyContactIconStyle .agencyInstagramIconStyle a:hover:before {
    transform: scale(1.2);
    box-shadow: 0 0 15px #cd486b;
    filter: blur(3px);
}
.agencyContactIconStyle .agencyInstagramIconStyle a:hover {
    color: #bc2a8d;
    /*box-shadow: 0 0 15px #cd486b;*/
    text-shadow: 0 0 20px #e95950;
}
/* End Instagram Icon Style */
.agencyContactIconStyle {
    font-size: 30px;
    border-radius: 20px;
    padding: 0 7px;
    margin: auto;
}
.agencyInstagramIconStyle .fa-instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
}
.agencyTwitterIconStyle .fa-twitter {
    color: #50ABF1;
}
.agencyFacebookIconStyle .fa-facebook {
    color: #4867AA;
}
.agencyCollapseStyle{
    text-align: center;
    font-size: 17px;
    text-decoration: none;
    padding: 8px 0;
}
.agencyCardFooter {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
/* end agency Area */


/* end agency  */



/* start FAQ */


.faqCover {
    width: 100%;
    padding-right: 75px;
    padding-left: 75px;
}

.faqCBox{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.faqDescText {
    text-align: left;
    padding-top: 130px;
}
.TitleText {
    color: #131313;
    font-weight: 700;
    margin-bottom: 20px;
}
.DescText {
    color: #2e2d29;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 22px;
    line-height: 1.4;
}

/* end Cover */

/* start filter */
.faqFilter{
    padding-right: 59px;
    padding-left: 59px;
}

.faqLabelText {
    font-size: 18px;
    padding: 0 18px;
    text-align: left;
}
.faqCategory select {
    color: #464646;
    width: 235px;
    background-color: #d4d7ff;
    border-radius: 5px;
}
.form-control {
    appearance: none;
}
.form-control:focus {
    box-shadow: unset !important;
}
.faqCategory form {
    text-align: center;
}
.selectDiv {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.selectDiv:after {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #21274C;
    left: 223px;
    top: 0;
    height: 48px;
    padding: 15px 7px 0 8px;
    position: absolute;
    pointer-events: none;
    background: #cccbdc;
    margin-right: -10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* start show-hide btn */
.faqCOpen .btn {
    color: #464646;
    background-color: #d4d7ff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    height: 37px;
    width: 80px;
    font-size: 14px;
    padding: 5px;
    float: right;
}
.faqCOpen .btn.shadow:active {
    color: #434343;
    background-color: #c6c6d7;
    -moz-box-shadow: inset 0 0 5px #d0d0d0;
    -webkit-box-shadow: inset 0 0 5px #d0d0d0;
    box-shadow: inset 0 0 5px #d0d0d0;
}
.btn.focus, .btn:focus {
    box-shadow: unset !important;
}


.FaqCollapseBox .panel-heading a{
    padding: 20px 15px;
    border-radius: 7px;
} 
.FaqCollapseBox .panel-body{
    padding: 0 15px;
}

/*   end FAQ   */




/*  start SINGLE-ALUMNI */


/* start alumni breadcrumb */
.singleFaAlumniText {
    padding-top: 160px;
}
/* end alumni breadcrumb */

/* start alumni card */

.SingleFaAlumniCard {
    padding: 15px;
}
.SingleFaAlumniPic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.SingleFaAlumniPic img {
    width: 375px;
    height: 375px;
    background-size: cover;
    background-position: center;
    margin: 10px 20px;
    box-shadow: 0 0 15px #cacaca;
}
.fAlumniCardStyle {
    width: 100%;

}
.descFamous {
    padding: 10px;
    text-align: center;
}
.singleInfo h4 {
    margin-bottom: 30px;
}
.singleDesc p {
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    color: #505050;
    margin: auto 5px;
}
.singleDesc ul li b {
    font-size: 17px;
    margin-bottom: 5px;
}
/* end alumni card */

/* start alumni card */

.faAlumniCard {
    position: relative;
    box-shadow: 0 0 5px #dadada;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}
.faAlumniCard:hover {
    transition: all 2s ease;
    box-shadow: 0 0 10px #dadada;
}
.faAlumniCardHead {
    overflow: hidden;
}
.faAlumniCard .faAlumniCardHead .alumniPhotoStyle img {
    box-shadow: 0 0 5px #969696;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}
.alumniPhotoStyle img:hover {
    transition: all 1.1s ease;
    transform: scale(1.1);
}
.faAlumniCard .faAlumniCardBody {
    position: absolute;
    bottom: 0;
    background-color: rgba(86, 170, 245, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: inherit;
}
.faAlumniCardBody .alumniTitleStyle p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #f5f4ff;
    padding: 5px;
    margin: 5px;
}
a:hover {
    text-decoration: none !important;
}
/* end alumni card */

/* start alumni breadcrumb */
.singleFaAlumniText {
    padding-top: 160px;
}
/* end alumni breadcrumb */

/* start alumni card */
.SingleFaAlumniCard {
    padding: 15px;
}
.SingleFaAlumniPic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.SingleFaAlumniPic img {
    width: 375px;
    height: 375px;
    background-size: cover;
    background-position: center;
    margin: 10px 20px;
    box-shadow: 0 0 15px #cacaca;
}
.fAlumniCardStyle {
    width: 100%;
}
.descFamous {
    padding: 10px;
    text-align: center;
}
.singleInfo h4 {
    margin-bottom: 30px;
}
.singleDesc p {
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    color: #505050;
    margin: auto 5px;
}
.singleDesc ul li b {
    font-size: 17px;
    margin-bottom: 5px;
}
/* end alumni card */

/* start alumni card */
.faAlumniCard {
    position: relative;
    box-shadow: 0 0 5px #dadada;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}
.faAlumniCard:hover {
    transition: all 2s ease;
    box-shadow: 0 0 10px #dadada;
}
.faAlumniCardHead {
    overflow: hidden;
}
.faAlumniCard .faAlumniCardHead .alumniPhotoStyle img {

    box-shadow: 0 0 5px #969696;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
}
.alumniPhotoStyle img:hover {
    transition: all 1.1s ease;
    transform: scale(1.1);
}
.faAlumniCard .faAlumniCardBody {
    position: absolute;
    bottom: 0;
    background-color: rgba(86, 170, 245, 0.5);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: inherit;
}
.faAlumniCardBody .alumniTitleStyle p {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #f5f4ff;
    padding: 5px;
    margin: 5px;
}
a:hover {
    text-decoration: none !important;
}
/* end alumni card */


/* start FAlumni Slider */
.SingleFaAlumniSlider {
    background-color: #f6f6f6;
}
/* end FAlumni Slider */

.FaAlumniCover{
    padding-top: 150px;
}

/*  end SINGLE-ALUMNI */

.slick-next {
    right: -25px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome' !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev {
    left: -25px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 38px;
    height: 38px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    border-radius: 50%;
}
.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-list {
    margin: 0 15px !important;
}







































/*****************************  HOME css 2 start ******************************/

/*  HOME news start  */

.news-home-more{
    background-image: linear-gradient(to bottom, #03a9f4, #21b1f7, #34b9f9, #44c1fb, #53c9fd);
    text-align: center;
}
.news-home-more .fa-newspaper-o{
    color: white;
    font-size: 60px;
    text-align: center;
    margin-top: 50px;
}
.news-home-more p{
    color: white;
    font-weight: bold;
    font-size: 29px;
    margin-top: 40px;
}
.home-news-btn{;
    border: 1px solid #fff;
    padding: 7px 10px;
    margin-top: 50px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.news-home-more .home-news-btn p{
    font-size: 15px;
    margin: 0;
}
.news-home-more .fa-plus-square-o{
    color: white;
    padding: 2px 10px;
    font-size: 24px;
}
.home-news .news-home-img-card .news-more-btn{
    text-align: right;
}   
.home-news .news-home-img-card .news-more-btn a{
    color: #ffc107;
    font-weight: 400;
    font-size: 14px;
}   

.home-news .news-home-img-card{
    border: 1px solid #03a9f4;
}
.home-news .news-home-text {
    padding: 10px 20px 20px;
    /* background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%); */
    background: #00000096;
    /*height: 100px;*/
}

/*  HOME news end  */

/*  HOME events start  */

.home-event .iaut-btn{
    background-color: #002147;
    border-radius: 10px;
}
.home-event {
    background-color: #F2F3F7;
}
.card .events-home-text{
    position: absolute;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 0 10px 20px 10px;
}
/*.news-more-btn a:before{*/
/*    content: "\f106";*/
/*    font-family: fontawesome;*/
/*    text-align: center;*/
/*}*/


.home-event .warpper{
    display: flex;
    width: 70%;
    justify-content: center;
}
.home-event .cards__container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    color: white;
}
.home-event .cards__container .info-ev{
    margin-top: auto;
    padding-bottom: 15px;
}
.cards__container .info-ev h6{
    margin: 0;
    color: #FFF;
    text-align: center;
}
.cards__container .info-ev p{
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #c7c7c7;
}
.home-event .cards__container .date {
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 1em;
    line-height: 1em;
    opacity: .8;
    color: #e9ecff;
}

.home-event .cards__container .events-home-text{
    position: absolute;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);
    bottom: 0;
    width: 100%;
    border-radius: 10px;
    padding: 0 10px 20px 10px;
}

/*  HOME events end  */


/*  HOME faculty start */

.home-faculty-reaserch .home-faculty .card {
    height: 199px;
    margin: 7px;
}
.faculty-iaut{
    background-color: #fff;
}
.header-faculty{
    border-bottom: 2px solid;
    color: #A01D26;
}
.header-faculty h4{
    color: #A01D26;
    margin: 0;
}
.home-faculty{
    width: 100%;
    overflow-y: auto;
    max-height: 640px;
    overflow-x: hidden;
}
.home-faculty .card:hover ul{
    display: block;
}
.home-faculty ul{
    display: none;
}

.home-faculty{
    align-items: center;
    justify-content: space-around;
    text-align: center;
}
.home-faculty .card{
    height: 33em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);
    border: none;
}
.home-faculty .card:before{
    content: "";
    position: absolute;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.9);
    color: white;
    z-index: 0;
    transition: all, 0.5s, ease-out, 0.5s;
    opacity: 0;
}
.home-faculty .card:hover:before{
    opacity: 1;
}
.home-faculty .card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
}


.home-faculty .card .events-home-text{
    height: 100%;
    position: relative;
    width: 100%;
    padding: 15px 5px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,0.65) 100%);
    border-radius: 5px;
}
.info-faculty{
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    padding: 0 7px;
}
.info-faculty h6{
    color: #fff;
}
.home-faculty .card:hover .info-faculty{
    border-bottom: 1px solid rgba(183, 183, 183, 0.2);
    padding-bottom: 1px;
    margin-bottom: 15px;
    position: relative;
    bottom: initial;
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.home-faculty .card:hover .events-home-text ul li{
    opacity: 1;
    visibility: visible;
    display: flex;
    justify-content: space-around;
}
.home-faculty .events-home-text ul li{
    opacity: 0;
    visibility: hidden;
    transition: all, 0.7s, ease-out, 0.7s;
}
.home-faculty .events-home-text ul li p{
    color: #FFffff;
    font-size: 14px;
}

/*  HOME faculty end */

/*  HOME research end */

.home-research {
    background-color: #fff;
}

.home-research{
    width: 100%;
    overflow-y: auto;
    max-height: 640px;
    overflow-x: hidden;
}


.home-research .card {
  margin: 10px 0;
  width: 100%;
  height: 300px;
  border-radius: 40px;
  box-shadow: 0 0 0;
  cursor: pointer;
  transition: 0.4s;
  border: none;
}

.home-research .card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.home-research .card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.home-research .card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.home-research .card:hover {
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.research-home-text{
    text-align: center;
    color: #fff;
    padding: 20px 0;
}

/*  HOME research start */


/*  HOME field of study start  */

.field-iaut .iaut-btn{
    background-color: #03A9F4;
    border-radius: 10px;
}
.field-iaut .section-heading h4{
    color: #A01D26;
}
.field-iaut .section-heading span{
    background-color: #A01D26;
    width: 65px;
}

/*  HOME field of study end  */


/*  HOME admission visa start  */

.home-admission-visa{
    background-image: url("../img/UpdateImg/bg-41.jpg");
    background-size: cover;
}
.home-admission-visa .section-heading h4{
    color: #fff;
}
.home-admission-visa .section-heading span{
    background-color: #A01D26;
    width: 65px;
}
.w-20 {
    width: 20%;
}
.home-admission-visa .iaut-btn {
    background-color: #03A9F4;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
    left: 40%;
}
.home-admission-visa .section-heading {
    margin-bottom: 55px;
}

/*  HOME admission visa end  */


/*  HOME agency start  */

.home-agency .card{
    height: 28em;
    background: #fff;
    position: relative;
    display: flex;
    align-items: flex-end;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 13%), 0px 3px 6px rgb(0 0 0 / 10%);
    transition: 0.5s ease-in-out;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    border: none;
}
.home-agency{
    background-image: url("../img/UpdateImg/bg-2.jpg");
    background-size: cover;
}
.home-agency-country{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
}
.home-agency-country img{
    border-top-left-radius: 70px;
    height: 60px;
    border-bottom-right-radius: 10px;
}
.home-agency .card .inner{
    border-radius: 10px;
}
.home-agency-img{
    border-radius: 10px;
    height: 100%;
}
.home-agency h5{
    color: white;
    text-align: center;
}
.home-agency .section-heading h4{
    color: #FFC107;
}
.home-agency .section-heading span{
    background-color: #FFC107;
    width: 65px;
}
.home-agency .iaut-btn {
    background-color: #1d5fac;
    margin-top: 30px;
    border-radius: 10px;
}

/*  HOME agency end  */

/*  HOME about start  */

.home-about p{
    margin-bottom: 30px;
}
.home-about .iaut-btn {
    background-color: #03A9F4;
    border-radius: 10px;
}
.home-about .section-heading h4{
    color: #A01D26;
}
.home-about .section-heading span{
    background-color: #A01D26;
    width: 65px;
}

/*  HOME about end  */


/*  HOME workshop start  */

.home-workshop .card{
    border-radius: 15px;
}
.home-workshop .card-body img{
    width: 100%;
    height: 220px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.workshop-desc h5{
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}
.workshop-desc i{
    padding: 0 10px;
    color: #134975;
}
.home-workshop .section-heading h4{
    color: #A01D26;
}
.home-workshop .section-heading span{
    background-color: #A01D26;
    width: 65px;
}
.home-workshop{
    background-color: #F2F3F7;
}    

.workshop-desc button{
    background: none;
    border: none;
}
.workshop-desc button img{
    width: 50px !important;
    height: 50px !important;
}
.workshop-modal-btn{
    text-align: center;
    top: -31px;
    position: relative;
    height: 30px;
}
.home-workshop .card .date{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #002147de;
    color: #fff;
    padding: 7px;
    border-top-left-radius: 15px;
}
.home-workshop .card .date span {
    display: block;
    text-align: center;
    font-size: 15px;
} 
/*  HOME workshop end  */

/******************************  HOME css 2 end *******************************/




/*****************************  HOME css 3 start ******************************/

/*  HOME newes start */

.homepage-news{
    background-color: #f0eff9;
}
.homepage-news .section-heading h4{
    color: #A01D26;
}
.homepage-news .section-heading span{
    background-color: #A01D26;
    width: 65px;
}
.news-home-img-card{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    height: 100%;
}
.news-home-img-card img{
    min-height: 100%;
    height: 300px;
}
.homepage-news .card{
    border-radius: 0;
    /*height: 340px;*/
    border: none;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13), 0px 3px 6px rgba(0, 0, 0, 0.1);  
    height: 100%;
}
.homepage-news .card:hover a{
    color: #135291;
}
.news-home-text{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.85) 80%);  color: white;
}
.homepage-news .card p{
    color: #145e9a;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 600;
}
.homepage-news .card a{
    font-weight: 600;
    font-size: 17px;
}
.homepage-news .card-img-top{
    border-radius: 0;
    height: 200px;
}
.homepage-news .iaut-btn {
    background-color: #002147;
    margin-top: 30px;
    border-radius: 10px;
}

/*  HOME newes end */

/*  HOME about start */

.homepage-events .iaut-btn {
    background-color: #1d5fac;
    margin-top: 30px;
    border-radius: 10px;
}
.homepage-events{
    background-image: url("../img/UpdateImg/bg-5.png");
    background-size: cover; 
    background-position: center;
}
.homepage-events .section-heading h4{
    color: #fff;
}
.homepage-events .section-heading span{
    background-color: #A01D26;
    width: 65px;
}
.home-enent-img {
    display: flex;
    justify-content: center;
}
.home-enent-img img{
    width: 110%;
    max-width: 110%;
    height:158px;
    border-radius: 15px 15px 3px 3px;
    transition: .8s;
}
.homepage-events .card h6{
    margin-bottom: 3px;
    text-align: center;
    color: #a01d26;
    font-weight: 500;
}
.homepage-events .card .card-body{
    padding:15px;
}
.homepage-events a:hover .home-enent-img img{
    width: 100%;
    max-width: 100%;
    height:144px;
    transition: .8s;
}
.homepage-events .card .card-body h5{
    color: black;
    margin-bottom: 10px;
    text-align: center;
}
.homepage-events .card .card-body p{
    font-size: 15px;
    margin: 0;
}
.home-enent-img h6{
    position: absolute;
    background: #a01d26;
    top: -15px;
    color: white;
    padding: 10px;
}
.home-enent-img p{
    position: absolute;
    background: #a01d26;
    top: -20px;
    color: white;
    padding: 10px;
}
.homepage-events .card {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    height:calc(100% - 158px)
}

/*  HOME about end */

/*  HOME research start */

.homepage-research{
    background-color: #f0eff9;
}
.homepage-research .section-heading h4{
    color: #A01D26;
}
.homepage-research .section-heading span{
    background-color: #A01D26;
    width: 65px;
}
.homepage-research .research-tabs p{
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1), 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}
.homepage-research .research-tabs p{
    background-color: #b9deff;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}
.homepage-research .research-tabs p:before {
    content: "\f104";
    font-family: 'FontAwesome' !important;
    color: white;
    text-align: center;
    left: -20px;
    top: 10px;
    color: #21274C;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.5s ease 0s;
    float: left;
}
.homepage-research .research-tabs a:hover p:before {
    color: #fff;
    transition: all 0.5s ease 0s;
}
@media (min-width: 900px) and (max-width: 1800px) {
    .homepage-research .research-tabs {
        position: relative;
        left: -65px;
        z-index: 2;
    }
}

/*  HOME research end */

/*  HOME faculty start */

.homepage-faculty .section-heading h4{
    color: #A01D26;
}
.homepage-faculty .section-heading span{
    background-color: #A01D26;
    width: 65px;
}

/*  HOME faculty end */

/*  HOME field of study start */

.field-iaut .iaut-btn {
    background-color: #002147;
    margin-top: 30px;
}

/*  HOME field of study end */

/*  HOME admission visa start */

.home-admission-visa .iaut-btn{
    background-color: #1d5fac;
    margin-top: 30px;
}

/*  HOME admission visa end */


/*  HOME about start */

.home-about .iaut-btn {
    background-color: #002147;
    margin-top: 30px;
}

/*  HOME about end */

/*  HOME agency start */

.home-agency .section-heading h4{
    color: #fff;
}
.home-agency .section-heading span{
    background-color: #A01D26;
    width: 65px;
}

/*  HOME agency end */

/*  HOME workshop start */

.home-workshop{
    background-color: #f0eff9;
}

/*  HOME workshop end */




.home-event-1 .card{
    height: 100%;
    border-radius: 20px;
}
.home-event-1 .events-home-text{
    border-radius: 20px;
}
.home-event-1 .card .info-ev h5 {
    margin: 0;
    color: #FFF;
}
.home-event-1 .section-heading h4{
    color: #A01D26;
}
.home-event-1 .section-heading span{
    background-color: #A01D26;
    width: 65px;
}
.home-event-1 .card .date{
    width: 27%;
    color: white;
    background-color: #00000057;
    border-radius: 11px;
    text-align: center;
    margin: 5px 5px 5px auto;
    padding: 10px;
}


.header-search-box img {
    height: 20px;
    border-radius: 2px;
    width: 35px;
}
.header-search-box a {
    margin: 0 3px!important;
}
.header-search-box img:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 13px 2px #dadada;
    transition: .3s;
}
@media (min-width: 992px){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}

	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}

	.dropdown-menu li{
		position: relative;
	}
	.dir-rtl .nav-item .submenu{ 
		right:100%;
		left:unset;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%;
		top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.carousel-container , .carousel-container-vertical{
    position: absolute;
    background: rgba(13,33,71,75%) !important;
    padding: 20px;
}
.carousel-container{
    width: 100%;
    bottom: 65px;
}
.carousel-container-vertical{
    left: 200px;
    top:0;
    bottom:0;
    max-width: 370px;
}
.carousel-container h4,
.carousel-container-vertical h4,
.carousel-container p,
.carousel-container-vertical p{
    color:#fff !important;
}




    































