@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
:root {
  --red:#FF494D;
  --blue:#592915;
  --white:#fff;
  --main-color:#592915;
  --red-color:#BC080C;
  --blue-2:#13a5bf;
}


.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.uppercase{text-transform:uppercase;}
.capitalise{text-transform:capitalize;}
.hidden{display:none;}
.nospace{margin:0; padding:0; list-style:none;}
.block{display:block;}
.inline *{display:inline-block;}
.inline *:last-child{margin-right:0;}
.pushright li{margin:0 10px 10px 0;}
.pushright li:last-child{margin-right:0;}
.borderedbox{border:1px solid;}
.overlay{position:relative; z-index:2;}
.overlay::after{display:block; position:absolute; top:0; left:0; width:100%; height:100%; content:""; z-index:-1;}
.bgded{background-position:top center; background-repeat:no-repeat; background-size:cover;}
.circle{border-radius:50%; background-clip:padding-box;}

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

a{outline:none; text-decoration:none; }

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}


.btn{display:inline-block; padding:10px 10px 10px; text-transform:uppercase; border:1px solid;}
.btn.medium{padding:10px 20px 12px;}
.btn.small{padding:8px 18px 10px; text-transform:none;}

.imgl{margin:0 15px 10px 0; clear:left;}
.imgr{margin:0 0 10px 15px; clear:right;}
/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading{
  margin:10px 0 20px 0;
  font-size:22px;
  line-height:normal;
  font-weight:normal;
  text-transform:capitalize;
  color: #1b2330;
}
h6 {
  margin:10px 0 20px 0;
  font-size:22px;
  line-height:normal;
  font-weight:normal;
  text-transform:capitalize;
  color: #000;
}

.c-heading-1 { padding-bottom: 20px;color: #000; font-size: 35px;font-weight: bold;
margin-bottom: 25px;position: relative; }
.c-heading-1:after {content:"";display: block;position: absolute;left: 0;bottom: 0;width: 54px;height: 3px;background: #d9a657;}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}

.font-xs{font-size:.8rem;}
.font-x1{font-size:1.2rem;}
.font-x2{font-size:1.8rem;}
.font-x3{font-size:2.8rem;}

.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}
/*
The "hoc" class is a generic class used to centre a containing element horizontally
It should be used in conjunction with a second class or ID
*/
.hoc{display:block; margin:0 auto;}


/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}


/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; margin:0 0 0 3.06748466257669%; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:31.28834355828221%;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width:65.6441717791411%;}
.three_quarter{width:65.23312883435584%;}


/* Spacing
--------------------------------------------------------------------------------------------------------------- */
.btmspace-10{margin-bottom:10px;}
.btmspace-15{margin-bottom:15px;}
.btmspace-30{margin-bottom:30px;}
.btmspace-50{
  margin-bottom:50px;
  text-align: justify;
}
.btmspace-80{margin-bottom:80px;}

.inspace-5{padding:5px;}
.inspace-10{padding:10px;}
.inspace-15{padding:15px;}
.inspace-30{padding:30px;}
.inspace-50{padding:50px;}
.inspace-80{padding:80px;}

* {padding: 0; margin: 0; list-style-type: none;outline: none;}
img{max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6 {padding:0; margin:0; line-height:100%;}
body {color:#424242;line-height:26px;font-size:16px;font-family: "League Spartan", sans-serif;background: #fbf6e9;background-repeat: repeat;padding-top: 0;}
a,button {text-decoration: none !important; transition: 0.5s; border:  none;} 
ul,ol {padding: 0; margin: 0; list-style-type: none;}
h1,h2,h3,h4 { font-family: "Merriweather", serif;}
.c-heading-1 h2{ margin-top: 7px; color: var(--blue-2); font-size: 60px;font-weight: 300;
margin-bottom: 25px;position: relative; }
.c-heading-1 h5{color:#818181;font-size: 14px; letter-spacing: 2px;}





.c-btn-1 {border: none; background-color: var(--blue); color:#000;
padding: 12px 30px; font-weight: bold;border-radius: 30px;display: inline-block;position: relative;
overflow: hidden;line-height: 100%;font-size: 16px;color: #fff;}
.c-btn-1 span {position: relative; z-index:2;}
.c-btn-1:before {
 content:"";
 display: block;
 position: absolute;
 left:-100%;
 top: 0;
 width: 100%;
 height: 100%;
 background: #592915;
 transition: 0.5s;
 } 
.c-btn-1:hover:before {left: 0;}
.c-btn-1:hover {color:#fff;}


.c-btn-2 {background-color: #592915;color:#000;padding: 14px 30px;letter-spacing: 2px;text-transform: uppercase;font-weight: 600;border-radius: 30px;display: inline-block;position: relative;overflow: hidden;line-height: 100%;font-size: 18px;color: #fff;}
.c-btn-2 span {position: relative; z-index:2;}
.c-btn-2:before {
 content:"";
 display: block;
 position: absolute;
 left:-100%;
 top: 0;
 width: 100%;
 height: 100%;
 background: #D9A657;
 transition: 0.5s;
 } 
.c-btn-2:hover:before {left: 0;}
.c-btn-2:hover {color:#fff;}

/*header*/
.c-header-w { position: fixed;width: 100%; top: 0; left: 0;z-index: 999; }
.c-nav-top { display: flex;justify-content: flex-end; }
.c-nav-top-info { background-color:var(--main-color);padding: 7px 30px;transform: skew(-30deg);  }
.c-nav-top-info-in {position: relative;}
.c-nav-top-info-in .header-top-info ul {display: flex;margin-right: 22px;position: relative;}
.c-nav-top-info-in .header-top-info li {padding-left: 36px;position: relative;margin-right: 20px;}
.c-nav-top-info-in .header-top-info li span {position: absolute;left: 0;top: -5px;width: 24px;filter: brightness(0) invert(1);}
.c-nav-top-info-in .header-top-info li a {display: block;margin-bottom: 5px;color: #ffffff;line-height: 100%;}
.c-nav-top-info-in .header-top-info li:last-child { margin: 0; }
.c-nav-top-social {padding: 7px 30px;transform: skew(-30deg); display: flex;align-items: center;
background-color: #000;}
.c-nav-top-social ul { display: flex;transform: skew(30deg); }
.c-nav-top-social ul li { padding-right: 6px; }
.c-nav-top-social ul li:last-child { padding-right: 0px; }
.c-nav-top-social ul li a { display: flex;background-color: #fff;color: var(--main-color);
width: 38px; height: 38px; border-radius: 50%;align-items: center;justify-content: center;
font-size: 18px; }
.c-nav-top-social ul li a:hover {background-color:var(--main-color) ;color:#fff ;} 
.c-logo-w {padding: 0;text-align: center;}


.c-nav-bottom-list > ul {display: flex;align-items: center;justify-content: flex-end;margin: 0px 0;}
.c-nav-bottom-list > ul > li {padding: 0;font-size: 18px;margin: 0 5px;}
.c-nav-bottom-list > ul > li > a {padding: 6px 18px;color:#050505;position: relative;display: block;font-size: 17px;border-radius: 6px;}

.c-menu-btn { display: none; }

.marquee-1 {overflow: hidden;}
.c-client-list  li span{ display: block; margin: 0 8px; background-color: #fff; border-radius: 8px;padding: 15px; }
.c-client-list  li span img {width: 100%; object-fit: contain;}
.marquee-1:after,.marquee-1:before {clear: both;display: block;content: "";}
.c-nav-bottom-list {display: flex;/* justify-content: flex-end; */align-items: center;}
.c-nav-bottom-list .c-btn-1 {margin-left: 10px; font-size: 16px; padding: 12px 20px; }
.c-header-top h5 {color: #fff; font-size: 14px;text-align: center;}
.c-header-top {background: transparent;padding: 9px 0;}

.c-header-bottom {/* background: #191D4B; */}
.c-nav-bottom-list > ul > li > a {color: #ffffff;}
.c-nav-bottom-list > ul > li > a:hover {background:#AC7F0D;color: #fff !important;}


.c-nav-top-info-in {position: relative;}
.c-nav-top-info-in .btn {display: none; position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;z-index: 99;/* display: none; */}
.c-info-model .modal-body { background: url("../img/footer-bg.jpg") no-repeat; background-size:100% 100%; }
.c-footer-info  li {padding-left: 38px;position: relative;margin-bottom: 20px;}
.c-footer-info  li span {position: absolute;left: 0;top: -4px;}
.c-footer-info  li a {display: block;margin-bottom: 8px;color: #fff;line-height: 100%;font-size: 16px;line-height: normal;}
d {width: 90px;}
.c-footer-bottom p { margin: 0; color: #fff; font-size: 15px;text-align: right; }

.c-nav-top-info {position: relative;}
.c-nav-top-info .btn {position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;z-index: 99;/* display: none; */}

.c-header-w .col-md-3 {position: absolute;width: 100px;left: -12px;top: -10px;background: #fff;padding: 0;padding-bottom: 0;padding: 5px 0;z-index: 9;}
.c-header-w .col-md-3 img {width: 100%;}
.c-nav-top-info {padding: 6px 15px;}
.c-nav-top-social {padding: 6px 10px;}
.c-service-w .col-md-3 {width: 100%;}
.c-header-bottom .row {position: relative;}
.c-info-model .modal-body { background: var(--main-color) }
.c-footer-info li span img {width: 25px;}
.c-footer-info li {margin-bottom: 18px;}

.marquee-1 {overflow: hidden;}
.c-client-list .js-marquee li { margin: 0 8px; background-color: #fff; border-radius: 8px;padding: 15px; }
.c-client-list .js-marquee { display: flex; }
.marquee-1:after,.marquee-1:before {clear: both;display: block;content: "";}


.c-heading-new-3 {text-align: left;font-weight: bold;font-size: 30px;color: #14297C;margin-bottom: 20px;font-weight: bold;line-height: normal;}
.c-heading-new-line {overflow: hidden; width: 60px;background: #ccc;border-radius: 30px;height: 3px;line-height: 100%;margin-top: 15px;}
.c-heading-new-line span {position: relative;animation:line_animation 3s infinite;  display: block;width: 50px;height: 3px;border-radius: 30px;background: rgb(158,126,35);
background: linear-gradient(90deg, rgba(158,126,35,1) 35%, rgba(241,184,8,1) 100%);line-height: 100%;}
.c-heading-new-3.text-center .c-heading-new-line { margin: 0 auto;margin-top: 10px; } 
.c-heading-new-3.text-center .c-heading-new-line {
    margin: 0 auto;
    margin-top: 10px;
}
.c-client-w {padding: 45px 0;background: #fbf6e9;}

 .c-client-list .js-marquee li , .c-client-list li span { background: transparent;
box-shadow: none;outline:  none;padding: 0px; margin: 0;}

.c-client-top {background-image:url("../img/c-top-client.png");background-size: 100% 100%;
padding:80px 0; background-repeat: no-repeat; }
.c-client-top .c-client-list li span img {width:150px;object-fit: contain;}
@keyframes line_animation {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(50px);
  }
   0% {
    transform: translateX(0);
  }

  
}

/*footer*/
/*footer*/
.c-footer-top img {width: 100%;}
.c-footer-w { margin-top: 40px; }
.c-footer-in {/* background: url("../img/footer-bg.jpg") no-repeat; */background-size:cover;padding: 0;}
.c-footer-in h2 {color: #fff;font-size: 28px;margin-bottom: 20px;}
.c-footer-con p { color: #fff;line-height: 28px; }
.c-footer-social {display: flex;/* justify-content: center; */}
.c-footer-social ul { display: flex; }
.c-footer-social ul li { padding-right: 10px; }
.c-footer-social ul li:last-child { padding-right: 0px; }
.c-footer-social ul li a {display: flex;background-color: #fff;color: #c56d09;width: 44px;height: 44px;border-radius: 50%;align-items: center;justify-content: center;font-size: 18px;}
.c-footer-social ul li a:hover {background-color:var(--main-color) ;color:#fff ;} 
.c-logo-w {padding: 0;}

.c-footer-info  li {padding-left: 45px;position: relative;margin-bottom: 15px;font-size: 17px;min-height: 27px;line-height: normal;}
.c-footer-info  li span {position: absolute;left: 0;top: 1px;}
.c-footer-info  li a {display: block;margin-bottom: 0;color: #fff;line-height: 24px;font-size: 20px;}
.c-footer-bottom img {width: 200px;background: #fff;padding: 10px;display: block;}
.c-footer-bottom p {margin: 0;color: #fff;font-size: 15px;text-align: center;}
.property-info-area h3 { display: none; }


.modal-dialog .c-footer-info ul li { margin-bottom: 15px; }
.modal-dialog .c-footer-info ul li span {top: -8px;}


.w3-section .slick-dots {width: 100%; display:flex; justify-content:center;margin-top:10px;margin-bottom: 15px; }

.w3-section .slick-dots li { margin:0 5px; }

.w3-section .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;

background: transparent;font-size:0; position: relative;}

.w3-section .slick-dots li.slick-active button  {border-color:#2897ff;}

.w3-section .slick-dots li button:after {content:""; display:block;position: absolute;left: 50%; top:50%; transform:translate(-50%,-50%);

background:#2897ff; width:10px; height:10px; border-radius:50%; }

.c-main-w { padding: 50px 0; }
.c-main-w p strong {color: #000;}
.c-main-w h2 { font-weight: bold; margin-bottom: 15px;font-size: 20px; }
ul.list-detail li i { font-size: 20px;width: auto; padding-right: 10px; }

.c-inner-banner-w { padding: 40px 0;background:url("../img/inner-banner.jpg") no-repeat;}
.c-inner-banner-w p { color: #fff; margin-bottom: 15px; }
.c-inner-banner-w h1 {font-weight: bold;font-size: 24px;color: #fff; margin: 10px 0;}

.c-about-con p {font-size: 18px;line-height: 30px;text-align: justify;}
.c-about-w ,.c-feture-w {padding: 30px 0;background: #FFEFDB;}
.c-feture-box  { text-align: center; }
.c-feture-box img {width: 100%; height: 180px;object-fit: contain;}
.c-feture-box h3 { margin: 18px 0 10px; font-weight: bold;font-size: 20px; }

.c-why-heading {position: relative;/* background-color:#ECAF20; */padding: 40px 0;position: relative;}
.c-why-heading:after {width: 100%;height: 150%;background-color:#ECAF20;position: absolute;top: 100%;left: 0;content: "";z-index: 1;display: none;}

.c-why-heading h2 ,.c-why-heading p {color: #fff;}
.c-why-w .col-md-6{margin-bottom: 40px; }
.c-why-box {box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);z-index: 3;height: 100%;position: relative;padding: 0;border-radius: 8px;background: #fff;text-align: center;}
.c-why-box h3 {font-size: 22px;font-weight: bold;margin: 33px 0 10px;}
.c-why-box p { margin: 0px; }


 .c-traning-w .c-why-heading {/* background: #191d4b; */}
  .c-traning-w .c-why-heading:after {background: #191d4b;}
  .c-traning-list {position: relative;z-index: 9;}
  .c-traning-list-box {padding: 0 10px;padding-bottom: 0;}
  .c-traning-w .c-traning-list-box a.c-btn-1 {background: #D9A657;padding: 10px 25px;font-size: 14px;}
  .c-traning-w .c-traning-list-box h3 a {
    font-size: 14px;
    position: static;
    transform: inherit;
    color: #010788;
    width:100%;
    height: inherit;
    background: inherit;
    }


.c-traning-w .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background:#ECAF20;color:#fff;font-size:28px;position:absolute;right: 50px;z-index:2;top: -83px;transform: inherit;}

.c-traning-w .slick-next {left: inherit;right: 0px; background-color: var(--red-color)}

.c-traning-w .slick-next i {position: relative;left: 2px;}
.c-traning-list-box .c-why-box {min-height: 439px;}
.c-traning-w .c-why-heading { padding-bottom: 10px; }

.c-testimonial-in { background: #222E3F; padding: 30px;border-radius: 12px; }
.c-testimonial-hw { text-align: center;margin-bottom: 30px; }
.c-testimonial-hw p { font-weight: bold;color: #fff;font-size: 18px; }
.c-testimonial-hw h3 { color: #ECAF20; list-style-type: none;font-size: 24px;
line-height: normal;font-weight: bold; }


.c-testimonial-list-box-img { text-align: center;position: relative; }
.c-testimonial-list-box-img img { width: 110px; height: 110px; border-radius: 50%; }
.c-testimonial-list-box-con h3 { font-weight: bold;color: #fff; text-align: center;margin: 15px 0 5px;font-size: 20px }
.c-testimonial-list-box-img:after {content:"";display: block;position: absolute;left: 56%;top: 75px;background: url("../img/testi-chip.png");background-repeat:  no-repeat;background-size: 100% 100%;width: 30px;height: 30px;transform: translateX(-56%);}
.c-testimonial-list-box-con { text-align: center; }
.c-testimonial-list-box-con h4 { font-size: 16px; margin-bottom: 15px; }
.c-testimonial-list-box-con p { font-size: 14px;color: #fff;margin: 0px; }

.c-form-w {/* background: #ffffff; */padding: 10px 20px;}
.c-form-w h3 {color: #000;text-align: center;margin-bottom: 20px;font-size: 24px;font-weight: bold;} 
.c-form-w .form-control { padding: 12px;padding-left: 50px;font-size: 18px; }
.c-form-w .form-group { margin-bottom: 15px; position: relative; }
.c-form-w .form-group dfn {position: absolute;left: 11px;top: 10px;width: 30px;z-index: 9;}
.c-form-w textarea.form-control { height: 90px; }
.c-form-w .c-btn-1 {padding: 15px 30px;text-align: center;width: auto;background: #592915;border-radius: 8px;justify-content: center;transition: 0.5s;text-transform: uppercase;font-size: 20px;display: inline-flex;}
.c-form-w .c-btn-1:hover {background:#000;}
.c-form-w .form-group br { display: none; }
.c-testimonial-in .slick-dots {display: flex; justify-content: center; margin-top: 30px;
 }
.c-testimonial-in .slick-dots button {transition: 0.5s; font-size: 0; width: 15px;display: inline-flex;margin: 0 4px; height: 15px; border-radius: 50%;background: #fff;}
.c-testimonial-in .slick-dots .slick-active button {background: #ECAF20; width:60px; border-radius: 30px; }
.c-testimonial-list img { display: inline-flex; }

/*banner*/
.c-footer-w {background: #090B1E;background-size: cover;padding: 00px 0 20px;}


.c-banner-con h3 {display: inline-flex;font-size: 21px;font-weight: bold;color: #ffffff;/* background: #fff; */padding: 0;border-radius: 8px;}
.c-banner-con h1 {font-size: 40px;color: #fff;margin: 10px 0 20px;color: #ffffff;font-weight: 600;line-height: normal;}
.c-banner-con p {color: #fff;margin-bottom: 20px;font-size: 18px;line-height: normal;font-weight: normal;line-height: 26px;}
.c-banner-con a {font-size: 18px;}
.c-banner-btn { display: flex; }
.c-banner-btn > a:last-child {background: #d9a657;margin-left: 0;}

.c-banner-slide-in { position: relative;  }

.c-banner-slide-box {border-radius: 12px; background: url("../img/banner-slider-bg.jpg") no-repeat; 
background-size: 100% 100%;padding: 40px 15px 70px 15px; text-align: center;}
.c-banner-slide-box span { display: inline-flex;width: 190px; height: 190px;
border: 5px solid #fff;box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); 
 border-radius: 50%;}
 .c-banner-slide-box span img {width: 100%; height: 100%; border-radius: 50%;
  overflow: hidden;}
    .c-banner-slide-box h2 {line-height: normal; font-size: 20px; margin-top: 20px;font-weight: bold; }
  .c-banner-slide-box h4 { margin-top: 10px; font-weight: bold;color:#010788;
  font-size: 24px; }


.c-banner-slide-in .slick-arrow {content:"";display: block;border:none;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);width:45px;height:45px;border-radius:4px;background: #f3a936;color:#fff;font-size:28px;position:absolute;right: 25px;z-index:2;top: 48%;transform: translateY(-50%);transform: inherit;}

.c-banner-slide-in .slick-next {left: inherit;right: 25px;background-color: #9b8157;top: 57%;}

.c-banner-slide-in .slick-next i {position: relative;left: 2px;}

.c-banner-slide-list {
 background-size: cover;
 background-repeat: no-repeat;
 padding: 0;
 padding-top: 0;
 }
 .c-banner-con { padding-bottom: 50px; }
 .c-banner-slide-list .container {padding: 0 0px;position: relative;z-index: 99;}

 .c-banner-slide-list { position: relative; }
  .c-banner-slide-list:after {display: none; content: ""; background: rgb(14,22,179);
background: linear-gradient(90deg, rgba(14,22,179,1) 35%, rgba(255,143,13,1) 100%);
position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0.75; }

.header-social-media-icon ul{display: flex; flex-wrap: wrap; justify-content: flex-end;}
.header-social-media-icon ul li{margin-right: 10px;}
.header-social-media-icon ul li:last-child{margin-right: 0;}
.header-social-media-icon ul li a{font-size: 20px;background-color: #E1F6F8;display: flex;justify-content: center;align-items: center;border-radius:50px;width: 40px;height: 40px;color: #2a24a0}
.align-centre { align-items: center; }
.header-social-media-icon {position: relative;top: 0;}
.c-banner-img img { height: 469px;object-fit: contain; }

.c-home-feature-list { background: #fff; padding: 40px 0; }
.c-home-feature-list-hw { text-align: center;margin-bottom: 40px; }
.c-home-feature-list-hw p {color:#ECAF20; }
.c-home-feature-list-hw h2 { margin-bottom: 10px; }

.c-home-feature-list .col-lg-2 {text-align: center; border-right: 1px solid #ccc; }
.c-home-feature-list .col-lg-2:last-child { border: none; }
.c-home-feature-list-box span { width: 120px;display: inline-flex; }
.c-home-feature-list-box h3 { font-weight: 600; color: var(-main-color);
margin-bottom: 7px; }
.c-why-box span { display: block; text-align: center; }
.c-why-box img {height: 200px;object-fit: cover;margin:  0 auto;width: 100%;}
.c-why-box p {/* min-height: 135px; */}
.c-testimonial-w { margin-top: 40px; }
.c-about-img img {width: 100%;}
.c-footer-bottom { margin-top: 20px; }
.header-social-media-icon ul li a:hover { background: #ECAF20;color: #000; }

.c-inner-banner-w {padding: 180px 0 120px;background: url("../img/banner-bg.jpg") no-repeat;background-size: cover;
background-position: center center;}



.c-inner-banner-con h1 { font-weight: 600;color: #fff; font-size: 40px;
text-align: center; }
.c-inner-banner-con h1 span { display: block;margin-top: 10px; }
.c-inner-banner-con h1 span strong { color: var(--main-color); }
.c-inner-banner-con ul { display: flex;flex-wrap: wrap; justify-content: center;margin-top: 15px; }
.c-inner-banner-con ul li a,.c-inner-banner-con ul li {font-weight: bold;color: #000;}
.c-inner-banner-con ul li { padding-right: 25px;position: relative; }
.c-inner-banner-con ul li:after { content:"\f101";color: #000; font-size: 18px;
position: absolute; right: 6px; top: 0;font-family: 'FontAwesome'; }
.c-inner-banner-con ul li:last-child {padding: 0;}
.c-inner-banner-con ul li:last-child:after { display: none; }

.c-singale-image-box-left-img img { height: 350px;object-fit: cover;
width: 100%; border-radius: 12px; }
.c-singale-image-box-left h3  { background: #191D4B; color: #fff;
padding: 15px; color: #fff; padding-left: 70px; position: relative;
font-size: 22px;font-weight: bold; border-radius: 12px;margin-bottom: 15px;line-height: normal; }
.c-singale-image-box-left h3 span { display: block;font-size: 16px;font-weight: normal; }
.c-singale-image-box-left h3 img { position: absolute; left: 13px; top: 22px;
width: 40px; }


.c-singale-image-box-right-img img { height: 350px;object-fit: cover;
width: 100%; border-radius: 12px; }
.c-singale-image-box-right h3  {  color: #000;
padding: 15px; padding-left: 70px; position: relative;
font-size: 22px;font-weight: bold; border-radius: 12px;margin-top: 15px;line-height: normal; }
.c-singale-image-box-right h3 span { display: block;font-size: 19px;font-weight: normal; }
.c-singale-image-box-right h3 img { position: absolute; left: 13px; top: 26px;
width: 40px; }
.c-about-con ul { margin: 20px 0;display: block; }
.c-about-con li {padding-left: 30px;position: relative; display: block; margin-bottom: 10px;font-size: 18px; }
.c-about-con li:after {content:""; display: block;position: absolute;
left: 0; top: 8px; width: 12px; height: 12px; border-radius: 50%;
background:#00BED6;    } 

.color-box-w { background: linear-gradient(90deg, #191D4B 0%, #4453FC 100%); }
.color-box-w li {color: #fff; margin-bottom: 15px; font-size: 20px;}
.c-service-3 { background: url("../img/service-bg-3.png") no-repeat;
background-size: cover; }
.c-singale-image-box-2 > img { width: 100%; height: 400px; object-fit: cover;
border-radius: 12px; }
.c-singale-image-box-2 { padding-right: 150px;position: relative; }
.c-singale-image-box-2 span { position: absolute; bottom: -30px; width: 250px;
height: 250px;object-fit: cover;display: block;overflow: hidden;
right: 25px;border: 10px solid #fff; }
.c-singale-image-box-2 span img { width: 100%; height: 100%; object-fit: cover; }

/*contact us*/
.cp-contact-info-box { display: flex;align-items: center;margin-bottom: 20px;}
.cp-contact-w { padding:80px 0 0; }
.cp-contact-info-box-img {
      width:65px;
      height:65px;
      border-radius:50%;
      background: #D9A657;
      background: #D9A657;
      display: flex;
      align-items: center;
      justify-content: center;
      }
.cp-contact-info-box-img img {width:40px;} 
.cp-contact-info-box-con {padding-left: 20px;width:calc(100% - 80px);}
.cp-contact-info-box-con h3 { color:#000; font-size:24px;margin-bottom:5px; }
.cp-contact-info-box-con a { color:#1F0098;font-size:16px;line-height:24px;display:inline-block; }

.cp-contact-w .c-contact-form h4 {color:#1F0098;}

.cp-contact-form { padding:50px 0; background:#F0F6FB;margin-top: 40px; }

.c-map-w { border: 5px solid #FFD6A7; border-radius: 12px; }
.cp-contact-form .form-control { margin-bottom: 20px; border: 1px solid #999EFF;
padding: 12px;border-radius: 8px; }
.cp-contact-form .c-btn-2 { border:  none; }


.slider.home7  .has-background { width: 40px; height: 40px;
padding: 0px; display: inline-flex;align-items: center;justify-content: center;
left: inherit !important; right: 10px !important; top: inherit !important;
 bottom: 70px !important }

 .c-about-img { padding-right: 15px; }
 .c-headeing-main p  {color: #592915;margin-bottom: 8px;text-transform: uppercase;}
.c-heading-new-3 dfn{ font-style: normal;display: block; }
.c-traning-w {background:#0B092C url("../img/service-bg.png") no-repeat;padding-bottom: 40px;}
.c-why-box-con { padding: 15px; }
.c-traning-btn { display: flex;justify-content: flex-end; }
.c-traning-btn  .c-btn-2 { background:#D9A657; }
.c-traning-btn  .c-btn-2:before { background: #fff; }
.c-traning-btn  .c-btn-2:hover { color:#592915; } 
.c-traning-w .c-headeing-main p {color:#D9A657;  }
.c-why-box-img { position: relative; }
.c-why-box-img span {padding: 10px; display: inline-flex;
width: 80px; height: 80px;align-items: center;justify-content: center;
 background: #fff; border-radius: 50%;
position: absolute;left: 50%; bottom: -50px; transform: translateX(-50%);}
 .c-why-box-img span img {width: auto;max-width: 100%;height: auto !important;}

.c-traning-w .slick-dots {width: 100%;display:flex;justify-content:center;margin-top: 33px;}

.c-traning-w .slick-dots li { margin:0 5px; }

.c-traning-w .slick-dots li button {position: relative; width: 29px; height: 29px; border-radius: 50%; border: 2px solid transparent;

background: transparent;font-size:0; position: relative;}

.c-traning-w .slick-dots li.slick-active button  {border-color: #d9a657;}
.c-traning-w .slick-dots li button:after {

content:"";display:block;

position: absolute;

left: 50%;

top:50%;

transform:translate(-50%,-50%);

background: #ffffff;

width:10px;

height:10px;

border-radius:50%;

}
.c-traning-w .slick-dots li.slick-active button:after { background: #d9a657; }

/*team*/
.cp-team-w { padding: 40px 0; background:#FFEFDB; }
.cp-team-list-box { padding: 0 10px; }
.cp-team-list-box-img { height: 320px; overflow: hidden;border-radius: 8px; }
.cp-team-list-box-img img {transition: 0.5s;  height: 100%; width: 100%; object-fit: cover; }
.cp-team-list-box-con {padding: 0 10px;}
.cp-team-list-box-con-in { padding: 15px; background: #fff; 
box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
position: relative;top: -60px;}
.cp-team-list-box-con-in {text-align: center;position: relative;min-height: 241px;}
.cp-team-list-box-con-in h3 {font-size: 16px;font-weight: bold;color:#14297C;margin-bottom: 8px;}
.cp-team-list-box-con-in h4 {color:#592915;font-family: "League Spartan", sans-serif;
font-size: 16px; margin-bottom: 8px;}
.cp-team-list-box-con-in h5 {color:#000;font-family: "League Spartan", sans-serif;
font-size: 16px; margin-bottom: 8px;}
.cp-team-list-box-con-in h5 span { font-weight: bold; }
.cp-team-list-box-con-in .c-tean-read-more { transition: 0.5s; width: 48px;
height: 48px; border: 3px solid #fff; border-radius: 50%;
background: #D9A657;display: inline-flex;align-items: center;
justify-content: center;position: absolute;
left: 50%; transform: translateX(-50%); bottom: -24px;
font-weight: bold;color: #fff;font-size: 29px;
line-height: 100%;padding-top: 6px;padding-left: 1px; }
.cp-team-list-box-in { position: relative; }
.cp-team-list-box-in a { position: absolute;left: 0; top: 0;
width: 100%; height: 100%;z-index: 5; }
.cp-team-list-box-in:hover .c-tean-read-more { background-color: #592915; } 
.cp-team-list-box-in:hover .cp-team-list-box-img img { transform: scale(1.1); }

.cp-team-w .slick-arrow {width: 45px;height: 59px;background:#14297C;position: absolute;left: 0;top:40%;transform: translateY(-40%);clip-path: polygon(100% 0, 27% 54%, 100% 100%);}

.cp-team-w .slick-next {width: 45px;height: 59px;background:#C99803;position: absolute;left: inherit;top:40%;transform: translateY(-40%);clip-path: polygon(0 0, 0% 100%, 79% 48%);right: 0;}
.cp-live-work { padding: 50px 0; background:#fff; }
.cp-live-work ul { display: flex;flex-wrap: wrap; }
.cp-live-work ul li { width: 33.333%;padding:25px 15px;
text-align: center;border-right: 1px solid #ccc; border-bottom:1px solid #ccc;  }

.cp-live-work ul li:nth-last-child(1),.cp-live-work ul li:nth-last-child(2),.cp-live-work ul li:nth-last-child(3) { border-bottom: none; }
.cp-live-work ul li:nth-child(3n+3) { border-right: none; }
.cp-live-work h3 { font-size: 30px; margin-bottom: 8px;color: #D9A657; }
.cp-live-work h5 {line-height: 24px;text-transform: uppercase; font-size: 16px;color: #592915;font-weight: bold; }

.cp-testimonial-w { padding: 50px 0; }

.c-patener-rating-con { padding-left: 180px;position: relative; }
.c-patener-rating { padding: 40px 0; background:#1a064f;  }
.c-patener-rating-con h3 {color:#fff; font-size: 30px; margin-bottom: 20px;
font-weight: bold;}
.c-patener-rating-con p {color:#fff; margin-bottom: 20px;}
.c-patener-rating-score { background:#fff; padding: 20px;
border-radius: 8px;display: inline-block;
position: absolute; left: 0; top: 0; text-align: center;}
.c-patener-rating-score h5 {color: #000; font-size: 50px;
font-weight: bold;}
.c-patener-rating-ster { margin: 5px 0;justify-content: center; }
.c-patener-rating-ster i { margin-right: 5px;color:#f19f47; }
.c-patener-rating-ster dfn {font-style: inherit;
font-size:16px;color:#3b3b3b; }
.c-testi-box-right  {width: 106px;}
.c-patener-rating-ster-in,.c-testi-box-right  { background: url("../img/rating.png") no-repeat; background-repeat:  no-repeat; height: 20px;position: relative; }
.c-patener-rating-ster-in span ,.c-testi-box-right span {background: url("../img/rating-active.png") no-repeat;background-repeat:  no-repeat;height: 20px;display: block;}
.c-patener-rating-con h4 span {position: absolute;left: 0;top: -3px;}
.c-patener-rating-con h4 { padding-left: 40px;color:#fff; font-size: 20px; position: relative; }

.c-patener-formation-w {border: 3px solid #ffbc40;box-shadow:0 9px 32px rgba(0,0,0,.07);
border-radius: 8px;overflow: hidden;}
.c-patener-formation-w h2 { background: #ffbc40; padding:12px 15px;
color: #000; font-size: 23px;font-weight: bold; }

.c-new-inner-testimonial .c-patener-rating-ster-in {width: 109px;margin: 0;margin-top: 10px;}
.c-new-inner-testimonial .c-testi-box-in {padding-bottom: 40px;padding-top: 40px;border-radius: 12px;box-shadow: 0px 10px 10px -7px rgba(0,0,0,0.08);}
.c-new-inner-testimonial .c-testi-box {padding-bottom: 23px;}
.c-new-inner-testimonial .c-testi-box-in p dfn:after { display: none; }
.c-new-inner-testimonial-user { text-align: center;margin-bottom: 10px; }
.c-new-inner-testimonial-user span {display: inline-flex;width: 100px;height: 100px;border-radius: 50%;object-fit: cover;border: 3px solid #fff;background: #592915;display: inline-flex;align-items: center;justify-content: center;font-size: 43px;font-weight: bold;color: #fff;padding-left: 4px;}
.c-new-inner-testimonial .one-testi-slide .slick-arrow {left: 52.5%;transform: translateX(-52.5%);bottom: 49px;right: inherit;top: inherit;width: 40px;height: 40px;line-height: 35px;}
.c-new-inner-testimonial .one-testi-slide .slick-arrow.slick-prev {
    left: 46.5%; transform: translateX(-46.5%);
}

.c-testi-box { padding-left: 80px;padding-bottom: 50px; }
.c-testi-box-in:after {content:"";display: block;position: absolute;right: 33px;bottom: -38px;background: url("../img/testi-icon-img.png") no-repeat;width: 100px;height: 100px;background-size: contain;}
.c-testi-box-in {padding: 30px; padding-left:80px; position: relative;
background:#fff; }
.c-new-inner-testimonial-user span { position: relative;z-index: 9; }
.c-new-inner-testimonial-user {position: absolute;left: -44px;top: 37px;}
.c-new-inner-testimonial-user:after {top: -15px;width: 100%;height: 100%;background: #f6be69;border-radius: 50%;z-index: -1;content:"";display: block;position: absolute;left: -22px;}
.c-testi-box-in h3 { color: var(--main-color); margin-top: 20px;
font-weight: bold;font-size: 20px; }

.c-new-inner-testimonial  .slick-dots {display: flex;justify-content: center;margin-top: 25px;}
.c-new-inner-testimonial  .slick-dots button {font-size: 0;border-radius: 50%;background: #14297C;width:16px;height:16px;margin:5px}
.c-new-inner-testimonial  .slick-dots button:hover{background:#4c50e0}
.c-new-inner-testimonial  .slick-dots .slick-active button {border-radius: 30px; background:#D9A657;width:30px}
.c-new-footer .c-footer-menu li {margin: 0;padding: 0;font-size: 16px;line-height: 100%;margin-bottom: 17px;}
.c-new-footer .c-footer-menu li a {color:#fff;font-size: 16px;padding-left: 18px;position: relative;}
.c-testi-box-other p { margin: 0px; }

.cp-testimonial-w { position: relative; }
.cp-testimonial-w:after { background:#1E1D3C;width: 100%; height: 300px;
position: absolute;left: 0; top:0;content:""; }
.inner-testimonial-w { position: relative;z-index: 2; }
.inner-testimonial-w .c-headeing-main p { color: #D9A657; }
.inner-testimonial-w .c-headeing-main h2 {color: #fff;}
.c-testi-box-in > p { font-size: 18px; line-height: 27px; }


/* faq */
.c-faq-w {padding: 0px 0 40px;}
.c-faq-w .accordion-item {background:#f8fbff;margin: 15px 0 ;}
.c-faq-w  .accordion-item .accordion-button {background: #EDF2FF;border: 1px solid #316CF4 !important;font-weight: bold;font-size: 16px;border-bottom: 0;box-shadow:  none;color: #14297C;padding-left: 80px;padding-top: 16px;padding-bottom: 16px;padding-left: 62px;}
.c-faq-w  .accordion-item .accordion-collapse { padding-top: 0; border-top: 0;}
.c-faq-w .accordion-item { border-top: 0;}
.c-faq-w .accordion-body{ background:#1E1D3C; }
.c-faq-w .accordion-body p { color: #fff; margin: 0px; }
.c-faq-w .accordion-button::after {
  width: 40px;
  height: 40px;
  background-color: #592915;
  border-radius: 0;
  box-shadow:0px 3px 6px 0px rgba(0,0,0,0.21);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  /* filter: brightness(0) invert(1); */
  background-image: none;
  content: "+";
  font-size: 28px;
  position: absolute;
  left: 8px;
  color: #fff;
  top: 7px;
  }
.c-faq-w .accordion-button {padding: 8px 15px; }
.c-faq-w  .accordion-button[aria-expanded="true"]::after { content:"-";
background:#D9A657; }
.c-faq-w .accordion-button[aria-expanded="true"] {background:#592915 !important;
color: #fff; border-color: #592915 !important}
.cp-home-contact-in {background:#FFEFDB;padding: 30px;border-radius: 8px;box-shadow:0px 3px 6px 0px rgba(0,0,0,0.11);}
.cp-home-contact-con { padding: 0 10px; }
.cp-home-contact-con h4 { font-size: 16px;font-weight: bold;
color: #000; font-family: "League Spartan", sans-serif;}
.cp-home-contact-con h3 { font-size: 36px;font-weight: bold;
line-height: normal;color: #14297C;margin: 10px 0; }
.cp-home-contact-con h3 span { display: block;font-weight: 400; }


.c-counsellor-w ul li {display: block;margin-bottom: 15px;padding-left: 56px;position: relative;}
.c-counsellor-w ul li span {position: absolute;left: 0;top: 2px;width: 40px;}
.c-counsellor-w ul li h4 {color:#000000; font-size: 20px;font-weight: bold;
margin-bottom: 3px;font-family: "League Spartan", sans-serif; }
.c-counsellor-w ul li a {color:#000;font-size: 17px;line-height: normal;}
.c-need-answers h4 {color:#000; font-weight: bold;margin-bottom: 8px;
font-size: 20px;padding-top: 15px; }
.cp-home-contact-in .col-lg-6:last-child { border-left: 1px solid #592915; }

.marquee-1 { overflow: hidden; }
.marquee-1 li { width: 200px;margin: 15px 10px !important; }
.marquee-1 li span { display: block;width: 100%; 
background: #fff; border-radius: 8px;padding: 8px;box-shadow: 
0px 10px 15px -3px rgba(0,0,0,0.1) }
.marquee-1 li img { height: 85px; object-fit: contain; }
.c-header-w {position: static;z-index: 9;width: 100%;left: 0;top: 0;background: #172231;}
.cp-banner-image img {width: 100%; }
.c-nav-bottom-list { justify-content: flex-end; }
.c-nav-w {border-top: 1px solid #D3D1D1;padding-top: 10px;padding-bottom: 10px;}
.cp-banner-con {position: absolute;left: 0;top: 38%;width: 100%;transform: translateY(-42%);}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
.c-banner-w  {position: relative;overflow: hidden;}
.c-banner-wave-w {position: absolute;left: 0; bottom: 0; z-index: 2;
width: 100%;}
.c-banner-con h1 span {color: #d9a657; display:block}


.c-footer-top h5 {
    color: #B8967E;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    padding-left: 31px
}
.c-footer-top h5:before{    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
      background: linear-gradient(to right, #b8967e, rgb(184 151 128 / 6%));}
.c-footer-top h5:after {
      background: linear-gradient(to left, #b8967e, rgb(184 151 128 / 6%));
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -29px;
    height: 13px;
    width: 20px;
    transition: 0.4s;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.c-footer-top {padding-bottom: 40px;margin-bottom: 40px;border-bottom: 1px solid rgba(255,255,255,0.12);padding-top: 40px;}
.c-footer-top h3 { font-size:24px; color: #fff;line-height: normal;
padding-right: 250px; }
.c-footer-call {border-radius: 12px 0 12px 0;text-align: center;    background: linear-gradient(to right, #b8967e 0, rgb(184 151 128 / 6%));
    padding: 24px 30px;display: inline-block;line-height: 100%;}
.c-footer-call h2 a{ font-size: 24px;color: #fff;margin-bottom: 8px;  } 
.c-footer-call p {color: #fff; margin: 0; font-size: 16px;
margin-top: 9px;}
.c-footer-call-w { display: flex;justify-content: flex-end; }

.c-footer-bottom {border-top: 1px solid rgba(255,255,255,0.12);padding-top: 20px;margin-top: 30px;}
.c-footer-top .container { padding: 0 150px; }
.c-footer-top {background-color: rgb(9, 11, 30);
    background-image: url("../img/overlay-2.png");
    background-repeat: no-repeat;
    background-position: left center;}
.c-new-footer .c-footer-menu li a { position: relative; }    
.c-new-footer .c-footer-menu li a:after {position: absolute;left: 0px;width: 5px;height: 5px;background: #d9a657;border-radius: 50%;content:"";top: 4px;}    
.c-mini-banner-w { display: none; }
.c-about-w.color-box-w .c-headeing-main p, .c-about-w.color-box-w .c-headeing-main h2 { color: #fff; }


.c-why-in { background: var(--main-color); }
.c-why-img img {width: 100%;clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);}
.c-why-con { padding: 30px; padding-left: 50px; }
.c-why-con h3 { font-size: 30px;font-weight: bold; margin-bottom: 50px;color: #fff; }
.c-why-con li {display: block; padding-left: 80px; position: relative; margin-bottom: 40px; }
.c-why-con li:last-child { margin: 0px; }
.c-why-con li h4 {font-weight: bold; color: #fff; margin-bottom: 10px;font-size: 20px;}
.c-why-con li p {color:#fff; font-size: 14px; margin: 0;}
.c-why-con li img { position: absolute; left: 0; top: 0; }
.c-why-pw {margin-top: 50px;margin-bottom: 50px;}
.c-why-con li br { display: none; }
.c-why-banner-con {position: relative;z-index: 9}
.c-why-banner-w { position: relative;overflow: hidden;width: 100%;
padding: 160px 0 160px;background:#1600a2;  }
.c-why-banner-con h1 {color: #fff;font-size: 42px;line-height: normal;
margin-bottom: 15px;line-height: 50px;}
.c-why-banner-con h1 strong { color:#f29f48;font-weight: bold; }
.c-why-banner-con p { color: #fff; margin-bottom: 25px; }
.c-why-banner-img {position: absolute; right: 0; bottom: 0;}

.c-why-feature-w { padding: 50px 0; }
.c-why-hw  { text-align: center; }
.c-why-hw h2 { font-size: 24px;color: #00000c; margin-bottom:20px; }
.c-why-hw h2 strong {color:var(--blue1); }
.c-why-hw h3 { display: inline-flex;background:#3f3ae7;
padding: 12px 25px;color: #fff; font-weight: bold;font-size: 22px; }
.c-why-hw p { margin-top: 20px; }
.c-why-hw { margin-bottom: 40px; }

.c-why-feature-slide h4 {color:#0052a1;font-weight: bold;
text-align: center;margin-bottom: 30px;font-size: 30px;}
.c-why-feature-slide h4 strong {color:#5fbe35;}
.c-why-feature-slide { padding: 30px; border: 2px solid #dae1f4;
border-radius: 8px;margin-top: 60px; }
.c-why-feature-slide-img {text-align: center;}
.c-why-feature-slide-img img{width: 500px;display: inline-flex;height: 350px;object-fit: contain;}
.c-why-feature-slide .slick-dots {position: absolute;
top: -50px;left: 50%; transform: translate(-50%); display: flex;justify-content: center; }
.c-why-feature-slide .slick-dots li button {color:#747373; font-size: 20px;
font-weight: bold;padding: 15px 30px; line-height: 100%;background: transparent;}
.c-why-feature-slide .slick-dots li.slick-active button { background:#dae1f4;
color: var(--main-color) }
.c-why-feature-slide .slick-dots li {padding: 0 10px;}
.c-about-con h3 {font-weight: bold;color: var(--main-color); margin-bottom: 15px;font-size: 19px;}

.c-about-con ul { margin-bottom: 30px; }
.c-about-con ul li {display: inline-flex;margin-bottom: 10px;display: inline-flex;padding-left: 15px;position: relative;}
.c-about-con ul li:after {content:"";display: block;position: absolute;left: 0;top: 5px;width: 5px;height: 5px;border-radius: 50%;background:var(--main-color);position: absolute;left: 0;top: 10px;}
.c-about-con ul li:last-child  { margin:0; }


.c-servicew-page-w .c-traning-list-box { padding: 0px; }


.c-singale-blog .cp-blog-list-box-img img { width: 100%; height: auto; }
.c-singale-blog .cp-blog-list-box-con h3 { font-size: 22px; }
.c-singale-blog .cp-blog-list-box-con li { padding-left: 15px;margin-bottom: 10px;position: relative; }
.c-singale-blog .cp-blog-list-box-con li:after {content:"";display: block;position: absolute;left: 0;top: 11px;width: 5px;height: 5px;border-radius: 50%;background:#1999E5;}

.c-inner-page-w {
    padding: 50px 0 30px;
}
.cp-blog-w {padding: 75px 0;}
.cp-blog-list {padding-right: 30px;}
.cp-blog-list-box {-webkit-box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);-moz-box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);
  box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);margin-bottom:20px;}
.cp-blog-list-box-img img {width: 100%;height:225px; object-fit: cover;}
.cp-blog-list-box-con { padding: 45px 30px 30px 30px;position: relative; }  
.cp-blog-list-box-con h3 {font-weight: bold;font-size: 16px;margin-bottom:15px;line-height: 22px;}
.cp-blog-list-box-con h3 a {color:#000000;}
.cp-blog-btn {color: #2a24a0;font-size: 18px;font-weight: bold;}
.cp-blog-btn i {margin-left: 8px;font-size: 20px; font-weight: bold; }
.cp-blog-btn:hover {color:#000;}
.cp-blog-list-box-con .c-blog-date  {position: absolute;top: -16px;left: 30px;border:1px solid #1999E5;}
.cp-blog-list-box-con .c-blog-date span {font-size: 21px;}
.cp-blog-list-box-con .c-blog-date h4 {margin: 0px; font-size: 16px;display: flex;align-items: center;justify-content: center;}
.cp-blog-list-pagination ul { display: flex;justify-content: center; }
.cp-blog-list-pagination ul li {line-height: 100%;}
.cp-blog-list-pagination ul li a{ padding:10px; background:#1999E5; color: #fff;margin-right: 15px;line-height: 100%; display: block;font-size: 14px; }
.cp-blog-list-pagination ul li a:hover ,.cp-blog-list-pagination ul li.active a { background: #e7e6e6;color:  #1999E5; }
.c-blog-search-bar form { display: flex; }
.c-blog-search-bar form input[type="text"] { color: #000000;font-size: 16px; border:1px solid #000;padding:10px 15px; line-height: 100%; width: 100%;}
.c-blog-search-bar button {flex-shrink:1; padding: 10px 25px; color: #fff; background:#2a24a0;border:none;outline: none;box-shadow: none;
font-size: 19px;}
.c-blog-search-bar button:hover { background-color:#000;color: #fff; }
.c-blog-search-bar input::-webkit-input-placeholder {color:#000000; }
.c-blog-search-bar input:-ms-input-placeholder {color:#000000;}
.c-blog-search-bar input::placeholder {color:#000000;}
.c-blog-sidebar-w h4 { font-weight: 600; color:#000000;margin-bottom: 20px;}
.c-blog-search-bar {margin-bottom: 30px;}
.c-blog-category-w ul li {display: block;}
.c-blog-category-w ul li {margin-bottom: 10px;display: block;padding-bottom: 10px; line-height: 100%; border-bottom: 1px solid #8b8b8b;}
.c-blog-category-w ul li a {color:#000000;display: inline-block;padding-left: 21px;position: relative;}
.c-blog-category-w ul li a:after {content:"\f054";display: block;font-family: 'FontAwesome';
color:#000000;position: absolute;left: 0;top: 1px;font-size: 11px;}
.c-blog-category-w ul li a:hover {color:#1999E5; } 
.c-blog-category-w ul li a:hover:after {color:#1999E5; } 
.c-blog-category-w ul li:last-child { border: none; } 
.c-blog-category-w {margin-bottom: 30px;}
.c-recent-news-w {margin-bottom:30px; }
.c-recent-news-w li {position: relative;display: flex;margin-bottom: 30px;}
.c-recent-news-con {width: 100%;padding-left:20px;}
.pum-content p { font-weight: normal !important;font-size: 14px !important; line-height: 24px !important; }
.pum-title.popmake-title  { font-weight: bold; color: rgb(89, 41, 21) !important;
font-size: 26px !important; }
.c-recent-news-img {flex-shrink: 1;width: 75px; flex: 0 0 auto;}
.c-recent-news-img img {width: 75px;display: block;height: 75px; object-fit: cover;}
.c-recent-news-con h5{margin-bottom: 5px; line-height:  normal; font-size: 16px; color:#000;font-weight: 600;transition: 0.5s;}
.c-recent-news-con p {margin: 0;}
.c-recent-news-w li:hover h5 {color:#1999E5; }
.c-inner-page-w .c-form-w { padding: 0px; }
.c-inner-page-w h6 { margin-bottom: 15px; }

.c-taem-singale-form .cp-home-contact-in {background: #D9A657;}
.c-taem-singale-form .cp-home-contact-con h3,.c-taem-singale-form .cp-home-contact-con h4,.c-taem-singale-form .cp-home-contact-con li,
.c-taem-singale-form .cp-home-contact-con p {color: #fff;}
.c-taem-singale-form .c-counsellor-w ul li a {color: #fff;}

.pum-theme-142 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close
{position: static !important;
    margin-top: 20px !important;
    width: auto !important;
    padding: 10px 20px !important;
    display: inline-block !important; height:auto !important}

.c-nav-bottom-list > ul > li.current-menu-item a {background:#AC7F0D !important;color: #fff !important;}
.cp-team-list-box-con-in p{
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-clamp: 4;
   -webkit-box-orient: vertical;
   font-size: 14px;
   line-height: 24px;
   }
.c-why-box-con p {
   overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   line-clamp: 3;
   -webkit-box-orient: vertical;
   margin-bottom: 19px;
   margin-top: 0;
   }
.c-about-con h4 { font-size: 18px;color: #14297C; font-weight: bold; margin-bottom: 17px; }
.c-about-con h5 {color: #592915; font-size: 16px; font-weight: bold; margin-bottom: 10px; }
/*blog*/
.c-blog-w { padding: 60px 0px 30px;background:#F0F6FB; }
.c-blog-box-img { position: relative; }
.c-blog-box-img img {width: 100%; border-radius: 8px;}
.c-blog-box-img span {position: absolute;left: -10px;top:-10px;width: 90px;padding:20px 15px;text-align: center;background: #d9a657;color: #fff;font-size: 20px;font-weight: bold;border-radius: 8px;line-height: normal;display: block;}
.c-blog-box-con {padding: 0 10px;}
.c-blog-box-con-in {transition: 0.5s;padding: 15px;border-radius: 8px;background: #fff;position: relative;top: -20px;width: 100%;box-shadow: 5px 4px 8px 6px rgba(0, 0, 0, 0.05);}
.c-blog-box-con-in h4 {line-height: normal;font-weight: bold;font-size: 16px;margin-bottom: 15px;webkit-line-clamp: 2;line-clamp: 4;-webkit-box-orient: vertical;/* overflow: hidden; */overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.c-blog-box-con-in p {color: #706A6A;font-size: 15px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 4;line-clamp: 4;-webkit-box-orient: vertical;}
.c-blog-box-con-in a {font-weight: bold;color: #592915;font-size: 18px;}
.c-blog-box:hover .c-blog-box-con-in { top: -80px; }

.cp-blog-w {padding: 75px 0;}
.cp-blog-list {padding-right: 30px;}
.cp-blog-list-box {-webkit-box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);-moz-box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);
  box-shadow: 1px 1px 8px 0px rgba(107,107,107,0.35);margin-bottom:20px;}
.cp-blog-list-box-img img {width: 100%;height:225px; object-fit: cover;}
.cp-blog-list-box-con { padding: 45px 30px 30px 30px;position: relative; }  
.cp-blog-list-box-con h3 {font-weight: bold;font-size: 16px;margin-bottom:15px;line-height: 22px;}
.cp-blog-list-box-con h3 a {color:#000000;}
.cp-blog-btn {color: #2a24a0;font-size: 18px;font-weight: bold;}
.cp-blog-btn i {margin-left: 8px;font-size: 20px; font-weight: bold; }
.cp-blog-btn:hover {color:#000;}
.cp-blog-list-box-con .c-blog-date  {position: absolute;top: -16px;left: 30px;border:1px solid #1999E5;}
.cp-blog-list-box-con .c-blog-date span {font-size: 21px;}
.cp-blog-list-box-con .c-blog-date h4 {margin: 0px; font-size: 16px;display: flex;align-items: center;justify-content: center;}
.cp-blog-list-pagination ul { display: flex;justify-content: center; }
.cp-blog-list-pagination ul li {line-height: 100%;}
.cp-blog-list-pagination ul li a{ padding:10px; background:#1999E5; color: #fff;margin-right: 15px;line-height: 100%; display: block;font-size: 14px; }
.cp-blog-list-pagination ul li a:hover ,.cp-blog-list-pagination ul li.active a { background: #e7e6e6;color:  #1999E5; }
.c-blog-search-bar form { display: flex; }
.c-blog-search-bar form input[type="text"] { color: #000000;font-size: 16px; border:1px solid #000;padding:10px 15px; line-height: 100%; width: 100%;}
.c-blog-search-bar button {flex-shrink:1; padding: 10px 25px; color: #fff; background:#2a24a0;border:none;outline: none;box-shadow: none;
font-size: 19px;}
.c-blog-search-bar button:hover { background-color:#000;color: #fff; }
.c-blog-search-bar input::-webkit-input-placeholder {color:#000000; }
.c-blog-search-bar input:-ms-input-placeholder {color:#000000;}
.c-blog-search-bar input::placeholder {color:#000000;}
.c-blog-sidebar-w h4 { font-weight: 600; color:#000000;margin-bottom: 20px;}
.c-blog-search-bar {margin-bottom: 30px;}
.c-blog-category-w ul li {display: block;}
.c-blog-category-w ul li {margin-bottom: 10px;display: block;padding-bottom: 10px; line-height: 100%; border-bottom: 1px solid #8b8b8b;}
.c-blog-category-w ul li a {color:#000000;display: inline-block;padding-left: 21px;position: relative;}
.c-blog-category-w ul li a:after {content:"\f054";display: block;font-family: 'FontAwesome';
color:#000000;position: absolute;left: 0;top: 1px;font-size: 11px;}
.c-blog-category-w ul li a:hover {color:#1999E5; } 
.c-blog-category-w ul li a:hover:after {color:#1999E5; } 
.c-blog-category-w ul li:last-child { border: none; } 
.c-blog-category-w {margin-bottom: 30px;}
.c-recent-news-w {margin-bottom:30px; }
.c-recent-news-w li {position: relative;display: flex;margin-bottom: 30px;}
.c-recent-news-con {width: 100%;padding-left:20px;}
.c-recent-news-img {flex-shrink: 1;width: 75px; flex: 0 0 auto;}
.c-recent-news-img img {width: 75px;display: block;height: 75px; object-fit: cover;}
.c-recent-news-con h5{margin-bottom: 5px; line-height:  normal; font-size: 16px; color:#000;font-weight: 600;transition: 0.5s;}
.c-recent-news-con p {margin: 0;}
.c-recent-news-w li:hover h5 {color:#1999E5; }

.c-blog-date { display: inline-flex;}
.c-blog-date span{background:#fff;color:#1999E5; font-size: 17px;padding: 7px;line-height: 100%;}
.c-blog-list-img img {width: 100%; height: 300px; object-fit: cover;}
.c-blog-date h4 { background:#1999E5;color:#fff; font-size: 15px;padding: 7px;}
.c-blog-list-con h3 {font-size:18px; color:#ffffff; font-weight: bold;margin-top: 10px; text-transform: uppercase; }
.c-blog-list-box a{position: absolute; left: 0; top: 0; width: 100%; height: 100%;z-index: 3;}

.c-singale-blog .cp-blog-list-box-img img { width: 100%; height: auto; }
.c-singale-blog .cp-blog-list-box-con h3 { font-size: 22px; }
.c-singale-blog .cp-blog-list-box-con li { padding-left: 15px;margin-bottom: 10px;position: relative; }
.c-singale-blog .cp-blog-list-box-con li:after {content:"";display: block;position: absolute;left: 0;top: 11px;width: 5px;height: 5px;border-radius: 50%;background:#1999E5;}
.c-home-blog { padding:40px 0;}
.cp-team-list {padding: 0 60px;position: relative;}
#image_recognation #userInput{
    padding: 12px;
    font-size: 18px;
    border: 1px solid #dee2e6;
    display: block;
    outline: none;
    width: 100%;
}
.new-inner .row { align-items: center; }
.new-inner h1 {padding-left: 30px; font-weight: bold;color: #fff; font-size: 45px; }
.new-inner { background:#012935; }
.new-inner img {width: 100%;}