
/* import fonts from fonts css file */
@import url(./fonts.css); 



    
   



/* START */
* {
  box-sizing: border-box;
}

body {
  line-height: 1.7;
  overflow-x: hidden;
  width: 100%;
}

/* back to top  button */
.back-to-top {
  position: fixed;
  display:none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(to right, #2193b0, #679bcb);
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: linear-gradient(to right, #993366, #e6b3cc);
  color: #fff;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/* START HERO */

#fh5co-header,
.fh5co-cover {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 600px;
  width: 100%;
}


#fh5co-header .overlay,
.fh5co-cover .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right,  #ecc6ec, #21415f);
}


#fh5co-header .display-t,
.fh5co-cover .display-t {
  width: 100%;
  display: table;
}


#fh5co-header .display-tc,
.fh5co-cover .display-tc {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}


#fh5co-header .display-tc h1, 
.fh5co-cover .display-tc h1
 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  color:white;
}

#fh5co-header .display-tc h2, h4,
.fh5co-cover .display-tc h2, h4
 {
  margin: 0;
  padding: 0;
  color:white;
}


#fh5co-header .display-tc h1,
.fh5co-cover .display-tc h1 {
  font-family: "Kaushan Script", cursive;
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 1.3;
  font-weight: 300;
}


#fh5co-header .display-tc h1 span,
.fh5co-cover .display-tc h1 span {
  padding: 4px 15px;
  position: relative;
}


#fh5co-header .display-tc h1 span:before,
.fh5co-cover .display-tc h1 span:before {
  position: absolute;
  top: 40px;
  left: 0;
  width: 30px;
  height: 4px;
  content: '';
  background:white;
  margin-left: -30px;
}


#fh5co-header .display-tc h1 span:after,
.fh5co-cover .display-tc h1 span:after {
  position: absolute;
  top: 40px;
  right: 0;
  width: 30px;
  height: 4px;
  content: '';
  background:white;
  margin-right: -30px;
}


@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 34px;
  }
  #fh5co-header .display-tc h1 span:before,
  .fh5co-cover .display-tc h1 span:before {
    top: 28px;
    width: 20px;
    height: 3px;
    margin-left: -15px;
  }
  #fh5co-header .display-tc h1 span:after,
  .fh5co-cover .display-tc h1 span:after {
    top: 28px;
    width: 20px;
    height: 3px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 320px) {
  #fh5co-header .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size:25px;
  }

  #fh5co-header .display-tc h1 span:before,
  .fh5co-cover .display-tc h1 span:before {
    top: 22px;
    width: 20px;
    height: 3px;
    margin-left: -15px;
  }
  #fh5co-header .display-tc h1 span:after,
  .fh5co-cover .display-tc h1 span:after {
    top: 24px;
    width: 20px;
    height: 3px;
    margin-right: -15px;
  }
}


#fh5co-header .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 22px;
}

#fh5co-header .display-tc h4,
.fh5co-cover .display-tc h4 {
  font-size: 23px;
}


@media screen and (max-width: 768px) {
  #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 18px;
  }

  #fh5co-header .display-tc h4,
  .fh5co-cover .display-tc h4 {
  font-size: 18px;
 }

}

@media screen and (max-width: 320px) {
  #fh5co-header .display-tc h2,
  .fh5co-cover .display-tc h2 {
    font-size: 16px;
  }

  #fh5co-header .display-tc h4,
  .fh5co-cover .display-tc h4 {
  font-size: 18px;
 }
 
}



#fh5co-header .display-tc .profile-thumb,
.fh5co-cover .display-tc .profile-thumb {
  background-image: url('../img/IMG_1550.jpg') ;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 50%;
  border: 2px solid #800000;
}
/*END HERO */

/*  START NAV BAR */
 
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0 4px 10px -3px rgba(121, 32, 22 , 0.8);
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height:50px;
} 

.logo-logo{
  height:80px;
}


@media  screen and (max-width: 992px) {
  #header {
    height:70px;
  }
}
 
/* Desktop Navigation */
.nav-menu {
  width: 100%;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: normal;
  float: left;
}

.nav-menu .nav-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}


.nav-menu .fas{
  padding:5px;
  font-size:20px;
}


.nav-menu a {
  display: block;
  position: relative;
  color: #792016 ;
  padding: 15px 13px;
  transition: 0.3s;
  font-size:16px;
  text-transform: uppercase;
  font-family: Galada;
}

.nav-menu a:hover,  
.nav-menu li:hover > a {
  color: #003399;
  text-decoration: none;
}

.nav-menu .active > a{
  color:#163A79;
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
  border: 2px solid #163A79;
}

.sticky {
  position: fixed;
  top:0;
  width: 100%;
}

@media screen and (max-width: 1320px) {
  .nav-menu .active > a{
    color:#163A79;
    border-bottom-left-radius:25px;
    border-top-right-radius: 25px;
    border: 2px solid #163A79;
  }
}

@media  screen and (max-width: 1080px)   {
  .nav-menu .fas{
    padding:5px;
    font-size:20px;
  }
  
  
  .nav-menu a {
    display: block;
    position: relative;
    color: #792016 ;
    padding: 8px 7px;
    transition: 0.3s;
    font-size:14px;
    text-transform: uppercase;
    font-family: Galada;
  }

}
/* end desktop version */

/* Mobile Navigation */

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #9476c5;
}

.mobile-nav {
  position: fixed;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y:auto;
  background:white;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  
}

.mobile-nav * {
  margin:10px;
  padding:0;
  list-style: none;
}

.mobile-nav .fas{
  font-size: 25px;
  padding:5px;
}


.mobile-nav a {
  display: block;
  position: relative;
  color: #993366;
  padding:5px 20px;
  font-weight: 600;
  outline: none;
}

@media screen and (max-width: 380px) {
  .mobile-nav * {
    margin:10px;
    padding:0;
    list-style: none;
  }
  
  .mobile-nav .fas{
    font-size:18px;
    padding:5px;
  }
  
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #993366;
    padding:5px 20px;
    font-weight: 600;
    outline: none;
  }
}

@media screen and (max-width: 320px) {
  .mobile-nav * {
    margin:5px;
    padding:0;
    list-style: none;
  }
  
  .mobile-nav .fas{
    font-size:18px;
    padding:5px;
  }
  
  
  .mobile-nav a {
    display: block;
    position: relative;
    color: #993366;
    padding:5px 20px;
    font-weight: 600;
    outline: none;
    
  }
}

.mobile-nav a:hover,
.mobile-nav li:hover > a {
  color: #1ab2ff;
  text-decoration: none;
  
}

.mobile-nav .active > a {
  color: #003399;
  text-decoration: none;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow:hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
  font-size: 30px;
}

/*  END NAV BAR */

/* about start */

.section-title {
  text-align: center;
  padding-bottom: 40px;
  padding: 60px 0;
  height:50px;
}

.section-title h2 {
  font-size: 40px;
  font-weight: bolder;
  font-family: Lobster Regular;
  font-style: italic;
  margin-bottom: 15px;
  padding-bottom: 0;
  color:#165A79 ;
  
}

.about .about-image {
  padding:15px;
  margin-top: 35px;
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.8);
}

h3 {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 15px;
  padding-bottom: 0;
  color:#165A79;
}

b{
  color:#841C39;
}

.about .accordion {
  background: linear-gradient(to right, #8e4f84 , #8E594F);
  color:white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 25px;
  transition: 0.4s;
  font-family: Galada;
}

@media  screen and (max-width: 992px)   {
  .about .accordion:hover {
    box-shadow: 0px 2px 15px rgba(79, 101, 142  , 0.8);
    border: 5px solid white;
    border-bottom-left-radius:25px;
    border-top-right-radius: 25px;
  }
}

.about .active{
  box-shadow: 0px 2px 15px rgba(79, 101, 142  , 0.8);
  border-bottom-left-radius:25px;
    border-top-right-radius: 25px;
}

.about .accordion:hover {
    box-shadow: 0px 2px 15px rgba(79, 101, 142  , 0.8);
    border-bottom-left-radius:25px;
    border-top-right-radius: 25px;
}


.about .accordion:after {
  content: '\002B';
  color:white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 25px;
}

.about .active:after {
  content: "\2212";
}

.panel {
  padding: 18px 30px;
  display: none;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(142, 79, 132, 0.8);
  font-size: 20px;
  border-bottom-right-radius:25px;
  border-top-left-radius: 25px;
  text-align: justify;
}

.panel .far{
  color:#666699;
  font-size:30px;
}

/* end about 8/

/*Gallery starts */

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
  color: #336699;
  transition: all 0.3s ease-in-out;
  margin: 0 4px 10px 4px;
  background: whitesmoke;
  border-radius: 4px;
}

.portfolio #portfolio-flters li:hover, 
.portfolio #portfolio-flters li.filter-active {
  background: #336699;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(21, 21, 21, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
 color:burlywood;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.portfolio-details {
  padding-top: 0;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media  screen and (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin: 10px;
  padding: 12px 15px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
/* Position the "next button" to the right */
        
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
        
.prev:hover,
.next:hover {
  background-color: rgba(83, 140, 198, 0.4);
}

@media  screen and (max-width: 992px){
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top:10%;
    width: auto;
    padding: 10px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
 
}

@media  screen and (max-width: 603px){
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top:9%;
    width: auto;
    padding:7px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
 
}


@media  screen and (max-width: 384px){
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top:11%;
    width: auto;
    padding:7px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
 
}


@media  screen and (max-width: 320px){
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    margin-top: 40px;
    width: auto;
    padding:7px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
 
}



/*Gallery END */

/* start professional */

.special{
  position: relative;
}

.img-sp{
  padding: 15px;
  background-color: rgba(51, 102, 204,0.4);
}

.img-sp:hover{
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.3);
}

.professional .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height: 130px;
  position: relative;
  background: linear-gradient(to right, #b79891, #94716b);
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
}

.professional .icon-box:hover{
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.6);
  border-bottom-right-radius:25px;
  border-top-left-radius: 25px;
}

.professional .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 80px;
  height:80px;
}

.professional .icon img {
  border-radius: 50%;
  border: 5px solid #b79891;
  height:70px;
}

.professional .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top:20px;
  color:white;
  font-family: Galada;
  text-align: center;
}

@media   screen and (max-width: 900px){
  .professional .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    padding-top:20px;
    color:white;
    font-family: Galada;
    text-align: center;
  }
}

@media  screen and (max-width: 603px){
  .professional .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top:20px;
    color:white;
    font-family: Playfair Display;
    text-align: center;
  }
}


.professional .icon-box:hover .icon {
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.3);
}


.parts .oph-image {
  padding:15px;
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.8);
  margin-top: 20px;
}

.parts .opleft{
  font-size: 35px;
}

.details{
  font-size:20px;
  margin-top:15px;
  text-align: justify;
}

.c-h{
  text-align: center;
  color:white;
  margin-top: 20px;
  padding:25px;
  background: linear-gradient(to right, #00416a, #e4e5e6);
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
}

.parts .cor-img{
  padding:15px;
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.8);
  margin-top:100px;
}

.co , .co-l{
  font-size: 18px;
  text-align: justify;
}

.cod{
  font-size: 20px;
  text-align: justify;
}

.co-l{
  padding:15px;
  text-align: justify;
}

.parts .cor2-image{
  padding:15px;
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.8);
}

.c2-h{
  text-align: center;
  color:white;
  margin-top: 20px;
  padding:25px;
  background: linear-gradient(to right, #00416a, #e4e5e6);
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
}

.co2 {
  font-size: 18px;
  margin-top: 20px;
  padding:15px;
  text-align: justify;
}

.co2-l{
  font-size: 18px;
  padding:15px;
  text-align: justify;
}

.co2-ll{
  font-size: 20px;
  padding:15px;
  text-align: justify;
}

.e-h{
  text-align: center;
  color:white;
  margin-top: 20px;
  padding:25px;
  background: linear-gradient(to right, #00416a, #e4e5e6);
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
}

.parts .eyed-image{
  padding:15px;
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.8);
}

.eyep{
  font-size: 18px;
  text-align: justify;
}
/* end professional */

/* START CONSULTATION */

.con-r{
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.reasion-to-consult .accordion {
  background: linear-gradient(to right, #8e4f84 , #8E594F);
  color:white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 25px;
  font-family: Galada;
  transition: 0.4s;
}


.reasion-to-consult .accordion:hover {
  box-shadow: 0px 2px 15px rgba(79, 101, 142  , 0.8);
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
}

.reasion-to-consult .accordion .active{
  box-shadow: 0px 2px 15px rgba(79, 101, 142  , 0.8);
  border-bottom-left-radius:25px;
  border-top-right-radius: 25px;
}

@media   screen and (max-width: 992px) {
  .reasion-to-consult .accordion:hover {
    box-shadow: 0px 2px 15px rgba(79, 101, 142  , 0.8);
    border: 5px solid white;
    border-bottom-left-radius:25px;
    border-top-right-radius: 25px;
  }
}

.reasion-to-consult .accordion:after {
  content: '\002B';
  color:white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 25px;
}

.reasion-to-consult .active:after {
  content: "\2212";
}

.reasion-to-consult .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(142, 79, 132, 0.8);
  font-size: 20px;
  border-bottom-right-radius:25px;
  border-top-left-radius: 25px;
}

.panel .fas{
  color:#666699;
  font-size:25px;
}

/* end CONSULTATION */

/* start TESTIMONIAL */
.test-p{
  font-size: 20px;
  font-style: italic;
  text-align: center;
}

.edu-p1{
  color:white;
}

.edu-p1:hover{
  color:#260d1a;
  text-decoration: none;
}

/* pat1 */
.pat1{
  background: linear-gradient(to right, #193366,#9494b8);
  border-radius: 50px;
}

.pat1:hover{
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.6);
}

.pat1 .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height:50px;
  position: relative;
}

.pat1 .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 90px;
  height:90px;
}

.pat1 .icon img {
  border-radius:50%;
  height:80px;
}

.pat1p{
  font-size: 20px;
  color:white;
  padding: 18px 30px;
  transform: translateY(-60px);
  text-align: justify;
}


/* pat2 */
.pat2{
  background: linear-gradient(to right, #193366,#9494b8);
  border-radius: 50px;
}

.pat2:hover{
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.6);
}

.pat2 .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height:50px;
  position: relative;
}

.pat2 .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 90px;
  height:90px;
}

.pat2 .icon img {
  border-radius:50%;
  height:80px;
}

.pat2p{
  font-size: 20px;
  color:white;
  padding: 18px 30px;
  transform: translateY(-60px);
  text-align: justify;
}


/* pat3 */
.pat3{
  background: linear-gradient(to right, #193366,#9494b8);
  border-radius: 50px;
}

.pat3:hover{
  box-shadow: 0px 2px 15px rgba(121, 32, 22 , 0.6);
}

.pat3 .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  text-align: center;
  height:50px;
  position: relative;
}

.pat3 .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 90px;
  height:90px;
}

.pat3 .icon img {
  border-radius:50%;
  height:80px;
}

.pat3p{
  font-size: 20px;
  color:white;
  padding: 18px 30px;
  transform: translateY(-60px);
  text-align: justify;
}


b.tb{
  font-size: 25px;
  color:#ecf2f8;
}
/* end TESTIMONIAL */

/*contact starts */

.contact .info {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
}

.contact .info i {
  font-size: 20px;
  color:#165A79;
  float: left;
  width: 50px;
  height: 50px;
  background: #eaf6e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 70px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #151515;
}

.contact .info p {
  padding: 0 0 0 70px;
  margin-bottom: 0;
  font-size: 20px;
  color: #484848;
}

.contact .info .email, 
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, 
.contact .info .phone:hover i {
  background: #165A79;
  color: #fff;
}

@media  screen and (max-width:360px) {
  .contact .info h4,
  .contact .info p{
    font-size:18px ;
  }

  .contact .info .phone{
    transform: translateX(-25px);
  }

  .contact .info .email{
    transform: translateX(-25px);
  }

}

@media  screen and (max-width:320px) {
  .contact .info .email{
    transform: translateX(-35px);
  }
} 

/* end contact */

/* footer starts */

#footer {
  background: url("../img/f2.jpg") center center no-repeat;
  color: #fff;
  font-size: 20px;
  position: relative;
}

#footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 26, 38, 0.85);
  z-index: 1;
}

#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

#footer .footer-top .footer-logo img {
  height: 80px;
}

#footer .footer-top h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 30px 0 0 0;
  margin-bottom: 0;
}

#footer .footer-top p {
  font-size: 15;
  font-style: italic;
  margin: 30px 0 0 0;
  padding: 0;
}

/* end footer */

/*404 error */
.e404{
  background: linear-gradient(to right, #ffd89b,#99ccff);
  height: 700px;
}

.er{
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 533px) {
  .er{
    position: relative;
    width:80%;
    height:60%;
  }
  .p_4{
    font-size: 25px;
  }
}

@media screen and (max-width: 384px) {
  .er{
    position: relative;
    width:80%;
    height: 50%;
  }

  .p_4{
    font-size: 23px;
  }
}

.p_4{
  text-align: center;
  text-transform: capitalize;
  color: #003366;
}

.go_back{
  border-radius: 4px;
  background-color: #336699;
  border: none;
  color:  white;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.go_back span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.go_back span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.go_back:hover span {
  padding-right: 25px;
}

.go_back:hover span:after {
  opacity: 1;
  right: 0;
}

.go{
  text-decoration: none;
  color:  white;
}

.go:hover{
  color:  white;
}







