/*Fonts Used*/



/*Quicksand Font*/

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



/*Raleway Font*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



:root {

	/*Colors*/

	--priColor: #2358a6; 

	--secColor:#2ecc71;

	--White: #fff; 

	--bodyColor:#333; 



	/*Headings*/

	--priHeading: 50px;

	--secHeading: 40px;

	--tertiaryHeading: 30px;



	/*Fonts*/

	--priFont: 'Raleway'; 

	--bodyFont:'Quicksand', sans-serif;



	/*Others*/

	--borderRad: 10px;

	--bodyFontSize: 19px;

	--bodyLineHeight:26.12px;

}



html, body{overflow-x: hidden;}





*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}



/* HTML5 display-role reset for older browsers */



article, aside, details, figcaption, figure,

footer, header, hgroup, menu, nav, section {display: block;}

body {line-height: 1;}

ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, blockquote:after,

q:before, q:after {content: '';content: none;}

table {border-collapse: collapse;border-spacing: 0;}

button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }

input:not([type='radio']):not([type='checkbox']), textarea, select{-webkit-appearance: none;}

form, label {-webkit-text-size-adjust: 100%;}

mark {background-color: transparent;color:inherit;}

/* end reset */



/*preset*/

body{font-family: var(--bodyFont); font-size: var(--bodyFontSize); line-height: var(--bodyLineHeight); color:var(--bodyColor);position:relative; max-width: 1920px; margin: 0 auto; overflow: hidden;}

body.active{overflow: hidden;width:100%;height:100%;position:fixed!important;}

a{ text-decoration:none; -webkit-transition: all .3s linear;transition: all .3s linear;}

img{max-width: 100%; vertical-align: top; image-rendering: -webkit-optimize-contrast;}

textarea { resize:vertical; }

iframe{ border: none; width: 100%;}

ul, h1, h2, h3, h4{ margin:0; padding:0; list-style:none; }

strong , b{ font-weight: bold;}

em, i{font-style: italic;}

input[type="submit"]{cursor: pointer;}

a[href^="tel:"]{color: inherit!important; text-decoration: none;}



.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }

.clearfix {clear: both; overflow: hidden;}

.comp{color:var(--priColor); font-weight:bold; }

.upcoming{color:red; font-style:italic; font-weight:bold;}

.col2{-webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}

.col3{-webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px;  column-gap: 10px;}

.col2 li, .col3 li{display: block; width: 100%;}

.main_phone {font-weight: bold;display: inline-block;}



.back_top{display:none;background:var(--secColor);position: fixed; z-index:999;bottom:0;width: 100%;height: 45px;cursor:pointer;}

.back_top:before{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%,-45%);border-bottom:15px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;}

.back_top:hover{opacity:.7}



/*Heading for SEO*/

.h1_hdng{font-size: 22px; font-weight: 700; color: #000;}



/*Thumbnail Images*/

.thumb_left_dd, .thumb_left_dr{  float:left; margin:0 19px 10px 0;}

.thumb_right_dd, .thumb_right_dr{ float:right; margin:0 0 10px 19px;}

.thumb_center_dd, .thumb_center_dr{ display: block; margin: 10px auto;}



/* Text Alignment */

.text_left, .text_left p{text-align: left;}

.text_right, .text_right p{text-align: right;}

.text_center,.text_center p{text-align: center; display: block;}



/* Forms Presets */

::-webkit-input-placeholder {opacity: 1; color: inherit;}

::-moz-placeholder {opacity: 1; color: inherit;}

:-ms-input-placeholder {opacity: 1; color: inherit;}

:-moz-placeholder {opacity: 1; color: inherit;}



/*end preset*/

.clearfix::after, .clearfix::before {

  content: "";

  display: table;

  clear: both;

}


.wrapper{ width:100%; max-width:1400px; margin:0 auto; position:relative;}

.navbar{padding: 20px;}

.navbar-menu{display: flex;align-items: center;display: flex;justify-content: center;}



.navbar ul{ display: flex;list-style: none;margin-top:1%;font-size: 18px;  margin-right: -161px;}

.navbar ul li{margin:0 25px 0}

.navbar ul li a{text-decoration: none;color: var(--White) ;text-transform: uppercase;font-family: var(--priFont); font-weight: 500;}

.navbar ul li a:hover{text-decoration: underline;}

.navbar-item li a:hover{color:#f39c12 ; }

.navbar-brand{position: absolute;

  top: -13px;

  left: 0;

  z-index: 1;}



  .navbar-brand img{width:269px; height:80px; }

.navbar ul li a.active,

 .navbar ul li a:hover{color:var(--secColor);transition-delay: 0.1s;}

 .top-header.fixed-menu {width: 100%;position: fixed;box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 6%);-webkit-animation-duration: 3s;animation-duration: 3s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeInDown;animation-name: fadeInDown;background:var(--priColor);  /* fallback for old browsers */height: 80px;display: flex;top: 0px;position: sticky;z-index: 999;justify-content: center;align-items: center;display: block;

z-index: 20;display: block;}   

.top-header {position: relative;top: 0px;left: 0px;width: 100%;margin: 0 auto;z-index: 20;

background-position: left;background-repeat: no-repeat;background-color:var(--priColor) ;

background-size: auto 100%;transition-duration: 1s;z-index: 1;}

.top-header.navbar ul li a:active{color:black;}

#menu{font-size: 3rem;color:#fff;cursor: pointer;display: none;}

#remove{font-size: 3rem;color:#fff;cursor: pointer;display: none;}

.icons{margin-top: -13px;   font-size: 24px;

  display: inline-flex;

  margin-left: 28px;

  position: absolute;

  left: 85%;}

  .icons a{margin-left: 4px;}



  .menu button:hover{

    background: transparent;

    color: gray;

}

#menu li{

list-style: none;

display: inline-block;

 margin-right: 250px;

}

#menu li a{

  text-decoration: none;

  position: relative;

  color: black;

  padding: 5px;

  font-size: 14px;

  font-weight: 600px;

  text-transform: uppercase;

  position: fixed;



}

  #menu li a:hover{

 color: white;

 background-color: transparent;  





}

.menu .button .fas{

  margin-right: 10px;

}

.icons{

    font-size: 24px;

    display:inline-flex;



  }

  .fa-facebook-square{color:rgb(6, 49, 236)}

  .fa-envelope-square{color:rgb(177, 70, 70)}

  .fa-whatsapp-square{color:rgb(9, 148, 90)}

  .fa-facebook-square,.fa-envelope-square,.fa-whatsapp-square,.fa-twitter-square{

  background-color: white;

  border-radius:50%;

  padding:10px;

  transition: 1s;

  





  

  }

  .fa-facebook-square:hover,.fa-envelope-square:hover,.fa-whatsapp-square:hover,.fa-twitter-square:hover{

    background-attachment: fixed;

  transform: scale(1.9);

  z-index: 1;

  }

 

.slideanim {visibility:hidden;}

.slide {animation-name: slide;-webkit-animation-name: slide;animation-duration: 1s;-webkit-animation-duration: 1s;visibility: visible;}

  @keyframes slide {

    0% {

      opacity: 0;

      transform: translateY(70%);

    } 

    100% {

      opacity: 1;

      transform: translateY(0%);

    }

  }

  @-webkit-keyframes slide {

    0% {

      opacity: 0;

      -webkit-transform: translateY(70%);

    } 

    100% {

      opacity: 1;

      -webkit-transform: translateY(0%);

    }

  }



  img {

    max-width: 100%;

    vertical-align: top;

  }



  /*----Header----*/





  

.load_holder {



  position: fixed;



  z-index: 1;



  background: rgba(0,0,0,0.3);



  width: 100%;



  height: 100%;



  top: 0;



  left: 0;



    display: none;



}

  .main-content{

  height: 80vh;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    overflow: hidden;

    font-family: var(--priFont);

  }

  .main-content video{

    position: absolute;

    width: 100%;

   background-attachment: fixed;

   max-width: 1980px;
    left: 0;

    object-fit: cover;

    pointer-events: none;
    height: auto;
    
    background-size: contain;

  }

  .main-content .row{

   

    position: relative;

    text-align: center;

    width: 100%;

  }

  .main-content .row h1{color:var(--White); font-weight: 800;}

  .main-content .row h1 span small{display: block; color: var(--secColor); font-weight: 800;}

  .main-content p{

    color:white;

  }

  .main-content h2{

    color: white;

    font-size: 54px;

    font-family: var(--priFont);

  }

 



  .bnr_btn{display:block;width:215px;height:55px;line-height:55px;background:var(--secColor);;text-align:center;margin:77px 231px 0; position: relative;font-size: 18px;text-align: left;padding-left: 36px; text-transform: uppercase ;}

.bnr_btn a{ color: var(--White); }

.bnr_btn a:hover{ color: var(--White); text-decoration: none; }

  .bnr_btn:hover{background: var(--priColor);  transition: 0.5s; }







  /*End Banner */

  

  

/* .fixed_bg {position: fixed; left: 0; top: 0; width: 43.3%; overflow: hidden;} */

  /*main*/



  #main_area{padding: 0 15px; position: relative; background-position: left -238px top;}

  #main_area .h1_title small {display: block ; color: var(	--White); }

  #main_area .h1_title span {display: block ; color: var(	--secColor);}

	.main_con{min-height:520px;padding:0; display: flex;justify-content: space-between;column-gap: 0;align-items: flex-end;}

  .main_con figure img{height: 490px; top: 35%; }

  

  

  /* .main_con main::after {

    content: '';

    position: absolute;

    width: 100%;

    left: 100%;

    top: 0;

    bottom: 0;

    right: 0;

    z-index: 1;

    background: var(--priColor);} */

  main{width: 828px; max-width: 100%; text-align: left;color: var(--White);padding: 111px 0px 50px 129px;min-height: 520px;background: var(--priColor); }

	main .h1_title{font-size: 60px; font-weight: 600;line-height:100%;margin-bottom:28px;font-family: var(--priFont);}





  .headsub1 {

    display: block;

    font-family: var(--priFont);

    font-size: 16px;

    color: var(--White);

    font-weight: 400;

    text-transform: none;

  }



  .headh1{

    line-height: 100%;

    font-family: var(--secFont);

    font-size: 57px;

    color: var(--White);

    font-weight: 400;

  

  }

  .headsub {

    display: block;

    font-family: var(--priFont);

    font-size: 16px;

    color: var(--bodyColor);

    font-weight: 400;

    text-transform: none;

  }



  .headh2{

    line-height: 100%;

    font-family: var(--secFont);

    font-size: 51px;

    color: var(--secColor);

    font-weight: 400;

  

  }

  #main_area .main_con p {

    margin-top: 30px;

    font-size: 18px;

    max-width: 475px;

  position: relative;

  width: 100%;

  }



  /*end main*/





/*bottom*/

#bottom1{background:var(--White); padding: 0 25px;position: relative;z-index: 5;}

.btm1_con {padding: 120px 0 50px; min-height:527px; text-align: center;}



	.btm1_info{max-width: 924px;margin: 0 auto;}

.btm1_boxes {display: flex;justify-content: space-between; align-items: center;}





.btm1_boxes::before{position: absolute;

  right: 41px;

  top: 74px;}



.btm1_boxes section {

  width: 32%;

  max-width: 441px;

  position: relative;

  min-height: 265px;}

  

.head2{line-height: 100%;

  font-family: var(--secFont);

  font-size: 70px;



  font-weight: 400;}



  .btm1_boxes section p,h2{

    position: relative;

    right: -109%;

    line-height: 24px;

    margin: 14px -39px 20px;

   



  }



    



  .btm1_boxes section h2 small {

    display: block;

    margin-bottom: 5px;

    color:inherit;

  }



  .btm1_boxes section h2 {

    font-size: 30px;

    line-height: 100%;

    font-family: var(--priFont);

    font-weight: 600;



  }

  .btm1_box1:hover{background-color: var(--priColor); color: var(--White);}

  .btm1_box1 .head2:hover{ color: var(--White);}

  .btm1_box1 section .infos:hover{ color: var(--White);}



  .btm1_box1 a:hover{color: var(--White);}

  .btm1_boxes section a {

    position: absolute;

    display: block;

    width: 153px;

    height: 45px;

    line-height: 45px;

    background: var(--secColor);

    color: var(--White);

    text-align: left;

    padding-left: 22px;

    font-size: 16px;

    bottom: 0;

    left: 0;

    right: 0;

    margin: 0 auto;

    

  }

  .btm1_boxes section a{text-decoration: none; position: absolute;

    bottom: -30px;

    left: 127px; z-index: 1; text-transform: uppercase;}

  

  .btm1_boxes section a::before {

    content: url(../icons/white-arrow-icon.png);

    position: absolute;

    top: 0;

    right: 22px;

  }



  .priBtn:hover {

    background: var(--priColor);

    filter: contrast(1.5);

    outline: 1px solid #fff;}

    .btm1_boxes .btm1_box1_con1{padding-top:2px;}



  .btm1_boxes .btm1_box1_con1:before {

    content: url(../icons/referral.png);

  

  }



  .btm1_boxes .btm1_box1_con2:before {

    content: url(../icons/appointment.png);width:50%;



  }



  .btm1_boxes .btm1_box1_con3:before {

    content: url(../icons/team.png);

  

  }

  

/*--end bottom--*/







/*Start Bottom 2 */



#bottom2{ padding: 0 25px;position: relative;z-index: 5;}

.btm2_con {padding: 120px 0 50px; min-height:527px; text-align: center;}

/* .fixbg img{position: fixed; } */

/* .btm2_con figure img{background-attachment: fixed; width: 100%;} */

#bottom2::after{   content: '';

  position: absolute;

  width: 100%;

  left: 100%;

  top: 0;

  bottom: 0;

  right: 0;

  z-index: 1;

  background: var(--priColor);}

.btm2_info_holder {

  position: absolute;

  right: 0;

  top: 119px;

  bottom: -50px;

min-height: 766px;

height: 867px;

  max-width: 577px;

  width: 100%;

  z-index: 2;

  background: var(--priColor);

}

.btn_info{

  background: var(--priColor);

  max-width: 470px;

  width: 100%;

  float: right;}



.btm2_info_con{color: var(--White);}

.btm2_info h2 {

  color: var(--White);

  line-height: 60px;



}



.btm2_info p {

  margin: 113px 15px 32px;

  font-size: 18px;

  color: var(--White);

  text-align: justify;

  text-align: inherit;

}



.btm2_info .h1_title{margin:135px auto -54px; }



.btm2_info h2 small {

  color: var(--White);

  letter-spacing: 1px;

  margin-bottom: -16px;



}



.btm2_con a::before {

  content: url(../icons/white-arrow-icon.png);

  position: absolute;

  top: 0;

  right: 30px;

}

.btm2_con a {

  position: absolute;

  display: block;

  width: 153px;

  height: 45px;

  line-height: 45px;

  background: var(--secColor);

  color: var(--White);

  text-align: left;

  padding-left: 22px;

  font-size: 16px;

text-transform: uppercase;

  left: 0;

  right: 0;

  margin: 0 auto;

position: relative;}



  .btm2_con a:hover {color: var(--White);text-decoration: none;}



/*end bottom2*/





/* Start Bottom 3 */



#bottom3{padding: 0 25px;position: relative;z-index: 5;}

.btm3_con {padding: 120px 0 50px; min-height:527px;  padding: 0;}



.contact_con h1{font-size: 30px; color: var(--secColor); font-weight: 700;}



/*end bottom3*/





/*--Send Us a Message----*/





/* #bottom3{

  background: var(--secColor);

}



.btm3_con{width:100%}



.input_boxes {

  display: flex;

  justify-content: space-between;

  gap: 15px;

  flex-direction: column;

  max-width: 463px;

  width: 100%;

}

.input_flex{display: row; }



.form_flex {

  display: flex;

  justify-content: space-between;

  gap: 15px;

  max-width: 824px;

  width: 60%;

}



.btm3_form form input, .btm3_form textarea {

  width: 100%;

  max-width: 463px;

  height: 64px;

  background: #fff;

  border: none;

  padding: 5px 10px 5px 22px;

  color: var(--bodyColor);

  font-family: var(--priFont);

  font-size: 18px;

  font-weight: var(--bodyFontWeight);

  border-radius: 30px;



}



.btm3_form form textarea {

  resize: none;

  overflow: auto;

  padding-top: 23px;

  padding-left: 26px;

  max-width: 340px;

  width: 100%;

  height: 144px;

  border-radius: 30px;

  gap:5px;

}

 */



/*--Footer--*/

footer{ padding: 0 25px;position: relative; border-top: 2px solid var(--secColor);}

.footer_con{padding: 120px 0 50px; min-height:527px; }

.contact_info{padding: 0 0 0 40px;}

.footer_top_con {min-height: 811px;padding: 128px 0 50px;}

.footer_nav_holder {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #d3d3d3;padding-bottom: 58px; flex-direction: row;}







  .contact_info_heading {

    width: 50%;

    line-height: 23px;

   

  }









.nav_footer ul{font-size: 18px; text-transform: uppercase; display: flex; }

.nav_footer ul li{margin:0 15px 0}

.nav_footerul li a{text-decoration: none;}

 .nav_footer ul li a{color: var(--bodyColor); line-height: 25px;}

 .nav_footer ul li a:hover{color: var(--secColor);}



 /* .nav_footer ul li:after {

  content: url(../icons/bullet.png);

  position: absolute;

  top: 0;

  right: -8px;

} */



.footer_mapcon {display: flex;

  justify-content: space-between;

  padding: 83px 0 50px;

  gap: 40px;}

.footer_mapcon iframe{width: 600px; height: 300px; }





 .contactlist ul{display: flex; flex-direction: row;





}











    .footer_con ul li span {

      display: block;

      color:inherit;

    }

.contactlist ul{width: 100%;}

    .contactlist ul li{padding: 0 15px 0;}

 

  .contactlist ul li h2 {

    font-size: 22px;

    color: var(--bodyColor);

    position:inherit;

    margin: 0px 1px auto;

  }

  .contactlist ul li:last-child::before {

    content: url(../icons/footer-location-icon.png);

  }



  .contactlist ul li:first-child::before {

    content: url(../icons/footer-phone-icon.png);

  }

  .contactlist ul li::before {

    display: block;

    margin-bottom: 5px;

  }



  .contact_info_heading p {

    text-align: justify;

    font-size: 18px;

    color: var(--bodyColor);

  }

  .footer_con ul li span small{

    white-space: pre-line;

    line-height: 28px;

    font-size: 18px;

    color: grey;



  }



  .footer_con ul li span{ white-space: pre-line;

    line-height: 28px;

    font-size: 18px;

    color: grey;}



  .footer_con ul li span mark {

    white-space: pre-line;

    line-height: 28px;

    font-size: 18px;

    color: grey;



  }



  .footer_con ul li span a {

    white-space: pre-line;

    line-height: 28px;

    font-size: 18px;

    color: grey;



  }



  .footer .footer_btm{width: 100%;}



  .footer_btm {

    background: var(--priColor);

    padding: 0 25px;

  

  }



  .footer_btm_con {

    min-height: 86px;

    padding: 28px 0 10px;

  }

  .copyright {

    color: #fff;

    margin: 0 auto;

    text-align: center;

    font-size: 18px;

    

  }

  .copyright span{color: var(--White);}

  .cprigt_holder a{color:var(--White)}



  .cprigt_holder a:hover{color:var(--White)}



    



/*-- End Footer --*/





  /*----Testimony---*/



.carousel-control.right, .carousel-control.left {

  background-image: none;

  color: #323232;

}

.carousel-indicators li {

  border-color: #323232;

}

.carousel-indicators li.active {

  background-color:#00a8ff;

}

.item h4 {

  font-size: 19px;

  line-height: 1.375em;

  font-weight: 400;

  font-style: italic;

  margin: 70px 0;

}

span{

  color:#00a8ff;

 }

.item span {

  font-style: normal;

}

.panel {

  border: 1px solid #323232; 

  border-radius:0 !important;

  transition: box-shadow 0.5s;

}

.panel:hover {

  box-shadow: 5px 0px 40px rgba(0,0,0, .2);

}

.panel-footer .btn:hover {

  border: 1px solid #323232;

  background-color: #00a8ff !important;

  color: #323232;

}

.panel-heading {

  color: #00a8ff !important;

  background-color: #323232 !important;

  padding: 25px;

  border-bottom: 1px solid transparent;

  border-top-left-radius: 0px;

  border-top-right-radius: 0px;

  border-bottom-left-radius: 0px;

  border-bottom-right-radius: 0px;

}

.panel-footer {

  background-color: #00a8ff !important;

}

.panel-footer h3 {

  font-size: 32px;

}

.panel-footer h4 {

  color: #aaa;

  font-size: 14px;

}

.panel-footer .btn {

  margin: 15px 0;

  background-color: #323232;

  color: #00a8ff;

}

/*----End testimony ----*/

  

  .menu button:hover{

    background: transparent;

    color: gray;

}

#menu li{

list-style: none;

display: inline-block;

 margin-right: 250px;

}

#menu li a{

  text-decoration: none;

  position: relative;

  color: black;

  padding: 5px;

  font-size: 14px;

  font-weight: 600px;

  text-transform: uppercase;

  position: fixed;



}

  #menu li a:hover{

 color: white;

 background-color: transparent;  





}

.menu .button .fas{

  margin-right: 10px;

}



  .fa-facebook-square{color:rgb(6, 49, 236)}

  .fa-envelope-square{color:rgb(177, 70, 70)}

  .fa-whatsapp-square{color:rgb(9, 148, 90)}

  .fa-facebook-square,.fa-envelope-square,.fa-whatsapp-square,.fa-twitter-square{

  background-color: white;

  border-radius:50%;

  padding:10px;

  transition: 1s;

  





  

  }

  .fa-facebook-square:hover,.fa-envelope-square:hover,.fa-whatsapp-square:hover,.fa-twitter-square:hover{

    background-attachment: fixed;

  transform: scale(1.9);

  z-index: 1;

  }

 



  





/*----modal----*/







