@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
::-moz-selection {
  color: #fff;
  background: #333;
}
::selection {
  color: #fff;
  background: #333;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #666;
}
.p-left-0{
  padding-left: 0 !important;
}
.p-right-0{
  padding-right : 0 !important;
}
.p-0{
  padding: 0 !important;
}
.ppd-25{
  padding: 20px;
}
.btn-1{
  color: #fff;
  background: #ff5e14;
  padding: 15px 30px;
  display: inline-block;
  font-weight: 600;
}
.btn-1:hover{
  color: #fff;
  background-color: #ffa67c;
}
.btn-1-none{

}
.section-head{
  font-size: 45px;
  line-height: 1.2;
  font-family: open sans;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
}
.section-head span{
  color: #ff5e14;
}
a {
  text-decoration: none !important;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
p, li {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  letter-spacing: .2px;
  padding: 5px 0;
  color: #0a0a0a;
}
header {
  /* padding: 20px 0; 
  position: absolute;
  top: 0;
  z-index: 99;
  height: calc(100vh);
  background: url("../images/head-bg.jpg");
  background-position: center;
  background-size: cover;*/
}
.menu-session{
  background-color: #fff;
  min-height: 75px;
  display: flex;
  align-items: center;
}

h1 {
  color: #333;
  font-family: tahoma;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 550px;
}
.menu-collapser {
  position: absolute;
  top: 0;
  right: 30px;
  width: 40px;
  height: 40px;
  padding: 0 10px;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button {
  position: absolute;
  right: 0;
  top: 46px;
  width: 40px;
  padding: 0;
  color: #000000;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.collapse-button span:nth-of-type(2) {
  width: 30px;
}
.collapse-button span:nth-of-type(3) {
  width: 20px;
}
.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 40px;
  position: relative;
  margin: 4px 0;
  background: #001659;
  border-radius: 1px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}
.crotate span:nth-of-type(2) {
  display: none;
}
ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table
}
ul.slimmenu:after {
  clear: both
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px
}
ul.slimmenu li {
  position: relative;
  display: inline-block;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none
}
ul.slimmenu li ul li {
  width: 100%;
  padding: 0 15px;
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 0 !important;
  min-width: 250px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.15);
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%
}
ul.slimmenu li a {
  padding: 0 15px;
  margin: 0;
  line-height: 35px;
  font-size: 14px;
  display: block;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-weight: 500;
  letter-spacing: .4px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}
ul.slimmenu li:last-child a {
  padding: 0 0 0 20px;
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #333;
  padding: 10px 0;
  letter-spacing: .4px;
  margin: 0;
  text-align: left;
  font-size: 12px;
  text-transform: none;
  border-bottom: 1px dotted #e8e8e8;
}
ul.slimmenu li ul li a:before, ul.slimmenu li ul li a:after {
  display: none;
}
ul.slimmenu li ul li:last-child a {
  border-bottom: 0px solid #fff;
}
ul.slimmenu li ul li a:hover {
  color: #243895;
}
ul.slimmenu li.active a {
  color: #ff5e14;
}
ul.slimmenu li a:hover {
  color: #ff5e14;
}
ul.slimmenu li .sub-toggle {
  background: none repeat scroll 0 0;
  position: absolute;
  right: 7px;
  top: 0px;
  z-index: 999;
  width: 10px;
  height: 100%;
  text-align: center;
  cursor: pointer;
color: #fff;}
ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;}
ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 100;
  vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
  color: #000;
}
ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
  border-left: 0
}
.logo img {
  /* width: 300px; */
}

/* banner Start */
.content-bg{
  background: url(../images/head-bg.jpg);
  background-position: center;
  background-size: cover;
}
.content{
  display: flex;
  min-height: calc(88vh - 75px);
  align-items: center;
}
.anim-text-banner {
  font-size: 4vw;
  font-weight: bold;
  white-space: nowrap;
  padding: 100px 50px;
  text-transform: uppercase;
  font-weight: 600;
}
.anim-text-banner > span {
  position: absolute;
  display: inline-block;
  clip: rect(0px, 0px, 300px, 0px);
  color: #ffffff;
}

.anim-text-parent {
  position: relative;
  color: #ff5e14;
}
.anim-text-parent > .v-bar {
  position: absolute;
  width: 0px;
  height: 1vw;
  background: #ff5e14;
  display: inline-block;
  top: -40px;
  left: -20px;
  transform: translate(-100%, 450%);
}
.anim-text-parent > .anim-text {
  overflow: hidden;
  white-space: nowrap;
  font-weight:800;
  top: 0;
  left: 0;
  position: absolute;
  transition: width 1s ease;
  clip: rect(0px, 0px, 300px, 0px);
}
/* --- banner end---- */

/*--- abot Start--*/
.about{
  max-height: 80vh;
  background-color: #001659;
  padding-top: 9em !important;
  position: relative;
  margin-bottom: 9em;
}
.abt-1{  
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 50vh;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 1;
  background-position: -220px 0;
}
.abt-01{
  background-image: url("../images/abt-1.jpg");
}
.abt-02{
  background-image: url("../images/abt-2.jpg");
}
.abt-03{
  background-image: url("../images/abt-3.jpg");
}
.about .elementor-background-overlay {
  background-image: url("../images/industryo.png");
  background-position: 468px 350px;
  background-repeat: no-repeat;
  opacity: .15;
  transition: background .3s,border-radius .3s,opacity .3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.background-overlay{
  background-color: transparent;
  background-image: linear-gradient(180deg,rgba(19,35,54,0) 0%,#132336 100%);
  opacity: .85;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.abt-box{
  z-index: 1;
}
.abt-in-box{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 30px;
}
.abt-in-box h5{
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-left: 30px;
  margin-bottom: 0;
}
.abt-left{
  padding-left: 4vw;
  padding-right: 3vw;
  z-index: 1;
  padding-bottom: 25px;
}
.abt-left h2{
  font-size: 45px;
  line-height: 1.2;
  font-family: open sans;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
}
.abt-left h2 span{
  color: #ff5e14;
}
.abt-left p{
  color: #fff;
  margin-bottom: 30px;
}

/*--- abot End--*/

/* Buld Start */
.buld{
  min-height: 20vh;
  padding: 4em 0;
}
.buld-head{
  display: flex;
  justify-content: center;
  align-items: center;
}
.buld .section-head{
  color: #001659;
  font-size: 60px;
}
.buld-count-box{
  display: inline-block;
  text-align: center;
}
.buld-count-box img{
  display: block;
  margin: 0 auto 15px;
}
.buld-count-box b{
  font-size: 16px;
  font-weight: 700;
  color: #001659;
  line-height: 1.2;
  margin-bottom: 15px;
  display: block;
}
.buld-count-box p{
  text-align: center;
}
.buld-count-box a{
  margin-top: 10px;
  color: #cd471a;
  font-weight: 600;
}
.count-number{
  font-size: 70px;
  font-weight: 700;
  color: #001659;
}
.count-number:after{
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 8px;
  height: 8px;
  background: #ff5e14;
}

/* Buld End */
/*-- Done Start--*/
.done{
  background-color: #fbf9fc;
  padding: 5em 0 9em;
}
.done-img{
  position: relative;
  display: flex;
  align-items: center;
}
.video-btn{
  width: 100px;
  height: 100px;
  background-color: #ff5e14;
  position: absolute;
  right: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-btn i svg{
  width: 30px;
  fill: #ffff;
}
.video-btn::after{
  content: '';
  display:
  block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
}
.video-btn:hover::after{
  opacity: 1;
  border: 3px solid #ff5e14;
}
.done-text{
  display: flex;
  align-items: center;
  padding-left: 5em;
}
.done-text h2{
  color: #001659;
}
.done-text p{
  margin-bottom: 30px;
}
/*--- Done End ----*/

/*-- Service ---*/
.serv{  
  margin-top: 6em;
}
.serv-box{
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-right: 20px;
}
.serv-box img{
  width: 50px;
}
.serv-box-inner{
  margin-left: 15px;
}
.serv-box-inner h4{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #001659;
}
.serv-box-inner p{
  line-height: 1.8;
}
/*--- Service End ---*/

/*--- project start---*/
.project{
  min-height: 52vh;
  background-color: #001659;
  position: relative;
  margin-bottom: 6em;
}
.proj-left{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 50px;
}
.proj-right{
  margin-top: -70px;
}
.proj-inner{
  width: 25vw;
  margin-right: 5vw;
}
.proj-inner p{
  color: #fff;
  margin-bottom: 20px;
}
.proj-in-box{
  text-align: center;
  background-color: #fff;
  position: relative;
  min-height: 25vh;
  display: flex;
  align-items: center;
}
.proj-in-box h5{
  margin-top: 45px;
  font-size: 25px;
  color: #001659;
  font-weight: 700;
}
.proj-in-box p{
  text-align: center;
}
.proj-in-box-text{
  padding: 20px;
}
.round-org{
  width: 90px;
  height: 90px;
  padding: 25px;
  position: absolute;
  background-color: #ff5e14;
  border-radius: 50%;
  top: -50px;
  left: 40px;
  -webkit-box-shadow: 0px 11px 28px -7px rgba(255,94,20,0.66);
  -moz-box-shadow: 0px 11px 28px -7px rgba(255,94,20,0.66);
  box-shadow: 0px 11px 28px -7px rgba(255,94,20,0.66);
}
/*--- Project End ----*/

/* gallery */
.gallery{
 text-align: center;
}
.gallery h2{
  color: #001659;
  /* margin-bottom: 2em; */
}
.gallery p{
  text-align: center;
}
.gallery .row{
  margin-top: 4em;
  min-height: 60vh;
}
.gal-1{
  max-height: 600px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
.gal-1:hover{
  margin-top: -20px;
}

.flip-box {
  background-color: transparent;
  /* perspective: 1000px; */
  padding: 0;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 55vh;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-box-front {
  /* background-color: #bbb; */
  color: black;
}

.flip-box-back {
  background-color: #001659;
  color: white;
  transform: rotateY(180deg);
}
.flip-content h5{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.flip-content p{
  color: #fff;
}






@import  url("https://cdn.jsdelivr.net/npm/@fancyapps/ui@4.0/dist/fancybox.css");
section.res__gallery  {
  
  padding: 20px;
  width: 100%;
  display: flex;
  justify-self: center;
  align-items: center;
  flex-direction: column;
  margin: 40px auto;
}

section.res__gallery ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

section.res__gallery ul li {
  list-style: none;
  background: #6f80c1;
  color: #fff;
  font-size: 15px;
  padding: 12px 20px;
  margin: 5px;
  letter-spacing: 1px;
  cursor: pointer;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  transition: 0.5s;
}

section.res__gallery ul li.active {
  background: #132c8d;
  color: #fff;
}

section.res__gallery ul li:hover {
  background-color: #132c8d;
  transition: 0.5s;
}

.product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

.product .itembox {
  position: relative;
  width: 200px;
  height: 200px;.
  margin: 5px;
  display: block;
}

.product .itembox.hide {
  display: none;
}

.product .itembox img {
  position: absolute;
  padding: .3rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a[data-fancybox] img {
  cursor: zoom-in;
}

/* gallery end */






/* career Start */
.careers{
  padding: 5em 0 0;
}
.careers .career-img{
  padding: 0;
}
.career-text{
  padding: 120px 105px 105px 80px;
}
.career-text .acc-all{
  width: 30vw;
}
.career-text .section-head{
  color: #001659;
  margin-bottom: 50px;
}
.careers .accordion-item{
  border: none;
  margin-bottom: 15px;
}
.careers .accordion-button{
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #001d67;
  padding-left: 5px;
  border-bottom: 1px solid #ededed;
  height: 7vh;
}
.career-text .accordion-button:not(.collapsed){
  color: #ff5e14;
  box-shadow: none;
}
.career-text .accordion-button:not(.collapsed)::after{
  background-image: url("../public/images/right-arrow.svg");
  transform: rotate(0deg);
}
.career-text .accordion-button::after{
  background-image: url("../public/images/right-arrow.svg");
  transform: rotate(0deg);
}
.career-text .accordion-body{
  padding: 1rem 0.25rem;  
  line-height: 1.6;
}
.career-text .accordion-body p{
  color: #5b7d9a;
}
/* career End */

/*--- Contact Start ----*/
.contact{

}
.cont-address{
  display: flex;
  padding:5vw;
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  align-items: center;
  background-attachment: fixed;
  background-position: center right;
  background-repeat: no-repeat;
}
.cont-address h2{
  color: #001659;
}
.cont-address p{
  margin-bottom: 40px;
  margin-bottom: 25px;
}
.cont-address h4{
  font-size: 25px;
  font-weight: 700;
  color: #001659;
  margin-bottom: 25px;
}
.cont-list{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.cont-list span{
  margin-right: 15px;
  width: 25px;
}
.cont-list p{
  margin-bottom: 0;
}
.cont-form{
  text-align: center;
  background-image: url("../images/contact-bg-2.jpg");
  background-size: cover;
}
.cont-form .from{
  width: 30vw;
  padding: 60px 40px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
  margin: 100px 0 100px -70px;
  background-color: #ffff;
}
.cont-form h3{
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
  color: #001659;
}
.input-form{
  width: 100%;
  background: rgb(34 54 69 / 10%);
  padding: 16px 18px;
  border: none;
  width: 100%;
  color: inherit;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
}
.textarea-form{
  width: 100%;
  background: rgb(34 54 69 / 10%);
  padding: 16px 18px;
  border: none;
  width: 100%;
  color: inherit;
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 250px;
}
.form-btn{
  width: 100%;
  background-color: rgb(0, 16, 89);
}
.form-btn:hover{
  background-color: #001659ba;
}
/* Contact End */

/*--- Blog Start ---*/
.blog{
  padding: 5em 0;
  text-align: center;
  background-color: #fbfbfb;
}
.blog h2{
  color: #001659;
  margin-bottom: 70px;
}
.blog-in{
  text-align: left;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
}
.blog-text{
  padding: 20px 30px;
}
.blog-in span{
  margin: 20px 0;
  display: block;
  color: #7a7a7a;
}
.blog-in h4{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 30px;
}
.blog-in h4:hover{
  color: #ff5e14;
  transition: .4s;
}
.blog-in a{
  margin: 15px 0 20px;
  display: inline-block;
  color: #001659;
  font-weight: 700;;
}
.blog-in a:hover{
  color: #ff5e14;
}
/*--- Blog End ---*/

/*--- Footer ---*/

footer {
  padding: 130px 0 0 0;
  background: url("../images/fbg.jpg");
  background-size: cover;
  background-position: top left;

}



.f-box {}
.f-box h4 {
  text-align: left;
  color: #fff;
  font-size: 16px;
  padding: 0 0 15px 0;
}
.f-box p {
  color: #fff;
  opacity: .8;
  padding: 0 0 10px 0;
}
.f-box p a, .f-box p a:hover {
  color: #fff;
}
.f-box ul {
  margin: 0;
  padding: 0;
}
.f-box ul li {
  list-style: none;
  padding: 0;
}
.f-box ul li a {
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
  margin: 0;
  letter-spacing: .2px;
  color: #6868689e;
  opacity: 1;
}
.f-box ul li a :hover {
  color: #222582;
}
.q-link ul li a{
  color: #ffffffa3 !important;
}
.social {
  margin: 0;
  padding: 0;
}
.social ul {
  margin: 0;
  padding: 5px 0 0 0;
}
.social li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}
.social li a {
  width: 35px;
  height: 35px;
  margin: 0;
  opacity: .5;
  padding: 0;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  background: #ffffff;
  border-radius: 25px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.social li a:hover {
  color: #383ad7;
  background: #ffffff;
  opacity: 1;
}

.fcopy {
  border-top: 1px solid #327f9b;
  margin: 50px 0 0 0;
}
.fcopy p {
  color: #fff;
  opacity: .8;
  padding: 20px 0;
  margin: 0;
  font-size: 13px;
}
.to-top {
  position: fixed;
  z-index: 8;
  bottom: 15px;
  right: 15px;
  display: none;
}
.to-top a.back-to-top {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: auto;
  line-height: 35px;
  border-radius: 5px;
  background: #0097cc;
  opacity: 0.5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
  color: #ffffff;
  line-height: 40px;
}
/* --- Footer End ---- */

/*--- company Profile---*/
.profile{
  width: 80px;
  height: 80px;
  background-color: #ff5e14;
  position: fixed;
  top: 50%;
  right: 0;
  border-radius: 50%;
  text-align: center;
  padding: 15px;
  color: #fff;
  z-index: 999;
  animation: mymove 5s infinite;
}





@keyframes mymove {
  50% {transform: rotate(180deg);}
}
.profile a{
  color: #fff;
}

.profile img{
  width: 20px;
}
.profile b{
  font-size: 12px;
}
/*--- company Profile---*/

/*--- Whats app ---*/
.whats-app{
  width: 80px;
  height: 80px;
  position: fixed;
  top: 30%;
  right: 0;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  color: #fff;
  z-index: 999;
}

/*--- Whats app ---*/

/*---Inner page Start ---*/
.inner-page-head{
  height: 40vh;
  background: url(../images/head-bg.jpg);
  background-position: center;
  background-size: cover;
}
.inner-header .breadcrumb-item a, .inner-header .breadcrumb-item + .breadcrumb-item::before {
  color: #1f285e;
}
.inner-header .breadcrumb-item.active {
  color: #75e4ff;
}
.inner-page {
  padding: 75px 0;
}
.inner-page p {
  text-align: justify;
}
.inner-page .book-now .title, .inner-page .reviews .title {
  font-size: 17px;
  line-height: 24px;
  padding: 0 0 15px 0;
  text-align: center;
  font-weight: 600;
}
.inner-page .reviews .owl-carousel .owl-nav button.owl-next, .inner-page .reviews .owl-carousel .owl-nav button.owl-prev {
  right: 50%;
  margin-right: -40px;
}
.inner-page .reviews .owl-carousel .owl-nav button.owl-prev {
  left: 50%;
  right: auto;
  margin-left: -40px;
}
.inner-page .reviews .review-box {
  padding: 23px 0 25px 0;
}
.inner-img {
  width: 300px;
}
.form-inner{
  padding: 35px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 15%);
  border-radius: 10px;
}
.review-box-in {
  background: #27387e;
  padding: 40px 40px 60px 40px;
  border-radius: 25px 0 25px 0;
  position: relative;
}
.review-box-in p{
  color: #fff;
}
.review-box-in h4{
color: #fff;
}
.reviews .svg-inline--fa{
  color: #fff;
}
.reviews .owl-nav{
  bottom: 0;
  left: auto;
  right: 0;
  width: 100%;
  position: absolute;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.reviews .owl-carousel .owl-nav button.owl-next, .reviews .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  width: 35px;
  right: 0;
  font-size: 32px;
  line-height: 30px;
  font-weight: 300;
  padding: 0 0 5px 0 !important;
  outline: none;
  color: #ffffff;
  border-radius: 5px;
  background: #cbcbcb;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
/*---Inner page End ---*/

/*--- Inner New Style ----*/
.inner-left .accordion-button{
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #001d67;
  padding-left: 5px;
  border-bottom: 1px solid #ededed;
  height: 7vh;
}
.inner-left .accordion-button:not(.collapsed){
  color: #ff5e14;
  box-shadow: none;
}
.inner-left .accordion-body p a{
  font-weight: 600;
  font-size: 16px;
  color: #050f57;
}
.inner-left .accordion-button:not(.collapsed)::after{
  background-image: url("../public/images/right-arrow.svg");
  transform: rotate(0deg);
}
.inner-left .accordion-button::after{
  background-image: url("../public/images/right-arrow.svg");
  transform: rotate(0deg);
}
.box-style{
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #cfd3d7;
  background-color: #aed8e55e;
}
/*--- Inner New Style End ----*/

@media only screen and (max-width: 1200px) {
  .logo img {
    width: 100%;
  }
  ul.slimmenu li a {
    padding: 0 16px;
    font-size: 13px;
    letter-spacing: 0;
  }
  ul.slimmenu li:last-child a {
    padding: 0 0 0 16px;
  }
  .anim-text-banner > span{
    clip: rect(0px, 400.438px, 480px, 0px) !important;
    font-size: 26px;
    margin-bottom: 10px;
    display: contents;
  }
  
  .social li {
    margin: 0 4px 0 0;
  }
  .facilities, .reviews {
    padding: 55px 0;
  }
}
@media only screen and (max-width: 992px) {
  .home {
    padding: 0;
  }
  .home .container {
    max-width: inherit !important;
    width: 100%;
  }
  .logo img {
    width: 135px;
  }
  ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    margin: 0;
    border: none;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate {
    position: fixed;
    top: 20px;
    right: 250px;
    background: #fff;
    z-index: 9999;
    padding: 10px 8px 10px 10px;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate .icon-bar {
    width: 25px;
    background-color: #333;
    top: 5px;
  }
  .crotate span:nth-of-type(3) {
    width: 25px;
    top: -5px;
  }
  ul.slimmenu li a {
    padding: 7px 0;
    line-height: 26px;
    letter-spacing: .4px;
    font-weight: 500;
    font-size: 13px;
    color: #333;
  }
  ul.slimmenu li .sub-toggle svg {
    color: #fff;
  }
  ul.slimmenu li .sub-toggle {
    width: 25px;
    color: #fff;
  }
  ul.slimmenu li > ul {
    min-width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  ul.slimmenu li:last-child a {
    padding: 0;
  }
  ul.slimmenu li .sub-toggle {
    right: 0;
  }
  ul.slimmenu li .sub-toggle svg {
    font-size: 11px;
  }
  
  
  .f-box h4, .f-box p, .f-box ul li {
    text-align: center;
  }
  footer:before {
    height: 45px;
  }
  footer {
    padding: 80px 0 0 0;
  }
  
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 576px) {
  
  .home {
    padding: 0;
  }
  .logo img {
    width: 115px;
  }
  .menu-collapser {
    right: 15px;
  }
  .collapse-button {
    top: 38px;
  }
  p, li {
    font-size: 13px;
    line-height: 25px;
    width: 100%;
    text-align: justify;
  }
  .p-left-0 {
    padding-left: 10px !important;;
  }
  .about{
    padding-top: 2em !important;
    max-height: fit-content;
    padding-bottom: 2em;
    margin-bottom: 0;
  }
  .about .elementor-background-overlay{
    display: none;
  }
  .abt-1{
    margin-bottom: 20px;
    display: inline-flex;
  }
  .abt-left h2{
    font-size: 30px;
  }
  .gallery p{
    text-align: justify;
  }
  footer {
    padding: 60px 0 0 0;
  }
  footer:before {
    height: 30px;
  }
  .fcopy p {
    font-size: 12px;
  }
  .fcopy {
    margin: 20px 0 0 0;
  }
  .f-box ul li a {
    font-size: 13px;
  }
  .f-box{
    overflow: hidden;
  }
  .whats-app{
    width: 70px;
    height: 70px;
  }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {

  .p-right-0{
    padding-right: 10px !important;
  }
  .section-head{
    font-size: 27px;
  }
  .anim-text-banner{
    /* padding-right: 10px; */
    padding: 100px 5px;
  }
  .abt-1 {
    margin-bottom: 20px;
    background-position: center;
}
.abt-left{
  text-align: center;
  padding: 20px;
}

.buld-head{
margin-bottom: 20px;
}
.buld-count-box{
  margin-bottom: 25px;
}
.video-btn{
  display: none;
}
.done{
  padding: 0em;
}
.done-text{
  padding: 30px 30px 0;
}
.serv{
  margin-top: 0em;
  padding: 20px;
}
.project{
  padding: 2em 10px;
  margin-bottom: 2em;
}
.proj-left{
  padding: 20px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.proj-inner{
  width: 100vw;
}
.proj-right{
  margin-top: 0;
}
.proj-1{
  margin-bottom: 20px;
}
.flip-box{
  padding: 10px;
}
.flip-box-front, .flip-box-back{
  position: inherit;
  overflow: hidden;
}
.flip-box-back{
  margin-top: -55vh;
}
.careers {
  padding: 1em 0 ;
}
.career-text{
  padding: 20px;
}
.career-text .acc-all{
  width: 100%;
}
.careers .accordion-button {
  font-size: 17px;
}
.contact{
}
  .cont-address{
    padding:20px;
  }
.cont-form .from{
  width: 100%;
  margin: 30px 0 30px 0;
  padding: 40px 20px;
}
.cont-form .from h3{
  font-size: 19px;
}
.social{
  text-align: center;
}
.social ul{
  display:  inline-flex;
}
.inner-page{
  padding: 20px;
}
.inner-img{
  width: 100%;
}
.breadcrumb{
  flex-wrap: inherit;
  width: 39vw;
}
.profile{
  width: 80px;
  height: 80px;
  top: 80%;
  font-size: 10px;
}
.profile img{
  width: 20px;
  margin-bottom: 5px;
}
.profile b{
  font-size: ;
}
.career-text .section-head{
  margin-bottom: 10px;
}
.buld{
  padding: 2em 0;
}
.blog{
  padding: 2em 0;
}

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    
}
/* ----------- iPhone X ----------- */


/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

}