
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Qwitcher+Grypen:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

body{font-family: "Urbanist", serif; font-size: 16px; background: #fff;}


/* html, body{} */



  

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?wqnia0');
  src:  url('../fonts/icomoon.eot?wqnia0#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?wqnia0') format('truetype'),
    url('../fonts/icomoon.woff?wqnia0') format('woff'),
    url('../fonts/icomoon.svg?wqnia0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag2:before {
  content: "\e91d";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-namusr:before {
  content: "\e906";
}
.icon-emlusr:before {
  content: "\e90b";
}
.icon-arw:before {
  content: "\e90c";
}
.icon-usr:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e910";
}
.icon-bag:before {
  content: "\e911";
}
.icon-timer:before {
  content: "\e915";
}
.icon-admin:before {
  content: "\e917";
}
.icon-Location:before {
  content: "\e918";
}
.icon-eml:before {
  content: "\e900";
}
.icon-cll:before {
  content: "\e901";
}
.icon-loctn:before {
  content: "\e902";
}
.icon-fb:before {
  content: "\e903";
}
.icon-Star:before {
  content: "\e904";
}
.icon-lftarw:before {
  content: "\e907";
}
.icon-rtarw:before {
  content: "\e908";
}
.icon-srch:before {
  content: "\e909";
}
.icon-sxty:before {
  content: "\e90a";
}
.icon-drp:before {
  content: "\e90d";
}
.icon-menratng:before {
  content: "\e90f";
}
.icon-clndr:before {
  content: "\e912";
}
.icon-instag:before {
  content: "\e913";
}
.icon-rarw:before {
  content: "\e914";
}
.icon-segment:before {
  content: "\e916";
}
.icon-rgstr:before {
  content: "\e919";
}
.icon-caret-right:before {
  content: "\e91a";
}
.icon-call:before {
  content: "\e91b";
}
.icon-linkedin:before {
  content: "\e91c";
}
.icon-star-empty1:before {
  content: "\e9d8";
}
.icon-star-empty:before {
  content: "\e9d7";
}







@-webkit-keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
@keyframes stickySlideDown {
from {
transform:translateY(-100%);
}
to {
transform:translateY(0);
}
}
:focus{outline: none !important;}
button:focus{outline: none !important}

img{max-width: 100%}
a{text-decoration: none;}

.wrapper {
	max-width: 1950px;
	position: relative;
	margin: 0 auto;
	height: 100%;
  overflow: hidden;
}
.carrun{
  position: absolute;
  max-width: 184px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.carrun::before {
	width: 2px;
	background: #CDCDCD;
	content: '';
	height: 100%;
	position: absolute;
	left: 32%;
}
.carpic{width: 100%;text-align: center;}
.carpic img{
    width: auto;
    height: auto;
    max-width: 100%;
    position: relative;
    animation: topToBottom 3s linear infinite;
    margin-bottom: 400px;
  }

  @keyframes topToBottom {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }


.sub-title {
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	color: #001c93;
	margin-bottom: 12px;
	letter-spacing: 0.3;
}
h2.title {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 15px;
	text-transform: capitalize;
	font-weight: 700;
}

p {
	margin-bottom: 25px;
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

.headercontainer{
  position: relative;
  width: 100%;
	padding: 5px 0px;
}
.tophead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.headercontainer .logoouter {
	max-width: 150px;
	width: 100%;
	padding: 0 30px 0 0;
	position: relative;
}
.headercontainer .logoouter .logo{float: left; width: 100%;}
.headercontainer .logoouter .logo img{max-width: 100%; max-height: 100%;}
.headercontainer .topmailbx{float: left; width: 100%; padding-bottom: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .topmailbx a{color: #1E1E1E; font-size: 15px; font-weight: 300; letter-spacing: 1px; text-decoration: none;}
.headercontainer .topmailbx a + a{margin-left: 35px;}
.headercontainer .topmailbx a i{display: inline-block; vertical-align: middle; margin-right: 5px;}
.headercontainer .topmailbx a span{display: inline-block; vertical-align: middle;}
.headercontainer .navigation{width: auto;}
.headercontainer .navigation .navigationbox{float: left;}
.headercontainer .navigation .sf-menu-outer{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.headercontainer .navigationouter{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; position: relative;}

.headercontainer .navigation .sf-menu{float: left; margin: 0px; padding: 0px;}
.headercontainer .navigation .sf-menu > li{float: none; display: inline-block; margin: 0px 20px;}
.headercontainer .navigation .sf-menu > li a{padding: 0 2px; position: relative; color: #363636; text-transform: capitalize; display: block; font-size: 18px; font-weight: 500; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;}


.headercontainer .navigation .sf-menu > li.active a{color: #fff; font-weight: 700;color: #363636;}
.headercontainer .navigation .sf-menu > li.active a:after{opacity: 1;content: '';width: 26px;height: 26px;border-radius: 100%;left: 0;position: absolute;z-index: -1;}
.headercontainer .navigation .sf-menu > li a:hover{color: #B4CC00; }

.headercontainer .loginbtx {margin-right: 10px;}
.headercontainer .loginbtx a {
	padding: 12px 15px 12px 10px;
	border: none;
	border-radius: 10px;
	font-size: 16px;
  	font-weight: 600;
	background: #B87332;
	color: #fff;
	position: relative;
	font-family: "Raleway", sans-serif;
	text-decoration: none;
  
}

.headercontainer .loginbtx a span{margin-right: 4px;}
.headercontainer .loginbtx a:hover{color: #000;}
.headercontainer .loginbtx a i{color: #fff;}
.headercontainer .loginbtx a em{font-style: normal;}
.headercontainer .loginbtx span{color: #fff; padding: 0px 6px;}

.headcl{
	color: #175300;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 26px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
}
.headcl em{font-style: normal;}

.headcl i {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #1C96C5;
	/* padding: 4px; */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 5px;
	position: relative;
}

.headcl i span{
	width: 100%;height: 100%;border-radius: 100%;color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hedrght{display: flex; align-items: center;gap: 5px;}

.headcl i small {
	position: absolute;
	right: -2px;
	top: -3px;
	background: #fff;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	/* display: flex; */
	align-content: center;
	justify-content: center;
	font-style: normal;
	text-align: center;
}

.topmenu{
	width: calc(100% - 150px);
}


.top-panel{
    width: 100%;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 18px;
}
.top-contact{
	display:block;
	padding:0;
	margin:0;
}
.top-contact li {
	display: inline-block;
    padding-right: 20px;
    font-size: 16px;
    color: #505050;
    font-weight: 600;

}
.top-contact li:last-child{
	border-right:0;
}
.top-contact li span{
    font-size: 16px;
    color: #515151;
    font-weight: 600;
    font-style: italic;
}
.top-social-menu{
	display:block;
	padding:0;
	margin:0;
	text-align:right;
}
.top-social-menu li{
	display:inline-block;
}
.top-social-menu li a{
	display:block;
	color:#e24c19;
	padding:0 7px;
	font-size:17px;
}



/* dropdown menu css start */
.headercontainer .navigation ul li ul li{width: 100%;}
.headercontainer .navigation ul li ul li a{width: 100%; font-size: 13px;}
.sf-menu, .sf-menu{ margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; top: 100%; left: 0px; z-index: 999; padding: 0px; margin: 0px; }
.sf-menu > li {float: left;}
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
/* DEMO SKIN */
.sf-menu{float: left;}
.sf-menu li ul li a{background: 0 0; color: #B87331; text-align: left; padding: 12px 15px;}
.sf-menu li ul li + li{border-top: 1px solid #eaeaea;}
.sf-menu li ul li a:hover{background: #000; color: #ffffff; }
.sf-menu a{text-decoration: none; zoom: 1; }
.sf-menu a{color: #13a; }
.sf-menu li{-webkit-transition: background .2s; transition: background .2s; }
.sf-menu li:hover, .sf-menu li.sfHover {-webkit-transition: none; transition: none; }
.headercontainer .navigation .sf-menu>li>a:hover{color: #B87332; background: 0 0;}
.headercontainer .navigation .sf-menu>li:hover a{background: transparent; color: #000;}
.headercontainer .navigation .sf-menu>li ul li:hover a{background: none !important; color: #303030;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000000;}
.headercontainer .navigation .sf-menu>li ul li a{background: none !important; color: #ffffff; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li.active a{background: #3498db !important; color: #ffffff;}
.headercontainer .navigation .sf-menu>li ul li a{background: none; font-size: 16px; text-transform: capitalize;}
.sf-arrows .sf-with-ul { padding-right: 30px !important; }
/*.sf-arrows .sf-with-ul:after { content: '\f107'; position: absolute; font-family: 'FontAwesome'; right: 20px; height: 0; width: 0; }
.sf-arrows > li > .sf-with-ul { padding-right: 30px !important; }
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after { }
.sf-arrows ul .sf-with-ul:after { content: '\f105'; }
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after { }

*/


/* Dropdown Nav */
.headercontainer .navigation .sf-menu > li{position: relative;}
/*.headercontainer .navigation ul li.parent > a:after{right: 1px;}*/
/*.headercontainer .navigation ul li.parent > a:hover:after{color: #ffd1e2;}
.headercontainer .navigation .sf-menu>li:hover a:after{color: #ffd1e2;}*/
.headercontainer .navigation .sf-menu > li ul{background: #fff; -webkit-border-radius: 0px; border-radius: 0px;}
.headercontainer .navigation .sf-menu > li ul li{list-style: none;}
.headercontainer .navigation .sf-menu > li ul li a{color: #000; padding: 10px;}
.headercontainer .navigation .sf-menu>li:hover ul li a{color: #000;}
.headercontainer .navigation .sf-menu > li ul li + li{border-color: #ccc;}
.headercontainer .navigation .sf-menu>li ul li a:hover{background: #f02e06 !important; color: #fff;}

.headercontainer .navigation ul li.parent > a::after {
	font-family: 'icomoon';
	content: "\e90d";
	pointer-events: none;
	position: static;
	right: 0;
	bottom: -15px;
	color: #363636;
	margin-top: -6px;
	line-height: 100%;
	font-size: 6px;
	left: 0;
	margin-left: 5px;
	text-align: center;
}

.hedrbtn {
	color: #fff;
	background: #e24c19;
	padding: 8px 18px;
	display: inline-flex;
	align-items: center;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing: -0.01em;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.hedrbtn span {
	font-size: 10px;
	margin-left: 6px;
	transform: rotate(-45deg);
	font-weight: 900;
}
.hedrbtn:hover{
	background: #001c93;
	color: #fff;
}





.banner-sec {
	position: relative;
	width: 100%;
	background-size: cover;
	overflow: hidden;
	
}

.bner-shape{
	position: absolute;
  right: 0;
  left: 0;
  bottom: -1px;
  z-index: 2;
  pointer-events: none;
}
.banerslide-prt{
	position: relative;
}


.banner-caption{
	position: absolute;
	top: 40%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.banertxt {
	text-align: left;
	max-width: 800px;
}
.banner-caption h1{
  font-family: "Urbanist", serif;
font-size: 90px;
font-weight: 900;
line-height: 100px;
color: #fff;

}

.banner-caption p{
  font-family: "Urbanist", serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;

}

.getbtn{
	color: #fff;
	background: #259600;
	padding: 10px 20px;
	display: inline-flex;
	align-items: center;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: -0.01em;
	-webkit-clip-path: polygon(100% 0, 100% 57%, 90% 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 57%, 90% 100%, 0 100%, 0 0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.getbtn span {
	font-size: 10px;
	margin-left: 6px;
	transform: rotate(-45deg);
	font-weight: 900;
}
.getbtn:hover{
	background: #001c93;
  color: #fff;
}






.welcome-panel{
	width: 100%;
    float: left;
    padding: 50px 0 60px 0;
}
.welcome-panel .welcome-title{
	margin: 0 0 25px;
    font-size: 30px;
    font-weight: 700;
    color: #13304f;
}
.welcome-panel .welcome-title span{
	font-weight:400;
	color:#13304f;
}
.welcome-content{
	margin-bottom:45px;
}
.welcome-content p{
	color:#5a5959;
	line-height:24px;
	text-align: justify;
}

.welcome-panel .btn {
	min-width: 140px;
	background: #e24c19;
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
	border-radius: 30px;
}





.easy-steps{
	width:100%;
	float:left;
	padding:50px 0;
	background: #f8f8f8;
}
.steps-each{
	margin:20px 0 0;
	text-align:center;
	padding: 0 14px;
}
.steps-icon{
	width: 125px;
    height: 125px;
    background: #fff;
    margin:0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
	transition:all .3s;
}
.step-count{
	position: absolute;
    width: 40px;
    background: #e24c19;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    top: 0;
    right: 0;
}
.steps-each h2{
	font-size:17px;
	color:#13304f;
	font-weight:600;
	line-height: 23px;
}
.steps-each p{
	font-size:14px;
}


.ourWorkSec{
	display:block;
	padding:0;
	margin:0;
	text-align:center;
	font-size:0;
}
.ourWorkSec li{
	display:inline-block;
	width:20%;
	padding:0 5px;
}
.ourWorkSec li a{
	display:block;
}
.ourWorkSec li a:hover .steps-icon{
	background: #e24c19;
}
.ourWorkSec li a:hover .steps-icon img{
	filter: brightness(0) invert(1);
}









.testimonial{
	padding: 100px 0;
	background: #F7F7F7;
}

.testimonial .sub-title{
	display: flex !important;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 5px;
}
.testimonial .sub-title::before{
	content: '';
	width: 50px;
	height: 2px;
	background: #259600;
	display: inline-block;
}
.testimonial .sub-title::after{
	content: '';
	width: 50px;
	height: 2px;
	background: #259600;
	display: inline-block;
}
.testimonial .title {
	text-align: center;
}
.testimonial .mb-minus-30 {
  margin-bottom: -30px;
}
.testimonial-slider{
	margin-top: 30px;
}
@media (max-width: 1199px) {
  .testimonial__content .title {
    font-size: 42px;
    line-height: 56px;
  }
}
@media (max-width: 991px) {
  .testimonial__content .title {
    font-size: 36px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .testimonial__content .title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .testimonial__content .title {
    font-size: 28px;
    line-height: 42px;
  }
}
.testimonial__content .title span {
  font-weight: 300;
}
.testimonial__item {
  background: #F5F8FF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 40px 36px 35px 40px;
/*  border-top: 4px solid #001c93;*/
}
.testimonial__item.testimonial-item-two {
  background: #fff;
  padding: 40px 33px 20px 40px;
}
.testimonial__item.testimonial-item-two .testimonial__item-header .right i {
  font-size: 60px;
  color: rgba(255, 156, 0, 0.1);
}
.testimonial__item.testimonial-item-two .description {
  max-width: 308px;
}
.testimonial__item.testimonial-item-two .description p{
	color: #000;
	line-height: 1.3;
  text-align: justify;
}
.testimonial__item.testimonial-item-two:hover {
  background: #001c93;
}
.testimonial__item.testimonial-item-two:hover .testimonial__item-header .right i {
  color: rgba(255, 255, 255, 0.2);
}
.testimonial__item.testimonial-item-two:hover .testimonial__item-header .left .meta .name, .testimonial__item.testimonial-item-two:hover .testimonial__item-header .left .meta .position {
  color: #FFF !important;
}
.testimonial__item.testimonial-item-two:hover .description p{
  color: #FFF !important;
}
.testimonial__item.testimonial-item-three {
  background: transparent;
  padding: 40px 33px 30px 40px;
  border: 1px solid rgba(4, 33, 63, 0.1);
}
.testimonial__item.testimonial-item-three .testimonial__item-header .right i {
  font-size: 60px;
  color: rgba(239, 5, 72, 0.1);
}
.testimonial__item.testimonial-item-three .testimonial__item-footer .name {
  font-size: 16px;
  font-weight: 500;
  color: #04213F;
  line-height: 28px;
  text-transform: uppercase;
}
.testimonial__item.testimonial-item-three .testimonial__item-footer .name span {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #1B3C54;
  line-height: 28px;
  text-transform: capitalize;
}
.testimonial__item.testimonial-item-three .starts ul {
  gap: 1px;
  display: flex;
}
.testimonial__item.testimonial-item-three .starts ul li span {
  display: block;
  width: 19.96px;
  height: 19.91px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/testimonial/star-red.png);
}
.testimonial__item.testimonial-item-three .description {
  max-width: 308px;
}
.testimonial__item.testimonial-item-three:hover {
  background: #EF0548;
}
.testimonial__item.testimonial-item-three:hover .testimonial__item-header .right i {
  color: rgba(255, 255, 255, 0.2);
}
.testimonial__item.testimonial-item-three:hover .testimonial__item-header .left .meta .name, .testimonial__item.testimonial-item-three:hover .testimonial__item-header .left .meta .position {
  color: #FFF;
}
.testimonial__item.testimonial-item-three:hover .testimonial__item-footer .socail-link span {
  color: #FFF;
}
.testimonial__item.testimonial-item-three:hover .starts ul li span {
  filter: brightness(0) invert(1);
}
.testimonial__item.testimonial-item-three:hover .description {
  color: #FFF !important;
}
@media (max-width: 1420px) {
  .testimonial__item {
    padding: 30px 25px;
  }
}
.testimonial__item.border-primary {
  border-color: #4069FF;
}
.testimonial__item.border-red {
  border-color: #EF0548;
}
.testimonial__item.testimonial {
  border-top: none;
  border-bottom: 4px solid #001c93;
}
.testimonial__item.testimonial .starts ul {
  gap: 1px;
  display: flex;
}
.testimonial__item.testimonial .starts ul li span {
  display: block;
  width: 19.96px;
  height: 19.91px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../assets/img/testimonial/star.html);
}
.testimonial__item.testimonial .quote::after {
  display: none;
}
.testimonial__item-header {
  gap: 10px 20px;
  margin-bottom: 15px;
}
@media (max-width: 1420px) {
  .testimonial__item-header {
    gap: 10px 15px;
  }
}
@media (max-width: 450px) {
  .testimonial__item-header {
    flex-direction: column;
    align-items: flex-start !important;
  }
}
.testimonial__item-header .left {
  gap: 10px 15px;
}
@media (max-width: 1420px) {
  .testimonial__item-header .left {
    gap: 8px 12px;
  }
}
.testimonial__item-header .left .media {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 500px;
}
.testimonial__item-header .left .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__item-header .left .meta .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.testimonial__item-header .left .meta .position {
  font-size: 15px;
  line-height: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial__item-header.item-header-2 .name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
.testimonial__item-header.item-header-2 .name span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
}
.testimonial__item-header.item-header-2 .position {
  margin-top: 15px;
}
.testimonial__item-header .right .starts ul {
  gap: 1px;
  display: flex;
}
.testimonial__item-header .right .starts ul li span {
  display: block;
  width: 19.96px;
  height: 19.91px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/img/testimonial/star.png);
}
.testimonial__item .description {
  max-width: 432px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial__item-footer .socail-link span {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.testimonial__item-footer .socail-link ul {
  gap: 15px;
  display: flex;
}
.testimonial__item-footer .socail-link ul li a {
  display: block;
}
.testimonial__item-footer .quote {
  z-index: 1;
  font-size: 30px;
  position: relative;
}
.testimonial__item-footer .quote:after {
  top: 7px;
  left: 12px;
  z-index: -1;
  width: 28px;
  height: 28px;
  content: "";
  position: absolute;
  position: absolute;
  border-radius: 500px;
  background: #E2E9FF;
}
.testimonial .slider-controls .testimonial-slider-arrows {
  gap: 20px;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  font-size: 20px;
  min-width: 50px;
  line-height: 50px;
  border-radius: 500px;
  background: transparent;
  transition: all 0.3s ease;
  border: 1px solid #0E0A01;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow i {
  opacity: 0.9;
  color: #0E0A01;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow:hover, .testimonial .slider-controls .testimonial-slider-arrows .slick-arrow:focus {
  background: #0E0A01;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow:hover i, .testimonial .slider-controls .testimonial-slider-arrows .slick-arrow:focus i {
  color: #FFF;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow.slick-next {
  border-color: #001c93;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow.slick-next i {
  color: #001c93;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow.slick-next:hover, .testimonial .slider-controls .testimonial-slider-arrows .slick-arrow.slick-next:focus {
  background: #001c93;
}
.testimonial .slider-controls .testimonial-slider-arrows .slick-arrow.slick-next:hover i, .testimonial .slider-controls .testimonial-slider-arrows .slick-arrow.slick-next:focus i {
  color: #FFF;
}
.testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows {
  gap: 10px;
}
.testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow {
  border: none;
  width: inherit;
  line-height: 0;
  height: inherit;
  font-size: 46px;
  min-width: inherit;
  border-radius: inherit;
  background: inherit !important;
}
.testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow i {
  opacity: 1;
  color: #F8DDE4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow:hover i, .testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow:focus i {
  color: #EF0548;
}
.testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow.slick-next i {
  color: #EF0548;
}
.testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow.slick-next:hover i, .testimonial .slider-controls.slider-controls-two .testimonial-slider-arrows .slick-arrow.slick-next:focus i {
  color: #F8DDE4;
}

.testimonial .owl-theme .owl-nav {
	margin-top: 30px;
}

.testimonial-slider button:hover{
	background: none !important;
	color: #259600 !important;
}








.news-sec{
  margin: 60px 0;
}
.news-heding{
  margin-bottom: 50px;
}
.news-sec h2{
font-size: 42px;
  line-height: 1.2;
  margin: 0 0 15px;
  text-transform: capitalize;
  font-weight: 700;
}

.viwbtn {
	color: #fff;
	background: #259600;
	padding: 12px 18px;
	display: inline-flex;
	align-items: center;
	font-family: "Nunito", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.01em;
	margin-right: 10px;
	-webkit-clip-path: polygon(100% 0, 100% 57%, 90% 100%, 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% 57%, 90% 100%, 0 100%, 0 0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.viwbtn span {
	font-size: 10px;
	margin-left: 6px;
	transform: rotate(-45deg);
	font-weight: 900;
}
.viwbtn:hover{
	background: #001c93;
	color: #fff;
}


.newspic{
  margin-bottom: 15px;
  transition: 0.3s ease-in-out;
}
.nwspostdate{
  margin: 10px 0;
  display: flex;
  gap: 15px;
  align-items: center;
}
.nwsadmin{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #666;
}
.nwsadmin i{
	color: #001b93;
}

.news-objct h6 {
	font-size: 25px;
	font-weight: 600;
	line-height: 32px;
	text-align: left;
	color: #000;
}
.news-objct p {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	color: #666;
}
.news-bx:hover .newspic{
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}
.news-bx:hover .news-objct h6{
	color: #001c93;
}
.news-row:hover .news-objct h6{
	color: #001c93;
}
.news-row:hover .newspic{
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
}


.news-row{
  display: flex;
  gap: 25px;
  margin-bottom: 15px;
}
.news-row .newspic{
  max-width: 247px;
  width: 100%;
}

.news-row .news-objct h6 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}



.showcase-sec{
	padding:50px 0;
}

.showcase-heding{
	text-align: center;
	margin-bottom: 30px;
}

.showcase-heding .sub-title{
	display: flex !important;
	align-items: center;
	text-align: center;
	justify-content: center;
	gap: 5px;
}
.showcase-heding .sub-title::before{
	content: '';
	width: 50px;
	height: 2px;
	background: #259600;
	display: inline-block;
}
.showcase-heding .sub-title::after{
	content: '';
	width: 50px;
	height: 2px;
	background: #259600;
	display: inline-block;
}
.showcase-heding .title {
	text-align: center;
}

.showcase-sec .owl-carousel .item {
	width: 100%;
	padding: 0px 12px;
}

.brandlogobx {
	float: left;
	width: 100%;
	position: relative;
	background: #F4F6FF;
	height: 100px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.brandlogobx img {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}








.footer-sec {
	background-color: #00125f;
	background-image: url("../images/footer_shape.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto;
}

.footer-about{
	padding: 60px 0 0;
}
.ftrlogo{
	margin-bottom: 15px;
}
.ftrlogo img{
	max-width: 250px;
}

.footer-about p {
	font-size: 15px;
	color: #b1b5c7;
	font-weight: 500;
}

.follow-link{
	margin-top: 40px;
}
.follow-link h6 {
	font-size: 25px;
	color: #fff;
	font-weight: 600;
	font-family: "Nunito", sans-serif;
	margin-bottom: 12px;
}
.follow-link ul{
	padding: 0;
}
.follow-link ul li{
	display: inline-block;
	margin: 2px 2px 2px 0;
}
.follow-link ul li a {
	display: inline-flex;
	color: #fff;
	font-size: 17px;
	width: 35px;
	height: 35px;
	border: 1px solid #fff;
	align-items: center;
	justify-content: center;
	border-radius: 2px;
}
.follow-link ul li a:hover{
	background: #fff;
	color: #001c93;
}


.footre-right{
	border-left: 1px solid #223588;
}
.footre-right h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 140px;
	line-height: 213px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #324c8b;
	text-align: center;
	text-transform: uppercase;
	font-family: inherit;
}
.footer-link {
	padding: 30px 0 50px 40px;
	border-bottom: 1px solid #223588;
}
.footer-link ul{
	padding: 0;
}
.footer-link ul li{
	font-size: 18px;
	color: #fff;
	list-style: none;
	display: inline-block;
	width: 30%;
	color: #fff;
	margin: 8px 0;
}
.footer-link ul li a{
	color: #fff;
}
.footer-link ul li a:hover{
	color: #7a81a0;
}


.cpyright{
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 20px;
}


.inner-banner-sec{
	position: relative;
}
.inner-banner-sec img{
	height: 500px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}


.breadcumb-iner {
	overflow: hidden;
	position: static;
	width: 100%;
	bottom: 20%;
	z-index: 1;
}
.breadcrumb-menu {
	 padding: 20px 0;
    /* border-bottom: 1px solid #ccc; */
}
.breadcrumb-menu li {
	position: relative;
    display: inline-block;
    color: #5e5e5e;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}
.breadcrumb-menu li:first-child {
	margin-left: 0;
}
.breadcrumb-menu li a {
	color: #000;
}
.breadcrumb-menu li a:hover{
	color: #e24c19;
}
.breadcrumb-menu li::after {
	content: '\e908';
	font-family: 'icomoon' !important;
	top: 1px;
	text-align: center;
	font-size: 11px;
	color: #000;
	margin: 0 6px;
}
.breadcrumb-menu  li:last-child:after{
  display: none;
}


.contact-sec{
	padding: 50px 0;
}

h2.sec_title {
	font-size: 60px;
	line-height: 58px;
	color: #070f64;
	font-weight: 700;
	font-family: "Inter";
	margin-bottom: 10px;
}

.contact_info {
    position: relative;
}

.contact_info__shape-new{
	position: absolute;
	left: 0;
	bottom: 40px;
}

.contact_info .author_box {
    position: relative;
    margin: 0 auto;
    margin-right: 0;
    border-top: 1px solid #d5d6e0;
    padding-top: 35px;
    
}

.contact_info .author_content {
	position: relative;padding-right: 80px;
}

.contact_info .author_box span {
    font-size: 17px;
    line-height: 25px;
    color: var(--theme-color);
    font-weight: 600;
}

.phone_number {
    font-size:18px;
    color: #666;
    font-weight: 600;
    margin: 7px 0;
}

.phone_number a {
	display: inline-flex;
	align-items: center;
	color: #666;
	gap: 12px;
}
.phone_number a span {
	width: 45px;
	height: 45px;
	flex: 0 0 45px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px dashed #259600;
	border-radius: 100%;
}

.phone_number a:hover{
	color: #070f64;
}

.contact_info .info_box {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 26px;
    color: #6a6b74;
    font-weight: 400;
    
    text-align: right;
}

.contact_info .author_box .author_image {
    position: absolute;
    top: 0;
    right: 0;
}

.contact_form_wrap {
    position: relative;
    filter: drop-shadow(0 0 15px rgba(103,108,137,0.08));
    background-color: #ffffff;
    padding: 40px;
    margin-bottom: 30px;
}
.contact_form_wrap h3{
	font-weight: 600;
}

form label {
    margin-bottom: 10px;
    font-size: 17px;
    color: #070f64;
    font-weight: 400;
    font-family: "Inter";
}

form label span {
    color: var(--theme-color);
    margin-right: 9px;
    position: relative;
    top: 2px;
}

button.btn-1.lg {
    padding-top: 14px;
    padding-bottom: 14px;
}

.w_100p {
	width: 100%;
}

  /*Reach Us Section*/
  .gray_bg_1{
    background-color: #331837;
  }
  .gray_bg_1 .sec_title_wrap {
    text-align: left;
  }
  .gray_bg_1 .sec_title{
    color: #ffffff;
  }
  .gray_bg_1 .author_box {
    text-align: left;
    border-top: 1px solid #4a2c4f;
  }
  .gray_bg_1 .title {
    font-size: 22px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
  }
  .author_box .date_desc {
    font-size: 16px;
    line-height: 26px;
    color: #c8bec9;
    font-weight: 400;
    
  }
  .info_box_1{
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    color: #666;
    font-weight: 400;
    margin: 7px 0;
    display: flex;
    gap: 12px;
  }
  .address{
  	display: flex;
  	align-items: center;
    gap: 12px;
  }
  .address span {
		width: 45px;
		height: 45px;
		flex: 0 0 45px;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border: 1px dashed #259600;
		border-radius: 100%;
	}
  .contact_form_wrap.bg_color{
    border-radius: 20px;
    background-color: transparent;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
  }
  .contact_form_wrap .form-group{
  	margin: 8px 0;
  }

  .contact_form_wrap.bg_color label{
    font-size: 17px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
  }
  .contact_form_wrap.bg_color label span{
    color: #ffffff;
  }
  .contact_form_wrap.bg_color input{
    border-radius: 28px;
    background-color: #f2f2f2;
    font-size: 16px;
    height: 50px;
    color: #000;
    font-weight: 400;
    border: 1px solid transparent;
    width: 100%;
    padding: 0 15px;
  }
  .contact_form_wrap.bg_color input{
    border-radius: 28px;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 50px;
    color: #000;
    font-weight: 400;
    border: 1px solid transparent;
    width: 100%;
    padding: 0 15px;
  }
  .contact_form_wrap.bg_color textarea{
    border-radius: 28px;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    font-weight: 400;
    
    border: 1px solid transparent;
    width: 100%;
    padding: 0 15px;
  }
  .contact_form_wrap.bg_color button.btn-1.lg {
    border-radius: 28px;
  }

.social-links{
	padding-left: 0;
	margin-top: 15px;
}

.social-links li{
	display: inline-block;
	list-style: none;
}
.social-links li a{
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	line-height: 49px;
	background: #001c93;
	text-align: center;
	font-size: 18px;
	color: #fff;
	border-radius: 50%;
}

.social-links li a:hover{
	color: #fff;
	background: #259600;
}

.sendbntn {
	border-radius: 50px;
	width: 100%;
	padding: 15px 15px;
	background: #259600;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-top: 15px;
}
.sendbntn:hover{
	background: #001c93;
}



.services-page{
	padding: 50px 0;
}

.servic-row>.row {
	padding:35px 0;
}

.servic-row>.row:nth-child(even) {
	flex-direction: row-reverse;
}


.picbx img{
	border-radius: 0 100px 0 100px;
}

.servic-row p{
	margin-bottom: 12px;
}

.PageHeading {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	max-width: 1080px;
}
.PageHeading h2 {
	margin: 0 0 15px;
}
.PageHeading p {
	color: #575556;
	font-size: 16px;
	line-height: 26px;
}




.blog-bx{
	box-shadow: 0 5px 18px rgba(24,24,24,.15);
	margin: 15px 0;
}

.blog-desp{
	padding: 15px;
	border-radius: 8px;
}
.blog-pic{
	width: 100%;
	height: 300px;
}
.blog-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	border-radius: 8px;
}

.blog-desp small{
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}
.blog-desp small i{
	margin-right: 5px;
}
.blog-desp p {
	font-size: 16px;
	font-weight: 500;
	line-height: 21px;
	text-align: left;
	color: #666;
}

.blog-desp a {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #259600;
}
.blog-desp a span {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #259600;
	color: #fff;
	font-size: 12px;
}

.blog-desp a:hover{
	color: #001c93;
}
.blog-desp a:hover span{
	background: #001c93;
}



.blog-detl-pic{
	margin-bottom: 20px;
}

.blog-port blockquote p{
	display: block;
	margin: 0;
	font-size: 1.5625em;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	position: relative;
	padding: 0.6em 0;
}



.recent-post {
	margin-left: 20px;
	border-radius: 10px;
	padding: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
}
.recent-post h3{
	font-weight: 600;
	padding-bottom: 10px;
	position: relative;
}
.recent-post h3::after {
	content: '';
	height: 3px;
	width: 54px;
	display: inline-block;
	background: #001c93;
	position: absolute;
	left: 0;
	bottom: 0;
}

.post-rw{
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.post-rw:last-child{
	border: none;
}

.rcntpost-pic{
	-webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding-right: 10px;
}

.rcnt-desp p{
	font-weight: 600;
	margin: 0;
	color: #333;
}
.rcnt-desp small {
	display: block;
	color: #666;
	font-weight: 500;
}








.topmrging{
	margin-top: 80px;
}

.simple_image_boxes {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	height: 264px;
	margin-bottom: 15px;
}

.simple_image_boxes img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.icon_box_all{
	text-align: center;
	background: #fff;
	padding: 40px 35px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.icon_box_all .icon_content {
	position: relative;
}
.icon_box_all .icon_content .icon {
	position: relative;
	display: block;
	max-width: 60px;
	margin: 0 auto 20px;
}

.icon_box_all .icon_content .icon::before {
	content: "";
	position: absolute;
	left: -13px;
	top: -15px;
	width: 46px;
	height: 46px;
	background: #E9F0FF;
	border-radius: 50%;
	z-index: -1;
}

.icon_box_all .icon_content .txt_content ul {
	margin: 30px 0 35px;
	padding: 0;
}
.icon_box_all .icon_content .txt_content ul li {
	text-align: left;
	list-style: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	font-size: 15px;
}
.icon_box_all .icon_content .txt_content ul li::before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 20px;
	border: 2px solid #e4e7ee;
	left: 0;
	top: 6px;
	margin: auto;
}







.news-photo-pnl{
	width:100%;
	padding:50px 0px;
	overflow: hidden;
}

.heading {
	margin: 0 0 35px;
	font-size: 30px;
	font-weight: 700;
	color: #13304f;
}
.heading span {
	font-weight: 400;
	color: #13304f;
}

.newspnl{
	width:100%;
	float:left;
	border-bottom:1px solid #eee;
	padding-bottom:20px;
	padding-top:20px;
}
.newspnl h3{
	font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #012d85;
}
.newspnl p{
	color:#7c7c7c;
	font-size:15px;
}
.news-con{
	float:left;
	width:calc(100% - 90px);
}
.nws .newspnl:first-child{
	padding-top:0;
}
.nws a{
	color:#333;
}
.nws .newspnl:last-child{
	border-bottom:0;
}
.news-date{
	float: left;
    background: #e24c19;
    color: #fff;
    font-size: 15px;
    width: 65px;
    text-align: center;
    padding: 8px 10px;
    line-height: 24px;
    font-weight: 500;
    margin-right: 20px;
    border-radius: 5px;
}

.redmorlink{
	color: #da7102 !important;
	font-weight: 500;
}

.donate-pnl{
	width:100%;
	overflow: hidden;
	padding:50px 0;
	background:url(../images/footer-bg.jpg);
	color:#fff;
}
.donate-pnl h2{
	font-size:32px;
	color:#fff;
	margin-top:0;
	font-weight:700;
	line-height:40px;
}
.donate-pnl h5{
	font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 20px;
}
.donate-btn{
	background: #e24c19;
    color: #fff;
    border-radius: 30px;
    padding: 9px 27px;
    display: inline-block;
    min-width: 170px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}






.footer{
	width:100%;
	float:left;
	background:#161616;
	padding:40px 0;
	color: #fff;
}
.footer-menu{
	display:block;
	padding:0;
	margin:0;
	text-align:center;
}
.footer .footer-menu li{
	display: inline-block;
    border: 0;
    border-top: 0;
    padding: 0 13px;
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 14px;
}
.footer-menu li a{
	border:0;
	color: #fff;
	padding:0;
	font-size:16px;
}
.footer-menu li:first-child{
	border:0;
}
.footer-heading{
	color: #fff;
    margin-bottom: 23px;
	font-size:20px;
	position:relative;
	font-weight:600;
}
.footer-heading:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #667dbe;
    margin-top: 12px;
}
.copyright{
	background:#020202;
	padding:20px 0;
	float:left;
	width:100%;
	color: #fff;
	text-align:center;
	border-top: 1px solid #393939;
}
.footer-social-menu {
    display: block;
    padding: 0;
    margin: 10px 0;
    text-align: left;
}
.footer-social-menu li {
    display: inline-block;
	margin:0 3px;
}
.footer-social-menu li a {
display: block;
    width: 36px;
    height: 36px;
    font-size: 17px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #ababab;
    -moz-border-radius: 100%;
    border-radius: 100%;
	color: #ababab;
}



.about-page{
	padding:40px 0 60px 0;
	overflow: hidden;
}


.about-info h2{
	font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin:0 0 25px 0;
  color: #e24c19;
  font-weight: 800;
}
.about-info p{
	margin: 0 0 15px 0;
  font-size: 16px;
  color: #525252;
  text-align: justify;
}
.about-info p a{
	color: #f13509;
}

.about-info h6{
	font-weight: 700;
	margin-bottom: 2px;
	color: #033384;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 250px;
  gap: 10px;
  width: 100%;
}

.gallery-item {
	overflow: hidden;
	border-radius: 10px;
	grid-row-end: inherit !important;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}



.gallery2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 200px;
  gap: 10px;
  width: 100%;
}

.gallery-item2 {
	overflow: hidden;
	border-radius: 10px;
	grid-row-end: inherit !important;
}

.gallery-item2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
}




.contactfrom-sec{
	padding: 15px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
}

.frominput{
	margin-bottom: 15px;
}
.frominput p{
	margin-bottom: 5px;
}
.frominput input{
	width: 100%;
	height: 45px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	padding: 0 15px;
}
.frominput textarea{
	width: 100%;
	height: 80px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 14px;
	color: #000;
	padding: 0 15px;
}

.frominput button {
	padding: 10px 28px;
	background: #e24c19;
	border-radius: 5px;
	color: #fff;
	border: none;
	font-weight: 600;
}
.frominput button:hover{
	background: #000;
}


.contactadrss h6{
	font-size: 20px;
	margin-bottom: 12px;
	color: #003582;
}

.contactadrss h4{
	font-size: 25px;
	margin-bottom: 12px;
	font-weight: 700;
	margin-top: 30px;
}

.contctdetls{
	margin-bottom: 20px;
}
.contctdetls p{
	margin-bottom: 5px;
}



.rport-link{
	max-width: 900px;
}

.rport-link a {
    display: inline-block;
    padding: 10px;
    text-align: center;
    background: #fff1ee;
    color: #454545;
    border-radius: 8px;
    font-weight: 600;
    margin: 8px 0;
    font-size:16px;
}
.rport-link a:hover{
	background: #f03206;
	color: #fff;
}












