@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Old+Mincho:wght@400;700;900&display=swap');
/** BASIC CSS **/
:root {
    --color1: #ef7f1b;
    --color2: #d86c0e;
    --color3: #13720b;
    --color4: #0f6108;
}
* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
    font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6
{
    font-family: 'Zen Old Mincho', serif;
     margin:0;
	 color:#555;
     line-height: 1.2;
    }
.long_text_print font[size='7'],
.long_text_print font[size='6']{
    font-family: 'Zen Old Mincho', serif;
    margin:0;
    line-height: 1.2;
}
img{
    max-width: 100%;
}
a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: var(--color1);
	text-decoration: none;}
		
hr{
	background:#e3e3e3;
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: var(--color1);
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: var(--color1);
 color:#fff;}
 
a, input, select, textarea, img,.btn,button {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}	
.btn:focus,button:focus,.form-control:focus{
	outline:0;
	box-shadow:0 0 0 0 transparent;
}
.modal-open{
    padding-right: 0 !important;
}
.form-control{
    padding: 12px;
}	
.modal {
    z-index: 999999;
}
.modal-backdrop {
    z-index: 99999;
}
/** BASIC CSS END HERE **/ 
.Modern-Slider .item h3{
	font-size: 3em;
}
.Modern-Slider .item p{
	font-size: 1.2em;
}
.topbar {
    background: var(--color1);
}
.topmenu {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 0;
}
.topmenu li{
    padding: 14px 0;
}
.topmenu li a{
    color: #fff;
    border-left: 1px solid #ffffff82;
    padding: 0 12px;
}
.topmenu li a:hover{
	text-decoration: underline;
}
.topmenu li:first-child a{
    border-left: 0px solid #ffffff82;
	padding-left: 0;
}
.topmenu li:last-child a{
	padding-right: 0;
}
.topsocial{
	margin-left: auto;
    width: max-content;
    padding: 0;
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
.topsocial li a{
	color: #fff;
    padding: 14px 10px;
    display: block;
	width: 40px;
    text-align: center;
}
.topsocial li a:hover{
	background: #fff;
	color: var(--color1);
}
.logo {
    width: 100%;
    height: 119px;
    margin: 3px 0;
}
.logo a{
    width: 100%;
    height: 100%;
	display: block;
}
.logo img{
    width: 100%;
    height: 100%;
	object-fit: contain;
    object-position: left center;
}
.middle_contact {
    width: max-content;
    margin-left: auto;
    height: 100%;
    display: flex;
    align-items: center;
}
.middle_contact span {
	font-size: 14px;
    background: var(--color3);
    color: #fff;
    padding: 6px 12px;
    display: block;
    width: 70px;
    border-radius: 12px 5px 0 0px;
    margin-left: auto;
    text-align: right;
}
.middle_contact a {
    font-size: 18px;
    color: #fff;
    display: block;
    padding: 3px 8px 3px 4px;
    background: var(--color1);
	border-radius: 5px 0px 5px 5px;
}
.middle_contact a i.fa{
	width: 30px;
    height: 30px;
    background: var(--color3);
    color: #fff;
    text-align: center;
    line-height: 1.8;
    border-radius: 5px;
}
.navigationbar {
	background: var(--color3);
    width: 100%;
    height: 75px;
    position: relative;
    top: 0;
	z-index: 99999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 0;
    border-bottom: 0px solid #33333314;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    animation: slide-down 0.7s;
}
nav ul {
    width: auto;
    list-style: none;
    line-height: 75px;
    margin: auto;
    padding: 0;
    text-align: left;
}
nav ul li {
    display: inline-block;
    position: relative;
    transition: all .3s ease;
}
nav ul li a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
	letter-spacing: .2px;
	padding: 0 15px;
    position: relative;
}
nav ul li a img{
    position: absolute;
    top: 11px;
    width: 38px;
    right: 0;
}
nav ul li:hover .dropdown {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
}
nav ul li > a:hover,nav ul li > a:focus,
nav ul li.active a {
    color: #ffffff;
    text-decoration: none;
    background: var(--color1);
}
nav ul li ul li > a:hover,nav ul li ul li > a:focus,
nav ul li ul li.active a {
    color: #ffffff;
    text-decoration: none;
    background: var(--color3);
}
.sticky nav ul li > a:hover,.sticky nav ul li > a:focus,
.sticky nav ul li.active a{
    border-radius: 0;
    }
.dropdown {
    position: absolute;
    left: 0;
    width: 200px;
    height: auto;
    background: var(--color1);
    z-index: 9999;
    text-align: left;
    line-height: normal;
    border-radius: 0px;
    overflow: hidden;
	box-shadow: 0px 3px 3px #0000002e;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.dropdown li {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
.dropdown li a {
    font-size: 13px;
    font-weight: 400;
    display: block !important;
    padding: 9px 0 9px 10px;
}
.sticky .dropdown li a{
	color: #fff;
}
.toogle_button {
    display: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left:19px;
}
.nav_button {
    width: 106px;
    list-style: none;
    line-height: 65px;
    margin-left: auto;
    padding: 0;
    text-align: right;
    margin-top:-76px;
}
.nav_button a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--color1);
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
}
.section{
    padding: 80px 0;
}
.about_img{
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vdobtn a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 26px;
    width: 50px;
    text-align: center;
    height: 50px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    line-height: 1.9;
}
/* .section_title{
    
} */
.section_title h1,
.long_text_print font[size='7']{
    color: #000;
    font-weight: bold;
    position: relative;
    margin-bottom: 24px;
    display: block;
}
.section_title h1 span{
    color: var(--color1);
}
.section_title h1::after{
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: var(--color3);
    position: absolute;
    bottom: -12px;
}
.section_title.text-center h1::after{
    left: 0;
    right: 0;
    margin: auto;
}
.section_title.text-right h1::after{
    right: 0;
}
.display_middle {
    display: table-cell;
    vertical-align: middle;
}
.about_content{
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 0px 0 20px;
}
.btn-common {
    background: var(--color1);
    color: #fff;
    padding: 9px 20px;
    font-size: 1.13rem;
    border-radius: 50px;
    box-shadow: 0px 0px 0px var(--color2);
}
.btn-common:hover,.btn-common:focus{
    background: var(--color2);
    color: #fff;
    box-shadow: 0px 0px 10px var(--color2);
}
.btn-common2{
    background: transparent;
    color: var(--color2);
    border:1px solid var(--color2);
    padding: 7px 14px;
    font-size: 1rem;
    border-radius: 50px;
}
.btn-common2:hover,.btn-common2:focus{
    background: var(--color2);
    color: #fff;
}
.courses_sec{
    /* background: url('../images/dotedbg.jpg'); */
    background: url('../images/Website_Banner.png');
    /* background-size: 100%; */
}
.course_bx {
    background: #fff;
    margin: 20px 0;
    border-bottom: 5px solid var(--color1);
    border-radius: 9px 9px 0 0;
    overflow: hidden;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.wings-details .course_bx{
    border: 1px solid #f1f1f1;
    background: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 5px 20px -13px #0000008f;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.course_bx:hover{
    border-color: var(--color3);
    box-shadow: 0 5px 20px -11px #13720b;
}
.course_img {
    width: 100%;
    height: 200px;
    position: relative;
}

.course_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price_text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000bf;
    color: #fff;
    font-size: 20px;
    padding: 12px 28px 12px 12px;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    border-bottom: 5px solid var(--color1);
}
.course_dtls {
    padding: 1em;
}
.course_dtls h1{
    font-size: 18px;
    color: var(--color1);
    margin-bottom: 7px;
}
.course_dtls p{
    color: #000;
}
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
	background: #00000080;
	opacity: 0.4;	
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-prev{
	left: -50px;
}
.owl-carousel .owl-nav button.owl-next{
	right: -50px;
}
.owl-carousel .owl-nav button:hover,.owl-carousel .owl-nav button:focus{
    opacity: 1;
}
.owl-dots {
    margin-top: 10px;
    text-align: center;
}
.owl-carousel button.owl-dot{
	background: #fff;
    color: inherit;
    border: 1px solid var(--color1);
    padding: 0!important;
    font: inherit;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
}
.owl-carousel button.owl-dot.active{
	background: var(--color1);
}
.course_slider {
    width: 95%;
    margin: auto;
}
.total_counter_sec {
    background: url('../images/home-bg2.png') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}
.background_overlay{
    background:rgb(32 44 69 / 78%);
}
.counter_bx{
    text-align: center;
    margin: 20px 0;
}
.counter_bx span i.fa,
.counter_bx span img{
    font-size: 31px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid;
    line-height: 1.4;
    object-fit: contain;
    padding: 6px;
}
.counter_bx h1{
    color: var(--color1);
    font-size: 35px;
    font-weight: 600;
    margin: 11px 0;
    line-height: 1;
}
.counter_bx p{
    color: #fff;
    margin-bottom: 0;
}
.wings_bx{
    text-align: left;
    margin: 10px 0;
}
.wings_bx img{
    width: 100%;
    height: 170px;
    margin: 20px auto;
    border-radius: 10px;
    margin: 20px auto;
}
.wings_bx h2 {
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 10px;
}
.testimonial_sec{
    background: #f2f6ff;
}
#testimonial_slide .item{
	padding: 20px 13px;
}
.testimonial_bx {
    box-shadow: 2px 11px 16px -8px #00000038;
    padding: 24px 30px;
    background: #fff;
}
.testimonial_bx span.icon {
    font-size: 57px;
    color: #d5d5d5;
    margin-bottom: 10px;
    display: block;
}
.testimonial_bx p {
    font-size: 15px;
    color: #555555;
	min-height:120px;
}
.test_user_pf {
    display: table;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #cecece;
    padding-top: 8px;
}
.test_pf {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    float: left;
	margin-right: 10px;
	display: table-cell;
    vertical-align: middle;
}
.test_pf img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.test_user_pf h6{
	font-family: 'Montserrat', sans-serif;
    display: table-cell;
    vertical-align: middle;
	width: 100%;
	text-align: left;
    font-size: 17px;
    font-weight: 600;
    color: var(--color1);
}
.event_why_choose_sec .section_title h1{
    font-size: 1.7rem;
    font-weight: 500;
    margin-bottom: 30px;
}
.event_card {
    background-color: #fff;
    max-width: 95%;
    box-shadow: 0px 6px 28px #c8c8c8;
    border-radius: 8px;
    display: grid;
    grid-template-column: repeat(5, 1fr);
    overflow: hidden;
    margin: 20px 0;
  }
  .event_card .img-container {
    width: 230px;
    height: 100%;
    grid-column: 2;
    background-color: #c1b7b4;
  }
  .event_card .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .card-content {
    grid-column: 3 / 5;
    padding: 10px 30px;
    border-left: 1px solid #ccc;
  }
  .event_card h2 {
    text-transform: uppercase;
    color: #555;
    font-size: 1rem;
  }
  .event_card h1 {
    font-size: 1.4rem;
    color: var(--color1);
    margin: 5px 0;
  }
  .event_card i.fa{
    color: var(--color1);
  }
  .card-content p{
      margin-bottom: 0;
  }
  .card-content .author {
    border-top: 1px solid #cdcdcd;
    font-weight: 400;
    margin-top: 8px;
    padding: 6px 0 0px 0;
    color: #555;
    font-size: 13px;
    margin-bottom: 0;
  }
  
  @media only screen and (max-width:600px) {
    .event_card {
      display: block;
    }
    .event_card .img-container {
      height: 250px;
      width: 100%;
    }
    .card-content {
      border: 0;
      border-top: 1px solid #ccc;
    }
  }

  .accordion-container {
    position: relative;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border-bottom: 1px solid var(--color1);
    border-left: 1px solid var(--color1);
    border-right: 1px solid var(--color1);
    border-radius: 9px;
    overflow: hidden;
}
.accordion-container p {
    font-size: 15px;
    color: #565656;
}
.accordion-container ul{
    list-style: none;
    padding-left: 20px;
    margin: 20px 0;
}
.accordion-container ul li{
    position: relative;
    font-size: 15px;
    color: #848484;
    line-height: 23px;
    font-weight: 500;
    padding-left: 22px;
}
.accordion-container ul li::after {
    content: "\f058";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: var(--color1);
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}
.accordion-container .article-title {
    font-family: 'Montserrat', sans-serif;
    display: block;
    position: relative;
    margin: 0;
    padding:0.8em 2.8em 0.8em 0.8em;
    border-top: 1px solid var(--color1);
    font-size: 15px;
    font-weight: normal;
    /* color: #616161; */
    color: var(--color1);
    cursor: pointer;
    font-weight: 600;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    height: 31px;
    margin: auto;
    right: 12px;
    font-style: normal;
    font-size: 1.5em;
    color: var(--color1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.accordion-container .content-entry i:before {
    content: "\f055";
    font-family: FontAwesome;
}

.accordion-container .content-entry.open i:before {
    content: "\f056";
    font-family: FontAwesome;
}

.accordion-content {
    display: none;
    padding: 1em;
}
#content {
    width: 100%;
}

.accordion-container,
#description {
    width: 100%;
    margin: 1.875em auto;
}

#description p {
    line-height: 1.5;
}

#description h2 {
    text-align: center;
}

.accordion-container .content-entry.open .article-title {
    background: var(--color1);
    color: #fff;
    border-top: 1px solid var(--color1);
}
.accordion-container .content-entry.open i {
    color: #fff;
}
.media_sec {
    background: var(--color1);
    padding: 20px 0;
}
#media_slide img{
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.footer-section ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: var(--color1);
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 101px;
    filter: contrast(0);
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon {
    margin-bottom: 20px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.linkedin-bg{
    background: #0061ac;
  }
.whatsapp-bg{
background: #4caf50;
}
.youtube-bg{
background: #e91e63;
}
.instagram-bg{
background: #e76ce9;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: var(--color1);
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: var(--color1);
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: var(--color1);
    padding: 13px 20px;
    border: 1px solid var(--color1);
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: var(--color1);
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: var(--color1);
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
/*----about-------*/
.inner_banner{
    width: 100%;
    height: 261px;
    position: relative;
    overflow: hidden;
}
.inner_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_sec{
    background: url(../images/palm-trees-3.png) no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.contact_form {
    position: relative;
    width: 100%;
    height: auto;
    background: #F8F8F8;
    padding: 52px 30px 40px 30px;
    margin-top: 44px;
    box-shadow: 0 5px 9px 0px #002d6f2e;
    border-radius: 20px;
}
.contact_form::before{
    content: "\f1d8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 27px;
    position: absolute;
    top: -29px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    background: var(--color1);
    text-align: center;
    line-height: 2.2;
    border-radius: 50%;
}
.contact_form .form-control {
    border: 1px solid #cccccc;
    padding: 15px;
}
.contact_content {
    margin-top: 47px;
    padding: 25px;
    background: #ffffffbd;
}
.contact_content h2 {
    font-size: 25px;
    font-weight: bold;
    color: var(--color5);
    margin-bottom: 15px;
}
.contact_content h2 span{
    color: var(--color6);
}
.contact_content p,.contact_content p a {
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 500;
}
.contact_content p a:hover{
    color: var(--color1);
}
.contact_content p label{
    color: #000;
    font-weight: bold;
    font-size: 17px;
}
.contact_content p label i.fa{
    color: var(--color1);
    font-size: 19px;
}
.contact_content .social_link{
    margin: 10px 0;
}
.contact_content .social_link li {
    margin-right: 29px;
}
.contact_content .social_link li a {
    font-size: 24px;
}
.social_link {
    display: flex;
    list-style: none;
	padding-left: 0;
	margin: 30px 0;
}
.social_link li{
	margin-right: 21px;
}
.social_link li a{
	font-size: 16px;
    color: var(--color1);
}
.gmap{
    width: 100%;
    text-align: center;
    padding-bottom: 0 !important;
    border-bottom: 8px solid var(--color1);
}
.gmap iframe{
    width: 100%;
    height: 350px;
    margin: 0;
}

/*----------gallery-------------*/

.tz-gallery {
    padding: 0px;
}
.tz-gallery a {
    width: 100%;
    height: 263px;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family:FontAwesome;
    content: '\f009';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgb(30 32 88 / 86%);
    background: -moz-linear-gradient( 30deg, rgb(32 44 69 / 77%) 0%, rgb(242 24 79 / 61%) 100%);
    background: -webkit-linear-gradient( 30deg, rgb(32 44 69 / 77%) 0%, rgb(242 24 79 / 61%) 100%);
    background: -ms-linear-gradient(  30deg, rgb(32 44 69 / 77%) 0%, rgb(242 24 79 / 61%) 100%);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
.form_body{
    position: relative;
    width: 100%;
    height: auto;
    background: #F8F8F8;
    padding: 52px 30px 40px 30px;
    box-shadow: 0 5px 9px 0px #002d6f2e;
    border-radius: 20px;
}
.long_text_print,.long_text_print ul li{
    font-size: 15px;
    color: #848484;
    line-height: 23px;
    font-weight: 400;
}
.long_text_print ul li a{
    color:var(--color1);
}
.long_text_print h1{
    font-size: 2em;
}
.long_text_print font[size='7']{
    /* color: #4e4e4e; */
}
.long_text_print font[size='6']{
    /* color: #4e4e4e; */
}
.long_text_print font[size='5']{
    /* color: #4e4e4e; */
}
.long_text_print font[size='4']{
    /* color: #4e4e4e; */
}
.long_text_print font[size='3']{
    /* color: #4e4e4e; */
}
.long_text_print font[size='2']{
    /* color: #4e4e4e; */
}
.long_text_print font[size='1']{
    /* color: #4e4e4e; */
}
.wings-details .wings_img{
    max-height: 490px;
    object-fit: cover;
    object-position: center center;
}
.wings-details .card h2{
    color: #000;
    font-weight: bold;
}
.wings-details .card p{
    font-size: 1.3em;
    color: #4e4e4e;
}
.wings-details .card i.fa,
.wings-details .card a{
    color:var(--color1);
}
.form-control,
#DataTables_Table_0_length select ,
#DataTables_Table_0_filter input{
    padding: 9px;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
}
.form-control:focus,.form-control:hover,
#DataTables_Table_0_length select:hover,
#DataTables_Table_0_length select:focus,
#DataTables_Table_0_filter input:hover,
#DataTables_Table_0_filter input:focus{
    border: 1px solid #adadad ;
}
table.dataTable thead th, table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 1px solid #eaeaea !important;
}
table.dataTable tbody th, table.dataTable tbody td{
    border-bottom: 1px solid #eaeaea !important;
}
table.dataTable thead th{
    background-color: #dee2e6 !important;
}

.paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-radius:6px;
    color: #fff !important;
    background: var(--color1);
    border: 1px solid var(--color1);
}
.course_slider  .owl-stage,.owl-stage{
    margin: auto;
}
.btn-close {
    background: transparent;
    color: red;
    font-weight: bold;
}
.link{
    color: var(--color1);
}
.link:hover{
    text-decoration: underline;
}
.dash_card {
    background: #fefefe;
    padding: 20px 20px;
    -webkit-box-shadow: 0px 2px 10px 0 rgb(178 178 178 / 54%);
    box-shadow: 0px 2px 10px 0 rgb(178 178 178 / 54%);
    border-radius: 12px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.dash_card h2{
    color: #000;
    font-weight: bold;
}
.dash_card p{
    font-size: 1.3em;
    color: #4e4e4e;
}
.dash_card i.fa,
.dash_card a{
    color:var(--color1);
}
.text-primary{
    color: var(--color3) !important;
}

#scrolltop {
    position:fixed;
    right:10px;
    bottom:71px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:var(--color2);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 999;
}
#scrolltop span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scrolltop:hover {
    background-color:var(--color1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.select2-container .select2-selection--single{
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px;
}