/*
========================
Header area start
========================
*/
/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: grey; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;600;700;800&family=Rokkitt:wght@300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cambay:ital,wght@0,400;0,700;1,400;1,700&family=Expletus+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova B';
    src: url('fonts/ProximaNova-Regular.otf') format('0tf');
        
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {	
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	color: #283B8B;	
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

/* box */
.message-box {
    position: fixed;
    bottom: 90px;
    right: 5px;
    z-index: 9999999999 !important;
    
}
.messge-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    text-align: center;
    color: #2a3d8c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 100%;
    cursor: pointer;
    box-shadow: 0 0 3px #1c295e;
    transition: .3s;
}
.messge-icon:hover i {
    transition: .3s;
}
.messge-icon:hover i {
    color: #74b6f5;
}
.message-form {
    width: 300px;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    bottom: 0;
    position: absolute;
    right: 0;
    transition: .3s;
    box-shadow: 0 0 3px #888;
    opacity: 0;
    visibility: hidden;
}

.message-form {
    text-align: center;
}
.message-form h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #2a3d8c;
    margin-bottom: 15px;
}
.message-form input {
    width: 100%;
    margin-bottom: 10px;
    height: 36px;
    padding: 10px;
    color: #2a3d8c;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: .3px;
    outline: none;
    box-sizing: border-box;
}
.message-form textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    color: #2a3d8c;
    font-size: 13px;
    border: 1px solid #ddd;
    outline: none;
    
    box-sizing: border-box;
}

.message-box.active .message-form {
    opacity: 1;
    visibility: visible;
    width: 300px;
}
.cloase-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #2a3d8c;
    cursor: pointer;
    z-index: 99;
    font-size: 16px;
}
.message-form button {
    padding: 8px 25px;
    background: transparent;
    color: #2a3d8c;
  
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    border: none;
    margin-top: 15px;
    border: 1px solid #2a3d8c;
    transition: .3s;
    cursor: pointer;
}
.message-form button:hover {
    background: #2a3d8c;
    color: #fff;
}
/* box */
.tags img {
    margin-top: -20px;
    margin-left: -15px;
}
.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}
/* butn hre */

.buttona {
    text-align: left;
    font-size: 1.2em;
    margin: 0 auto;
 
 
    
    transition: 0.35s;
  }
  .buttona a, active {
    text-decoration: none;
    color: #3e5ff1;
  }
  .buttona a:hover {
    text-decoration: none;
    color: black;
  }
  .buttona:hover {
    color: black;
    background-color: white;
    border-color: white;
    transition: 0.35s;
  }
/*header-area start*/

.header-area {
    padding: 10px 30px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 30% 100%;
    min-height: auto;
}

.head-left {
    text-align: left;
}

.head-left a img {
    width: 350px;
}

.head-right {
    text-align: right;
}

.head-right a img {    
    width: 70px;    
}

/*header-area end*/


/*banner-area start*/
.banner-wrapper {
    background: url(images/asetedu.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 52%;
    min-height: 700px;
    margin-top: -300px;
}

.banner-inner {
    padding-top: 200px;
}

.banner-part {
    max-width: 400px;
}

.banner-part a {
    font-size: 15px;
    background: #fbb228;
    color: #fff;
    padding: 11px 35px;
    margin-top: 16px;
    font-weight: 500;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #fbb228;
    transition: 0.2s all ease;
}

.banner-part a:hover {
    color: #fff;
    background: transparent;
}

.banner-social {
    margin-top: 100px;
}

.banner-social ul li {
    display: inline-block;
    padding: 0 5px;
}

.banner-social ul li i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fbb228;
    color: #283B8B;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    transition: 0.2s all ease;    
}

.banner-social ul li i:hover {
    color: #fff;
    opacity: 0.8;
}

/*born-area start*/
.born-area {    
    background: url(images/born.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40% 80%;
    min-height: 250px;
    margin-top: -50px;
    margin-right: 50px;    
}

.born-wrapper {
    text-align: center;   
}

/*what-area start*/
.what-area {

    background-repeat: no-repeat;
    background-position: top left;
    background-size: 10% 100%;
    min-height: 300px;
    overflow: hidden;
}

.what_a1 {
    position: relative;
}

.what_a1 img {
    max-width: 14%;
    display: block;
    position: absolute;
    right: -124px;    
}

.what-left h2 {
    font-size: 81px;
    color: #414042;
    font-weight: bold;
    line-height: 62px;
}

.what-left h2 span {
    display: block;
    margin-left: 198px;
}

.whatlf-inner {
    background: url(images/born.pn);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70% 50%;
    display: none;
}

.what-rpwrapp {
    background: url(images/born.pn);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 70% 50%;
}

.what-right p {
    font-size: 16px;
    font-weight: 600;
    padding-top: 200px;
}

/*service-area start*/
.service-area {    
    background: url(images/Path 871.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 20% 20%;
}

.service-wrapper {    
    background: url(images/sss1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20% 30%;
}

.service-part {
    margin-bottom: 120px;
}

.service-right {
    margin-top: 180px;
}

.service-part img {
    width: 100px;
    margin-bottom: 20px;
}

.service-part h4 {
    font-size: 41px;
    font-weight: bold;
}

.service-part a {
    color: #283B8B !important;
    font-size: 16px;
    border: 2px solid #fbb228;
    padding: 10px 35px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    transition: 0.2s all ease;
}

.service-part a:hover {
    background: #fbb228;
    color: #283B8B;
}

/*about-area start*/

.about-area {
    margin-bottom: 100px;
    padding-bottom: 100px;
    background: url(images/whatrbn.pn);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 10% 50%;
}

.abbtn-part {
    margin-top: -100px;
}

.abbtn-part h2 {
    font-size: 119px;
    font-weight: bold;
    line-height: 110px;
    text-align: right;
}




.banner-part h3{
    color: #fff;
    font-size: 34px;
}


.banner-part h4{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}


.partners-area{
    padding: 100px 0px 50px;
}
.partners-area h3{
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}

.partner-img{
    display: flex;
    max-width: 200px;
    height: 100px;
    align-items: center;
    justify-content: center;
}
.partner-slider .custom-img img{
    width: 120px;
    margin: 0px auto;
}


.abbtn-part p{
    max-width: 700px;
}

.edu-ft-area h3{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 60px;
}
.edu-ft-area{
    position: relative;
    top: -30px;
    padding-bottom: 40px;
}
.edu-img {
    text-align: center;
}













/*--- ssstt-area start ---*/
.ssstt-area {
    background-color: #fff;
    padding: 60px 0;
}

.ssstt_b1 {
    padding: 24px;
    box-shadow: 0px 1px 4px rgb(116, 142, 170,.2);
    border-radius: 4px;
}

.ssstt-a1 h2 {
    color: #303E4B;
    font-size: 25px;
    font-weight: 600;
    padding-top: 18px;
    padding-bottom: 8px;
}

.ssstt-a1 img {
    width: 95px;
    height: 100px;
}

.ssstt-a1 p {
    color: #748EAA;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.btn-ssstt {
    padding-top: 30px;
}

.btn-ssstt a {
    color: #283B8B;
    font-size: 16px;
    border: 3px solid #283B8B;
    padding: 10px 54px;
    border-radius: 5px;
    transform: 0.2s all ease;    
}

.btn-ssstt a:hover {
    opacity: 0.8;
}


/*--- ssstt-area start ---*/
.ssstt2-area {
    background-color: #fff;
    padding: 0px 0;
    padding-bottom: 138px;
}

.sssttta {
    position: relative;
}

.sssttta img {
    max-width: 74%;
    display: block;
    position: absolute;
    top: -230px;
    right: -144px;
}


.ssst_m {
    overflow: hidden;
}

.partner_a1 {
    position: relative;
}

.partner_a1 img {
    max-width: 29%;
    display: block;
    position: absolute;
    right: -64px;
    top: -210px;
}


.partner_a2 {
    position: relative;
}

.partner_a2 img {
    max-width: 16%;
    display: block;
    position: absolute;
    left: -123px;
    top: -409px;
}






/*hero-area-start*/
.hero-area {
	height: 1088px;
	background: #80c143;
	display: flex;
	align-items: center;
	position: relative;
}
.header-area {
	padding: 0;
}


.hero-containt {
  padding: 0 78px;
  /*! padding-bottom: 103px; */
}
.hero-containt h3 {
  font-size: 72px;
  color: #fff;
  font-family: 'Proxima Nova Rg';
  line-height: 87px;
  margin-bottom: 8px;
}
.hero-containt p {
  font-size: 29px;
  color: #fff;
  font-family: 'Myriad Pro';
  line-height: 34px;
  margin-bottom: 29px;
}
/* .hero-containt a {
  width: 410px;
  height: 84px;
  background: #F9B427;
  display: inline-block;
  text-align: center;
  line-height: 84px;
  border-radius: 100px;
  font-size: 29px;
  color: #414042;
  font-weight: 400;
  position: relative;
  z-index: 9;
} */


.hero-containt a:hover{
    background: #000000;
    color: #fff;
    transition: 1.3s ease-in-out;
}

.shep-top {
  position: absolute;
  top: 0;
  right: 0;
}
.shep-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.shep-pata {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shep-aaa {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.header22-area.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999;
	background: #80c143;
	padding: 1px 0;
	transition: .5 all ease;
	-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
/*hero-area-end*/
.what-right p {
    font-size: 16px;
    font-weight: 600;
    padding-top: 200px;
    color: #414042;
}
.dwn-agri{
    font-size: 16px;
    font-weight: 600;
    color: #414042;
}
.agr-t {
  font-family: 'Proxima Nova Rg';
  color: #414042;
}
/* add css */


 

.breadcrumbs {
    padding: 15px 0;
    background-color: #f6f8fb;
    min-height: 40px;
}
/* scroler */
.scroll-downs {
    position: absolute;
    /* top: 25px; */
    right: 0;
    bottom: 125px;
    left: 0;
    margin: auto;
    width: 34px;
    height: 55px;
}
  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
/* scroler */
/*<------------------>*/
 /*  6.Footer Area css */
/* <----------------> */

.footer-area {
	background: url('../images/footer-bg.png') no-repeat scroll 0 0/cover;
	z-index: 11111;


}
h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    color: #333333;
    padding: 10px 0;
    
   
}
.what-left{
    margin-right: 30px;
}
@media screen and (max-width: 576px) {
    .scroll-downs {
        position: absolute;
        /* top: 25px; */
        right: 0;
        bottom: 36px;
        left: 0;
        margin: auto;
        width: 34px;
        height: 55px;
    }
}
.footer-single-item h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: inherit;
    text-transform: uppercase;
    font-size: 18px;
   
}
.footer-single-item a{
	/*color: #CCCCCC;*/
	    /* color: #CCCCCC; */
        color: #fff;
        display: block;
      
        padding-bottom: 10px; 
        line-height: 1.5;
    
        font-weight: bold;

}
.footer-single-item span {
    /* background: #2A95D2; */
    background: #fff !important;
    height: 2px;
    width: 70px;
    display: inline-block;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-left: 4px;
}
/* .............. */

.footer-single-item p{
	/*color: #CCCCCC;*/
	color: #fff;
	
}

.footer-single-item a:hover{
	/*color: #2A95D2;*/
	color:#80c143;
	transition: 1.3s ease-out;
}

/* Tags */
.tags ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tags ul a {
	display: block;
	background: #373232;
	margin:5px;
	margin: .5rem;
	padding:3px 10px;
	padding: .3rem 1rem;

	font-size:12px;
	font-size: 1.2rem;
}
.tags img{
	width:200px;
	
}
/* contact */
.contact i {
	color: #777777;
	font-size:17px;
	font-size: 1.7rem;
}
.contact a {
	margin-bottom:20px;
	margin-bottom: 2rem;
}
/* Footer */
.footer {

	margin-top: 50px;
	padding: 10px 0;
	margin-left: 30px;
	margin-right: 30px;	
	border-top: 1px solid #4F5B8D;
}
.copy p {
	color: #FFF;
	font-weight: 600;
}
.footer-icon i {
    background: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #3e3b3b;
    margin-left: 5px;
}
.footer-icon {
	text-align: end;
}
.footer-icon i:hover{
	color: #FFF;
}

.phone-area {
	display: none;
}
@media (min-width: 1200px){
    .container {
        max-width: 1180px;
    }
}

/* header socila */
.social {
  
    width: 400px;
  }
  .social ul li {
    background: #fab520;
    border-radius: 50%;
    float: left;
    height: 50px;
    list-style: none;
    margin: 0 10px;
    width: 50px;
 
  }
  .social ul li:before {
    font: 400 1em/50px "FontAwesome";
  }
  .social ul li:hover {
    animation: transform 0.5s forwards, shadow 1s forwards;
    -ms-animation: transform 0.5s forwards, shadow 1s forwards;
    -moz-animation: transform 0.5s forwards, shadow 1s forwards;
    -webkit-animation: transform 0.5s forwards, shadow 1s forwards;
  }
  .social ul .facebook:hover {
    background: #3b5998;
  }
  .social ul .facebook:before {
    color: #fff;
    content: "";
    display: block;
    line-height: 50px;
    text-align: center;
  }
  .social ul .twitter:hover {
    background: #00aced;
  }
  .social ul .twitter:before {
    color: #fff;
    content: "";
    display: block;
    line-height: 50px;
    text-align: center;
  }
  .social ul .google:hover {
    background: #dd4b39;
  }
  .social ul .google:before {
    color: #fff;
    content: "";
    display: block;
    line-height: 50px;
    text-align: center;
  }
  .social ul .instagram:hover {
    background: #517fa4;
  }
  .social ul .instagram:before {
    color: #fff;
    content: "";
    display: block;
    line-height: 50px;
    text-align: center;
  }
  
  @-webkit-keyframes transform {
    from {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
    }
    to {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
    }
  }
  @keyframes transform {
    from {
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
    }
    to {
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
    }
  }
  @-webkit-keyframes shadow {
    from {
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    }
    to {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  }
  @keyframes shadow {
    from {
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    }
    to {
      box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
  }
  a.mylinklist { 
	display:block; 
} 
@media only screen and (max-width: 600px) {
    .social {
        margin-top: 19px;
        display: flex;
        justify-content: center;
        /* width: 400px; */
        /* align-content: center; */
    }

}
/* header socila */