@import url('https://fonts.googleapis.com/css2?family=Domine:wght@700&display=swap');

body {

	font-family: 'Domine', serif;
}

h1,h2,h3,h4,h5,h6,a,span {

	font-family: 'Domine', serif;
}

.header__top {

    background: #0d1137;
}

.header__top__left {

    padding: 12px 0;

}

ul, ol {
    padding: 0;
    margin: 0;
}

.header__top__right {

    text-align: right;
    padding: 12px 0;

}

.header__top__left li i {

    font-size: 15px;
    margin-right: 5px;
}

.header__top__left li {
 
     font-size: 13px;
     color: #ffffff;
     list-style: none;
     display: inline-block;
     margin-right: 25px;
}

.header__top__right a:last-child {

      margin-right: 0;
}

.header__top__right a {
    
      font-size: 16px;
      color: #ffffff;
      display: inline-block;
      margin-right: 20px;
      text-decoration: none;
}


.m-link {
    
     width: auto;
     margin: auto auto;
     color: #0d1137;
}

.m-link:hover {

    cursor: pointer;

}


.m-hover--mlks {
 
    box-sizing: border-box;
    position: relative;
    padding: 15px;

 }

.m-hover--mlks::before,
.m-hover--mlks::after {
 
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform-origin: center;
  }

 .m-hover--mlks::before {
    
    border-top: 2px solid #fa0405;
    border-bottom: 2px solid #fa0405;
    transform: scale3d(0,1,1);
  }

  .m-hover--mlks::after {

    border-left: 2px solid #fa0405;
    border-right: 2px solid #fa0405;
    transform: scale3d(1,0,1);
  }

  .m-hover--mlks:hover::before,
  .m-hover--mlks:hover::after {

    transform: scale3d(1,1,1);
    transition: transform 900ms;

  }



.logo {

	height: 101px;
}

.ms-c {
  
  margin-left: 2rem !important;

}

.span-cl {

	color: #fa0405;
}

.span-clr {

	color: #0d1137;
}

#heads h1 {
 
 line-height: 1 !important;

}

.py-s {

	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
} 

.py-c {

	padding-top: 2rem;
	padding-bottom: 2rem;
} 

.btns {

    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 30px 10px;
    text-transform: uppercase;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 2px solid #fa0405;
    border-radius: 5px;

}

.btns:hover {
   
   border: 2px solid #fa0405;
   background-color: #0d1137;
   color: #FFF;
}

.btns-sub {

    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 12px 30px 10px !important;
    text-transform: uppercase !important;
    color: #111111 !important;
    letter-spacing: 2px !important;
    border: 2px solid #fa0405 !important;
    border-radius: 5px !important;
    background: #FFF !important;
    transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    
}

.carousel-item {
    
    height: 80vh;
    min-height: 500px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}

.bg-sets {

    padding: 3em;
    background: linear-gradient( rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.45) ),url(../img/bg-set.jpeg) no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    background-attachment: fixed;

}

.serv-section-2 {

    position: relative;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {

    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {

    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon i {

    color: #fa0405;
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {

    position: relative;

}

.serv-section-2 h4 {
    color: #0d1137;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #fa0405;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 1rem;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #fa0405; 
}


/*Counter Css*/

.counter {

}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #FFF;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/*Service*/

.services .service-box.blue {

    border: 3px solid #FFF;

}
.services .service-box {
    
    box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
    height: 100%;
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    background-color: #0d1137;
}

.services .service-box a{
    
    text-decoration: none;
    color: #FFF;

}


.services .service-box.blue .icon {
    
    color: #0d1137;
    background: #e2e4f1;
}

.services .service-box .icon {

    font-size: 36px;
    padding: 40px 20px;
    border-radius: 4px;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}

.services .service-box h3 {

    color: #FFF;
    font-weight: 700;
}

.services .service-box.blue .read-more {
    color: #2db6fa;
}

.services .service-box .read-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 20px;
}

.services .service-box.blue:hover {
  background: #fa0405;
}

.services .service-box:hover h3, .services .service-box:hover p, .services .service-box:hover .read-more {
  color: #fff;
}

.pd-s{
   
   padding: 3rem;

}

 @media (max-width: 767px) {
   
   .pd-s{
   
        padding: 0.2rem;

    }

  .bg-sets {

    padding: 1em;
    background: linear-gradient( rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.45) ),url(../img/bg-set.jpeg) no-repeat;
    background-size: cover;
    position: relative;
    height: auto;
    background-attachment: fixed;
  }  

.carousel-item {
    
    width: 100%;
    height:auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}


}


/*Mis-Vision*/

.card-block {
  position: relative;
  box-shadow: 0px 20px 59px -15px rgba(0, 0, 0, 0.25);
  border: none;
  z-index: 5;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 20px;
  background: linear-gradient(130deg, #E91E63 0, #FF5722 100%);
}

.card-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.card-block:hover:before {
  opacity: 1;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  background-color: #ffffff;
}

.card-block .icon {
  width: 75px;
  height: 75px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-block .card-heading,
.card-block .card-body,
.card-block p {
  color: #fff;
}

.card-block:hover .card-heading,
.card-block:hover .card-body,
.card-block:hover p {
  color: #000;
}

.card-block .card-heading {
  padding: 20px 0px 10px;
  font-size:24px;
}    


/*Service*/

/*About img css*/


 .demo {

     background-color: rgb(168, 200, 245)
 }

 .pages {
     
     color: #FFF;
 
 }

 .pagination-outer {

     text-align: center;
 }

 .pagination {

     background-color: #fff;
     border-radius: 25px !important;
     overflow: hidden;
     border: none !important
 }

 a:focus,
 a:active {
     outline: none !important;
     box-shadow: none !important
 }

 .pagination li.active .fa {

     color: #fff !important

 }

 .pagination li a.page-link {

     color: #505050;
     background-color: transparent;
     font-size: 17px;
     font-weight: 600;
     padding: 17px 25px;
     border: none;
     transition: all 0.3s ease 0s
 }

 .fa-home {
     transform: scale(1.4, 1.4)
 }

 .pagination li:last-child a.page-link {
     border: none
 }

 .pagination li.active a.page-link,
 .pagination li a.page-link:hover,
 .pagination li.active a.page-link:hover {
     background-color: transparent
 }

 .pagination li a.page-link:after {
     content: '';
     background-color: #42A5F5 !important;
     height: 100%;
     width: 100%;
     transform: scaleY(0);
     position: absolute;
     left: 0;
     bottom: 0;
     z-index: -1;
     transition: all 0.3s
 }

 .pagination li.active a.page-link:after,
 .pagination li a.page-link:hover:after,
 .pagination li.active a.page-link:hover:after {
     transform: scaleY(1);
     border-radius: 25px !important
 }

 @media (max-width: 767px) {
     .pagination li a.page-link {
         padding: 11px 8px !important
     }

    .pagination .fa {
         font-size: 9px !important
     }

     li a {
         font-size: 12px !important
     }

     .page-item+.page-item {
         padding-left: 0 !important
     }
 }      


.introduction-one-image {
 
      position: relative;
      height: 700px;
      width: 100%;
}

.introduction-one-image__detail img:first-child {
 
      top: 0;
      left: 0;
      max-width: 80%;
}

.introduction-one-image__detail img {
     
    position: absolute;
    z-index: 1;
    border: 11px solid #f5f5f5;
    box-shadow: 0 3px 5px -1px rgb(0 0 0 / 8%), 0 5px 8px 0 rgb(0 0 0 / 12%), 0 1px 14px 0 rgb(0 0 0 / 6%);
}

.introduction-one-image__detail img:last-child {
 
    bottom: 0;
    right: 0;
    max-width: 60%;
}

@media only screen and (max-width: 576px) {
.introduction-one-image {
    height: 388px;
}
}
@media only screen and (max-width: 768px) {
.introduction-one-image {
    margin-bottom: 6.25rem;
    height: 600px;
}}
@media only screen and (max-width: 992px) {
.introduction-one-image {
    margin-bottom: 3.125rem;
    height: 490px;
}}


@media only screen and (max-width: 1320px) {

    .introduction-one-image__detail img:first-child {
 
      top: 5%;
      left: 0;
      max-width: 80%;
    }
}

/*About img css*/

/*Enquiry Form css*/


.login {
    
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px
}

.input-field span {
    
    font-size: 12px;
    color: #cecdcd;
    margin-left: 10px
}

.card .form-control {
    
    font-size: 13px;
    color: #767473;
    font-weight: 500;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #9b9b9b;
    box-shadow: none
}


.text1 .forget {
    color: #767676;
}

.text2 span {
    color: #7a7778
}

.text2 .register {
    color: #4f4942;
}      

.cts {

    transition: background .3s,border-radius .3s,opacity .3s;
    background-color: #3b4178;
    opacity: .6;
}

.card-img-overlay a {

  text-decoration: none;
  color: #FFF;
  font-weight: 700;
}

/*Enquiry Form css*/



/*Counter Css*/

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
 
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  height: auto;
  padding: 50px 0px;
  text-align: center;
  visibility: visible;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/*Conatct form*/

.bt-sub {

    display: inline-block;
    padding: 14px 30px;
    text-decoration: none;
    color: #243342;
    letter-spacing: 1.2px;
    font-size: 14px;
    border: 1px solid #243342;
    border-radius: 7px;
    margin-right: 20px;
    transition: 0.15s ease-in-out
}

.bt-sub {

    color: white;
    background: #243342;
    -webkit-appearance: none;
    margin-right: 0
}

.form {
    background-color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.flex-rev {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 10px;
    width: 100%
}

.flex-rev input,
.flex-rev textarea {
    border: none;
    background-color: #e6e6e6;
    padding: 12px 10px;
    font-size: 16px;
    resize: none;
    margin-top: 7px;
    margin-bottom: 16px;
    border-radius: 5px;
    color: #243342;
    outline-color: #243342;
    outline-width: thin;
    -webkit-appearance: none
}

.flex-rev textarea {
    height: 150px
}



/*Footer Css*/

footer {

	background: #0d1137;
}


.footer__top {
	
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-bottom: 65px;
}

.footer__logo {
	
	line-height: 50px;
}

.footer__logo a {
	
	display: inline-block;
}

.footer__newslatter form {
	
	position: relative;
}

.footer__newslatter form input {
	
	width: 100%;
	height: 50px;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	border: 1px solid #13a2b7;
	padding-left: 20px;
	border-radius: 50px;
}

.footer__newslatter form input::-webkit-input-placeholder {
	color: #ffffff;
}

.footer__newslatter form input::-moz-placeholder {
	color: #ffffff;
}

.footer__newslatter form input:-ms-input-placeholder {
	color: #ffffff;
}

.footer__newslatter form input::-ms-input-placeholder {
	
	color: #ffffff;
}

.footer__newslatter form input::placeholder {
	
	color: #ffffff;
}

.footer__newslatter form button {
	
	border-radius: 0 50px 50px 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}

.footer__social {
	
	text-align: right;
}

.footer__social a {
	
	display: inline-block;
	height: 50px;
	width: 50px;
	background: rgba(255, 255, 255, 0.1);
	font-size: 18px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px;
}

.footer__social a:last-child {
	
	margin-right: 0;
}

.footer__widget {
	
	margin-bottom: 30px;
}

.footer__widget h5 {
	
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.footer__widget ul li {
	
	list-style: none;
	line-height: 30px;
}

.footer__widget ul li a {
	
	font-size: 14px;
    color: #FFF;
	font-weight: 300;
	text-decoration: none;
}

.footer__address {
	
	margin-bottom: 30px;
}

.footer__address h5 {
	
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.footer__address ul li{
	
	list-style: none;
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	margin-bottom: 10px;
	text-decoration: none;
}

.footers li a {

    font-size: 14px;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;

}

.footer__address ul li:last-child {
	
	margin-bottom: 0;
}

.footer__address ul li i {
	
	font-size: 18px;
	color: #ffffff;
	margin-right: 15px;
}

.footer__map {
	
	height: 190px;
	margin-bottom: 30px;
}

.footer__map iframe {
	
	width: 100%;
}

.footer__copyright {
	
	background: #12191a;
}

.footer__copyright ul {
	
	text-align: right;
}

.footer__copyright ul li {
	
	list-style: none;
	display: inline-block;
	font-size: 14px;
	color: #c4c4c4;
	margin-right: 25px;
	font-weight: 300;
	position: relative;
}

.footer__copyright ul li:after {
	
	position: absolute;
	right: -18px;
	top: 9px;
	height: 4px;
	width: 4px;
	background: #c4c4c4;
	content: "";
	border-radius: 50%;
}

.footer__copyright ul li:last-child {
	
	margin-right: 0;
}

.footer__copyright ul li:last-child:after {
	
	display: none;
}

.footer__copyright__text p {
	
	font-size: 14px;
	color: #c4c4c4;
	font-weight: 300;
	margin-bottom: 0;
}

.footer__copyright__text p i {

	color: #13a2b7;
}

.footer__copyright__text p a {

	color: #13a2b7;
	text-decoration: none;
}


@media only screen and (max-width: 600px) {
 
    .header__top__left li {
 
        font-size: 13px;
        color: #ffffff;
        list-style: none;
        display: inline-block;
        margin-right: 15px;
    }

    .header__top__right {
       
        text-align: center;
        padding: 10px 0;
    }


}


#wrap-msg2 {
    color: #FF0000;
    text-align: center;
}