@charset "utf-8";
@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=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */

/*
1. Menu
2. Slider 001
3. Header 001
4. Footer 001
5. Carousel
6. Section 001
7. Hero 001
8. Breadcrumb 001
*/



body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	color: #777;
}

h1, h2, h3, h4 {
	color: #21326a;
}

/* Menu */
.toggle, [id^=drop] {
 display: none;
}
nav {
  margin: 0;
  padding: 0;
  background-color: #21326a;
	position: relative;
	z-index: 99;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul ul{
	animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;	
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #21326a;
}

nav a {
  display: block;
  padding: 0 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #fff200; }

nav a:hover { background-color: #efad00; color: #000 !important; text-decoration: none; }

nav .active { background-color: #efad00; color: #000 !important; text-decoration: none; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 250px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  left: 170px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

nav { margin: 0; }

.toggle + a,
 .menu { display: none; text-align: right; }

.toggle {
  display: block;
  background-color: #21326a;
  padding: 0 20px;
  color: #FFF;
  font-size: 22px;
  font-weight:bold;
  line-height: 60px;
  text-decoration: none;
  border: none;
  text-align: right;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Menu End */


/* Slider 001 */

.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 50px;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: "Jost", sans-serif;
  font-size: 36px;
}
.slide .slide__content--headings .title {
  font-size: 80px;
}

@media only screen and (max-width: 768px) {

	.slide .slide__content--headings .title {
  font-size: 20px;
}

}


.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

@media (min-width: 992px) {
  .slider, .slide {
    height: 85vh; /*80vh / 600px*/
  }
}
.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, 0.12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: '';
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: '';
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  animation: arrowDown 1.6s ease forwards;
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}


/* Slider 001 End */


/* Header 001 */

header .headertop{
	background-color: #20409a;
	color: #fff;
	font-size: 14px;
}

header .item1{
	background-color: #ed1c24;
	padding: 15px 0;
}

header .item1::before{
	content: " ";
	display: block;
	position: absolute;
	top: 0px;
	left: -984px;
	width: 1000px;
	height: 100%;
	background-color: #ed1c24;
}

header .item1::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 100%;
	background-color: #ed1c24;
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}

header .item2{
	padding: 20px 0;
}

/*social Icons */
header .social-menu ul{
    position: absolute;
    top: 50%;
    right: -5%;
    padding: 0;
    margin: 0;
    transform: translate(-50%, -50%);
    display: flex;
}

header .social-menu ul li{
    list-style: none;
    margin: 0 5px;
}

header .social-menu ul li .fab{
    font-size: 15px;
    line-height: 20px;
    transition: .3s;
    color: #000;
}

header .social-menu ul li .fab:hover{
    color: #fff;
}

header .social-menu ul li a{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

header .social-menu ul li a:hover{
    transform: translate(0, -10%);
}
header .social-menu ul li:nth-child(1) a:hover{
    background-color: rgba(0, 0, 0, 0.829);
}
header .social-menu ul li:nth-child(2) a:hover{
    background-color: #E4405F;
}
header .social-menu ul li:nth-child(3) a:hover{
    background-color: #0077b5;
}
header .social-menu ul li:nth-child(4) a:hover{
    background-color: #000;
}
header .headermiddle{
	background-color: #21326a;
	padding: 15px 10px;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid #376aa7;
	border-bottom: 1px solid #000;
}
header .menuwrap{
	padding-top: 15px;
}
header .logowrap{
	position: relative;
}
header .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	z-index: 999;
}

@media only screen and (max-width: 768px) {

header .logo{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: 999;
}

}

/* End Header 001 */

/* Footer 001 */

footer{
	position: relative;
}

footer::before{
	content: url('../images/footer_shape.png');
	display: block;
	position: absolute;
	top: 15%;
	left: 0px;
	width: 50%;
	height: auto;	
}

footer .footerwrap{
	padding: 80px 0;
	background-color: #21326a;
	color: #fff;
}

footer h3::after{
   content: '';
  border-bottom: 3px solid #efad00;
  width: 50px;
  display: block;
  margin-top: 10px;
}

footer a{
	color: #fff;
}

footer a:hover{
	color: #efad00;
}

footer .colwrap{
margin-top: 20px;
}

footer .liststyle .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 10px;
}

footer .liststyle .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 30px;
  align-self: auto;
  order: 0;
}

footer .liststyle .flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

footer .liststyle .flex-items i{
  font-size: 16px;
}

footer .liststyle2 .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  margin-bottom: 10px;
	margin-top: 12px;
}

footer .liststyle2 .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 50px;
  align-self: auto;
  order: 0;
}

footer .liststyle2 .flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

footer .liststyle2 .flex-items i{
  font-size: 30px;
	color: #efad00;
}

footer .copyright{
	padding: 20px 0 20px 0;
}

footer .copyrightwrap{
	background-color: #20409a;
	text-align: center;
	color: #fff;
}

footer h3{
	color: #fff;
}

/* End Footer 001 */

/* Carousel start */

.Carouselwrap{
	padding: 80px 0;
	background-color: #fff;
}

.Carouselwrap .set1{
	margin-bottom: 40px;
	text-align: left;
}

.Carouselwrap .set2{
	margin-bottom: 40px;
	text-align: center;
}

.Carouselwrap .img{
	
}

.Carouselwrap .box{
	padding: 20px;
	background-color: #f0f7ff;
	position: relative;
	transition: background-color 1s ease-out 100ms;
}

.Carouselwrap .box:hover{
	background-color: #20409a;
	color: #fff;
}

.Carouselwrap .box:hover h3{
	color: #fff;
}

.Carouselwrap .tag{
	position: absolute;
	top: -30px;
	left: 10px;
	display: block;
	background-color: #21326a;
	width: auto;
	height: auto;
}

.Carouselwrap .tag .txt{
	padding: 10px;
	color: #fff;
	font-size: 16px;
}

.Carouselwrap .img-wrapper {  
  width: 100%;
  height: auto;
  overflow: hidden; 
}

.Carouselwrap .inner-img {
  transition: all 0.3s ease-in-out;
}

.Carouselwrap .inner-img:hover {
  transform: scale(1.1);
}

/* Carousel naviagation settings */
.Carouselwrap .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.Carouselwrap .owl-nav button.owl-prev {
  left: 0;
}
.Carouselwrap .owl-nav button.owl-next {
  right: 0;
}

.Carouselwrap .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.Carouselwrap .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.Carouselwrap .owl-dots button.owl-dot.active {
  background-color: #000;
}
.Carouselwrap .owl-dots button.owl-dot:focus {
  outline: none;
}
.Carouselwrap .owl-nav button {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    background: rgba(239, 173, 0, 0.90) !important;
}
.Carouselwrap span {
    font-size: 50px;    
    position: relative;
    top: -5px;
	padding: 10px;
}
.Carouselwrap .owl-nav button:focus {
    outline: none;
}

.Carouselwrap h3{
	font-size: 24px;
	margin-top: 20px;
}

.Carouselwrap h2{
	font-size: 48px;
	margin-top: 20px;
}


/* Carousel End */

/* Section 001 Start */

.section1wrap{
	padding: 80px 0;
	background-color: #eff7ff;
}

.section1wrap .flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
}

.section1wrap .flex-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex: 55%;
  align-self: auto;
  order: 0;
}

.section1wrap .flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex: 45%;
  align-self: auto;
  order: 0;
}

.section1wrap h2{
	font-family: "Jost", sans-serif;
  font-size: 48px;
}

.section1wrap .wraps1{
	padding: 0 50px 50px 0;
}

@media screen and (max-width: 800px) {
  .section1wrap .flex-container .flex-items:nth-child(1) {
    flex: 100%;
  }
.section1wrap .flex-container .flex-items:nth-child(2) {
    flex: 100%;
  }
}

/* Section 001 End */


/* Hero 001 Start */

.hero {
  background-color: #fff;
  background-image: url("../images/hero_1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_content {
  padding: 300px 50px; 
  text-align: left;
}

.hero_content .col-a-wrap{
	padding: 70px 0 0 0;
}

.hero h3{
	font-size: 48px;
}

@media screen and (max-width: 767px) {
.hero_content .mobile-space {margin-bottom:30px;}
}

/* Hero 001 End */

/* Section 002 Start */

.section2wrap {
	padding: 0;
	background-color: #21326a;
}

.section2wrap .col-container {
  display: flex;
  width: 100%;
	flex-direction: row;
}


@media screen and (max-width: 767px) {
  .section2wrap .col-container {
  display: flex;
  width: 100%;
	  flex-direction: column;
}
}

.section2wrap .col2 {
  flex: 1;
	width: 100%;
}

.section2wrap .details{
	padding: 100px 50px 50px 0;
	margin-left: 15vh;
}


@media screen and (max-width: 481px) {
  
	.section2wrap .details{
	padding: 50px 50px 50px 0;
	margin-left: 50px;
}	
	
}

.section2wrap .images{
  background: url("../images/steps-img.png");
 background-size: cover;
 background-position: 50% 50%;
	width: 100%;
	height: 100%;
	padding: 200px 0;
}

.section2wrap h2{
	font-size: 48px;
    margin-top: 20px;
	color: #fff;
}

.section2wrap .highlightxt{
	font-size: 20px;
	color: #96bece;
}

.section2wrap .listone{
	float: left;
	width: 8%;
	margin-right: 2%;
	height: auto;
}

.section2wrap .listtwo{
	float: left;
	width: 90%;
	height: auto;
	margin-bottom: 20px;
}

.section2wrap .clear{
	clear: both;
}

/* Section 002 End */


/* Breadcrumb 001 Start */

.breadcrumb_1 {
  background-color: #fff;
  background-image: url("../images/breadcrumb_bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb_content {
  padding: 100px 50px 20px 50px; 
  text-align: left;
}

.breadcrumb_content .col-a-wrap{
	padding: 15px 0 0 0;
}

.breadcrumb_content a{
	color: #fff;
	font-size: 18px;
}

.breadcrumb_content h3{
	color: #fff;
}

.breadcrumb_content .active{
	color: #f86e6b;
}

@media screen and (max-width: 767px) {
.breadcrumb_content .mobile-space {margin-bottom:30px;}
}

/* Breadcrumb 001 End */

/* buttons */

a.web-button{
 background: linear-gradient(to left,#20409a ,#21326a);
 background-color: #21326a;
 color: #fff;
 font-family: Arial;
 font-size: 16px;
 font-weight: 800;
 font-style: normal;
 text-decoration: none;
 padding: 20px 20px;
 border: 0px solid #000;
 border-radius: 10px;
 display: inline-block;
}
a.web-button:hover{
 background: linear-gradient(to left,#20409a ,#21326a);
 background-color: #21326a;
}
a.web-button:active{
 transform: scale(0.95);
}

a.web-button-2{
 background-color: #fff;
 color: #f7b103;
 font-family: 'Roboto', sans-serif;
 font-size: 16px;
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
 padding: 10px 10px;
 border: 1px solid #ed1c24;
 border-radius: 10px;
 display: inline-block;
}
a.web-button-2:hover{
 background-color: #ff7350;
}
a.web-button-2:active{
 transform: scale(0.95);
}

/* buttons End */

/* commonm */

.txtblue{
	color: #245b73;
}

.highlightxt{
	font-size: 18px;
}

.txtwhite{
	color: #fff;
}

.textshadow{
	text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
}

.textshadow2{
	text-shadow: 2px 2px 1px rgba(0,0,0,0.6);
}

.smallheader{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #f2ae05;
	font-weight: bold;
}

/* Common */


/* Others Start */

.page_details{
	padding: 50px 0;
}

.section-color-2{
	background-color: #eff7ff;
}

.section-1-p{
	padding-top: 100px;
}

.no-gap-section{
	padding: 100px 0 0 0 !important;
}

.page_details p{
	text-align:left;
  text-justify: inter-word;
}

.contact-box{
	padding: 80px 20px;
	text-align: center;
	background-color: #eff7ff;
}

.contact-box-dif-color{
	background-color: #fff7ef;
}

.contact-box h3{
	font-size: 24px;
	text-align: center;
}

.contact-box p{
	font-size: 16px;
	text-align: center;
}

.contact-box i{
	font-size: 65px;
	text-align: center;
	margin-bottom: 20px;
}

.mapsection{
	padding: 80px 0 0 0;
}

.emailtext{
	font-size: 14px;
}

.centerp{
	text-align: center;
}

.centerp p{
	text-align: center;
}

.bdrstaff{
	border: 1px solid #8799c5;
	padding: 20px;
}

.mainbox{
	float: left;
	width: 25%;
	height: auto;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.25);
	 filter: grayscale(0%);
	 transition: all .5s;
}

.mainbox:hover{
	 filter: grayscale(100%);
	transform: rotate(0deg) scale(1.1);
}

@media screen and (max-width: 767px) {

	.mainbox{
	float: left;
	width: 100%;
	height: auto;
}
}

.myclear{
	clear: both;
}


/* Others End */






