/*!
Theme Name: Global Vission
Theme URI: http://my-softit.com/
Author: my-softit.com
Author URI: http://my-softit.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: global-vission
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/


* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

img,
iframe,
video {
	max-width: 100%;
	/* height: auto; */
}

.header-top-area {
	background-color: #275cb4;
}

.header-contact ul {
	margin: 0;
	padding: 0;
}

.header-contact ul li {
	display: inline-block;
	color: #FFFDFF;
	font-size: 12px;
	font-weight: 600;
	padding: 10px 40px 10px 0px;
}

.header-contact ul li a {
	color: #FFFDFF;
	text-decoration: none;
}

.header-contact ul li i {
	margin-right: 5px;
}

.top-social ul {
	margin: 0;
	padding: 0;
	list-style: none;

}

.top-social ul li {
	display: inline-block;
	padding: 10px 0px 10px 10px;
	line-height: 17px;
}

.top-social ul li a {
	color: #FFFDFF;
}

/*.top-social ul li:nth-child(2) a i{*/
/*    color: #33B322;*/
/*}*/

.menu-area {
	background-color: #fff;
	border-bottom: 2px solid #01A7E1;
}

.menu-area .col-md-3 {
	z-index: 999;
}

.menu-area .navbar {
	padding: 0px;
}

.logo img {
	width: 100%;
	height: auto;
	margin: 20px 0;
}

.menu .navbar-nav li {
	display: inline-block;
	padding: 0px 10px;
}

.menu .navbar-nav li a {
	color: #486493;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	text-transform: capitalize;
	position: relative;
	padding: 27px 0px;
	transition: .3s;
}

.menu .navbar-nav li a:before {
	position: absolute;
	height: 3px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: #61BF81;
	content: "";
	transform: scale(0);
	transition: .3s;
}

.menu .navbar-nav li:hover a:before {
	transform: scale(1);
}

.menu .navbar-nav li:hover a {
	color: #61BF81;
}

.menu .navbar-nav li:last-child {
	padding-right: 0px;
}

.slider-area {
	border-bottom: 2px solid #01A7E1;
	/* border-top: 2px solid #01A7E1; */
}


.welcome-section {
	background-color: #FAFAFA;
	padding: 30px 0px;
}

.welcome-content h3 {
	color: #0174bd;
	font-size: 34px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}

.welcome-content h3:before {
	position: absolute;
	content: "";
	height: 3px;
	width: 180px;
	left: 50%;
	margin-left: -90px;
	background-color: #26abe3;
	bottom: 0;
}

.welcome-content h3:after {
	position: absolute;
	content: "";
	height: 3px;
	width: 140px;
	left: 50%;
	margin-left: -70px;
	background-color: #0070BC;
	bottom: -10px;
}

.welcome-content p {
	color: #4F585A;
	margin-top: 24px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 28px;
}

.welcome-form {
	background-color: #E0E0E0;
	padding: 20px 15px 10px 15px;
}

.welcome-form h3 {
	color: #185EA3;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
}

.welcome-form input[type="text"],
.welcome-form input[type="email"] {
	height: 35px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
}

.welcome-form textarea {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
	height: 90px;
}

.fsubmit {
	display: block;
	background: #2357ae;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 10px;
	border: 0px;
	cursor: pointer;
	width: 100%;
}

.services-area {
	background-color: #fff;
	padding: 30px 0px;
}

.services-title h3 {
	color: #0174bd;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.single-services img {
	width: 90%;
	height: 183px;
	border: 2px solid #26abe3;
	border-radius: 5px;
}

.single-services a {
	text-decoration: none;
	background-color: #295399;
	text-transform: capitalize;
	font-size: 18px;
	color: #fff;
	padding: 5px 35px;
	display: inline-block;
	position: relative;
	top: -28px;
	border-radius: 25px;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	font-size: 12px !important;
}

/*.single-services a::before {*/
/*    position: absolute;*/
/*    height: 11px;*/
/*    width: 100%;*/
/*    background-color: #C8242B;*/
/*    content: "";*/
/*    left: 0;*/
/*    bottom: -7px;*/
/*    transform: skewY(-2deg);*/
/*    box-shadow: 2px 4px 3px -1px #000;*/
/*}*/
.single-services a span {
	text-align: center;
}

.testimonial-area {
	background-image: url(asset/images/tesimonial.PNG);
	padding: 30px 0px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.testimonial-area:before {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	content: "";
	background-color: rgba(0, 0, 0, .6);
}

.single-testimonial img {
	height: 110px;
	width: 110px !important;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;

}

.single-testimonial p {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 20px;
}

.single-testimonial h3 {
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 50px;
}

.testimonial-area .owl-dots {
	width: 100%;
	text-align: center;
}

.testimonial-area .owl-dot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	display: inline-block;
	background: #fff !important;
	margin: 5px 2px 0px 2px;
}

.testimonial-area .owl-dot:focus {
	outline: none;
}

.overfooter-area {
	background-color: #1d1d1d;
	padding: 30px 0px;
}

.overfooter-menu h3,
.abroad h3,
.overfooter-map h3 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding-bottom: 10px;
	position: relative;
}

.overfooter-menu h3:before,
.abroad h3:before,
.overfooter-map h3:before {
	position: absolute;
	height: 1px;
	width: 60px;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

.overfooter-menu ul,
.abroad-menu ul {
	margin: 0;
	padding: 0;
}

.overfooter-menu ul li,
.abroad-menu ul li {
	display: block;
	padding: 4px 0px;
}

.overfooter-menu ul li a,
.abroad-menu ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	display: block;
}

.overfooter-menu ul li a i,
.abroad-menu ul li a i {
	margin-right: 5px;
}

.footer {
	text-align: center;
}

.footer-area {
	background-color: #0C0C0C;
	padding: 15px 0px;
}

.footer p {
	color: #B6B2C0;
	margin: 0px;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: 600;
}

.footer p span,
.footer p a {
	color: #EB4336;
}

/*contact-page-css-start*/

.contact-area {
	background-color: #ffffff;
	padding: 30px 0px;
}

.cotact-title h3 {
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.single-contact h3 {
	color: #1A237E;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
}

.single-contact h4 {
	color: #b00000;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 10px;
}

.single-contact h4 i {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #1a9af3;
	background: #ffffff;
	border-radius: 50%;
	margin-right: 10px;
}

.single-contact p {
	color: #fff;
	font-size: 17px;
	line-height: 22px;
}

.single-contact ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-contact ul li {
	display: block;
	padding: 3px 0px;
	float: left;
}

.single-contact ul li a {
	text-decoration: none;
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}

.single-contact ul li a i {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #FE0000;
	border-radius: 50%;
	margin-right: 10px;
}

.single-contact ul li:nth-child(1) a i {
	background: #3B579D;
}

.single-contact ul li:nth-child(2) a i {
	background: #33B322;
}

.single-contact ul li:nth-child(3) a i {
	background: #675DAC;
}

.single-contact ul li:nth-child(4) a i {
	background: #55B748;
}

.contact-form-area {
	background-color: #031b3c;
	padding: 7px 0px;
}

.contact-form-title h3 {
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
	height: 45px;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.contact-form textarea {
	height: 160px;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.contact-form .ctbtn {
	text-decoration: none;
	color: #fff;
	padding: 8px 12px;
	background-color: #1A237E;
	display: inline-block;
	text-transform: capitalize;
	font-size: 13px;
	border: 0px solid;
	cursor: pointer;
}

/*contact-page-css-end*/

/*gallery-page-css-start*/

.gallery-area {
	background-color: #FAFAFA;
	padding: 30px 0px;
}

.gallery-title h3 {
	color: #000;
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.gallery-image {
	margin: 10px 0px;
	position: relative;
	background: #07a7e3;
	padding: 4px;
	transform: rotate(1deg);
}

.gallery-image img {
	width: 100%;
	height: 170px;
	transform: rotate(4deg);
}

.gallery-image:hover .gallery-overley {
	transform: scale(1);
}

.gallery-overley {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(7 167 227 / 78%);
	transform: scale(0);
	transition: .3s;
}

.gallery-overley a {
	text-decoration: none;
	color: #fff;
	padding: 30px;
}

/*gallery-page-css-end*/

/*about-page-css-start*/

.about-us-area {
	background-color: #FAFAFA;
	padding: 30px 0px;
}

.about-sidebar h3 {
	background-color: #292626;
	color: #fff;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0px;
	padding: 10px 8px;
	text-align: center;
}

.about-sidebar ul {
	margin: 0;
	padding: 0;
	height: auto !important;
}

.about-sidebar ul li {
	display: block;
	border-bottom: 1px solid #ddd;

}

.about-sidebar ul li a {
	display: block;
	padding: 15px 10px;
	color: #fff;
	font-size: 13px;
	text-transform: capitalize;
	background-color: #0174BD;
	text-decoration: none;
	transition: .3s;
}

.about-sidebar ul li a:hover {
	background-color: #C8242B;
}

.about-content h3 {
	color: #000;
	font-size: 34px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.about-content p,
.founder-content p,
.singnature p,
.information-content p {
	font-size: 15px;
	line-height: 22px;
	color: #333;
}

.about-content h4 {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	font-weight: 700;
}

/*about-page-css-end*/

/*founder-page-css-start*/
.founder {
	display: flex;
	align-items: center;
	/* border-bottom: 3px solid #F5891E; */
	margin-bottom: 15px;
}

.founder-img img {
	width: 130px;
	height: 150px;
	margin-right: 15px;
}

.founder-msg h3 {
	color: #333;
	font-size: 35px;
	text-transform: capitalize;
	margin: 0px;
	font-weight: 600;
}

.singnature img {
	width: 140px;
}

.singnature h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #F5871A;
	font-size: 15px;
}

.single-event img {
	width: 100%;
}

.services-img {
	width: 100%;
	height: 320px;
}

/*founder-page-css-end*/

/*study-page-css-start*/

.study img {
	width: 100%;
	margin-bottom: 20px;
	height: 325px;
}

.study .nav .nav-item {
	display: inline-block;
}

.study .nav .nav-item .nav-link,
.course .nav .nav-item .nav-link {
	font-size: 13px;
	color: #000;
	font-weight: 600;
	padding: 10px 14px;
}

.study .nav .nav-item .nav-link.active,
.course .nav .nav-item .nav-link.active {
	color: #ffffff;
	background: #1a9af3;
	border-radius: 0px;
	border-top: 3px solid #1a9af3;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}


.study .nav-tabs .nav-link,
.course .nav-tabs .nav-link {
	border: 0px solid;
}

.study-tab-content {
	padding: 15px;
	border-right: 1px solid #1a9af3;
	border-left: 1px solid #1a9af3;
	border-bottom: 1px solid #1a9af3;
}

.study-tab-content h3 {
	color: #000;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 700;
	margin: 10px 0px;
}

.study-tab-content p {
	color: #333;
	font-size: 13px;
	line-height: 22px;
}

.study-tab-content ol {
	margin: 0;
	padding: 0px 20px;
}

.study-tab-content ol li {
	padding: 3px 0px;
	color: #333;
	font-size: 13px;
}

.study-tab-content .form-group label {
	color: #000;
	font-size: 13px;
	font-weight: 700;
}

.study-tab-content .form-group input[type="text"],
.study-tab-content .form-group input[type="email"] {
	height: 40px;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.study-tab-content .form-group input[type="file"] {
	border: 0px;
	padding: 0px;
	font-size: 13px;
}

.study-tab-content .form-group select {
	height: 40px;
	border-radius: 0px;
	border: 1px solid #ddd;
	font-size: 13px;
}

.study-tab-content ul,
.study-tab-content ol {
	margin: 0;
	padding: 0px 20px;
}

.study-tab-content ul li,
.study-tab-content ol li {
	color: #333;
	font-size: 13px;
	list-style: none;
	position: relative;
	padding-left: 10px;
	padding: 3px 0px 3px 10px;
}

.study-tab-content ul li::before,
.study-tab-content ol li::before {
	position: absolute;
	content: "\f105";
	left: 0px;
	font-family: FontAwesome;
}

/*study-page-css-end*/

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	padding: 30px 0px 0px 0px;
}

select.form-control:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px);
	height: 35px;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 13px;
}




/* 
Industry-section-start
Industry-section-start
Industry-section-start */


.slider-area-rel {
	position: relative;
	z-index: -1;
	top: -63px;
	margin-bottom: -63px;
}

.pos-abp {
	position: absolute;
	content: "";
	top: 420px;
	left: 0;
	width: 100%;
	height: 100%;
}

.midle-area {
	display: flex;
	justify-content: left;
	flex-direction: row;

}

.margin-cls {
	margin: 0px 3px 6px 0px;
	background-color: rgb(0, 0, 0, 0.5);
	padding: 20px 25px;
}



.img-area img {
	width: 100%;
}

.text-area-ind p {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	margin: 0%;
	line-height: 26px;
	text-transform: uppercase;

}

.img-area a {
	text-decoration: none !important;

}

.img-area a i {
	font-size: 45px;
	color: #01BAFA;
}

/* Industry-section-end
Industry-section-end
Industry-section-end */





/* top-form-section-start
top-form-section-start
top-form-section-start
top-form-section-start */



.bg-form-color {
	background-image: url(asset/images/top-form-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	top: -63px;
	border-bottom: 4px solid #00B9F9;
}



.bg-form-color::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0px;
	background-color: rgb(26, 11, 18, 0.8);
}

.padding-top-50px {
	padding-top: 50px;
}

.padding-bootom-50px {
	padding-bottom: 50px;
}

/* top-form-section-end
 top-form-section-end
 top-form-section-end
 top-form-section-end */




/* top-header-section-start
top-header-section-start
top-header-section-start */

.bg-color-head {
	background-color: #111111;
	padding: 6px 0px;
	border-bottom: 3px solid #031b3c;
}

.content-ss {

	margin-left: 20px;
}

.content-ss a {
	text-decoration: none !important;
	color: #fff;
	font-size: 14px;
}

.content-ss a i {
	padding: 0px 8px;
	font-size: 14px;
}



.btn-color {
	background-color: #023882;
	border-color: #00238f;
}

.btn-color:hover {
	background-color: #07A7E3;
	border-color: #00B9F9;
}


.footer-info1 {}

.footer-info1 a {
	text-decoration: none !important;
	font-size: 17px;
}


.footer-info1 a i {
	padding: 10px;
	align-items: center;
	color: #ffffff;
	border-radius: 50%;
	font-size: 16px;
}

.footer-info1 a .facbook {
	background-color: #032c85;
	width: 35px;
	height: 35px;
	text-align: center !important;
}

.footer-info1 a .pinterest {
	background-color: #DE184D;
	width: 35px;
	height: 35px;
	text-align: center !important;
}

.footer-info1 a .twitter {
	background-color: #55ADED;
	width: 35px;
	height: 35px;
	text-align: center !important;
}

.footer-info1 a .google {
	background-color: #D22016;
	width: 35px;
	height: 35px;
	text-align: center !important;
}

.footer-info1 a .linkdin {
	background-color: #0077B5;
	width: 35px;
	height: 35px;
	text-align: center !important;
}


.footer-info1 a .facbook:hover {
	color: #3B5999;
	background-color: #111111;
}

.footer-info1 a .pinterest:hover {
	color: #DE184D;
	background-color: #111111;
}

.footer-info1 a .twitter:hover {
	color: #55ADED;
	background-color: #111111;
}

.footer-info1 a .google:hover {
	color: #D22016;
	background-color: #111111;
}

.footer-info1 a .linkdin:hover {
	color: #DF8FCE;
	background-color: #111111;
}

/* top-header-section-end
top-header-section-end
top-header-section-end
top-header-section-end */












/* navigation-section-start 
navigation-section-start
navigation-section-start
navigation-section-start*/



/* 
.navbar .main-logo span {
	font-size: 30px;
} */

.navigation-section-area {
	border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	border-top-left-radius: 11px;
}

.navbar {
	padding: 8px 0px;
	margin: 0px;

}

.navigation-section-area ul {
	margin: 0%;
	padding: 0%;
}

.navigation-section-area ul li {
	padding: 0px 15px 0px 0px;
}

/* .navigation-section-area ul li:last-child{
	padding-right:0px;
} */

.navigation-section-area ul li a {
	text-decoration: none !important;
	color: #2B2B2B;
	font-size: 18px;
	font-weight: 600;
}

.navigation-section-area ul li a:hover {
	color: #00B9F9;
}

/* .navigation-section-area .main-logo{
	padding:0%;
}

.navigation-section-area .main-logo img{
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 30px;
	
} */




.rel-clas {
	position: relative;
}

.logo-img-div {
	content: "";
	position: absolute;
	left: 0;
	top: -69px;
	background: #fff;
	height: 100%;
	width: 82%;
	z-index: 1;
}


.logo-img-div img {
	width: 100%;
	border-top-left-radius: 9px;
	border-top-right-radius: 20px;
	padding: 10px;
	background: #ffff;
	border-radius: 10px;
}


/* .bg-color-menu{
	background-color: #102735;
} */


/* navigation-section-end
navigation-section-end
navigation-section-end
navigation-section-end */


/* girls-school-start
girls-school-start
girls-school-start
girls-school-start */

.school-girl {
	background-color: #01BAFA;
	border-radius: 10px;
	transform: rotate(8deg);
}

.school-girl img {
	width: 100% !important;
	border-radius: 30px;
	transform: rotate(355deg);
	background: #fff;
}

.text-h-color {
	color: #45AD34;
}

.text-color {
	color: #00BAF7;
}

.fnt-cls {
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	color: #7F7F81;
	text-align: justify;
}

.sch-btn {

	background: linear-gradient(90deg, rgba(1, 172, 228, 1) 24%, rgba(4, 118, 152, 1) 59%);
	border-color: linear-gradient(90deg, rgba(1, 172, 228, 1) 24%, rgba(4, 118, 152, 1) 59%);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
}

.sch-btn:hover {
	background: linear-gradient(90deg, rgba(1, 172, 228, 1) 24%, rgba(4, 118, 152, 1) 59%);
	border-color: linear-gradient(90deg, rgba(1, 172, 228, 1) 24%, rgba(4, 118, 152, 1) 59%);
}

.bg-color {
	background: linear-gradient(90deg, rgb(10 34 74) 21%, rgb(10 34 74) 52%);
}

.padding-bootom-100px {
	padding-bottom: 100px;
}

.padding-top-100px {
	padding-top: 100px;
}

.margin-bootom-10 {
	margin-bottom: 10px;
}

.margin-to-10 {
	margin-top: 10px;
}


/* girls-school-end
girls-school-end
girls-school-end
girls-school-end */


/* what-we-do-section-start
what-we-do-section-start
what-we-do-section-start
what-we-do-section-start  */

.student-area img {
	width: 100%;
	height: 286px;
}

.text-s-h {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: 45px;
}

.color-span {
	color: #FF443D;

}

.font-hed {
	font-size: 30px;
	font-weight: bold;
	color: #030207;
}

.font-midle {
	font-size: 15px;
	color: #7F7F81;

}

.learn-botn {
	margin: 15px 0px;
}

.learn-botn a {
	text-decoration: none !important;
	text-transform: capitalize;
	font-weight: 500;
	padding: 10px 25px;
	border-radius: 22px;
	border: 1px solid #ddd;
	color: #fff;
	background: linear-gradient(90deg, rgb(10 34 74) 21%, rgb(0 49 131) 62%);
}

/* what-we-do-section-end
what-we-do-section-end
what-we-do-section-end
what-we-do-section-end */


/* study-step-section-start
study-step-section-start
study-step-section-start
study-step-section-start */

.graph-img1 {
	background-image: url(asset/images/amazing-shot-us-flag-park-manhattan-skyline-background-scaled.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 706px;
	background-attachment: fixed;
	position: relative;
}

.graph-img1::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(68 68 68 / 70%);
}

.graph-img1 .container {
	position: relative;
	z-index: 1;
}

.graph-img img {
	/* width: 60%; */
}

.font-color {
	color: #ffffff;
	font-weight: 800;
	text-transform: capitalize;
	font-size: 55px;
}

/* study-step-section-end
study-step-section-end
study-step-section-end
study-step-section-end */

/* Aborad-section-start
Aborad-section-start
Aborad-section-start */

.bg-cover {
	background-image: url(asset/images/well.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.text-h-ador {
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}

.study-section {
	padding: 100px 25px;
	background-color: #388bdbd1;
}

.study-section ul li {
	display: block;

}

.text-adorab {
	font-size: 15px;
	color: #fff;
	line-height: 28px;
}

.text-ul li {
	padding: 0px;
}

.text-ul li p i {
	width: 20px;
	font-size: 10px;
}

/* Aborad-section-end
Aborad-section-end
Aborad-section-end
Aborad-section-end */



/* imag-zoom-out-start
imag-zoom-out-start
imag-zoom-out-start
imag-zoom-out-start */

.zoom-out-area {
	background-color: #fff;
	padding: 10px 15px;
	margin: 15px 0px;
}

.zoom-out-area img {
	width: 100%;
	display: block;
	border-radius: 25px;
	height: 300px;
}





.zoom-out-area #zoom-out figure {
	transform: scale(1.15);
	transition: 0.3s ease-in-out;
}

.zoom-out-area #zoom-out:hover figure {
	transform: scale(1);
}

.images {
	position: relative;
}

.zoom-text {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.custom-p-cls {
	text-transform: capitalize;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.head-text {
	margin: 0px 0px 50px 0px;
	text-align: center;
}


/* imag-zoom-out-end
imag-zoom-out-end
imag-zoom-out-end
imag-zoom-out-end */



/* form-section-start
form-section-start
form-section-start
form-section-start
form-section-start */

#contact-front {
	background-image: url(asset/images/slider-3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0px;
	background-attachment: fixed;
	border-bottom: 4px solid #00B9F9;
	border-top: 4px solid #00B9F9;
}

.text-form {
	color: #04AEFC;
}

#contact-front .contact-form-front {
	background-color: #f5f5f5;
	border-radius: 5px;
	padding: 20px 0;
	margin: 0 80px;
}

.contact-form-front .form-inner {
	padding: 10px;
}

.contact-form-front p {
	text-align: center;
	font-weight: 800;
	margin-bottom: 10px;
}

.contact-form-front .form-group {
	margin-bottom: 10px;
}



.contact-form-front .form-control {
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	font-family: "Montserrat", sans-serif;
	color: #3d3d68;
	height: auto;
	padding: 20px;
	resize: none;
	min-width: 100%;
	height: 56px;
	/* border: 1px solid #bfbfbf!important; */
	box-shadow: none;
	padding: 8px;
	border: 1px solid #ccc !important;
	border-radius: 3px;
}



.btn-style {
	background-color: #000000;
	border: none !important;
	cursor: pointer;
	padding: 8px 0px;
	color: #fff;
	border-radius: 3px;
	font-size: 15px;
	text-transform: uppercase;
}


/* form-section-area-end
form-section-area-end
form-section-area-end
form-section-area-end */



/* testimonial-section-start
testimonial-section-start
testimonial-section-start
testimonial-section-start */


.testi-bg-color {
	background-color: #F3FAFF;
}

.testial-area {
	border: 1px solid #ddd;
	padding: 20px;
	box-shadow: 5px 8px 16px #00000057;
	border-bottom: 5px solid #03A9F5;
	margin: 50px 20px;
	background-color: #fff;
}

.text-c-hed {
	color: #000000;
	text-transform: capitalize;
}

.owl-hed-t {
	font-size: 18px;
	color: #2D3A4D;
}

.owl-font-t {
	font-size: 15px;
	color: #2D3A4D;
	line-height: 25px;
}

.testial-area .around {
	height: 100px;
	width: 100px !important;
	border-radius: 50%;
	margin: 0 auto;
}



.visa-c {
	font-size: 14px;
	font-weight: normal;
	color: #2D3A4D;
}

.Testmonial2 .owl-prev span,
.Testmonial2 .owl-next span {
	font-size: 25px;
	color: #fff !important;
	position: relative;
	top: -3px;
}

.Testmonial2 .owl-dots {
	position: absolute;
	bottom: -52px;
	width: 100%;
	text-align: center;
}

.Testmonial2 .owl-dot {
	height: 10px;
	width: 10px;
	background: #545C69 !important;
	margin-right: 3px;
	border-radius: 50%;
}

.Testmonial2 .owl-dots .active {
	background: #000 !important;
}


/* testimonial-seaction-end
testimonial-seaction-end
testimonial-seaction-end
testimonial-seaction-end */


/* 
footer-seaction-start
footer-seaction-start
footer-seaction-start
footer-seaction-start */

.footer-info {
	margin-top: 15px;
}

.footer-info a {
	text-decoration: none !important;
}


.footer-info a i {
	padding: 15px;
	align-items: center;
	color: #fff;
	border-radius: 50%;
}

.footer-info a .facbook {
	background-color: #3B5999;
	width: 44px !important;
	height: 45px !important;
	padding: 13px 17px !important;
}

.footer-info a .pinterest {
	background-color: #DE184D;
}

.footer-info a .twitter {
	background-color: #2596e8;
}

.footer-info a .google {
	background-color: #D22016;
}

.footer-info a .linkdin {
	background-color: #035ff7;
}


.footer-info a .facbook:hover {
	color: #3B5999;
	background-color: #111111;
}

.footer-info a .pinterest:hover {
	color: #DE184D;
	background-color: #111111;
}

.footer-info a .twitter:hover {
	color: #55ADED;
	background-color: #111111;
}

.footer-info a .google:hover {
	color: #D22016;
	background-color: #111111;
}

.footer-info a .linkdin:hover {
	color: #DF8FCE;
	background-color: #111111;
}

/* 
footer-seaction-end
footer-seaction-end
footer-seaction-end
footer-seaction-end */


/* shironam-seaction-start
shironam-seaction-start
shironam-seaction-start
shironam-seaction-start */

.shironam-bg {
	/* border-bottom: #1A9AF3 4px solid;
	border-top: #1A9AF3 4px solid; */
	background-color: #EAEAEA;
}

.songbad {
	background-color: #EAEAEA;

}

.songbad marquee {
	padding: 7px 0px;
}

.songbad marquee a {
	font-size: 19.3px;
	text-decoration: none;
	color: #000;
	padding: 0px;
}

/* shironam-seaction-end
	shironam-seaction-end
	shironam-seaction-end */
.head-text h1 {
	font-size: 42px;
	text-transform: capitalize;
	font-weight: 600;
}

.img-around img {
	width: 78px !important;
	margin: 0 auto;
	height: 78px;
	border-radius: 41px;
}

.checked {
	color: orange;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item>a.mega-menu-link {
	line-height: 5px !important;
	color: #000 !important;
}

.hesperiden.tparrows {
	background: rgb(7 167 227 / 52%) !important;
}

.hei-cls {
	display: block;
	/*width: 100%;*/
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.menuwhite {
	background: #fff;
	border-radius: 0 0 11px 11px;
	/* border-bottom: 2px solid #07a7e3; */
	/* border-right: 2px solid #07a7e3; */
	/* border-left: 2px solid #07a7e3; */
	z-index: 1000;
}

/*About Us*/
.about-bg {
	background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.88)), url('asset/images/inner-banner.jpg');
	width: 100%;
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: -1;
	margin-top: -62px;
}

.about-bg h1 {
	color: #012ba6;
	font-weight: 600;
	text-transform: capitalize;
}

.missionpart {
	padding: 50px 0;
	z-index: 2;
	position: relative;
	/* background: linear-gradient( 
90deg
 , #ffffff 62%,#9f121b 62% ); */
	background: linear-gradient(90deg, #031b3c 48%, #ffffff 48%);
	padding-bottom: 45px;
}

.mission {
	webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
	box-shadow: 0 0 40px rgb(82 85 90 / 10%);
	padding: 20px 10px;
	text-align: center;
	border-radius: 4px;
	z-index: 1;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	background-color: #ffffff;
	transform: rotate(9deg);
}

.mission img {
	width: 150px;
}

.about-image {
	background: #031b3c;
	transform: rotate(357deg);
	width: 100%;
	height: 307px;
}

.about-image img {
	transform: rotate(6deg);
}

.addressfot {
	color: #fff;
	font-size: 14px;
}

.addressfot h4 {
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.addressfot h3 {
	font-size: 19px;
	color: #07a7e3;
	font-weight: 600;
}

.addressfot h3:before {
	position: absolute;
	height: 1px;
	width: 60px;
	left: 0;
	bottom: 0;
	content: "";
	background: #fff;
}

.contact-form {
	background: #031b3c;
	/* transform: rotate(2deg); */
	padding: 19px 0 0 10px;
}

.singlecontact {
	background-image: url('asset/images/img-45.png');
	height: 449px;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.singlecontact h3 {
	color: #151515;
	font-size: 45px;
	font-weight: 700;
}

.singlecontact p {
	color: #031b3c;
	font-size: 45px;
	font-weight: 600;
	line-height: 55px;
}

.single-contact {
	background: #031b3c;
	padding: 20px;
	height: 400px;
}

.ct-map {
	background-color: #fff;
	padding: 10px;
}

.topfotitle h3 {
	padding: 100px 0;
}

.topfounder img {
	width: 200px;
	height: 204px;
}

.topfounder h3 {}

.topfounder h4 {}

/* ==========================================================================
   GMN Welcome Section Styles
   ========================================================================== */
.home-bg-custom {
	background-image: url('asset/images/Background-Entire-Page.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.home-bg-custom::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgb(150 150 150 / 66%);
}

.home-bg-custom .container {
	position: relative;
	z-index: 1;
}

.home-bg-custom .container {
	position: relative;
	z-index: 1;
}

.home-bg-custom .gmn-icon-wrapper {
	margin-bottom: 15px;
}

/* ==========================================================================
   GMN Future Banner Section
   ========================================================================== */
.gmn-future-banner-section {
	padding: 60px 0;
	font-family: 'Montserrat', sans-serif;
	background-image: url('asset/images/Background-Entire-Page.webp');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.gmn-future-banner-section::before {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	background-color: rgba(255, 255, 255, 0.65);
}

.gmn-future-banner-section .container {
	position: relative;
	z-index: 1;
}

.gmn-future-box {
	background-color: #031b3c;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.gmn-future-text-col {
	padding: 60px;
}

.gmn-future-title {
	color: #ffffff;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.1;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.gmn-future-subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}

.gmn-future-btn {
	display: inline-block;
	background-color: #ffffff;
	color: #031b3c;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 12px 24px;
	border-radius: 4px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.gmn-future-btn:hover {
	background-color: #e0e0e0;
	color: #031b3c;
	text-decoration: none;
}

.gmn-future-img-col {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
}

.gmn-future-img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 991px) {
	.gmn-future-text-col {
		padding: 40px 30px;
		text-align: center;
	}

	.gmn-future-title {
		font-size: 36px;
	}

	.gmn-future-img-col {
		justify-content: center;
		padding-top: 0;
	}

	.gmn-future-img {
		max-width: 80%;
	}
}

.home-bg-custom .gmn-icon-wrapper i {
	font-size: 40px;
	color: #0a224a;
}

.home-bg-custom .gmn-main-title {
	font-size: 64px;
	font-weight: 900;
	color: #0a224a;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 2px;
}

.home-bg-custom .gmn-subtitle-1 {
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.home-bg-custom .gmn-subtitle-1 .gmn-highlight {
	font-size: 44px;
	color: #0a224a;
	font-weight: 900;
}

.home-bg-custom .gmn-subtitle-2 {
	font-size: 24px;
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.home-bg-custom .gmn-subtitle-2 .gmn-highlight-large {
	font-size: 52px;
	color: #0a224a;
	font-weight: 900;
}

.home-bg-custom .gmn-image-row {
	margin-bottom: 50px;
}

.home-bg-custom .gmn-image-box {
	background-color: #f4f6f8;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 20px;
}

.home-bg-custom .gmn-image-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-bg-custom .gmn-image-box.gmn-logo-box img {
	object-fit: contain;
	padding: 30px;
}

.home-bg-custom .gmn-presence-title {
	font-size: 28px;
	font-weight: 900;
	color: #0a224a;
	text-transform: uppercase;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

.home-bg-custom .gmn-stats-row {
	margin-bottom: 40px;
}

.home-bg-custom .gmn-stat-number {
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 5px;
}

.home-bg-custom .gmn-stat-label {
	font-size: 20px;
	font-weight: 600;
	color: #0a224a;
	text-transform: uppercase;
}

.home-bg-custom .gmn-buttons-row .col-md-4 {
	padding: 0 10px;
}

.home-bg-custom .gmn-btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #0a224a;
	color: #ffffff;
	padding: 18px 25px;
	border-radius: 12px;
	text-decoration: none;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	transition: background-color 0.3s ease;
	margin-bottom: 15px;
}

.home-bg-custom .gmn-btn:hover {
	background-color: #1a3c75;
	color: #ffffff;
	text-decoration: none;
}

.home-bg-custom .gmn-btn span {
	flex-grow: 1;
	text-align: left;
}

.home-bg-custom .gmn-btn i {
	font-size: 20px;
	color: #ffffff;
	opacity: 0.8;
	margin-left: 10px;
}

@media (max-width: 991px) {
	.home-bg-custom .gmn-main-title {
		font-size: 48px;
	}

	.home-bg-custom .gmn-subtitle-1 {
		font-size: 18px;
		flex-wrap: wrap;
	}

	.home-bg-custom .gmn-subtitle-1 .gmn-highlight {
		font-size: 32px;
	}

	.home-bg-custom .gmn-subtitle-2 {
		font-size: 18px;
		flex-wrap: wrap;
	}

	.home-bg-custom .gmn-subtitle-2 .gmn-highlight-large {
		font-size: 36px;
	}

	.home-bg-custom .gmn-stat-number {
		font-size: 48px;
	}
}

@media (max-width: 767px) {
	.home-bg-custom .gmn-main-title {
		font-size: 36px;
	}

	.home-bg-custom .gmn-subtitle-1,
	.home-bg-custom .gmn-subtitle-2 {
		font-size: 16px;
		flex-direction: column;
		gap: 5px;
	}

	.home-bg-custom .gmn-image-box {
		height: 200px;
	}

	.home-bg-custom .gmn-stat-col {
		margin-bottom: 30px;
	}

	.home-bg-custom .gmn-stat-col:last-child {
		margin-bottom: 0;
	}
}

.student-area {
	margin-bottom: 30px;
}