/* ==========================================================================
  01. GENERAL & BASIC STYLES
  =========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
} 
 
body { font-family: 'Lato', sans-serif; padding-top: 100px;

-webkit-font-smoothing: antialiased; font-weight: 400; }
.clear { clear: both; }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');


/*------------------------------------------------------------------*/
/*  IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/*------------------------------------------*/
/*  PAGE CONTENT
/*------------------------------------------*/
#page {  width: 90%; max-width: 768px; margin: 0 auto; position: relative; z-index: 2; background: #fff;  }
.joinnow { background: #e41e4f; color: #fff !important; margin-top: 25px; border-radius: 6px; padding: 10px 15px !important; line-height: normal !important;   }

/*harpreet start*/
.topleft, .topright, .bottomleft, .bottomright { position: absolute; z-index: 1; }
.topleft { top: 0; left: 0; }
.topright { top: -50px; right: 0; transform: rotateX(20deg); }
.bottomleft { bottom: 0; left: -25px; }
.bottomright { bottom: 0; right: 0; }
.comingbody { padding: 80px 50px; text-align: center;  }
.comingbody h1 { font-size: 65px; color: #f13462; margin-bottom: 20px;   }
.comingbody h3 { margin-bottom: 50px; }
.fldrow { display: block; margin: 25px 0px; }
.fldrowfirst { margin-top: 50px; }

.fldname { font-size: 20px; margin: 0px 0px 10px 25px; }
.fldname em { font-style: normal; color: #ff0000; }
.fldinput { border-radius: 25px; background-color: rgb(239, 245, 249); min-height: 48px; padding: 0px 30px 0px 30px; }
.fldinput input, .fldinput select, .fldinput textarea { background: transparent; border: 0 none; width: 100%; padding-top: 11px;  }
.fldinput select { padding-top: 0px; margin-top: 12px; }
.fldinput textarea { height: 180px; }


.fldbtn a {
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    background-image: -webkit-linear-gradient(-31deg, rgb(253 96 134) 0%, rgb(216 31 76) 100%);
    height: 48px;
    border-radius: 28px;
    transition: all 0.5s ease 0s;
}
.fldbtn a:hover { color: #fff; text-decoration: none;
  background-image: -webkit-linear-gradient(-31deg, rgb(216 31 76) 100%, rgb(253 96 134) 0%); }
.comingfooter { color: #888 }
.headerouter { box-shadow:  0px 0px 5px rgba(0,0,0,0.4); padding: 8px 0px; z-index: 2; position: relative; }
.bannerouter { color: #fff; background: url(../images/pinkpattren.jpg) left top repeat; padding: 40px; }
.bannerouter h1 { position: relative; font-size: 36px; line-height: 47px; text-align: center; margin-bottom: 20px; padding-bottom: 30px; text-shadow: 0px 2px 2px rgba(0,0,0,0.3); }
.bannerouter h1:after { content:''; margin: auto; position: absolute; left: 0; right: 0; bottom: 0; width: 150px; height: 5px; background: #fff; }
.bannerouter p { font-size: 23px; text-align: center; margin: 10px 100px 0px 100px; text-shadow: 0px 2px 2px rgba(0,0,0,0.3); }
.tomake-cont { padding: 30px 20px 15px 20px; box-shadow: inset  0px 0px 20px rgba(0,0,0,0.2); background: #e4e4e4; margin: 30px 0px;  }
.tomake-cont h2 { font-size: 30px; line-height: 30px; text-align: center; margin-bottom: 15px; text-transform: none; }
.tomake-cont p { font-size: 18px; text-align: center; }
.formlefthd { font-size: 26px; margin-top: 50px; }
.formleftrow { display: block; min-height: 110px; margin: 50px 0px; padding: 10px 0px 0px 130px; position: relative; }
.formlefticon { font-size: 50px; color: #fff; position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; text-align: center;
  width: 110px; height: 110px; border-radius: 100%; top: 0; left: 0; background-image: -webkit-linear-gradient(-31deg, rgb(253 96 134) 0%, rgb(216 31 76) 100%); }
.formleftrow h4 { font-size: 18px; font-weight: 600; margin-bottom: 10px; padding-bottom: 10px; position: relative; }
.formleftrow h4:after { content:''; position: absolute; left: -50px; right: 0; bottom: 0; height: 2px; z-index: 0;
background-image: -webkit-linear-gradient(-31deg, rgb(253 96 134) 0%, rgb(255 255 255) 100%); }
.footer { padding: 30px 0px; background: #efefef;  }
/*harpreet end*/



.hbox-1-txt {
  display: inline-block;
  margin: 0 auto;
}

.hbox-1 {
  position: relative;
  /* background-color: #fff;
  border: 1px solid #f5f5f5; */
  padding: 10px;
  margin: 0 8px 15px;
  /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}

.hbox-1 p { font-size: 17px; color: #fff; text-align: center; }


.hbox-1-txt h5 {
  font-weight: 800;
  margin-top: 15px;
  margin-left: 20px;
}

#hero-7 .owl-carousel .owl-item .hbox-1-content img {
  position: absolute;
  right: 30px;
  bottom: 32px;
  width: 70px;
  height: 46px;
}

/*------------------------------------------*/
/*  COUNTRY BOX IMAGE
/*------------------------------------------*/ 

.hbox-1 img,
.hbox-1 .hover-overlay {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.hbox-1:hover .hover-overlay img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.hbox-1:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  Countries Carousel Nav
/*------------------------------------------*/ 

#hero-7 .owl-theme .owl-nav {
  text-align: center;
  margin-top: 25px;
}
  



/* ==========================================================================
  06. ABOUT
  =========================================================================== */

#about-3 {
 position: relative;
 margin-top: -120px;
 z-index: 99;
}

.abox-3-holder {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 50px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

#about-6 {
  background-image: url(../images/about-6.jpg); 
}  

#about-8 {
  width: 100%;
  background: url(../images/about-8.jpg) no-repeat center; 
  background-size: cover; 
}

.about-8-txt {
  padding: 80px 60px;
}

/*------------------------------------------*/
/*  ABOUT BOX
/*------------------------------------------*/ 

.abox-3 {
  padding: 0 30px;
}

.abox-7 {
  margin-bottom: 30px;
}

.abox-7-icon {
  display: inline-block;
  float: left;
  margin-top: 5px;
  margin-right: 25px;
}

.abox-7-txt {
  overflow: hidden;
}

.abox-7-txt h5 {
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.abox-7-txt p {
  color: #757575;
  margin-bottom: 0;
}

.a-9-boxes {
  padding: 35px 25px 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.a9-box p {
  line-height: 1.3;
  margin-bottom: 0;
}

.a9-icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: -2px;
}

.a9-box.icon-xs [class*="flaticon-"]:before,
.a9-box.icon-xs [class*="flaticon-"]:after {   
  font-size: 3rem;
  line-height: 1!important;
}

.a9-txt {
  overflow: hidden;
}

/*------------------------------------------*/
/*  ABOUT TYPOGRAPHY
/*------------------------------------------*/ 

.about-1-txt h3,
.about-2-txt h3,
.about-1-txt h2,
.about-2-txt h2 {
  line-height: 1.1;
  margin-bottom: 30px;
}

.abox-3-txt h5 {
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 12px;
}

.about-4-txt h2,
.about-4-txt h3 {
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.about-4-txt h2, 
.about-6-txt h2,
.about-6-txt h3 {
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

.about-8-txt h3,
.about-8-txt h2 {
  line-height: 1.15;
  margin-bottom: 30px;
}

.about-9-txt h3,
.about-9-txt h2 {
  line-height: 1.15;
  margin-bottom: 30px;
}

.about-9-txt h4 {
  font-weight: 700;
  margin-bottom: 20px;
}

.about-5-txt h5 {
  font-weight: 800;
  margin-bottom: 30px;
}

.about-6-txt h5 {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-9-txt h5.h5-md {
  font-weight: 700;
  margin-bottom: 20px;
}

.about-9-txt .sbox-4-txt h5.h5-md {
  margin-bottom: 10px;
}

.about-7-txt h4 {
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

.abox-3-txt p {
  color: #757575;
  margin-bottom: 0;
}

.about-section .btn {
  margin-top: 20px;
}

.abox-list li {
  font-size: 1.175rem;
  font-weight: 400;
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 6px 0;
  padding: 0;
}

#about-7 .abox-list li {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 10px 0;
}

#about-7 .abox-list li i {
  font-size: 1.25rem;
  margin-right: 10px;
}

.abox-list li.more-info-link {
  font-weight: 800;
  font-size: 1.115rem;
  margin: 20px 0 0 0;
}

.abox-list li.more-info-link i {
  margin-left: 2px;
}

#about-7 .abox-list li.more-info-link {
  font-size: 1.45rem;
  text-decoration: underline;
  margin: 20px 0 0 30px;
}

#about-7.abox-list li a:hover {
  color: #252525;
  text-decoration: underline;
}

.about-9-txt .box-list p {
  margin-bottom: 7px;
}

.about-4-txt .btn {
  margin-top: 25px;
}

/*------------------------------------------*/
/*  Flags List
/*------------------------------------------*/ 

.flags-list li {
  text-align: center;
  display: inline-block !important;
  vertical-align: top;
  margin-right: 18px;
}

.flags-list li img {
  width: 61px;
  height: 40px;
}

.flags-list li span {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
}

/*------------------------------------------*/
/*  ABOUT IMAGE
/*------------------------------------------*/ 

.about-img {
  position: relative;
}
#about-2 { background:#000 /* url(../images/aboutbg.png) center bottom no-repeat fixed */; background-size: cover; }
.newsbox { text-align: left; border: 1px solid #efefef; display: block; margin: 15px; 
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;   }
.newsdate { border-right: 1px solid #efefef; }
.newscontent { padding: 15px 30px 15px 15px; }

.newscontent h3 {
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.newscontent h3 svg { color: #6089ff; margin-left: 8px; float: left }
.newscontent p { font-size: 14px; }
.newsbox:hover { background: rgba(255,255,255,0.5);
	transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -moz-transform: scale(1.05);
}


#about-1 .video-square,
#about-2 .video-square {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;  
} 

#about-1 .video-square {
  left: 5px;
}

#about-2 .video-square {
  right: 5px; 
}

.about-4-img {
  padding-right: 20px;
}

.about-5-img {
  margin-top: 15px;
}




/* ==========================================================================
  07. VIDEO
  =========================================================================== */

#video-1 {
  height: 500px;
  padding-top: 190px;
  background: url(../images/video.html) no-repeat bottom center; 
  background-size: cover;
}

#video-2 {
  background: url(../images/video.html) no-repeat bottom center; 
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.video-section .video-btn.icon-xl [class^="flaticon-"]:before, 
.video-section .video-btn.icon-xl [class*=" flaticon-"]:before,
.video-section .video-btn.icon-xl [class^="flaticon-"]:after, 
.video-section .video-btn.icon-xl [class*=" flaticon-"]:after { 
  font-family: Flaticon;
  font-size: 120px;
  line-height: 1!important;
}

.video-2-txt h2 {
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.video-2-txt p {
  padding-right: 10%;
  margin-bottom: 0;
}
/* ==========================================================================
  08.  SERVICES
  =========================================================================== */


#services-5 {
  padding-top: 60px;
  padding-bottom: 30px;
  background: ; color: #000;
}

#services-5 .col-md-6 {
  padding: 0 7px;
}

.services-5-txt {
 padding-right: 20px;
}

/*------------------------------------------*/
/*  SERVICES TYPOGRAPHY
/*------------------------------------------*/

.services-5-txt h2 {
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.services-5-txt h3 {
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*   SERVICE BOX
/*------------------------------------------*/

.sbox-1,
.sbox-2 {
  margin-bottom: 40px;
} 

.sbox-3 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 50px 30px;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
} 

.sbox-3:hover {
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sbox-4 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; 
} 

.sbox-4:hover {
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sbox-5 {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 16px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  min-height: 290px;  
} 

.sbox-6 {
  position: relative;
  height: 200px;
  padding: 35px 30px 45px;
} 

.sbox-7 {
  text-align: center;
  margin-bottom: 40px;
} 

.sbox-8 {
  margin-bottom: 20px;
} 

.sbox-7.sbox-left {
  text-align: left;
}

#services-8 .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.sbox-9 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 6px 30px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
} 

.sbox-9.sbox-9-color {
  background-color: #fff;
  border: 1px solid #ddd;
} 

.bg-lightgrey .sbox-9.sbox-9-color {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

.sbox-5:hover,
.sbox-9.sbox-9-color:hover {
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*   SERVICE BOX TEXT
/*------------------------------------------*/

.sbox-4-txt,
.sbox-5-txt {
  overflow: hidden;
}

#sb-01, #sb-03 { border: 1px solid #ddd; }
#sb-02 { border: 1px solid #ddd; border-left: none; border-right: none; }
#sb-04, #sb-06 { border: 1px solid #ddd; border-top: none; }
#sb-05, #sb-08 { border-bottom: 1px solid #ddd; }
#sb-07, #sb-09 { border: 1px solid #ddd; border-top: none; }

.sb-box {
  background-color: #fff;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
} 

.sb-box:hover { background-color: #2c3f69; } 
.sb-box:hover .sbox-6 h5, .sb-box:hover .sbox-6 p, .sb-box:hover .sbox-6 a { color: #fff; } 

.sbox-7-txt,
.sbox-8-txt {
  text-align: left;
  padding: 30px 25px 35px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.sbox-9-txt {
  padding: 30px 20px 25px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.sbox-7 .bg-1, .sbox-8 .bg-1, .sbox-9 .bg-1 { background-color: #bd60a5; }
.sbox-7 .bg-2, .sbox-8 .bg-2, .sbox-9 .bg-2 { background-color: #f7941d; }
.sbox-7 .bg-3, .sbox-8 .bg-3, .sbox-9 .bg-3 { background-color: #00aaad; }
.sbox-7 .bg-4, .sbox-8 .bg-4, .sbox-9 .bg-4 { background-color: #9895a4; }
.sbox-7 .bg-5, .sbox-8 .bg-5, .sbox-9 .bg-5 { background-color: #e15258; }
.sbox-7 .bg-6, .sbox-8 .bg-6, .sbox-9 .bg-6 { background-color: #38aecf; }
.sbox-7 .bg-7, .sbox-8 .bg-7, .sbox-9 .bg-7 { background-color: #c28cd3; }
.sbox-7 .bg-8, .sbox-8 .bg-8, .sbox-9 .bg-8 { background-color: #2f7aab; }

/*------------------------------------------*/
/*   SERVICES BOX ICON
/*------------------------------------------*/ 

.sbox-4-icon,
.sbox-5-icon {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.sbox-4-icon img,
.sbox-5-icon img {
  width: 55px;
  height: 55px;
}

/*------------------------------------------*/
/*   SERVICES BOX TYPOGRAPHY
/*------------------------------------------*/ 

.sbox-1-txt h5,
.sbox-2-txt h5,
.sbox-3 h5 {
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 12px;  
}

.sbox-1-txt h5 {
  padding-right: 15%;
}

.sbox-4-txt h5,
.sbox-5-txt h5 {
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.sbox-4-txt p,
.sbox-5-txt p {
  color: #757575;
  margin-bottom: 0;
}

.sbox-6 h5 {
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;   
}

.sbox-7 h5.h5-md {
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 0;  
}

.sbox-7-txt h5,
.sbox-8-txt h5 {
  font-weight: 800;
  margin-bottom: 14px;
}

.sbox-9-txt h5 {
  margin-bottom: 15px;
}

.sbox-1-txt p,
.sbox-2-txt p,
.sbox-3 p {
  margin-bottom: 0;
} 

.sbox-6 p {
  margin-bottom: 0;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
} 

.sbox-7 .btn,
.sbox-8 .btn {
  margin-top: 10px;
}

.sbox-6 a,
.sbox-9-txt a {
  display: block;
  color: #aaa;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 25px;
}

.sbox-6 a {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.sbox-9-txt.white-color a {
  color: #fff;
}

.sbox-6 a i
.sbox-9-txt a i {
  margin-left: 3px;
}

.sbox-6 a:hover
.sbox-9-txt a:hover {
  color: #222;
}

/*------------------------------------------*/
/*  COUNTRY BOX IMAGE
/*------------------------------------------*/ 

.sbox-7 img,
.sbox-8 img,
.sbox-9 img,
.sbox-7 .hover-overlay,
.sbox-8 .hover-overlay,
.sbox-9 .hover-overlay {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

/*------------------------------------------*/
/*  Service Box Link
/*------------------------------------------*/ 

.sbox-7-link {
  width: 100%;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  opacity: 0;
  text-align: center;
  color: #fff;
  padding: 0 10%;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.sbox-7-link h5 {
  color: #fff;
  font-weight: 800;
  margin-bottom: 15px;
}

.sbox-7 .sbox-7-link h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

.sbox-7-link p {
  color: #fff;
  margin-bottom: 25px;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.sbox-7 .item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(37, 51, 77, 0.8);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.sbox-7:hover .hover-overlay img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.sbox-7:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.sbox-7:hover .sbox-7-link {
  top: 52%;
  opacity: 1; 
  -moz-opacity: 1; 
}

.sbox-7:hover .sbox-7-link {
  top: 50%;
}




/* ==========================================================================
  09. TABS
  =========================================================================== */

#tabs-2 .tabs-nav { 
  text-align: center;
}

.tabs-2 { 
  display: inline-block;
  margin: 0 auto 60px;
}

.tab-content {
  display: none;
}

.tab-content.current,
.tab-content.displayed {
  display: inherit;
}

.tabs-1 li {
  display: inline-block; 
  position: relative;
  margin: 0 1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.05rem;
  font-weight: 400;
  padding: 8px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  cursor: pointer;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tabs-2 li {
  display: inline-block; 
  margin: 0 15px;
  background-color: transparent;
  color: #ccc;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 8px 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tabs-1 li img {
  width: 23px;
  height: 15px;
  margin-left: 2px;
  position: relative;
  top: -1px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.tabs-1 li.current,
.tabs-1 li.current:hover {
  background-color: #2c3f69;
  border-color: #2c3f69;
  color: #fff;
}

.tabs-2 li.displayed,
.tabs-2 li.displayed:hover {
  color: #333;
  font-weight: 500;
  border-color: #333;
}

.tabs-2.primary-tabs li.displayed, .tabs-2.primary-tabs li.displayed:hover { color: #e00007; border-color: #e00007; }
.tabs-2.aqua-tabs li.displayed, .tabs-2.aqua-tabs li.displayed:hover { color: #18a0ae; border-color: #18a0ae; }
.tabs-2.blue-tabs li.displayed, .tabs-2.blue-tabs li.displayed:hover { color: #6e96dc; border-color: #6e96dc; }
.tabs-2.deepblue-tabs li.displayed, .tabs-2.deepblue-tabs li.displayed:hover { color: #2c3f69; border-color: #2c3f69; }
.tabs-2.green-tabs li.displayed, .tabs-2.green-tabs li.displayed:hover { color: #42c374; border-color: #42c374; }
.tabs-2.olive-tabs li.displayed, .tabs-2.olive-tabs li.displayed:hover { color: #7ba323; border-color: #7ba323; }
.tabs-2.orange-tabs li.displayed, .tabs-2.orange-tabs li.displayed:hover { color: #ff4500; border-color: #ff4500; }
.tabs-2.red-tabs li.displayed, .tabs-2.red-tabs li.displayed:hover { color: #f12a02; border-color: #f12a02; }
.tabs-2.darkred-tabs li.displayed, .tabs-2.darkred-tabs li.displayed:hover { color: #e00007; border-color: #e00007; }
.tabs-2.salmon-tabs li.displayed, .tabs-2.salmon-tabs li.displayed:hover { color: #f77459; border-color: #f77459; }
.tabs-2.teal-tabs li.displayed, .tabs-2.teal-tabs li.displayed:hover { color: #008080; border-color: #008080; }
.tabs-2.yellow-tabs li.displayed, .tabs-2.yellow-tabs li.displayed:hover { color: #ffab1f; border-color: #ffab1f; }

.tabs-1 li:hover {
  background-color: #eee;
  border-color: #eee;
}

#tabs-1 .tab-content {
  margin-top: 70px;
}

/*------------------------------------------*/
/*  TAB BOX
/*------------------------------------------*/

.tbox-1 h5 {
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.tbox-1 p {
  margin-bottom: 0;
}

.tab-content .txt-block h3,
.tab-content .txt-block h2 {
  margin-bottom: 30px;
}

.tab-content .txt-block h5 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.tab-content .txt-block .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  Image Zoom
/*------------------------------------------*/

.tbox-link {
  width: 100%;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  opacity: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Image Hover Overlay
/*------------------------------------------*/

.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative; 
}

.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}

/*------------------------------------------*/
/*  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
  opacity: 0;
  -moz-opacity: 0; 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.tbox-1:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.tbox-1:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}

.tbox-1:hover .tbox-link {
  top: 50%;
  opacity: 1; 
  -moz-opacity: 1; 
}

/*------------------------------------------*/
/*  Tab Carousel Navigation
/*------------------------------------------*/

.tab-content .owl-theme .owl-nav {
  margin-top: 5px;
}




/* ==========================================================================
  10. REQUEST FORM
  =========================================================================== */

#request-1.bg-image {
  width: 100%;
  background: url(../images/request-form.jpg) no-repeat fixed center; 
  background-size: cover;
}

/*------------------------------------------*/
/*  REQUEST FORM TYPOGRAPHY
/*------------------------------------------*/

.request-txt h2 {
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.request-txt h5 {
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}

.request-txt .btn {
  margin-top: 20px;
}

/*------------------------------------------*/
/*  REQUEST FORM
/*------------------------------------------*/

.request-form { 
  padding: 30px 25px 15px;
  margin: 0 20px 0 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

#sidebar .request-form { 
  padding: 35px 25px 15px;
  margin: 0 0 40px;
}

.request-form .col-md-12 { 
  padding: 0; 
}

.form-group {
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  Request Form Text
/*------------------------------------------*/

.request-form h5 { 
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  Request Form Input
/*------------------------------------------*/

.request-form .form-control,
.request-form .custom-select {
  background-color: #fff;
  color: #333;
  height: 52px;
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  padding: 4px 15px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; 
  box-shadow: none; 
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.request-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Request Form Placeholder
/*------------------------------------------*/

.request-form .form-control::-moz-placeholder { color: #555; } 
.request-form .custom-select::-moz-placeholder { color: #555; } 
.request-form .form-control:-ms-input-placeholder { color: #555; }
.request-form .custom-select:-ms-input-placeholder { color: #555; }
.request-form .form-control::-webkit-input-placeholder { color: #555; }
.request-form .custom-select::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Request Form Input Focus
/*------------------------------------------*/

.request-form .form-control:focus {
  background-color: #f0f0f0;
  border-color: #ccc;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Request Form Button
/*------------------------------------------*/

.request-form .btn {
  display: block;
  width: 100%;
  height: 52px;
  margin-top: 0;
}

.hero-register-form .btn {
  display: block;
  width: 100%;
  height: 95px; margin: 0px; padding: 0px; 
}

.request-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Request Form Message
/*------------------------------------------*/

#request-form label.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.request-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

#request-form .sending-msg {
  margin-top: 20px;
}

#request-form .loading {
  color: #2c3f69;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
}




/* ==========================================================================
  11. STATISTIC
  =========================================================================== */

.statistic-section.bg-image {
  width: 100%;
  background: url(../images/statistic.jpg) no-repeat fixed center; 
  background-size: cover;
}

#statistic-2 .col-lg-3 {
  padding: 0 8px;
}

.statistic-3-title {
  text-align: center;
  padding-bottom: 45px;
  border-bottom: 4px solid #e00007;
  margin: 0 5% 60px;
}

.statistic-3-title.primary-border {
  border-color: #e00007;
}

.statistic-3-title.aqua-border {
  border-color: #18a0ae;
}

.statistic-3-title.blue-border {
  border-color: #0072bc;
}

.statistic-3-title.stateblue-border {
  border-color: #6a5acd;
}

.statistic-3-title.green-border {
  border-color: #42c374;
}

.statistic-3-title.olive-border {
  border-color: #7ba323;
}

.statistic-3-title.orange-border {
  border-color: #ff4500;
}

.statistic-3-title.red-border {
  border-color: #f12a02;
}

.statistic-3-title.darkred-border {
  border-color: #e00007;
}

.statistic-3-title.salmon-border {
  border-color: #f77459;
}

.statistic-3-title.teal-border {
  border-color: #008080;
}

.statistic-3-title.yellow-border {
  border-color: #ffc20e;
}

/*------------------------------------------*/
/*  STATISTIC BLOCK
/*------------------------------------------*/

#statistic-1 .statistic-block,
#statistic-3 .statistic-block {
  text-align: center;
  margin-bottom: 40px;
}

#statistic-2 .statistic-block {
  text-align: center;
  background-color: #fbfcfd;
  border: 1px solid #e5e5e5;
  padding: 40px 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

#statistic-2.bg-lightgrey .statistic-block {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
} 

#statistic-2 .statistic-block:hover {
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TYPOGRAPHY
/*------------------------------------------*/

.statistic-block h5 {
    font-size: 2rem;
    line-height: 1; 
    margin-top: 20px;
    margin-bottom: 10px;
}

#statistic-2 .statistic-block h5 {
  font-size: 3rem;
  line-height: 1; 
  margin-top: 15px;
  margin-bottom: 10px; text-align: center;
}

#statistic-3 .statistic-block h5 {
  font-size: 3.25rem;
  line-height: 1; 
  margin-top: 0;
  margin-bottom: 15px;
}

#statistic-1 .statistic-block p,
#statistic-3 .statistic-block p {
  font-size: 1.25rem;
  margin-bottom: 0; text-align: center !important;
}
.statistic-block p { text-align: center !important; }

#statistic-2 .statistic-block p.p-md {
  font-size: 1.15rem;
  margin-bottom: 0;
}

.statistic-block a {
  font-size: 1.05rem;
  font-family: 'Muli', sans-serif; 
  font-weight: 700;
  text-decoration: underline;
}




/* ==========================================================================
  12. COUNTRIES
  =========================================================================== */

#countries-3 .col-lg-3 {
  padding-left: 10px;
  padding-right: 10px;
}
/*------------------------------------------*/
/*  COUNTRY BOX
/*------------------------------------------*/

.cbox-1,
.cbox-2 {
  margin-bottom: 60px;
}

.cbox-3 {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*  COUNTRY BOX TYPOGRAPHY
/*------------------------------------------*/

.cbox-1 p,
.cbox-2 p {
  margin-bottom: 12px; 
}

.links-list li {
  font-size: 0.95rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 6px; 
}

.cbox-2 .links-list li {
  padding-right: 10%;
}

.links-list li i {
  position: relative;
  top: 2px;
}

.country-name {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
}

.cbox-3 h5 {
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0; padding: 0px 20px;
}

/*------------------------------------------*/
/*  COUNTRY BOX FLAG
/*------------------------------------------*/

.country-flag {
  display: inline-block;
  margin-bottom: 20px;
}

.country-flag img {
  width: 50px;
  height: 33px;
  margin-right: 5px;
}

.cbox-2 .country-flag img {
  width: 65px;
  height: 43px;
  margin-right: 8px;
}

.country-flag h5 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0;
  top: 2px;
}

.cbox-2 .country-flag h5 {
  line-height: 43px;
  top: 5px;
}

.cbox-3 img,
.cbox-3 .hover-overlay {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.cbox-3:hover .hover-overlay img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}

.cbox-3:hover .item-overlay {
  opacity: 1; 
  -moz-opacity: 1; 
}




/* ==========================================================================
  13. BRANDS
  =========================================================================== */

#brands-1 {
  padding-top: 60px;
}

.brands-holder {
  padding-left: 60px;
  padding-right: 60px;
}

.brands-section h5 {
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}

/*------------------------------------------*/
/*  BRANDS LOGO
/*------------------------------------------*/ 

.brands-carousel .brand-logo {
  padding: 0 10px;
  margin-bottom: 30px;
} 

#brands-2 .brand-logo {
  text-align: center;
  padding: 45px 15px;
} 

/*------------------------------------------*/
/*  FILTER BUTTONS
/*------------------------------------------*/ 

.brands-filter button {
  background-color: transparent; 
  color: #aaa;
  font-size: 1rem;
  line-height: 1;
  margin: 0 5px;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: 0px none;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;  
}

.brands-filter button:after { 
  content: "/"; 
  padding-left: 11px; 
  position: relative;
  top: -1px;
}

.brands-filter button.last-button:after { 
  content: " "; 
  padding-left: 0; 
}

.brands-filter button.is-checked {
  color: #2972d1;
  cursor: default;
  outline: 0px none;
}

.brands-filter button:hover,
.brands-filter button:focus {
  color: #2972d1;
  outline: 0px none;
}

/*------------------------------------------*/
/*  BRANDS MASONRY HOLDER
/*------------------------------------------*/ 

.masonry-wrap .brand-3 {
  width: 20%;
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

#brands-3 .brand-logo {
  text-align: center;
  padding: 30px 25px;
  background-color: #fff;
  border: 1px solid #fff;
  margin: 0 8px 20px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out; 
} 

#brands-3 .brand-logo:hover {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .07), 0 8px 14px 1px rgba(56, 60, 67, .15);
} 

.brand-3 p {
  color: #757575;
  line-height: 1.2;
  padding: 0 5%;
  margin-top: 3px;
  margin-bottom: 0;
}




/* ==========================================================================
  14.  TESTIMONIALS
  =========================================================================== */

/*------------------------------------------*/
/*   TESTIMONIALS CAROUSEL
/*------------------------------------------*/ 

.review-1 {
    height:390px;
  background-color: #fbfcfd;
  border: 1px solid #f5f5f5;
  margin: 10px 8px 20px;
  padding: 40px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
} 

.review-2 {
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 5px 40px;
  padding: 30px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
} 

.bg-lightgrey .review-1,
.bg-lightgrey .review-2 {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
} 

/*------------------------------------------*/
/*  Testimonial Message Avatar 
/*------------------------------------------*/ 

.review-1 .testimonial-avatar,
.review-2 .testimonial-avatar { 
  display: inline-block;
  float: left;
}

/* #reviews-1 .owl-carousel .owl-item img {
  width: 75px;
  height: 75px;
  display: inline-block;
  margin: 0 15px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

#reviews-2 .owl-carousel .owl-item img {
  width: 60px;
  height: 60px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
} */

/*------------------------------------------*/
/*  Testimonial Message Text
/*------------------------------------------*/

.review-1 p {
  color: #757575;
  font-size: 1.05rem;
  line-height: 1.45;
  font-style: italic;
  margin-top: 15px;
  margin-bottom: 0;
} 

.review-2 p {
  color: #757575;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 300;
  font-style: italic;
  padding: 0 8px 3px;
} 

.review-author h5 {
  font-weight: 800;
  line-height: 1;
  padding-top: 16px;
  margin-bottom: 0;
}

#reviews-2 .review-author h5 {
  font-size: 1.05rem;
  padding-top: 12px;
  margin-bottom: 0px;
}

.review-author span {
  color: #888;
  font-size: 0.975rem;
  line-height: 1;
}

#reviews-2 .review-author span {
  font-size: 0.95rem;
}

/*------------------------------------------*/
/*   Reviews FlexSlider Navigation
/*------------------------------------------*/

.reviews-section .owl-theme .owl-nav {
  margin-top: 5px;
  margin-left: 10px;
}




/* ==========================================================================
  15. FAQs
  =========================================================================== */

 #faqs-2 h5.h5-xl {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
} 

/*------------------------------------------*/
/*  FAQS ACCORDION  
/*------------------------------------------*/

#faqs-1 .card-header,
#faqs-2 .card-header {
  position: relative;
  padding: 22px 20px;
  background-color: #f6f7f9;
  border: none;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

#faqs-1.bg-lightgrey .card-header,
#faqs-2.bg-lightgrey .card-header {
  background-color: #f0f0f0;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-2 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-1 #accordion [data-toggle="collapse"]:after,
#faqs-2 #accordion [data-toggle="collapse"]:after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f106";
  position: absolute;
  font-size: 1.15rem;
  top: 21px;
  right: 20px;
}

#faqs-1 #accordion [data-toggle="collapse"].collapsed:after,
#faqs-2 #accordion [data-toggle="collapse"].collapsed:after {
  content: "\f107";
}

#faqs-1 .card-header a:hover,
#faqs-2 .card-header a:hover {
  color: #151515;
}

/*------------------------------------------*/
/*  Question
/*------------------------------------------*/

#accordion .card {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;  
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px; 
}

#accordion .card-header h5 {
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 0;
}

#accordion .card-header h5 span {
  font-weight: 400;
  margin-right: 2px;
}

/*------------------------------------------*/
/*  Answer
/*------------------------------------------*/

#accordion .card-body {
  padding: 30px 25px 15px; 
}

#accordion .card-body p {
  color: #666;
}

#accordion .card-body .content-list {
  margin-bottom: 1rem;
}

/*------------------------------------------*/
/*  MORE QUESTIONS BUTTON
/*------------------------------------------*/

.more-questions {
  margin-top: 60px;
}

.more-questions h5 {
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.more-questions a {
  font-weight: 700;
  text-decoration: underline;
  letter-spacing: -1px;
  margin-left: 3px;
}

.more-questions a:hover {
  color: #111;
}




/* ==========================================================================
  16.  CALL TO ACTION
  =========================================================================== */

.cta-section {
  padding-top: 70px;
  padding-bottom: 70px;
}

#cta-2.cta-section {
  padding-bottom: 80px;
}

#cta-3.cta-section {
  padding-top: 45px;
  padding-bottom: 45px;
}

.cta-section.bg-image {
  width: 100%;
  background: url(../images/cta.jpg) no-repeat fixed center; 
  background-size: cover; 
}

#cta-4 {
  background: url(../images/cta-4.jpg); 
  padding-top: 100px;
  padding-bottom: 100px;
  background-position: center center;
}

#cta-4 .cta-txt {
  padding-left: 80px;
}

/*------------------------------------------*/
/*    CALL TO ACTION TYPOGRAPHY
/*------------------------------------------*/ 

.cta-txt h3,
.cta-txt h2 {
  line-height: 1;
  margin-bottom: 10px;
}

#cta-4 .cta-txt h3 {
  line-height: 1.15;
  margin-bottom: 20px;
}

#cta-3 .cta-txt h4 {
  line-height: 1;
  margin-bottom: 0;
}

.cta-txt h5 {
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.cta-txt p {
  margin-bottom: 0;
}

#cta-4 .cta-txt p {
  margin-bottom: 30px;
}

#cta-3 a {
 text-decoration: underline;
}

.cta-btn p {
  font-size: 1.05rem;
  font-family: 'Muli', sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
}

.cta-btn p span {
  font-weight: 700;
}

#cta-1 .cta-btn .btn {
  letter-spacing: 0.25px;
  padding: 16px 35px;
}

#cta-2 .cta-btn .btn {
  font-family: 'Muli', sans-serif;
  text-transform: none;
  letter-spacing: 0.25px;
  padding: 16px 30px;
}




/* ==========================================================================
  17.  BLOG
  =========================================================================== */

/*------------------------------------------*/
/*    BLOG POST
/*------------------------------------------*/ 

.blog-post {
  margin-bottom: 40px;
}

.blog-post h5 {
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 15px;
}

#blog-1 .blog-post h5 {
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
}

#blog-1 .blog-post h5 a {
  text-decoration: none;
}

p.post-meta,
p.post-data {
  color: #757575;
  font-size: 0.975rem;
  margin-bottom: 10px;
}

p.post-data {
  margin-bottom: 0;
}

p.post-meta a,
p.post-data a {
  font-weight: 700;
}

/*------------------------------------------*/
/*  SINGLE BLOG POST
/*------------------------------------------*/ 

.sblog-post-txt h5.h5-md {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sblog-post-txt p a {
  font-weight: 700;
  text-decoration: underline;
}

/*------------------------------------------*/
/*  POST INNER IMAGE
/*------------------------------------------*/ 

.post-inner-img {
  margin-top: 40px;
  margin-bottom: 40px;  
}

.post-inner-img p {
  color: #999;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  POST TAGS 
/*------------------------------------------*/ 

.post-tags-list span a {
  color: #999;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.42857;
  background-color: #f0f1f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 7px 16px;
  margin-right: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.post-tags-list span a:hover {
  color: #fff;
  background-color: #2c3f69;
}

/*------------------------------------------*/
/*  POST SHARE ICONS
/*-----------------------------------------*/

.post-share-links {
  margin-top: 70px;
  padding-top: 70px;
  border-top: 1px solid #e5e5e5;
}

.share-social-icons {
  display: inline-block; 
  padding-left: 0;
}

.share-social-icons li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  padding: 0;
}

a.share-ico {
  color: #757575;
  width: 30px;
  height: 30px;
  font-size: 22px;
  display: block;
  margin-right: 3px;
}

/*------------------------------------------*/
/*  OTHER POSTS TYPOGRAPHY
/*------------------------------------------*/ 

.other-posts {
  margin-top: 80px;
}

.other-posts h5 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.other-posts h5 i {
  padding: 0 3px;
}

.prev-post a, 
.next-post a {
  color: #999;
  font-size: 1rem;
}

.all-posts a { 
  color: #999;
  font-size: 1.75rem;
  line-height: 1;
}

.prev-post a:hover, 
.next-post a:hover {
  color: #f5755e;
  text-decoration: underline;
}

.all-posts a:hover { 
  color: #333;
}

/*------------------------------------------*/
/*  ABOUT POST AUTHOR
/*------------------------------------------*/ 

.author-senoff {
  background-color: #f8f9fb;
  padding: 45px;
  margin-top: 80px;
  margin-bottom: 80px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.author-senoff img {  
  width: 100px;
  height: 100px;
  float: left;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;  
}

.author-senoff-txt {
  overflow: hidden;
  padding-left: 30px;
}

.author-senoff-txt h5 {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.author-senoff-txt p {
  color: #757575;
  margin-bottom: 0;
}

/*------------------------------------------*/
/*  SINGLE POST COMMENTS
/*------------------------------------------*/

.single-post-comments {
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 3%;
}

.related-posts h5.h5-xl,
.single-post-comments h5.h5-xl {
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 30px;
  margin-bottom: 60px;
  border-bottom: 1px solid #e5e5e5;
}

.single-post-comments img {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.comment-meta {
  margin-bottom: 10px;
}

.comment-meta h5 {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 2px;
}

.comment-date {
  color: #888;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}

.btn-reply {
  margin-left: 3px;
}

.btn-reply a {
  color:  #888;
  font-size: 15px;
  font-weight: 400; 
}

.btn-reply a i {
  font-size: 13px;  
  margin-right: 1px;  
}

.btn-reply a:hover {
  color: #222;
}

.single-post-comments hr {
  margin-top: 35px; 
  margin-bottom: 35px; 
}

/*------------------------------------------*/
/*    SINGLE POST COMMENT FORM
/*------------------------------------------*/

#leave-comment h5.h5-xl {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 3px;
}

.comment-form {
  position: relative;
  margin-top: 50px;
}

.comment-form p {
  color: #333;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 5px;
  display: block;
}

.comment-form .form-control {
  height: 54px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.comment-form .form-control:focus {
  border-color: #f5755e;
  outline: 0px none;
  box-shadow: none;
}

.comment-form textarea { min-height: 200px; }
.comment-form textarea.form-control { 
  padding: 20px;
}

/*------------------------------------------*/
/*  Comment Form Button
/*------------------------------------------*/

.hero-form .btn:focus {
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Comment Form Message
/*------------------------------------------*/

.comment-form label.error {
  color: #e74c3c;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}

.comment-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

.comment-form .sending-msg {
  margin-top: 20px;
}

.comment-form .loading {
  color: #666;
  font-size: 17px;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 700;
}

/*------------------------------------------*/
/*  BLOG VIDEO
/*------------------------------------------*/

.blog-video {
  position: relative;
}

.blog-video .video-preview {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);s
  text-align: center;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.blog-video .icon-lg [class*="flaticon-"]:before,
.blog-video .icon-lg [class*="flaticon-"]:after {   
  font-size: 7rem;
}




/* ==========================================================================
  18. GOOGLE MAP
  =========================================================================== */

#gmap {
  width: 100%;
  height: 450px;
}




/* ==========================================================================
  19.  CONTACTS
  =========================================================================== */

.contact-boxes {
  background-color: #fff;
  border: 1px solid #eef2f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 45px;
  padding: 45px 35px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*  CONTACT BOX
/*------------------------------------------*/

#contacts-1 .contact-box {
  text-align: center;
  margin-bottom: 40px;
}

#contacts-2 .contact-box {
  text-align: center;
  padding: 50px 30px;
  margin-bottom: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; 
}

#contacts-4 .contact-box {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

#contacts-4 .contact-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-box-txt {
  display: inline-block;
  overflow: hidden;
}
.contact-box-txt h5 { text-transform: none; font-weight: 700 !important; font-size: 16px; }

/*------------------------------------------*/
/*  CONTACT BOX HIGHLIGHT 
/*------------------------------------------*/

#contacts-2 .contact-box.highlight {
  background-color: #ffff;
  border:1px solid #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

/*------------------------------------------*/
/*    CONTACTS TYPOGRAPHY
/*------------------------------------------*/

.contact-box h5 {
  font-weight: 800;
  margin-bottom: 12px;
}

#contacts-2 .contact-box h5 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  margin-top: 0;
  margin-bottom: 4px;
}

#contacts-4 .contact-box h5 {
  font-size: 1.1rem;
  letter-spacing: -0.5px;
  margin-bottom: 2px;
}

.contact-box p {
  color: #999;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 0;
}

#contacts-2 .contact-box p {
  color: #888;
  margin-top: 10px;
}

#contacts-4 .contact-box p {
  color: #aaa;
  margin-top: 0;
}

.contact-box a {
  font-weight: 400;
  text-decoration: underline;
}

#contacts-1 .contact-box a,
#contacts-2 .contact-box a {
  color: #888;
}

#contacts-2 .contact-box a,
#contacts-4 .contact-box a {
  font-weight: 800;
}

/*------------------------------------------*/
/*  CONTACT BOX ICON
/*------------------------------------------*/

.contact-box-icon {
  display: inline-block;
  background-color: #c5d2dc;
  border: 16px solid #eef2f5;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.aqua-icon-bg .contact-box-icon {
  background-color: #18a0ae;
  border: 16px solid #ececec;
}

.blue-icon-bg .contact-box-icon {
  background-color: #0072bc;
  border: 16px solid #ececec;
}

.darkblue-icon-bg .contact-box-icon {
  background-color: #2c3f69;
  border: 16px solid #ececec;
}

.green-icon-bg .contact-box-icon {
  background-color: #42c374;
  border: 16px solid #ececec;
}

.olive-icon-bg .contact-box-icon {
  background-color: #7ba323;
}

.orange-icon-bg .contact-box-icon {
  background-color: #ff4500;
}

.red-icon-bg .contact-box-icon {
  background-color: #f12a02;
}

.darkred-icon-bg .contact-box-icon {
  background-color: #e00007;
}

.salmon-icon-bg .contact-box-icon {
  background-color: #f77459;
}

.teal-icon-bg .contact-box-icon {
  background-color: #008080;
}

.yellow-icon-bg .contact-box-icon {
  background-color: #ffab1f;
}

#contacts-4 .contact-box-icon {
  width: 78px;
  height: 78px;
  float: left;
  margin: -5px 20px 0 0;
}

.contact-box.icon-xs [class^="flaticon-"]:before, 
.contact-box.icon-xs [class*=" flaticon-"]:before,
.contact-box.icon-xs [class^="flaticon-"]:after, 
.contact-box.icon-xs [class*=" flaticon-"]:after { 
  color: #fff;
  font-family: Flaticon;
  font-size: 36px;
  line-height: 68px!important;
}

#contacts-4 .contact-box.icon-xs [class^="flaticon-"]:before, 
#contacts-4 .contact-box.icon-xs [class*=" flaticon-"]:before,
#contacts-4 .contact-box.icon-xs [class^="flaticon-"]:after, 
#contacts-4 .contact-box.icon-xs [class*=" flaticon-"]:after { 
  font-size: 24px;
  line-height: 45px!important;
}

/*------------------------------------------*/
/*  CONTACT FORM
/*------------------------------------------*/

/*------------------------------------------*/
/*  Contact Form Input
/*------------------------------------------*/

.contact-form .form-control,
.contact-form .custom-select  {
  height: 58px;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 0 0 0;
  color: #444;
  font-size: 18px;
  font-weight: 300;
  padding: 0 15px;
  margin-bottom: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

.contact-form .custom-select {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

/*------------------------------------------*/
/*  Contact Form Textarea
/*------------------------------------------*/

.contact-form textarea { min-height: 200px; }
.contact-form textarea.form-control { 
  padding: 20px 15px;
}

/*------------------------------------------*/
/*  Contact Form Placeholder
/*------------------------------------------*/

.contact-form .form-control::-moz-placeholder { color: #555; } 
.contact-form .custom-select::-moz-placeholder { color: #555; } 
.contact-form .form-control:-ms-input-placeholder { color: #555; }
.contact-form .custom-select:-ms-input-placeholder { color: #555; }
.contact-form .form-control::-webkit-input-placeholder { color: #555; }
.contact-form .custom-select::-webkit-input-placeholder { color: #555; }

/*------------------------------------------*/
/*  Contact Form Input Focus
/*------------------------------------------*/

.contact-form .form-control:focus {
  outline: 0px none;
  background-color: #fff;
  border-color: #f5f5f5;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------*/
/*  Contact Form Message
/*------------------------------------------*/

.contacts-section label.error {
  color: #e74c3c;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
}

.contact-form-msg {
  width: 100%!important;
  display: block;
  text-align: center;
}

.contacts-section .sending-msg {
  margin-top: 18px;
}

.contacts-section .loading {
  color: #2c3f69;
  font-family: 'Muli', sans-serif;
  font-size: 16px;
  font-weight: 700;
}


/* ==========================================================================
  20.  FOOTER
  =========================================================================== */

.footer-box {
  padding-left: 10%;
}

#footer-3 .footer-box {
  padding-left: 0;
}

#footer-4 .footer-box {
  padding-left: 18%;
}

#footer-1 .footer-links {
  padding-left: 18%;
}

#footer-2 .footer-links,
#footer-3 .footer-links {
  padding-left: 25%;
}

#footer-2 .footer-links,
#footer-3 .footer-links {
  padding-left: 10%;
}

/*------------------------------------------*/
/*  FOOTER TYPOGRAPHY
/*------------------------------------------*/

.footer h5.h5-md {
  line-height: 1;
  font-weight: 800;
  margin-bottom: 30px;
}

.footer-box p.p-sm {
  margin-bottom: 4px;
}

p.foo-email a {
  font-weight: 500;
  text-decoration: underline;
}

.bg-dark .footer-info p,
.bg-dark .footer-box p,
.bg-dark .footer-form p,
.bg-dark .footer-links li a,
.bg-dark .foo-socials li i,
.bg-dark .bottom-footer p {
  color: #ddd;
}

.bg-deepblue .footer-info p,
.bg-deepblue .footer-box p,
.bg-deepblue .footer-form p,
.bg-deepblue .footer-links li a,
.bg-deepblue .foo-socials li i,
.bg-deepblue .bottom-footer p {
  color: #9bdafd;
}

.bg-dark  p.foo-email a {
  color: #eee;
}

/*------------------------------------------*/
/*  FOOTER LINKS
/*------------------------------------------*/

.footer-links li {
  font-size: 1rem;
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.bg-dark .footer-links li {
  color: #a3a3a3;
}

.footer-links li a:hover {
  text-decoration: underline;
}

/*------------------------------------------*/
/*  FOOTER SOCIAL LINKS
/*------------------------------------------*/

.foo-socials {
  display: inline-block; 
  padding-left: 0;
  margin: 0 auto 0;
}

.foo-socials li {
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 0 8px 0;
  padding: 0;
}

.foo-socials a {
  display: block;
  background-color: transparent;
  width: 38px;
  height: 38px;
  color: #999;
  font-size: 17px;
  line-height: 38px!important;
}

.foo-socials a.ico-facebook:hover { background-color: #3b5998;color: #fff; }
.foo-socials a.ico-twitter:hover { background-color: #00a9ed; color: #fff; }
.foo-socials a.ico-instagram:hover { background-color: #dc3c59; color: #fff; }
.foo-socials a.ico-dribbble:hover { background-color: #d92d84; color: #fff; }
.foo-socials a.ico-behance:hover { background-color: #2473f6; color: #fff; } 
.foo-socials a.ico-pinterest:hover { background-color: #ac281a; color: #fff; }
.foo-socials a.ico-linkedin:hover { background-color: #015886; color: #fff; }
.foo-socials a.ico-google-plus:hover { background-color: #cd1111; color: #fff; } 
.foo-socials a.ico-youtube:hover { background-color: #cd1b20; color: #fff; } 
.foo-socials a.ico-tumblr:hover { background-color: #3a5976; color: #fff; }
.foo-socials a.ico-vk:hover { background-color: #3b5998; color: #fff; }
.foo-socials a.ico-yahoo:hover { background-color: #7b0099; color: #fff; }
.foo-socials a.ico-yelp:hover { background-color: #d32323; color: #fff; }

/*------------------------------------------*/
/*  FOOTER NEWSLETTER FORM
/*------------------------------------------*/

.footer-form .newsletter-form {
  margin-top: 25px;
}

.footer-form .form-control {
  display: block; 
  width: 100%!important;
  text-align: center;
  height: 46px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 1.05rem;
  padding: 0 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.footer-form .input-group > .custom-select:not(:last-child), 
.footer-form .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/*------------------------------------------*/
/*  Newsletter Form Input Focus
/*------------------------------------------*/

.footer-form .form-control:focus {
  border: 1px solid #ccc;
  border-right: none;
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Button
/*------------------------------------------*/

.footer-form .input-group-btn { 
  display: block; 
  width: 100%!important; 
}

.footer-form .btn {
  display: block; 
  width: 100%!important;
  height: 46px;
  padding: 0.8rem 1rem;
  margin-left: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.footer-form .btn:focus {
  outline: 0;
  box-shadow: none;
}

/*------------------------------------------*/
/*  Newsletter Form Notification
/*------------------------------------------*/

.footer-form .form-notification {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 15px;
  margin-left: 5px;
}

/*------------------------------------------*/
/*  BOTTOM FOOTER
/*------------------------------------------*/

.bottom-footer {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 45px;
}

.bottom-footer p {
  line-height: 38px;
  margin-bottom: 0;
}

#footer-3 .bottom-footer p {
  line-height: 1;
  margin-bottom: 10px;
}

#footer-3 .bottom-footer p.p-sm {
  display: inline-block;
  font-size: 0.925rem;
  line-height: 1;
  margin-left: 15px;
  margin-bottom: 0;
}

.bottom-footer p span {
  font-weight: 700;
}

.bg-dark .bottom-footer {
  border-top: 1px solid #444;
}

.bg-aqua .bottom-footer {
  border-top: 1px solid #158692;
}

.bg-darkpblue .bottom-footer {
  border-top: 1px solid #00517d;
}

.bg-blue-map .bottom-footer {
  border-top: 1px solid #334567;
}




/* ==========================================================================
  21. BREADCRUMB
  =========================================================================== */

#breadcrumb {
  margin-top: 16px;
}

.breadcrumb {
  padding: 15px 0 15px 5px;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

/*------------------------------------------*/
/*  BREADCRUMB TYPOGRAPHY
/*------------------------------------------*/ 

.breadcrumb-item a,
.breadcrumb-item.active {
  font-size: 1.05rem;
  font-weight: 400;
}

.breadcrumb.white-color .breadcrumb-item.active,
.breadcrumb.white-color .breadcrumb-item + .breadcrumb-item::before {
  color: #fff!important;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 12px;
  margin-top: -1px;
  content: "\00bb";
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 15px;
}




/* ==========================================================================
  22. SIDEBAR
  =========================================================================== */

#sidebar {
  padding-left: 30px;
}

#sidebar h5.h5-lg {
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

/*------------------------------------------*/
/*   SIDEBAR SEARCH FORM
/*------------------------------------------*/

#search-field .form-control {
  background-color: #f0f0f0;
  font-size: 1.05rem;
  height: 54px;
  padding-left: 20px;
  border: none;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}

#search-field .btn {
  background-color: #f0f0f0;
  color: #777;
  border: none;
  height: 54px;
  padding: 0 18px;
  margin-top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
   -webkit-border-radius: 0px 6px 6px 0;
  -moz-border-radius: 0px 6px 6px 0;
  border-radius: 0px 6px 6px 0;
}

#search-field .form-control:focus {
  border-color: #999;
  outline: 0px none;
  box-shadow: none;
}

/*------------------------------------------*/
/*   SIDEBAR BLOG CATEGORIES
/*------------------------------------------*/

ul.blog-category-list > li {
  font-size: 1.1rem;
  padding: 12px 0;
  border-bottom: 1px dashed #c0c0c0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  
}

ul.blog-category-list > li:first-child {
  padding: 0 0 12px;
}

ul.blog-category-list > li:last-child {
  padding: 12px 0 0;
  border-bottom: none;
}

ul.blog-category-list > li a {
  color: #555;
}

ul.blog-category-list > li a i {
  font-size: 0.875rem;
  margin-right: 5px;
   -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

ul.blog-category-list > li span {
  color: #444;
  font-weight: 500;
}

ul.blog-category-list li:hover {
  padding-left: 12px;
}

/*------------------------------------------*/
/*  SIDEBAR COUNTRIES
/*------------------------------------------*/

ul.sidebar-country-list > li {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 30px; 
}

ul.sidebar-country-list img {
  margin-bottom: 10px; 
}

ul.sidebar-country-list img {
  margin-bottom: 10px; 
}

/*------------------------------------------*/
/*  SIDEBAR LTEST POSTS
/*------------------------------------------*/

.latest-posts li { 
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c0c0c0;
}

.latest-posts li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0; 
}

.latest-posts li h5 { 
  line-height: 1.25;
  font-weight: 600;
}

/*------------------------------------------*/
/*  SIDEBAR POPULAR POSTS TYPOGRAPHY
--------------------------------------------*/

.latest-posts p { 
  color: #888;  
  margin-top: 6px;
  margin-bottom: 0;
}

.latest-posts p.lp-date { 
  color: #888;  
  margin-top: 5px;
  margin-bottom: 12px;
}

.latest-posts p.lp-date span { 
  color: #999;  
  font-weight: 500;
}

/*------------------------------------------*/
/*   SIDEBAR TAGS CLOUD
/*------------------------------------------*/

.badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #999;
  border: none;
  background-color: #f0f1f3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 6px 14px;
  margin-right: 2px;
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;  
}

.badge a {
  color: #999!important;
  font-size: 0.925rem;
  font-weight: 400;
  line-height: 1.42857;
}

.badge:hover {
  background-color: #2c3f69;
}

.badge:hover a {
  color: #fff!important;
}




/* ==========================================================================
  23. PAGE PAGINATION
  =========================================================================== */

.blog-page-pagination {
  padding-top: 30px;
}

.page-link {
  color: #666;
  font-weight: 500;
  padding: .65rem .95rem;
  margin: 0 5px;
  background-color: #fff;
  border-color: #f3f3f3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.page-item.disabled .page-link {
  color: #aaa;
  background-color: #fff;
  border-color: #e5e5e5;
}

.next-page.page-link1 {
  margin-left: 30px;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
  background-color: #594173;
  color: #fff;
  border-color: #594173;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 8px 8px rgba(0, 0, 0, .15);
}

.primary-pagination .page-link:hover,
.primary-pagination .page-link:focus,
.primary-pagination .page-item.active .page-link {
  background-color: #e00007;
  border-color: #e00007;
}




/* ==========================================================================
  24. SCROLL TO TOP
  ========================================================================== */  
 
#scrollUp {
  display: none;
  width: 40px;
  height: 45px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-image: url(../images/back-to-top.png);
  background-repeat: no-repeat;
  background-position: 50% 48%;
  background-color: rgba(35, 35, 35, 0.65);
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  transition: all 250ms linear; 
}

#scrollUp:hover {
  background-color: #666;
}

nav a#pull {  
  display: none;  
} 




/* ==========================================================================
  STYLE CHANGER 
  ========================================================================== */

#stlChanger {
  position: fixed;
  z-index: 9999;
  font-size: 13px;
  font-family: 'Lato', sans-serif;
  overflow: hidden;
  right: -230px;
  top: 125px;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

#stlChanger.open {
  right: 0px;
}

#stlChanger .bgChanger {
  min-width: 280px;
  min-height: 280px;
}

#stlChanger .blockChanger {
  width: 230px;
}

#stlChanger .chBody {
  background: #f9f9f9;
  width: 230px;
  position: relative;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 600px; 
  overflow: scroll; 
  overflow-x: hidden;
  direction: rtl;
  margin-left: 50px;
}

#stlChanger .chBut {
  background: #e00007;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1000000;
  text-align: center;
  border: 1px solid #e00007;
  border-left: none;
  border-radius: 6px 0px 0px 6px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
   box-shadow: 0 0 2px rgba(50, 50, 50, 0.4); 
}

#stlChanger .chBut.icon-xs [class*="flaticon-"]:before,
#stlChanger .chBut.icon-xs [class*="flaticon-"]:after {   
  color: #fff;
  font-size: 2.25rem;
  line-height: 49px!important;
}

#stlChanger p {
  color: #444;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}

#stlChanger .stBgs a {
  text-decoration: none;
  width: 50px;
  height: 50px;
  float: left;
  padding: 0;
  margin: 0 4px 8px;
  cursor: pointer;
  opacity: 1;
}

#stlChanger .stBgs a:hover {
  opacity: 0.7;
}
.stBlock1 {
  margin: 0 20px 25px 20px;
}
.stBlock .btn {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  padding: 12px 12px;
  margin-top: 15px;
}
.s_1 img {
  opacity: 1;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.s_1 img:hover {
  opacity: 0.8;
}

/* harpreet start */

.servicehd { margin: 20px 0px; padding: 0px 0px 20px 0px; position: relative; background: url(../images/comaimg.jpg) right top no-repeat; }
.servicehd:after { content: ''; position: absolute; bottom: 0px; width: 120px; height: 10px; background: #ccc; }
.servicehd h2 { text-transform: none; font-size: 60px !important; }
.servicehd p { font-size: 25px; }
.serviceimg { display: block; margin: 0px 0px 40px 0px; }
.serviceimg img { max-width: 100%; border-radius: 20px; }
.servicecontent { display: flex; height: 100%; align-items: center; justify-content: center; flex-wrap: wrap; text-align: left; font-size: 18px; line-height: 30px; }
.servicecontent-left, .servicecontent-right { position: relative; }
.servicecontent-left:before, .servicecontent-right:before { content: ''; position: absolute; width: 70px; height: 110%; background: #fff; box-shadow: -4px 0px 4px rgba(0,0,0,0.3); border-radius: 15px; left: -100px; top: -5%; }
.servicecontent-right:before { box-shadow: 4px 0px 4px rgba(0,0,0,0.3) !important; right: -60px; width: 70px; left: auto; z-index: 1 }

.servicecontent p { font-size: 18px; line-height: 30px; margin: 15px 0px; }
.servicecontent h3 { font-size: 40px; text-transform: none; margin: 35px 0px 25px 0px; }
.servicecontent ul { list-style: disc !important; margin: 20px 0px 20px 30px  }
.servicecontent ul li { margin: 5px 0px; }
.servicegrey-box { background: #f6f6f6; border-radius: 20px; }
.whyserviceouter { width: 100%; margin: 60px 0px 0px 0px; padding: 0px 0px 0px 0px; position: relative; background: url(../images/graypattren2.jpg) left top repeat; padding: 50px; }
.serviceleft-box { position: relative; background: rgba(0,178,216,0.80); border-radius: 20px; padding: 50px 80px 80px 80px; margin: -90px 0px 0px -15px; }
.serviceleft-box h2 { font-size: 25px; font-weight: 400; text-transform: none; margin: 15px 0px 15px 0px; color: #fff; }
.serviceleft-box h4 { font-size: 80px; font-family: 'Lato', sans-serif; font-weight: 700; text-transform: none; margin: 15px 0px 30px 0px; color: #fff; }
.serviceleft-box a { padding: 15px 35px; margin: 20px 0px 0px 0px; font-size: 15px; color: #fff; text-transform: uppercase; border-radius: 10px; border: 2px solid #fff; }
.serviceleft-box a:hover { background: #fff; color: #000; }
.serviceright-box { display: flex; justify-content: center; align-items: center; padding: 0px 60px; }
.serviceright-box p { font-size: 20px; font-weight: 400; }


  /*course box start*/
   .inrpage { padding: 60px 0px 120px 0px;  }
   .category-product { position: relative; padding: 0px; margin: 0px 0px 20px 0px; width: 100%; }
   .category-product h2 {
                          display: block;
                          font-size: 22px;
                          color: #000;
                          text-transform: none;
                          margin: 9px 0px 15px 0px;
                          padding: 0px;
                        }
   .category-product h6 { display: block; font-size: 16px; color: #14aecf; text-transform: none; margin: 0px 0px 15px 0px; padding: 0px; }
   .category-product p { font-size: 15px; line-height: 22px; margin: 0px 0px 15px 0px; padding: 0px; }
   .courseimage { width: 100%; max-height: 217px; border: 1px solid #ccc; display: flex; align-items: center; text-align: center; justify-content: center; }
   .courseimage img { max-width: 100%; max-height: 217px; }
   .bookimage { max-height: 458px;}
   .bookimage img { max-height: 458px; }
   .book-content { min-height: 362px; }
   .book-content h2 { text-transform: none; font-size: 40px; margin: 20px 0px; padding: 0px; color: #0098b9; }
   .book-content h3 { text-transform: none; font-size: 22px; line-height: 40px; margin: 0px 0px 20px 0px; padding: 0px; }
   .bookdetail { background-color: #3197d6;  }
   .product-view-container {
    position: relative;
    width: 100%;
    margin-top: -400px;
    margin-bottom: 50px;
}
.book-content2 { border: 2px solid rgba(255,255,255,0.8); margin: 40px 0 0 0; padding: 60px 50px 0px 50px; min-height: 165px; background: rgb(8, 116, 183); }
.book-content2:hover { background: transparent; }
.bookbuybtn a { background: #000 !important; color: #fff; }
.bookbuybtn a:hover { background: #fff !important; color: #000; }

   .coursedet { display: block; }
   .coursedet a, .category-product a {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400 !important;
     background: #000;
    color: #fff;
    display: inline-block;
    margin: 10px 0 10px 0px;
    text-transform: uppercase; text-align: center;
}
 
   .coursedet a { display: inline-block; padding: 10px 0px; width: 47%; background: #14aecf; }
   .category-product a:hover {  background: #14aecf; }
   .coursedet a:hover { background: #000; }
   .category-product a.blackbtn { background: #000; }
   .category-product a.blackbtn:hover { background: #14aecf; }


   .coursebtn { display: block; text-align: center; }
   .coursedet span.courseprice {
    font-size: 25px;
    text-align: left;
    display: block;
    margin: 0px 0 0px 0px; }




   .leftmenuouter {   display: block; border: 1px solid #e9e9e9; margin-bottom: 30px; background: #fff; }
   .leftmenuouter h2 { display: block; font-size: 20px; padding: 15px !important; color: #fff; background: #14aecf; text-transform: none; margin: 0px 0px 0px 0px; padding: 0px; }
   .panel-heading a { display: block; font-size: 14px; padding: 10px 20px; font-weight: 400 !important; background: #efefef; margin-bottom: 1px;  }
   .panel-heading a:hover { background: #fff;  }
  /*course box end*/
   .prodetail {   }
   .category-product.prodetail h2 {
    display: block;
    font-size: 36px;
    color: #000;
    text-transform: none;
    margin: 25px 0px 15px 0px; }
    .detailimage { width: 100%; background: #000; position: relative;
      display: flex; align-items: center; text-align: center; justify-content: center; }
    .detailimage img { width: 100%; opacity: 0.8 }
    .imageoverlay { position: absolute; width: 100%; left: 0; bottom: 0; background: rgba(0,0,0,0.5);
      padding: 22px 30px;  }





   .category-product.prodetail p {
    font-size: 18px;
    line-height: 29px;
    margin: 25px 0px 15px 0px; }
    span.detcourseprice { font-size: 26px; float: left; margin: 0px; font-weight: 600; color: #fff; }
    .detbuybtn { display: block;  }
    .detbuybtn a {
            font-size: 14px;
            padding: 12px 30px;
            font-weight: 400 !important;
            background: #14aecf;
            color: #fff;
            float: right;
            margin: 0px;
            text-transform: uppercase;
            text-align: center;
    }
      .detbuybtn a:hover { background: #000; }
      .detbuybtn a.addtocart { background: #14aecf;  }
      .detbuybtn a.addtocart:hover { background: #000;  }
      .tabbingouter { border: 1px solid #efefef; margin: 30px 0px;     background: url(../images/graypattren.jpg) left top repeat;  }
      .tabbingouter nav { text-align: center; }
      .tabbingouter nav a.nav-item { flex: none !important; }
      .tabbingouter .nav-tabs { border-bottom: 0 none; }
      .tabbingouter .nav-tabs .nav-link { border-radius: 0px; color: #fff; background-color: #000; margin: 0px 8px 0px 0px;  }
      .tabbingouter .nav-tabs .nav-link.active {
          color: #fff;
          background-color: #14aecf;
          border: 0;
      }
      .tabbingouter .tab-content { padding: 0px 40px 40px 40px !important; }
      .tabbingouter .tab-content p { font-size: 16px; line-height: 28px !important; }
      .tabbingouter .tab-content ul { list-style: disc !important; margin: 0px 0px 0px 30px  }
      .tabbingouter .tab-content ul li { margin: 5px 0px; }
      .tabbingouter .tab-content h4 { margin-top: 30px; }
      .loginform { /*background: #0a6179;*/ position: absolute; left: 0; top: 0; height: 100%; 


         /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a6179+0,003456+100 */
          background: #0a6179; /* Old browsers */
          background: -moz-linear-gradient(top,  #0a6179 0%, #003456 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top,  #0a6179 0%,#003456 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom,  #0a6179 0%,#003456 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a6179', endColorstr='#003456',GradientType=0 ); /* IE6-9 */
      }




      .loginform-cont { padding: 150px 50px 50px 50px; }
      .loginform-cont h4 { display: block; font-weight: 400; font-size: 30px; padding: 0px 0px 25px 0px !important; margin: 0px 0px 30px 0px !important;
        color: #fff; text-transform: none; margin: 0px 0px 0px 0px; padding: 0px; position: relative; }
      .loginform-cont h4 span { font-weight: 700; }
      .loginform-cont h4:before {
                content: '';
                width: 75px;
                height: 2px;
                background: rgb(255,255,255);
                opacity: 0.8;
                position: absolute;
                bottom: 0px;
                left: 0; 
              }
      .registerform { background: rgba(0, 0, 0, 0); position: relative; margin: 0px auto auto auto; width: 700px; padding: 0px 0px;  }
      .registerform .loginform-cont { padding: 60px 50px 80px 50px; }
      .map { width: 100%; }
      .map iframe { width: 100%; min-height: 400px; }

      .newuser { display: block; margin: 50px 0px 0px 0px; padding: 0px; color: #fff  }
      .newuser a { color: #40ddff; text-decoration: underline; }
      .newuser a:hover { color: #fff; text-decoration: none; }
      .loginbnr-txt { margin: 200px 0px 0px 550px; padding: 0px; }
      .loginbnr-txt h2 { color: #fff; text-shadow: 0px 5px 10px rgba(0,0,0,0.8); }
      .loginbnr-txt h3 { color: #04495d; font-size: 80px; text-shadow: 0px 5px 10px rgba(255,255,255,0.8); }



      .loginform-cont p { color: #fff; }
      .formcont { margin-top: 50px; display: block;  }
      .formrow { display: block; margin: 8px 0px; }
      .formrow a { color: #fff; }
      .formfld { display: block; margin: 0px; text-align: center; }
      .formfld input { width: 100%; margin: 0px; border: 0 none; font-size: 15px; padding: 8px 20px; background: #e9edef;
      }

      .formfld2 input { width: 100%; margin: 0px; border: 1px solid rgba(255,255,255,0.5); font-size: 15px; color: #fff; padding: 15px 20px; background: rgba(0,0,0,0.666666);
      }
      .formfld2 input::-webkit-input-placeholder{ color:#fff; }
      .formfld2 input:-moz-placeholder{color:#fff;}
      .formfld2 input::-moz-placeholder{color:#fff;}
      .formfld2 input:-ms-input-placeholder{ color:#fff; }

      .submitbtn { background: #14aecf !important; color: #fff; text-transform: uppercase; font-weight: 700;  }
      .submitbtn:hover { background: #000 !important; }
      .loginform-cont.blue {
            background: #05a9cc; /* Old browsers */
            background: -moz-linear-gradient(top,  #05a9cc 0%, #007dc1 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top,  #05a9cc 0%,#007dc1 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom,  #05a9cc 0%,#007dc1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05a9cc', endColorstr='#007dc1',GradientType=0 ); /* IE6-9 */
       }
       .loginform-cont.blue h4, .loginform-cont.blue p { color: #fff; }
       .loginform-cont.blue h4:before { background: rgb(255,255,255); }
       .formcont h5 { font-size: 18px; font-weight: 700 !important; text-transform: none !important; color: #fff;  }
       .pr0 { padding-right: 5px !important }
       .pl0 { padding-left: 5px !important }
       table {
              width:100%;
              border-collapse:collapse;
              border-spacing:0;
              background:#fff
            }
        .cart__header {
              background: #f3f3f3;
              border: 1px solid #f8f8f8;
          }
          th, td {
                text-align: left;
                border: 1px solid #e8e9eb;
                padding: 10px 14px;
            }
            .border-top { border-top: 1px solid #e8e9eb; }
            .border-bottom { border-bottom: 1px solid #f2f2f2; }

            .cart_calculator {
                float: right;
                padding: 1px; margin:0px 0px 30px 20px;
                background: #f2f2f2;
            }
            .cart_calculator .cart_content_inner {
                background: #fff;
                padding: 20px 0px;
                width: 400px;
                text-align: center;
                min-height: 209px;
            }
            .cart__subtotal {
                padding-left: 0;
                float: right;
                display: inline-block;
                vertical-align: middle;
            }
            .cart__subtotal-title {
                float: left;
                font-weight: 500;
            }
            .cart_calculator .cart_content_inner .cart_total_title span {
                padding: 10px 20px;
                color: #3a3838;
                font-size: 20px;
                text-transform: uppercase;
                font-weight: 600;
                letter-spacing: 0.5px;
            }

            .checkoutbtn { border: 0; padding:  5px 20px; background: #14aecf !important; color: #fff; text-transform: uppercase; font-weight: 700;  }
            .checkoutbtn:hover { background: #000 !important; }
            .feature-outer { display: block; padding: 20px; border: 1px solid #efefef; margin: 30px 0px 0px 0px; background: #fbfbfb; }
            .feature-box { margin: 0px 0px 0px 20px !important; width: 28%; }
            .feature-box h6 { font-size: 22px; padding: 0px !important; margin: 5px 0px !important; color: #14aecf !important; text-transform: none; }
            .feature-box p { font-size: 13px; line-height: normal; padding: 0px !important; margin: 0px !important; }
            .socialshare { margin: 15px 5px 13px 15px; }
            .socialshare li { float: left !important; margin: 0px 5px; }
            .socialshare li a { padding: 10px 15px; background: #000; color: #fff; }
            .socialshare li a:hover { background: #14aecf; }
            .bluehd {
                    display: block;
                    font-size: 20px;
                    padding: 15px !important;
                    color: #fff;
                    background: #14aecf;
                    text-transform: none;
                    margin: 0px 0px 0px 0px;
                    padding: 0px;
                }
            .relatedcourse { display: block; margin: 10px 10px; padding: 0px 0px 10px 0px; border-bottom: 1px solid #efefef; position: relative; }
            
            .related-img { float: left; width: 30%; margin: 0px 10px 0px 0px; }
            .related-img img { max-width: 100%; }
            .related-det { float: left; width: 64%; }
            .related-det h4 { display: block; color: #000; font-size: 15px; text-transform: none; margin: 0px 0px 5px 0px; padding: 0px; }
            .relatedprice { display: block;  }
            .relatedprice span { float: left; font-size: 14px; font-weight: 600; color: #14aecf; }

            .firstincome { display: block; background: #0c0c0c; padding: 60px 0px;  }
            .firstincome h3 { display: block; color: #14aecf; margin: 0px 0px 15px 0px; padding: 0px; }
            .firstincome p { color: #fff; font-size: 18px; }
            .loginouter/*, .registerouter*/ { position: fixed; width: 100%; height: 100%; margin: 0px !important; padding: 0px !important; background: url(../images/login-bg.jpg) center center no-repeat; background-size: 100% 100%; }
            /*.registerouter { background: url(../images/register-bg.jpg) center center no-repeat; }*/
            .registerbody { background:#000 url(../images/register-bg.jpg) center center no-repeat; background-size: 100% 100%; }
            .registerhd {
                        display: block;
                        font-weight: 400;
                        font-size: 30px;
                        padding: 0px 0px 25px 0px !important;
                        margin: 17px 0px 30px 0px !important;
                        color: #fff; text-align: center;
                        text-transform: uppercase;
                        margin: 0px 0px 0px 0px;
                        padding: 0px;
                        position: relative;
                    }
            .registerhd span { font-weight: 700; }
            /*.registerhd:before {
                      content: '';
                      width: 75px;
                      height: 2px;
                      background: rgb(255,255,255);
                      opacity: 0.8;
                      position: absolute;
                      bottom: 0px;
                      left: 0; right: 0; margin: auto;  
                    }            */




.firstincome span { color: #14aecf; font-weight: 600; float: right; }

.headertopleft ul { float: left; position: relative; margin-right: 15px; }
.headertopleft ul:before { content: ""; position: absolute; left:0; top: 12px; width: 1px; height: 15px; background: #fff; opacity: 0.8; }
.headertopleft ul li { float: left; margin: 0px 0px 0px 0px; }
.headertopleft ul li a:hover { opacity: 0.8; }

.headertopright .txt-400 { float: right; }
.hero-register-form h3 { width: 100%; margin:0 0 15px 10px; font-size: 26px; font-weight: 500  }
.companyhd { font-size: 38px !important;  }
.readmore {
    background: #14aecf;
    color: #000;
    font-size: 16px;
    display: inline-block;
    margin: 15px 0px 0px 0px;
    border-radius: 5px;
    padding: 10px 28px;
    font-weight: 600;
}
.readmore:hover { background: #e00007; color: #fff; }

.readmore.red { background: #e00007; }
.readmore.red:hover { background: #0254c3; }

.footsocial { display: block;  }
.footsocial li { float: left; margin: 0px 10px 0px 0px;   }
.inrbanner { min-height: 150px; background:url(../images/inerbaner.jpg) center top no-repeat; background-size: cover; padding: 200px 0px 0px 0px; }
.enquiryform .form-control, .enquiryform .custom-select { height: 48px; font-size: 15px; padding: 0 15px; margin-bottom: 12px; }
.enquiryform textarea { min-height: 100px; }
.inerform { background: #2c3f69; }
.inerform h3 { color: #fff; }
.inerform .btn { height: auto; padding: 20px 0px }
.testimonials-area .testimonials-item {
    border: 1px solid #ddd;
    padding: 30px;
    background: #f7f7f7;
}
.testimonials-area .testimonials-details {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.testimonials-details h6 { font-weight: 700 }
.testimonials-icon {
    color: #e00007;
    font-size: 30px !important;
}
.red { color: red; }
.formhd { position: relative; display: block; width: 100%; display: flex; align-items: center; text-align: center; justify-content: center; }
.formhd:before { content: ""; position: absolute; z-index: 0; width: 100%; height: 2px; background: #4e4e4e; top: 15px; left: 0; }
.formhd h3 { text-align: center !important; margin: 0px 0px 30px 0px; padding: 0px 30px; position: relative; z-index: 2; background: url(../images/parterbg.jpg) left top repeat; }
.formname { display: block; margin: 5px 0px 10px 5px; color: #000; font-size: 1.15rem; }
.partnershipform { margin: 0px 50px; }

.parterbg { background: url(../images/parterbg.jpg) left top repeat; border-top: 1px solid #fff; }
.parterbg .section-title { margin-bottom: 0px !important; }
.parterbg .section-title p { color: #000; }


@media (min-width: 992px) {
  .col-lg-3 {  -ms-flex: 0 0 25%; flex: 0 0 20%;  max-width: 22%; }
  .partnershipform { margin: 0px 50px; }


}
.aboutcont2 { display:block; padding: 0px 90px 50px 100px; }
.immigrationlist { margin: 0px; padding: 0px 0px 0px 20px; }
.immigrationlist li { position: relative; padding: 0px 0px 0px 0px; }
.immigrationlist li i { position: absolute; left:0; }
.menuouter { background: #060606; margin: 6px 0 0 0; }
.searchbar { color: #fff; margin: 25px 0 0 0; }
.searchbar input { background: transparent; border: 0; color: #fff; }
.searchbar a { color: #fff; }
.coursebox { border:1px solid #242424; margin: 15px; }
.courseimg { background: #242424; margin: 0px 0px 15px 0px; position: relative; }
.coursemore { position: absolute; background: rgba(37,167,250,0.9); color: #fff; width: 100%; height: 100%; 
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;  display: flex;
  align-items: center; text-align: center; justify-content: center; opacity: 0;  }
.courseimg:hover .coursemore { opacity: 1; }
.coursemore a { color: #fff; border: 1px solid #fff; padding: 3px 8px; }
.coursemore a:hover { background-color: #fff; border: 1px solid #fff; color: #000; }

.coursedet { padding: 5px 15px; min-height: 100px; }
.coursedet a { color: #fff; }
.coursedet h5 { font-size: 15px; font-weight: 600; line-height: 22px; }
.coursedet span { font-size: 20px; font-weight: 600; color: #14aecf; }

#gallery { padding: 30px 0px; }
.cartbtn { padding: 8px 25px; border-radius: 5px; float: right; margin: 5px 0px 0px 0px; }
.stat-block {
  	min-height: 195px;
    text-align: center;
    background-color: rgba(255,255,255,0.02);
    padding: 20px 35px 0px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;  
}
.stat-icon { background: #14aecf;
  margin: 0px auto 10px auto; position: relative;
   width: 80px; height: 80px; border: 2px solid #14aecf; border-radius: 100%; display: flex;
  align-items: center; text-align: center; justify-content: center;  }

.stat-icon2 { width: 130px; height: 130px; border: 2px solid #14aecf; }




.stat-icon img { max-width: 50%; }

.portfolio-item__info {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    padding: 0px 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: calc(100% - 2 * 30px);
    height: calc(100% - 2 * 30px);
    background-color: #fff;
	z-index: 2; 
}
.cbox-3:hover .portfolio-item__info {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.portfolio-item__info a { text-align: center; padding-bottom: 0px !important; top: -10px;
    font-size: 20px; font-weight: 600; color: #e00007;
 }
.cbox-3:hover h5 { display: none; }
.featured-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #F5F5F5 url(../images/globebg.jpg) center bottom no-repeat;
    padding: 36px 0;
    color: #000;
}
.featured-section h4 { font-size: 45px; color: #14aecf; text-align: center; font-weight: 700; text-transform: uppercase; }
.featured-section ul { margin: 20px 0px 0px 0px;  color: #000; font-weight: 400;  }
.featured-section ul li { margin: 15px 0px; padding: 0px 0px 0px 25px; font-size: 16px; color: #000; font-weight: 400; position: relative;  }
.featured-section ul li svg { position: absolute; left: 0; top: 5px;  }
.service-outer { padding: 36px 0; }
.serviceiner { margin: 0px auto; width: 1100px; }
.service-outer h4, .course-outer h4 { font-size: 45px; color: #000; text-align: center; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.service-outer p, .course-outer p { color: #000; text-align: center; font-weight: 700; margin-bottom: 50px  }
.course-outer img { max-width: 100%  }
.course-outer, .event-outer {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 36px 110px;
    color: #000;
}

.course-outer ul { margin: 0px; padding: 0px; list-style: none; min-height: 260px; }
.course-outer ul li { margin: 0px 0px 10px 0px; padding: 0px 0px 0px 0px; position: relative; }
.course-outer ul li svg { position: absolute; top: 5px; left: 0; color: #14aecf; }

.course-outer h6 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin: 170px 0 10px 30px;
}
.inrbanr { text-align: center; min-height: 220px; background: url(../images/inerbnr.jpg) center top no-repeat; background-size: cover; padding: 80px 0px 0px 0px;   }
.inrbanr h2 { margin: 0px 0px 20px 0px; padding: 0px; color: #000; font-size: 40px;   }
.inrbanr ul { margin: 0px; padding: 5px 20px; background: #fff; display: inline-block; border-radius: 5px; }
.inrbanr ul li { display: inline-block; margin: 0px 5px 0px 0px; padding: 0px; color: #00b2d8; }
.inrbanr ul li a { margin: 0px 8px 0px 0px; padding: 0px; color: #000; font-weight: 600; }
.inrbanr ul li span { color: #00b2d8; opacity: 0.8 }
.aboutouter { padding: 90px 0px;  }
.aboutouter h3 { margin: 50px 0px 20px 0px; font-size: 40px;  }
.aboutouter img { max-width: 100%; float: right; }
.greycont { padding: 50px 0px; background: #efefef url(../images/about-img2.jpg) right top no-repeat;  }

.course-outer a { font-size: 14px; padding: 20px 20px; font-weight: 400 !important; background: #14aecf; color: #fff; display: inline-block; margin: 10px 0 10px 30px; text-transform: uppercase;   }
.course-outer a:hover { background: #000; }
.oprationbtn { display:  block; text-align: center; margin: 30px 0px 0px 0px; }
.oprationbtn span { display: inline-block; font-size: 14px; padding: 20px 20px; font-weight: 400 !important; background: #14aecf; color: #fff; display: inline-block; margin: 10px 0 10px 30px; text-transform: uppercase; }
.event-outer { padding: 46px 110px; background: url(../images/graypattren.jpg) left top repeat; margin-top: 90px; }
.event-outer h4 { font-size: 45px; color: #000; text-align: center; font-weight: 700; margin-bottom: 10px; text-transform: uppercase; }
.event-outer p { color: #000; text-align: center; font-weight: 700; margin-bottom: 10px  }
.event-outer h4.date { font-size: 20px; color: #14aecf; text-align: left; }
.event-outer p.newsdes { font-size: 16px; line-height: 26px; margin: 15px 0px; font-weight: 400; text-align: justify; }
.eventmore { font-size: 14px; padding: 15px 30px; font-weight: 400 !important; background: #14aecf; color: #fff; display: inline-block; margin: 10px 0 10px 0px; text-transform: uppercase;   }
.eventmore:hover { background: #000; }
.whyusouter { background: url(../images/bluebg.jpg) left top repeat; border-top: 1px solid #fff;  }
.whylist { margin: 80px 0px 0px 0px;  color: #000; font-weight: 400;  }
.whylist li { margin: 22px 0px; padding: 0px 0px 0px 35px; font-size: 21px; color: #000; font-weight: 700; position: relative;  }
.whylist li svg { position: absolute; left: 0; top: 10px; color: #14aecf;  }

.galleryimg { height: 210px; width: 100%; background: #fff; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
 padding: 3px; border-radius: 10px; }
.galleryimg img { height: 100%; width: 100%; border-radius: 10px; }
.gallerytitle { margin: 10px 0px 31px 0px; font-size: 15px; font-weight: 600; }
.careerinrbanr { background: url(../images/careerbnr.jpg) center center no-repeat; background-size: cover; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; }
.careerinrbanr h2 { text-transform: none; font-size: 60px; }
.careerinrbanr h3 { text-transform: none; font-size: 25px; font-weight: 400; }
.careermiddle { text-align: center; }
.careermiddle h5 { text-transform: none; font-family: 'Montserrat', sans-serif; font-size: 55px;
font-weight: 800; margin-bottom: 30px; }
.careermiddle p { font-size: 20px; text-align: center; }
.careerfeature { width: 100%; text-align: center; margin: 30px 0px; }
.careerfeatureimg { width: 100%; height: 220px; }
.careerfeatureimg img { width: 100%; height: 100%; }
.careerfeature h5 { text-transform: none; font-size: 22px; font-weight: 600; margin: 15px 0px; }
.eventbnr { background: url(../images/eventbnr.jpg) center center no-repeat; background-size: cover; min-height: 400px; display: flex; align-items: center; justify-content: center; text-align: center; }
.eventbnr2 { min-height: 250px; }
.eventdet-bg { padding: 90px 0px 0px 0px; background: #eeeeee url(../images/eventdetail-bg.jpg) center top no-repeat; background-size: 100%; }
.whitebody { background: #fff; padding: 50px; }
.eventdate { font-size: 22px; color: #000; margin: 0px 15px 15px 15px; }
.eventdate i, .eventdate svg { color: #0087a4; }
.eventdateouter { width: 100%; display: flex; justify-content: center; align-items: center; }
.event-getmore { display: flex; justify-content: center; align-items: center; text-align: center; padding: 50px 0px;
background: url(../images/eventdetail-bg2.jpg) center center no-repeat; background-size: cover; }
.event-getmore h3 {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 55px; color: #fff;
    font-weight: 800; text-align: center;
    margin-bottom: 15px;
}
.event-getmore a {
    margin: 20px 0px 0px 0px;
    border: 0 none;
    font-size: 15px;
    padding: 15px 40px;
    color: #fff;
    background: #14aecf;
}
.event-getmore a:hover { background: #000; }
.event-getmore p { font-size: 20px; text-align: center; color: #fff; }
.whitebody img { border-radius: 15px;  }



.banner-inner p {
    text-align: left !important;
    margin: 0px 0px 0px 40px !important;
    font-size: 23px !important;
}
.banner-inner a { color: #000 !important;
    letter-spacing: 1px !important;
    padding: 15px 31px !important;
    margin: 25px 0 0 0 !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    display: inline-block !important; }

.greyouter { margin: 80px 0px 0px 0px; padding: 50px 0px 0px 0px; text-align: center; display: flex; align-items: center; justify-content: center;

          background: #ededed; /* Old browsers */
          background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.greyouter p { font-size: 22px; padding-bottom: 20px; display: block; text-align: center; }
.greyouter a, .booknow { margin: 20px 0px 0px 0px; border: 0 none; font-size: 15px; padding: 15px 40px; color: #fff; background: #14aecf; }
.greyouter a:hover, .booknow:hover { background: #000; }
.clientlist { display: block; list-style: none; width: 100%; text-align: center; }
.clientlist li { display: inline-block; width: 30%; margin: 10px; padding: 20px 20px; font-size: 25px; font-weight: 700; text-align: left; background: #efefef; height: 100px; border-left: 4px solid #00a4c7;  }
.clientlist li span { display: block; margin: 2px 0px 0px 0px; font-size: 15px; color: #00a4c7; font-style: italic; }
.blueouter { text-align: center; padding: 80px 0px; margin: 40px 0px 80px 0px; background: url(../images/bluebg3.jpg) center center no-repeat; background-size: cover; }
.blueouter h3 { text-transform: none; font-family: 'Montserrat', sans-serif; font-size: 45px; color: #fff; font-weight: 800; text-align: center;
    margin-bottom: 15px; }
.blueouter h3 span { color: #00b2d8; }
.blueouter p { color: #fff; font-size: 22px; padding-bottom: 20px; display: block; text-align: center; }
.blueouter a { margin: 20px 0px 0px 0px; border: 0 none; font-size: 15px; padding: 15px 40px; color: #fff; background: #14aecf; }
.blueouter a:hover { background: #000; }


@media (max-width: 768px) {
   .product-view-container { margin-top: 0px; margin-bottom: 0px; }
   .book-content2 { margin: 0px 0 20px 0; padding: 20px 30px; min-height: 1px; text-align: center; }
   .clientlist li { width: 100%; margin: 10px 0px; height: auto; }
   .servicecontent-left:before, .servicecontent-right:before { display: none; }
 }

@media (max-width: 480px) {
        .aboutouter h3 { margin: 30px 0px 10px 0px; font-size: 25px; }
        .greycont { padding: 50px 0px 650px 0px; background: #efefef url(../images/about-img2.jpg) right bottom no-repeat; }
        .careerinrbanr h2 { font-size: 40px; }
        .careerinrbanr h3 { font-size: 15px; }
        .careerinrbanr { min-height: 250px; }
        .careermiddle h5 { font-size: 23px; margin-bottom: 10px; }
        .careermiddle p { font-size: 15px; }
        .eventdateouter { display: block; }
        .whitebody { padding: 20px; }
        .whitebody img { margin-bottom: 15px; max-width: 100%; }
        .event-getmore h3 { font-size: 28px; }
        .event-getmore p { font-size: 16px; }
        .bannerouter { margin-top: 50px; }
        .bannerouter h1 { font-size: 22px; line-height: 28px; margin-bottom: 10px; padding-bottom: 20px; }
        .bannerouter p { font-size: 18px; margin: 0px; }
        .tomake-cont h2 { font-size: 19px; line-height: 25px; font-weight: 600; }
        .tomake-cont p { font-size: 15px; }
        .formlefthd { margin-top: 10px; }
        .formleftrow { min-height: 10px; margin: 50px 0px 0px 0px; padding: 130px 0px 0px 0px; text-align: center; }
        .formlefticon { left: 0; right: 0; margin: auto; }
        .formleftrow h4:after { left: 0; right: 0; width: 100%; background-image: -webkit-linear-gradient(-31deg, rgb(253 96 134) 0%, rgb(253 96 134) 100%); }
        .joinnow { background-color: #e41e4f !important; }
        .comingbody { padding: 30px 20px; }
        .comingfooter { text-align: center; }
        .formlefthd { font-size: 23px; }


}