/*!
Theme Name:   Storefront Child Theme
Theme URI:    https://woocommerce.com/storefront/
Author:       Automattic
Author URI:   https://woocommerce.com/
Description:  This is a child theme of Storefront.
Template: storefront
Version:      2.9.0
Text Domain:  storefront-child
*/

/*@import url("../storefront/style.css");*/

#home-slider .carousel-inner img {
    object-position: left;
}
body {
    background-color: #fff;
  font-family: 'Spinnaker', sans-serif;
  font-family: 'Montserrat', sans-serif;
    line-height: 1.7rem;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    color: #000;
    margin: 0px;
	padding: 0px;
 
}
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}


img {
    display: inline-block;
}
/* ....................fonts .........................*/

.container {
	max-width: 1200px;
	width: 100%;
}
h1, h2, h3, h4, h5{
	color: #333;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
}
h1{

}
h2{

}
h3{}
h4{}
h5{font-size: 18px;}
.top-header {
	background: #4285f4;
	padding: 8px 0px;
    display:none;
}
.social-list  a {
	color: #fff;
	margin-right: 30px;
	font-size: 13px;
}
.social-list a i{
	margin-right:10px;
}

.header-bottom-area{
	padding: 24px 0px;
	position: sticky;
    top: 0px;
    z-index: 99;
    background: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-bottom-area.fixed {
    box-shadow: 0px 0px 4px #000;
    padding: 5px 0px;
}
html {
    /*scroll-behavior: smooth;*/
}
.ace-responsive-menu > li > a.active {
    color: #ed3237;
}
.logo{
	width: 30%;
	float: left;
}
.logo img {
	object-fit: contain;
	height: 65px;
    transition: .3s;
}
.header-bottom-area.fixed .logo img {
    /*height: 55px;*/
}
/*...menu......*/
#menubar{
	/*background: #a71b00;*/
}
.menu{
	width: 70%;
    float: left;
    /*margin-left: 6%;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

/*.................menu............................*/
.demo {
	width: 100%;
	margin: 0px auto;
	/*text-transform: uppercase;*/
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ace-responsive-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	/*background: #a71b00;*/
	float:left;
	width:100%;
	/* border-bottom: 3px solid #FD5025; */
}
.ace-responsive-menu li{
	list-style: none;
}
.ace-responsive-menu li ul {
	display:none;
}
.ace-responsive-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	float: left;
	/* border-left: 1px solid #c10a0a;*/
}
.ace-responsive-menu li a {
	color:#fff;
}
.ace-responsive-menu > li > a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 10px 25px;
    text-decoration: none;
    font-size: 14px;
    font-family: 'roboto-medium';
    font-size: 15px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #333694;
}
.ace-responsive-menu li a i {
	padding-right: 5px;
	color: #FF5737;
}
.ace-responsive-menu > li > a i {
	font-size: 16px;
	text-shadow: none;
	color: #FF5737;
}
.ace-responsive-menu li ul.sub-menu li a i {
	padding-right: 10px;
}
.ace-responsive-menu li.menu-active > a {
	/*background: #4285f4 ;*/
	color:#ed3237;
}
/* my css*/
.sub-menu li.menu-active > a {
	color:#343434;
}
.ace-responsive-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
.single-choose-service .service-content h4 a {
    color: #1a2b6d;
    font-weight: 500;
    text-decoration: none;
    font-size: 26px;
}
/* end of my css*/

.ace-responsive-menu li .menu-active {
	position: relative;
}
.ace-responsive-menu > li > a > .arrow:before {  
	margin-left: 15px;
	display: inline;
	font-family: FontAwesome;
	height: auto;
	content: " \276F";
	font-weight: 300;
	text-shadow: none;
	width: 10px;
	display: inline-block;
	transform: rotate(90deg);
	margin-top: -5px;
}
.ace-responsive-menu li ul.sub-menu li > a > .arrow:before {
	content: "\f105" !important;
}
.ace-responsive-menu > li > ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	margin: 0;
	position: absolute;
	z-index: 999;
}
.ace-responsive-menu li ul.sub-menu {
	background: #4285f4;
}
.ace-responsive-menu li ul.sub-menu > li {
	width: 185px;
}
.ace-responsive-menu li ul.sub-menu li a {
	display: block;
	margin: 0px 0px;
	padding: 12px 20px 12px 15px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	background: none;
}
.ace-responsive-menu > li > ul.sub-menu > li {
	position: relative;
}





.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
	position: absolute;
	left: 185px;
	top: 0px;
	display: none;
	list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
	position: absolute;
	left: 185px;
	top: 0px;
	display: none;
	list-style: none;
}
.ace-responsive-menu > li > ul.sub-menu li > a > .arrow:before {
	float: right;
	margin-top: 1px;
	margin-right: 0px;
	display: inline;
	font-size: 16px;
	font-family: FontAwesome;
	height: auto;
	content: "\f104";
	font-weight: 300;
	text-shadow: none;
}

/* Menu Toggle Btn
----------------------------------------*/
.menu-toggle {
	display: none;
	float: left;
	width: 100%;
	/* background: green;*/
}
.menu-toggle h3 {
	float: left;
	color: #FFF;
	padding: 13px 10px 0px;
	font-size: 25px;
	font-family: 'roboto-medium';
}

.menu-toggle .icon-bar {
	display: block !important;
	width: 18px;
	height: 2px;
	background-color: #F5F5F5 !important;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	margin: 3px;
}

nav.pagi-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
nav.pagi-nav ul {
    padding: 0px 0px;
    margin: 0px;
    list-style-type: none;
}
nav.pagi-nav ul li a {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 25px;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    margin: 0px 5px;
}
nav.pagi-nav ul li a:hover {
    background: #fff;
    color: #333;
}
nav.pagi-nav ul li {
    display: inline-block;
}

.menu-toggle .icon-bar:hover {
	background-color: #F5F5F5 !important;
}
.menu-toggle #menu-btn {
	float: right;
	background: #202020;
	border: 1px solid #0C0C0C;
	padding: 8px;
	border-radius: 5px;
	cursor: pointer;
	margin: 10px;
}
.hide-menu {
	display: none;
}


/* Accordion Menu Styles
----------------------------------------*/

ul[data-menu-style="accordion"] {
	width: 250px;
}
ul[data-menu-style="accordion"] > li {    
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
	float: none !important;
}
ul[data-menu-style="accordion"] > li:first-child {
	border-top: 2px solid #FD5025;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
	width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
	float: right;
	content: "\f105";
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
	content: "\f107" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
	position: static;
}
ul[data-menu-style="accordion"] > li > a i {
	padding-right: 10px;
	color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
	position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
	position: static;
}
ul[data-menu-style="accordion"] > li {
	border-bottom: 1px solid #242424;
}
ul[data-menu-style="accordion"] li a:hover {
	background: #272727 !important;
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
	content: "\f107" !important;
}

/* Vertical Menu Styles
----------------------------------------*/

ul[data-menu-style="vertical"] {
	width: 200px;
}
ul[data-menu-style="vertical"] > li {
	float: none;
}
ul[data-menu-style="vertical"] > li:first-child {
	border-top: 2px solid #FD5025;
}
ul[data-menu-style="vertical"] li ul.sub-menu > li {
	width: 100%;
}
ul[data-menu-style="vertical"] > li > a > .arrow:before {
	float: right;
	content: "\f105";
}
ul[data-menu-style="vertical"] > li.menu-active {
	position:relative;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu {
	position: absolute;
	left:200px;
	top:0px;
	width:200px;
}
ul[data-menu-style="vertical"] > li > a i {
	padding-right: 10px;
	color: #FF5737;
}
ul[data-menu-style="vertical"]> li > ul.sub-menu > li ul.sub-menu {
	position: absolute;
	width:200px;
	left: 200px;
}
ul[data-menu-style="vertical"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
	position: absolute;
	width:200px;
	left: 200px;
}
ul[data-menu-style="vertical"] > li {
	border-bottom: 1px solid #242424;
}
ul[data-menu-style="vertical"] li a:hover {
	background: #272727 !important;
}

/* Responsive Menu Styles
----------------------------------------*/
/*Note: change the max-width asper your requirment and change the same in aceResponsiveMenu({resizeWidth: "768" }) function*/

@media screen and (max-width: 768px) {
	.menu-toggle #menu-btn{

	}
	.demo {
		width:100%;
		padding:0%;
	}
	ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
	ul[data-menu-style="vertical"] li ul.sub-menu {
		width: 100% !important;
	} 
	.ace-responsive-menu {
		float: left;
		width:100%;
        margin-top:30px;
	}
	.ace-responsive-menu > li {
		border-bottom: 1px solid #ed3237;
		float: none;
		border-left: none;
	}   
	.ace-responsive-menu li a:hover {
		background: #2c3eea !important;
	}
	.ace-responsive-menu > li:first-child {
		border-top: 2px solid #ed3237;
	}    
	.ace-responsive-menu > li > a i {
		padding-right: 10px;
		color: #FF5737;
	}
	.ace-responsive-menu > li > a > .arrow:before {
		float: right;
		content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
	}
	li.menu-active > a > .arrow:before {
		content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
	}
	.ace-responsive-menu li ul.sub-menu > li {
		width: 100%;
	}
	.ace-responsive-menu li ul.sub-menu li ul.sub-menu li a
	{
		padding-left: 30px;
	}  
	.ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a 
	{
		padding-left: 50px;
	}  
	.ace-responsive-menu > li > ul.sub-menu {
		position: static;
	}
	.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu {
		position: static;
	}
	.ace-responsive-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
		position: static;
	}
	.ace-responsive-menu li ul.sub-menu li.menu-active > a > .arrow:before {
		content: " \276F";
		font-weight: 300;
		text-shadow: none;
		width: 10px;
		display: inline-block;
		transform: rotate(90deg);
	}
} 


.updates-content h3>a:not(:first-of-type) {
    display: none;
}

#home-slider{
	margin-bottom: 50px;
}
#home-slider .carousel-inner img {
	max-width: 100%;
	max-height:100%;
	object-fit: cover;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	top:inherit;
	left: 15%;
	z-index: 8;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: left;
}
.carousel-item:before {
	position: absolute;
	content: "";
	/*background: rgba(0, 0, 0, 0.4);*/
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
/*.slider-text-info{
    max-width: 600px;
    float: right;
    width: 100%;
    background: #f2f2f2;
    padding: 20px 15px 0px;
    color: #222;
}*/
.slider-text-info {
     max-width:600px;
    float: right;
    width: 100%; 
    background: #f2f2f2;
    padding: 20px 15px 0px;
    color: #000;
    border-left: 0px solid #1a2b6d;
    border-radius:10px;
}
.slider-text-info h1 {
    color: #1a2b6d;
    font-weight: 600;
    font-size: 26px;
}
.slider-text-info p{
   /* line-height: 2;*/
    color: #000;
    font-size: 14px;
    line-height: 1.7rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .4px;
    text-align: justify;
}
.slider-text-info p strong{
color:red;
}
.btn {
	background: #ed3237;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	border-radius: 5px;
	margin-top: 30px;
	padding: 14px 40px;
}
.btn span {
	display: inline-block;
	line-height: inherit;
	transition: none;
	text-transform: uppercase;
}
.btn:hover {
	background: #000;
	color: #ffffff;
}

#aboutus-bg {
    padding: 0px 0px;
    background: #1a2b6d;
}

.home-about-content-bg{

}
.about-us-contents {
    /* padding-right: 20px; */
    padding: 5% 0px 0px 67px;
    float: right;
    width:45%;
    background: #f2f2f2;
    height: 100%
}
.about-us-contents h3 {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 44px;
	font-family: "Montserrat", sans-serif;
}
.about-us-contents p:empty {
    display: none;
}
.about-us-contents h3 > span {
	color: #0110a1;
}
.about-us-contents p {
    font-size: 15px;
    line-height: 1.6;
    font-family: 'Montserrat';
}
.about-us-contents .about-us-btn > a {
	margin-top: 40px;
	letter-spacing: 1px;
	padding: 10px 45px;
	background: #4285f4;
    display: inline-block;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    outline: none;
    text-decoration: none;
}
.aboutus-img {
    width: auto;
    text-align: center;
    float: left;
    width: 55%;
    padding: 5% 0px;
	position:relative;
}
.aboutus-img img {
   width: 498px;
    height: 565px;
    object-fit: cover;
    object-position: top;
}

.should-bg {
	background: url(images/bg-01.jpg);
	background-size: cover;
	position: relative;
	background-attachment: fixed;
    background-position: center;
        background: #1a2b6d;
}
.section-ptb-160 {
	padding: 60px 0 60px;
    margin: 50px 0px;
}
.banner-inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.4);
}

/*.should-bg:before{
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
*/

.section-title, .section-title-two {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.section-title h4, .section-title-two h4 {
	color: #ff5951;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: -5px;
	margin-bottom: 10px;
}
.section-title h3, .section-title-two h3 {
	font-weight: 500;
    margin-top: -5px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size:50px;
    text-align:left;
}
.section-title::after, .section-title-two::after {
	content: url(images/title-01.png);
    display:none;
}
.single-choose-service {
    padding: 25px 30px;
    background: #f2f2f2;
    /* min-height: 325px; */
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}
.service-icon {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-choose-service .service-content {
	margin-top: 0px;
	width: calc(100% - 150px);
	padding-left: 30px;
}
.single-choose-service .service-content h4 {
	color: #000;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}
.single-choose-service .service-content p {
       color: #000;
    font-size: 14px;
    line-height: 1.7rem;
    font-family: 'Montserrat';
    margin: 0px;
    text-align: justify;
}
/*..Partners..*/

.section-ptb {
	padding: 120px 0;
}
.section-title, .section-title-two {
	text-align: center;
	position: relative;
	margin-bottom: 40px;
}

.section-title-two::after {
	content: url(images/title-02.png);
}
.partnership-list{
	text-align: center;
}
.partnership-list a {
	margin: 0px 15px;
}
.partnership-list img{
	/*padding: 10px;
	border: 1px solid #e6e5e5;*/
}

/*footer*/
.footer-top {
	background: #1b1b1b;
	padding: 60px 0px 40px;
    background: #1a2b6d;
}
.footer-logo {
	margin-bottom: 28px;
}
ul.footer-contact-list li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 11px;
    list-style-type: none;
    color: #fff;
    line-height: 30px;
}
ul.footer-contact-list li i {
    position: absolute;
    left: 0;
    top: 9px;
    font-size: 16px !important;
    display: inline-block;
    text-align: center;
    width: 15px;
}
.right-align {
    text-align: right;
    padding-right: 35px;
}
.right-align ul#footer-list li {
    position: relative;
    margin-bottom: 11px;
    line-height: 30px;
}
.footer-dec {
	color: #ffffff;
	font-size: 16px;
	padding-right: 10px;
}
.footer-social-link {
	margin-top: 35px;
    margin-left:0px;
}
.footer-social-link li {
	display: inline-block;
	margin-right: 10px;
}
.footer-social-link li a {
	border: 2px solid #4285f4;
	height: 35px;
	width: 35px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	display: block;
	border-radius: 50%;
	color: #4285f4;
}
.footer-block {
	position: relative;
	padding-left: 20px;
}
.footer-block > h5 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}
.footer-list li {
	color: #ffffff;
	list-style: none;
}
.footer-list li a{
	    color: #ffffff;
    font-size: 14px;
    /* line-height: 1.7rem; */
    font-family: 'Montserrat';
}
.footer-list li a:hover {
	text-decoration: none;
	color: #ff5951;
}
.newsletter-wrap p {
	color: #ffffff;
	margin-bottom: 20px;
}
.newsletter-input-box {
	position: relative;
}
.footer-top .col-md-6::after {
	content: "";
	background: #fff;
	height: 100%;
	width: 1px;
	left: 0;
	top: 0;
	position: absolute;
}

.newsletter-input-box input {
	width: 100%;
	background: #2a2a2a;
	border-radius: 5px;
	border: none;
	color: #ffffff;
	padding: 7px 50px 7px 10px;
	font-size: 12px;
}
.newsletter-input-box .newsletter-button {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
	background: #ed3237;
	color: #ffffff;
	border-radius: 0 5px 5px 0;
	padding: 4.5px 14.2px;
}


.footer-bottom {
	background: #0a0a0a;
	padding: 12px 0px;
        background: #0c163e;
}
.footer-bottom .copy-right a{
	color: #4285f4;
}
.footer-bottom .copy-right span {
	color: #4285f4;
}
.footer-bottom p{
margin-bottom: 0px;
    font-size: 14px;
    line-height: 1.7rem;
    font-family: 'Montserrat';
} 

/* back to top */
a:focus, button:focus, input:focus, textarea:focus {
    outline: 0px solid #96588a;
}
#scrollUp {
	width: 40px;
	height: 40px;
	background-color:#4285f4;
	color: #ffffff;
	right: 20px;
	bottom: 60px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}
.banner-inner > img {
    width: 100%;
    border-radius: 0px;
}
ul {
	margin: 0px;
}
.banner-inner {
    position: relative;
}
.banner-inner:after {
    position: absolute;
    content: "";
    width: 135px;
    height: 50px;
    background: url(images/quick.png) no-repeat center bottom;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-size: 135px auto;
}
.chevron {
 	position: absolute;
    width: 25px;
    height: 3px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #333;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(15px);
  }
  67% {
    opacity: 1;
    transform: translateY(25px);
  }
  100% {
    opacity: 0;
    transform: translateY(35px) scale3d(0.5, 0.5, 0.5);
  }
}
.arrow-img {
    position: absolute;
    width: 25px;
    height: 35px;
    z-index: 10;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
}
div#aboutus-bg ul {
    padding-left: 20px;
}
div#aboutus-bg ul li {
    margin-bottom: 15px;
    position: relative;
}
div#aboutus-bg ul li a {
    color: #333;
}
.error404 header, .error404 .header-bottom-area.header-sticky, .error404 footer.footer-area {
    /*display: none;*/
}
.xs-get-in-touch {
    padding: 100px 0 60px;
}
.mx-auto {
    margin : auto;
}
.get-in-touch-cont h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 28px;
}
.light-text {
    font-weight: 300;
}
.get-in-touch-cont p {
    color: #6d6d6d;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 15px;
}
.xs-contact-sec {
    margin-bottom: 100px;
}
.xs-form-group {
    background: #f7f7f7;
    padding: 50px 36px 22px;
}
.xs-form .form-control {
	display: block;
    width: 100%;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0px solid #eee;
    border-radius: 0;
    margin-bottom: 25px;
    height: 50px;
    padding: 10px 20px;
    font-size: 14px;
    box-shadow: none;
}
.xs-form .form-control.message-box {
    resize: none;
    height: 133px;
    margin-bottom: 35px;
}
.xs-form-group .xs-btn-wraper .xs-btn {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    background: #4285f4;
    display: inline-block;
    line-height: 54px;
    padding: 0 40px;
    border: 1px solid #4285f4;
    border-radius: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    cursor: pointer;
    display: block;
    width: 100%;
}
.contact-map {
    width: 100%;
}
.contact-map iframe {
    width: 100%;
    height: 497px;
    display: block;
}
.xs-contact-infomation.xs-contact-info-1 {
    margin-bottom: 100px;
}
.contact-info-group {
    background: #f7f7f7;
    padding: 40px;
    text-align: center;
    -webkit-box-shadow: 0px 5px 4px -5px #999;
    box-shadow: 0px 5px 4px -5px #999;
}
.contact-info-group i {
    font-size: 45px;
    display: block;
    color: #008435;
    margin-bottom: 30px;
}
.contact-info-group h4 {
    font-size: 20px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
    color: #282828;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 28px;
}
.contact-info-group h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 54px;
    height: 1px;
    background: #d6d6d6;
    display: block;
    right: 0;
    margin: auto;
}
.contact-info-group span {
    display: block;
    color: #6d6d6d;
    font-weight: 500;
}
.contact-info-group a {
    color: #333;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 11px;
    display: block;
    position: absolute;
    bottom: -25px;
    font-weight: 500;
}
.error-404.not-found .page-header:before {
    display: block;
    font-size: 150px;
    line-height: 150px;
    color: #333;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, 0.1);
    content: "404";
    font-weight: 800;
}
.error-404.not-found {
    padding: 60px 0;
    position: relative;
    text-align: center;
}
.error-404.not-found .page-header {
    display: block;
    position: relative;
}
footer.footer-area {
     clear: both;
    margin-bottom: 0px;
    font-size: 14px;
    /* line-height: 1.7rem; */
    font-family: 'Montserrat';
}
.error404 .content-area,
.error404 main#main {
    margin: 0px;
}
.page-id-9 .should-education-area:before {
    opacity: 0;
}
.page-id-9 .should-education-area .single-choose-service .service-content p {
    color: #333;
}
.page-id-9 .single-choose-service .service-content h4 a {
    color: #333;
}
.page-id-9 .single-choose-service {
    padding: 50px 30px 30px;
    background: #ccc;
    height: 100%;
}
.partnership-bg {
    width: 100%;
    padding: 60px 0px;
    background: #1a2b6d;
    color: #fff;
    margin-bottom: 50px;
}
.partnership-bg h1 {
    color: #fff;
    font-weight: 500;
    font-size:50px;
    margin-bottom:40px;
}
.partnership-bg h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    /* text-transform: uppercase;*/
}
.partnership-bg p {
    color: #fff;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 400;
    line-height: 1.95;
    margin: 0px;
}
.partner-img {
    width: calc(30% - 30px);
    float: left;
    padding: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    background: #fff;
    margin-right: 30px;
    margin-top: 45px;
}
.partner-img img {
    margin: 0px;
    max-width: 100%;
    background: #fff;
    /* padding: 15px; */
    width: 100%;
    /* min-height: 128px; */
    object-fit: contain;
}
.partner-box+.partner-box {
    margin-top: 30px;
}
.partner-box {
    display: flex;
    flex-wrap: wrap;
}
.partner-text{
width:70%;
float:right;
}
.list-bold-text p {
	font-weight: 500;
    margin-bottom: 15px;
    font-size: 15px;
}
.about_name {
    color: #1a2b6d;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 6px;
}
.list-bold-text {
    margin-top: 10px;
}
.about_designation {
    color: #1a2b6d;
    font-weight: 500;
    font-size: 19.7px;
    margin: 0px 0px 0px;
    text-align: justify;
}
.header-soacialmedia-icon {
    width: 40px;
    top: 50%;
	transform: translateY(-50%);
    position: fixed;
    right: 30px;
    z-index: 99;
	
}
.updates-thumb img {
    height: 200px;
    object-fit: contain;
}
.header-soacialmedia-icon a i {
    width: 100%;
    text-align: center;
    color: #ed3237;
    font-size: 23px !important;
    margin: 15px 0px;
}
.footer-form {
    position: relative;
    max-width: 855px;
    margin: auto;
}
.footer-form h3 {
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 40px;
}
.footer-form .row label {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.form-control2 {
    display: block;
    width: 100%;
    background: transparent !important;
    border: 0px !important;
    box-shadow: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
    margin-bottom: 15px;
    resize: none;
    color: #fff !important;
    letter-spacing: .5px;
    font-size: 12px;
    font-family: 'Montserrat';
    padding: 15px 0px !important;
}
textarea.form-control2 {
    height: 120px;
}
.xs-btn-wraper {
    text-align: center;
}
input.xs-btn2 {
    width: auto;
    background: #ef4045 !important;
    color: #fff !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0px;
    margin: auto;
    padding: 5px 25px;
    text-transform: uppercase;
    border-radius: 50px;
}
input.xs-btn2:hover {
    color: #fff !important;
}
.form-control2::-webkit-input-placeholder {
  color: #000;
}

.form-control2:-ms-input-placeholder { 
  color: #000;
}

.form-control2::placeholder {
  color: #000;
}
.footer-form form {
    margin: 0px;
}
ul.contact-list2 {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    justify-content: center;
    margin: 35px 0px;
}
ul.contact-list2 li {
    list-style-type: none;
    margin: 0px 27px;
    font-weight: 300;
    font-size: 15px;
}
.copyright2 {
    max-width: 900px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    color: #fff;
    font-size: 13px;
    letter-spacing: .5px;
    margin-top: 30px;
}
.copyright2 a#scrollUp {
    background: transparent;
    height: auto !important;
}
.copyright2 p {
    margin: 0px;
}
.copyright2 a#scrollUp i {
    font-size: 40px !important;
}
.about-us-btn {
    display: none;
}
.blue-logo{
display:none;
}
.black-logo:hover .blue-logo{
display:block;
}
.about-us-right {
    max-width:420px;
    width: 100%;
}
.about-us-right > p {
   	margin-bottom: 19px;
    text-align: justify;
}
.updates-section {
    background: #1a2b6d;
    position: relative;
    padding: 60px 0px 40px;
    margin-bottom: 50px;
}
.updates-section .col-sm-4 {
    margin-bottom: 30px;
}
.updates-section .col-lg-4.col-sm-6{
margin-bottom:30px;
}
.updates-thumb img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}
.updates-box {
    background: #fff;
    border-radius: 7px;
    /*height: 100%;*/
}
.updates-content {
    padding: 15px;
	min-height: 100px;
}
.updates-content h3 {
    margin: 0px;
}

.updates-box .carousel-item{    float: none;
    width: 100%;
    margin-right: 0;}
.updates-content h3 a {
text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 20px;
    text-align: justify;
}
select.form-control2 option {
    color: #333;
    font-weight: 600;
}
select:focus {
    outline: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
}
.updates-box .carousel-item:before {
	display: none;
}
/*.media-main-box {
    column-count: 3;
    column-gap: 30px;
    position: relative;
    padding-bottom: 70px;
}*/
.media-main-box {
    position: relative;
    padding-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
}
nav.pagi-nav.home-pagi {
    position: relative;
    padding: 20px 0px;
}
/*.media-main-box > .updates-box {
    margin-bottom: 30px;
    display: inline-block;
}*/
.media-main-box > .updates-box {
    margin-bottom: 30px;
    display: inline-block;
    width: calc(33% - 30px);
    margin: 0px 15px 30px;
}
.carousel {
    position: relative;
    overflow: -webkit-paged-x;
}
#aboutus-bg {
    padding: 0px 0px;
    background: #1a2b6d;
    width: 100%;
    float: left;
}
.section-ptb-160 {
    padding: 60px 0 60px;
    margin: 50px 0px;
    width: 100%;
    float: left;
}
.updates-section {
    background: #1a2b6d;
    position: relative;
    padding: 60px 0px 40px;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
/*#aks:hover {
    content: url('http://demo.vstacks.in/mseducation/wp-content/uploads/2020/12/blue-logo.png');
}*/
/*....................Responsive .....................*/
@media (max-width:1325px){
/*.aboutus-img img {
    width: 498px;
    height: 550px;
    object-fit: cover;
}*/
}
@media (max-width:1270px){
/*.aboutus-img img {
    width: 498px;
    height: 575px;
    object-fit: cover;
}*/
}
@media (max-width:1150px){

.about-us-contents {
    /* padding-right: 20px; */
    padding: 5% 67px 0px 67px;
    float: right;
    width: 45%;
    background: #f2f2f2;
    height: 100%;
}


}

@media (max-width:1109px){
/*.aboutus-img img {
    width: 498px;
    height: 630px;
    object-fit: cover;
}*/
}
@media (max-width:1099px){
/*.aboutus-img img {
    width: 498px;
    height: 655px;
    object-fit: cover;
}*/
}

@media (max-width:1019px){
/*.aboutus-img img {
    width: 498px;
    height: 680px;
    object-fit: cover;
}*/
}


@media (max-width:1020px){
.menu {
    /* width: 68%; */
    float: right;
    margin-left: 0%;
}
.ace-responsive-menu > li > a{
padding: 10px 20px;
}
}
@media (max-width:1000px){
.aboutus-img {
    width: auto;
    text-align: center;
    float: left;
    width: 50%;
    padding: 5% 0px;
}
.aboutus-img img {
    /* width: 53%; */
    width: 498px;
    height: 480px;
    object-fit: cover;
}
.about-us-contents {
    /* padding-right: 20px; */
    padding: 5% 3%;
    float: right;
    width: 50%;
    background: #f2f2f2;
    height: 100%;
}
.about-us-right {
    max-width: 100%;
    width: 100%;
}
}



@media (max-width:991px){
	.slider-text-info {
		width: 100%;
	}
	.footer-block {
		position: relative;
		padding-left: 0px;
	}
	.footer-social-link {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.carousel-caption {
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		right: 0;
		top: 0;
		left: 0;
		width: 100%;
	}
	.carousel-caption div {
		max-width:100% !important;
	}
	.carousel-caption div .slider-text-info {
		max-width:100% !important;
	}
}
@media (max-width:939px){
.aboutus-img img {
    /* width: 53%; */
    width: 498px;
    height: 505px;
    object-fit: cover;
}
}
@media (max-width:880px){
.aboutus-img img {
    /* width: 53%; */
    width: 498px;
    height: 525px;
    object-fit: cover;
}
.media-main-box {
    /*column-gap: 15px;*/
}
.media-main-box > .updates-box {
    margin-bottom: 30px;
    width: calc(50% - 30px);
}
}
@media (max-width:850px){
.ace-responsive-menu > li > a {
    padding: 10px 15px;
}
.aboutus-img {
    width: auto;
    text-align: center;
    float: left;
    width: 40%;
    padding: 5% 0px;
}
.aboutus-img img {
    /* width: 53%; */
    width: 498px;
    height: 480px;
    object-fit: cover;
}
.about-us-contents {
    /* padding-right: 20px; */
    padding: 5% 3%;
    float: right;
    width: 60%;
    background: #f2f2f2;
    height: 100%;
}
}

@media (max-width:768px){
	.menu {
		width: 100%;
		float: right;
		margin-top: -50px;
	}
    .aboutus-img img {
    /* width: 53%; */
    width: 498px;
    height: 500px;
    object-fit: cover;
}
.menu-toggle {
    display: none;
    float: left;
    width: 100%;
    /* background: green; */
    margin-top: -25px;
}
.header-bottom-area.fixed {
    box-shadow: 0px 0px 4px #000;
    padding: 30px 0px 0px;
}
.demo nav {
    width: 100%;
}
.menu-toggle #menu-btn {
    margin: 0px;
    margin-bottom: 10px;
}
}

@media (max-width:767px){

/*.header-bottom-area {
    padding: 24px 0px;
    position: sticky;
    top: 0px;
    z-index: 9;
    background: #fff;
}*/
.logo {
    width: 50%;
    float: left;
}
.logo img {
    object-fit: contain;
    height: 70px;
}
.media-main-box {
    column-count: 2;
}

/*.menu-toggle #menu-btn {
    margin: 0px;
}*/
.ace-responsive-menu{
margin-top:20px;
}
.social-list a {
		color: #fff;
		margin-right: 5px;
		margin-left: 5px;
		font-size: 13px;
	}
	.slider-text-info h1 {
		font-size:22px;
	}
	.carousel-indicators {
		bottom: -74px;
	}
	.aboutus-img {
		width: 60%;
		text-align: center;
		margin-top: 50px;
		margin: 50px auto 0px;
	}
	.aboutus-img img {
		width: 100%;
	}
	.footer-block {
		position: relative;
		padding-left: 0px;
		padding-top: 30px;
		margin-top: 30px;
		border-top: 1px solid #464444;
	}
	.footer-social-link {
		margin-top: 35px;
		margin-bottom: 0px;
	}
	.partnership-list a {
		margin: 0px 0px;
		float: left;
		width: 45%;
	}
	.partnership-list img {
		width: 100%;
	}
  .aboutus-img {
    width: 45%;
    /* text-align: center; */
    /* margin-top: 50px; */
    /* margin: 50px auto 0px; */
    text-align: left;
}
.aboutus-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    text-align: left;
}
.about-us-contents {
    /* padding-right: 20px; */
    padding: 5% 3%;
    float: right;
    width: 100%;
    background: #f2f2f2;
    height: 100%;
}  
.partner-img {
    width: 50%;
    float: left;
    padding: 30px 0px;
}
.partner-text {
    width: 100%;
    float: right;
}    
  .about-us-right {
    max-width: 100%;
    width: 100%;
}

    
}
@media (max-width:650px){
.single-choose-service {
    padding: 25px 30px;
    background: #f2f2f2;
    /* min-height: 325px; */
    margin: 10px 0px;
    display: inherit;
    flex-wrap: wrap;
}
.service-icon {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
}
.service-icon img {
    text-align: center;
    margin: 0px auto 20px;
}
.single-choose-service .service-content {
    margin-top: 0px;
    width: calc(100% - 0px);
    padding-left: 0px;
    text-align: center;
}
.section-title h3, .section-title-two h3 {
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 50px;
    text-align: center;
}
.media-main-box > .updates-box {
    margin-bottom: 30px;
    width: calc(100% - 0px);
    margin: 0px 0px 30px;
}
.copyright2 {
    flex-direction: column;
}
.copyright2 > a {
    order: 12;
    margin-bottom: -15px;
}
}

@media (max-width:575px){
	.social-list a {
		color: #fff;
		margin-right: 10px;
		margin-left: 10px;
		font-size: 13px;
	}
	.about-us-contents h3 {
		font-weight: 700;
		margin-bottom: 15px;
		font-size: 30px;
		font-family: "Montserrat", sans-serif;
	}

	.aboutus-img {
		width: 100%;
		text-align: center;
		margin-top: 50px;
		margin: 50px auto 0px;
        margin:0px;
	}
    .aboutus-img img{
    height:100%;
    width:100%;
    }
	.section-title h3, .section-title-two h3 {
		text-transform: uppercase;
		font-weight: 800;
		margin-top: -5px;
		margin-bottom: 15px;
		font-family: "Montserrat", sans-serif;
		font-size: 30px;
	}
    .header-soacialmedia-icon {
    width: 50px;
    bottom: 20%;
    position: fixed;
    right: 0px;
}

}

@media(max-width:500px){
	.media-main-box {
	    column-count: 1;
	}
}


@media not all and (min-resolution:.001dpcm) { @media {

  #aboutus-bg {
width: 100%;
float: left;
}
	
	
}}


/***** Slider Arrow ******/
.carousel-control-next, 
.carousel-control-prev {
	display:none;
}
.carousel-indicators li {
	border-radius:100%;
	width:15px;
	height:15px;
}
#careers-bg {
    padding: 75px 0px;
	margin:0 0 50px 0;
    background: #1a2b6d;
    width: 100%;
    float: left;
}
#careers-bg, #careers-bg h2, #careers-bg h3 {
	color:#fff;
}
#careers-bg h3 {
	border-top:none !important;
	margin-bottom:20px;
}
.careers-contents {
	padding-top:0;
	padding-right:0;
}
.careers-contents a {
	color:#fff;
}

.footer-top {
	background:none;
	position:relative;
}
.footer-top:before {
	content:"";
	background:#1a2b6d;
	width:100%;
	height:350px;
	position:absolute;
	left:0;
	top:0;
}
.footer-top .col-md-6::after {
	display:none;
}
.footer-section {
	background:#243ea6;
}
.footer-form h3 {
	text-align:left;
}
.footer-form {
	max-width: initial;
}
.footer-section form {
	background:#fff;
	padding:20px;
	margin:-19px 0 0 0;
}
.footer-section form h4 {
	margin-bottom:25px;
	font-size:24px;
	font-weight:700;
}
.footer-section form label {
	color:#1a2b6d;
	font-weight:700;
}
.form-control2 {
	border-bottom:1px solid #1a2b6d !important;
	padding: 10px 0px !important;
	color:#000 !important;
}
textarea.form-control2 {
    height: 90px;
}
.xs-btn-wraper {
	text-align:left;
}
.footer-section input.xs-btn2 {
	background:#1a2b6d !important;
	border-radius:0;
}
.footer-contact-info {
	padding-top:20px;
	position:relative;
}
.footer-contact-info .header-soacialmedia-icon {
	width:100%;
	bottom:10px;
	right:0;
	left:0;
	position:absolute;
	text-align:center;
}
.footer-contact-info .header-soacialmedia-icon a {
	display:inline-block;
	margin-left:10px;
}
.footer-contact-info .header-soacialmedia-icon a:first-child {
	margin-left:0;
}
.footer-contact-info .header-soacialmedia-icon a i {
	color:#fff;
}
.footer-contact-info h4 {
	margin-bottom:25px;
	font-size:24px;
	font-weight:700;
	color:#fff;
}

.footer-contact-info h5 {
	
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.footer-contact-info ul.contact-list2 {
	text-align:left;
	display:block;
	margin-top: 10px;
}
.footer-contact-info ul.contact-list2 li {
	margin:0 0 12px 0;
	font-size:18px;
}
.footer-contact-info ul.contact-list2 li a {
	color:#fff;
}
.footer-contact-info ul.contact-list2 li i {
	margin-right:10px;
}
.copyright2 {
	background:#1a2b6d;
	max-width: initial;
	margin-top:0;
	color: #fff;
	padding:0 20px;
}
.copyright2 a {
	color:#fff !important;
}
.footer-top {
	margin-bottom:10px;
}
.slider-text-info {
	padding-bottom:30px;
}
.pdf_download{display: inline-block;


}
.pdf_download {
    display: inline-block;
    background: #1a2b6d;
    height: 35px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 0 10px;
    margin-top: 10px;
}
.pdf_download span {
	font-size: 25px;
    position: relative;
    top: 4px;
	margin-left:3px;
}
.pdf_download:hover{  color: #fff; text-decoration:none; background:#fd0108;}

div#slick2 .slick-slide:nth-child(2) > div:first-of-type .service-icon {
	display:none;
}
div#slick2 .slick-slide:nth-child(2) > div:first-of-type .service-content {
	width:100%;
	padding-left:0;
}

.bounceInLeft {
   opacity: 1;
}