@font-face {
 font-family: "Poppins-Bold";
 src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Medium";
 src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Light";
 src: url("../fonts/Poppins-Light.ttf") format("truetype");
}
@font-face {
 font-family: "Poppins-Regular";
 src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}
@charset "utf-8";
/* CSS Document */
body, html{
    height: 100%;
}
body{
    background: #fff;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins-SemiBold', sans-serif;
}
p{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
    text-decoration: none !important;
    transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.navbar-expand-lg .navbar-nav {width: 100%;}

/*Header Css Start*/

section.Header {
    padding: 15px 0 20px 0;
    background-color: #101828;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

.head-1 img {
    width: 140px;
    margin: -6px 0 -10px 0;
}

.head-2 {
    padding: 10px 0 0 0;
}

.head-2 ul li a {
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #fff;
    margin: 0 40px 0 0;
}

.head-2 ul li a:hover {
    color: #687eff;
}

.head-3 {
    padding: 5px 0 0 0;
}

.head-3 ul {
    margin: 0;
    display: flex;
}

.head-3 ul li a {
    color: #fff;
    font-size: 13px;
    padding: 0 0 0 10px;
    font-family: 'Poppins-Medium';
}

.head-3 ul li i {
    color: #687eff;
    font-size: 18px;
    padding: 0 10px 0 0;
}

.head-3 ul .head-button a {
    color: #fff;
    padding: 7px 16px;
    border-radius: 30px;
    font-family: 'Poppins-Bold';
    font-size: 12px;
    border: 2px solid #687eff;
}

.head-3 ul .head-button a:hover {
    color: #fff;
}

/*Header Css End*/
/*Banner Css Start*/

section.Banner {
    background: url(../images/banner.jpg);
    background-size: cover;
    padding: 70px 0 66px 0;
    background-attachment: fixed;
}

section.Banner:before {
    position: absolute;
    top: 63px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 90%;
    content: "";
    background: radial-gradient(66.34% 66.34% at 50% 25.71%, rgba(16, 24, 40, 0.3) 0%, rgb(16 24 40 / 82%) 100%);
}

.ban-1 h1 {
    color: #fff;
    font-family: 'Poppins-Bold';
    line-height: 50px;
    margin: 0;
    font-size: 35px;
}

.ban-1 p {
    color: #fff;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 14px;
    margin: 0;
    padding: 5px 0 15px 0;
    text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.35);
}

.ban-1 a {
    background-color: #687eff;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-family: 'Poppins-Bold';
    border-radius: 10px;
    position: relative;
    top: 15px;
}

.ban-1 a:hover {
    color: #fff;
}

.ban-1 ul {
    margin: 0;
    padding: 0 0 10px 0;
    display: flex;
}

.ban-1 ul li {
    display: flex;
    padding: 0 0 10px 0;
    margin: 0 40px 0 0;
}

.ban-1 ul .\33 rd {
    margin: 0 0 0 -7px;
}

.ban-1 ul li p {
    color: #fff;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    width: 100%;
}

.ban-1 ul li i {
    font-size: 14px;
    color: #687eff;
    padding: 6px 0 0 0;
}


.ban-2 form {
    background-color: #fff;
    padding: 30px 30px 10px 30px;
    border-radius: 25px;
    margin: 0 0 0 170px;
    box-shadow: 0px 30px 40px 0px rgba(0, 15, 47, 0.1);
}

.ban-2 h2 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    padding: 0 0 15px 0;
    text-align: center;
}

.ban-2 h2 span {
    color: #687eff;
}

.ban-2 form input {
    border: none;
    background-color: #f5f5f5;
    padding: 10px 0 9px 15px;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.ban-2 form textarea {
    border: none;
    background-color: #f5f5f5;
    padding: 10px 0 15px 15px;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    border-radius: 10px;
}

.ban-2 button {
    background-color: #687eff;
    color: #fff;
    border: none;
    padding: 11px 50px;
    font-family: 'Poppins-Bold';
    border-radius: 10px;
}

/*Banner Css End*/
/*Content-1 Css Start*/

section.Content-1 {
    padding: 50px 0 0 0;
}

.cont-1 img {
    width: 100%;
}

.cont-2 {
    margin: -8px 0 0 0;
}

.cont-2 h2 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 33px;
    line-height: 45px;
    margin: 0;
}

.cont-2 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 25px;
    font-size: 13px;
    margin: 0;
    padding: 5px 0 20px 0;
}

.cont-2 a {
    background-color: #687eff;
    color: #fff;
    border: none;
    padding: 9px 25px 7px;
    font-family: 'Poppins-Bold';
    border-radius: 10px;
    font-size: 14px;
    margin: 0 5px 0 0;
}

.cont-2 a:hover {
    color: #fff;
}

/*Content-1 Css End*/
/*Content-2 Css Start*/

section.Content-2 {
    padding: 40px 0 30px 0;
}

.cont-3 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 30px;
    margin: 0;
}

.cont-3 p {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 25px;
    margin: 0;
    padding: 5px 0 0 0;
}

.cont-4 img {
    width: 100%;
}

/*Content-2 Css End*/
/*Side-Bannner-1 Css Start*/

section.Side-Banner-1 {
    padding: 0 0 40px 0;
}

section.Side-Banner-1 .container {
    margin: -625px 0 0 0;
}

.side-1 {
    background: #687eff;
    padding: 0px 30px 40px 30px;
    width: 87%;
    margin: 0 0 0 80px;
    overflow: hidden;
    border-radius: 7px;
}

.side-3 {
    padding: 60px 0 0 0;
}

.side-3 h2 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 30px;
}

.side-3 h2 span {
    color: #fff;
}

.side-4 {
    display: flex;
}

.side-5 {
    padding: 20px 40px 0 0px;
    text-align: center;
}

.side-5 h4 {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 35px;
    margin: 0;
    border-top: 4px solid #fff;
    width: 50%;
    padding: 3px 0 0 0;
}

.side-5 p {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    margin: 0;
}

.side-6 {
    background-color: #fff;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 0 7px #fff;
    border-radius: 5px;
}

.side-6 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 22px;
}

.side-6 p {
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 15px 0;
}

.side-6 a {
    background-color: #687eff;
    color: #fff;
    border: none;
    padding: 9px 25px 7px;
    font-family: 'Poppins-Bold';
    border-radius: 10px;
    font-size: 14px;
}

.side-6 a:hover {
    color: #fff;
}
.ball.ball3 {
    width: 150px;
    height: 150px;
    top: 30px;
    left: calc(50% + 450px);
}

.ball.radius-anime {
    animation: 6s radius_anime linear infinite;
    background: rgba(255, 255, 255, 0.1);
}

.ball.ball3, .ball.ball4, .ball.ball5 {
    background: rgba(255, 255, 255, 0.8);
}

.ball {
    position: relative;
    display: block;
    width: 174px;
    height: 174px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #2eca7f;
    animation: 3s light linear infinite;
    opacity: 0.4;
}

.ball.ball4 {
    top: -210px;
    left: -80px;
}

.ball.ball-lg {
    width: 170px;
    height: 170px;
}

.ball.ball5 {
    bottom: 260px;
    left: -60px;
}

.ball.ball-xl {
    width: 350px;
    height: 350px;
}

@keyframes light {
    0% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.05;
    }

    100% {
        opacity: 0.3;
    }
}

@keyframes radius_anime {
    0% {
        -webkit-border-radius: 50% 20% 30% 50%;
        -moz-border-radius: 50% 20% 30% 50%;
        border-radius: 50% 20% 30% 50%;
    }

    25% {
        -webkit-border-radius: 20% 30% 20% 50%;
        -moz-border-radius: 20% 30% 20% 50%;
        border-radius: 20% 30% 20% 50%;
    }

    50% {
        -webkit-border-radius: 40% 50% 30% 20%;
        -moz-border-radius: 40% 50% 30% 20%;
        border-radius: 40% 50% 30% 20%;
    }

    75% {
        -webkit-border-radius: 20% 30% 50% 40%;
        -moz-border-radius: 20% 30% 50% 40%;
        border-radius: 20% 30% 50% 40%;
    }

    100% {
        -webkit-border-radius: 50% 20% 30% 50%;
        -moz-border-radius: 50% 20% 30% 50%;
        border-radius: 50% 20% 30% 50%;
    }
}

/*Side-Bannner-1 Css End*/
/*Subjects Css Start*/

section.Subjects {
    padding: 0 0 30px 0;
}

.subj {
    text-align: center;
    padding: 0 0 40px 0;
}

.subj h2 {
    color: #000;
    font-size: 33px;
    font-family: Poppins-Bold;
    margin: 0;
    padding: 0 0 10px 0;
}

.subj p {
    color: #000;
    font-size: 13px;
    font-family: Poppins-Medium;
    margin: 0;
}

section.Subjects .col-md-3 {
    padding: 0;
}

.subj-1 {
    border-right: 1px solid rgba(80, 80, 80, 0.2);
    border-bottom: 1px solid rgba(80, 80, 80, 0.2);
    padding: 20px;
    transition: all 0.3s linear 0s;
}

.subj-1:hover {
    border-color: transparent;
    box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.05);
}

.subj-1 h3 {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins-Bold';
    padding: 20px 0 5px 0;
    margin: 0;
}

.subj-1 p {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    margin: 0;
}

.subj-1 i {
    color: #687eff;
    font-size: 50px;
}

.subj-3 {
    border-right: 1px solid rgba(80, 80, 80, 0.2);
    padding: 20px;
    transition: all 0.3s linear 0s;
}

.subj-3:hover {
    border-color: transparent;
    box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.05);
}

.subj-3 h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    padding: 20px 0 0 0;
}

.subj-3 p {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 24px;
    margin: 0;
}

.subj-3 i {
    color: #687eff;
    font-size: 50px;
}

.subj-4 {
    padding: 20px;
    transition: all 0.3s linear 0s;
    border-bottom: 1px solid rgba(80, 80, 80, 0.2);
}

.subj-4:hover {
    border-color: transparent;
    box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.05);
}

.subj-4 h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    padding: 20px 0 0 0;
}

.subj-4 p {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 24px;
    margin: 0;
}

.subj-4 i {
    color: #687eff;
    font-size: 50px;
}

.subj-5 {
    padding: 20px;
    transition: all 0.3s linear 0s;
}

.subj-5:hover {
    border-color: transparent;
    box-shadow: 5px 15px 40px 0px rgba(0, 0, 0, 0.05);
}

.subj-5 h3 {
    color: #000;
    font-size: 18px;
    font-family: 'Poppins-Bold';
    padding: 20px 0 0 0;
}

.subj-5 p {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    line-height: 24px;
    margin: 0;
}

.subj-5 i {
    color: #687eff;
    font-size: 50px;
}

/*Subjects Css End*/
/*Writer Css Start*/

section.Writers {
    padding: 10px 0 40px 0;
}

.wri-0 {
    text-align: center;
    padding: 0 0 40px 0;
}

.wri-0 h2 {
    color: #000;
    font-size: 33px;
    font-family: Poppins-Bold;
    margin: 0;
    padding: 0 0 10px 0;
}

.wri-0 p {
    color: #000;
    font-size: 13px;
    font-family: Poppins-Medium;
    margin: 0;
}

.wri-2 img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.wri-3 {
    padding: 13px 0;
    border-top: none;
    border-radius: 0 0 5px 5px;
    text-align: center;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

.wri-3 h6 {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.wri-3 span {
    color: #687eff;
    font-size: 12px;
    font-family: 'Poppins-Medium';
}

/*Writer Css End*/

.icon-1 h2 {
    font-size: 50px;
    color: #000;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.icon-1 p {
    line-height: 26px;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    margin: 0;
    padding: 0 0 20px 0;
    color: #000;
}

.icon-1 a {
    padding: 9px 30px 7px 30px;
    background: #687eff;
    border-radius: 5px;
    color: #fff;
    font-family: 'Poppins-Bold';
}

.sec10_panel{
    width:100%;
    position:relative;
    z-index:1;
}
.sec10_panel:before{
    content:"";
    width:35%;
    height:20%;
    position:absolute;
    bottom:12px;
    left:0px;
    transform:rotate(-3deg);
    z-index:-1;
}
.sec10_panel:after{
    content:"";
    width:35%;
    height:20%;
    position:absolute;
    bottom:12px;
    right:0;
    transform:rotate(3deg);
    z-index:-1;
}
.sec10_panel a{
    color: #fff;
    background: #687eff;
    display:block;
    margin: 10px 0px 17px;
    padding: 14px 50px 14px 25px;
    position:relative;
    border-radius:5px;
    -webkit-box-shadow: -4px 4px 0px 0px #ffffff;
    font-family: 'Poppins-Bold';
}
.sec10_panel a i{
    position:absolute;
    top:50%;
    right:0;
    font-style:normal;
    font-size:1.625em;
    color: #fff;
    background:transparent;
    height:49px;
    width:50px;
    text-align:center;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    transform:translate(0,-50%);
}
.sec10_panel .collapsed i:before {
    content:"+";
}

.sec10_panel a i:before {
    content:"- ";
}

.sec10_panel .panel-body {
    padding:15px;
    background:#fff;
    border:1px solid #dcdcdc;
    border-top:none;
}

.panel-body{
    padding: 20px 20px 20px 25px;
    -webkit-box-shadow: -3px -1px 15px 0px rgb(156 156 156 / 75%);
    background:#fff;
    margin:0 0 20px;
    border-radius: 5px;
}

.panel-body p{
    line-height: 26px;
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-Regular';
    margin: 0;
}

/*Why-Choose Css Start*/

section.Why-Choose {
    padding: 40px 0 50px 0;
}

.choose-1 {
    border-left: 5px solid #687eff;
    padding: 0 0 0 15px;
}

.choose-1 span {
    color: #000;
    font-family: 'Poppins-Bold';
    letter-spacing: 1px;
    font-size: 13px;
}

.choose-1 h3 {
    color: #000;
    font-size: 28px;
    margin: 0;
    font-family: 'Poppins-Bold';
    line-height: 35px;
    padding: 5px 0 0 0;
}

.choose-1 h3 span {
    color: #687eff;
    font-size: 28px;
    margin: 0;
}

.choose-2 {
    padding: 20px 0 30px 0;
}

.choose-2 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
}

.choose-line {
    border-bottom: 1px solid #e5e6e1;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}

.choose-3 {
    display: flex;
}

.choose-4 span {
    border: 2px solid #687eff;
    padding: 20px 3px 25px 3px;
}

.choose-4 span img {
    background-color: #687eff;
    width: 60px;
    height: 60px;
    padding: 5px 5px 5px 5px;
    text-align: center;
}

.choose-5 {
    padding: 0 0 0 15px;
    margin: -7px 0 0 0;
}

.choose-5 h4 {
    color: #000;
    font-family: 'Poppins-Medium';
    margin: 0;
    font-size: 18px;
}

.choose-5 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 3px 0 0 0;
}

.choose-6 {
    text-align: center;
}

.choose-6 img {
    width: 85%;
}

/*Why-Choose Css End*/
/*Testimonials Css Start*/

section.Testimonials {
    padding: 0 0 30px 0;
}

.Test-0 {
    text-align: center;
    padding: 0 0 30px 0;
}

.Test-0 h2 {
    color: #687eff;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    letter-spacing: 2px;
    margin: 0;
}

.Test-0 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 30px;
    margin: 0;
    padding: 5px 0 10px 0;
}

.Test-0 p {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 13px;
    margin: 0;
}

.test-3 {
    margin: 13px 10px 13px 10px;
}

.test-4 {
    position: relative;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 0;
    background-color: #e5e6e1;
    margin: 0;
}

.test-4:after {
    content: '';
    width: 3px;
    height: 4px;
    border-top: 20px solid #e5e6e1;
    border-right: 30px solid transparent;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
}

.test-4 p {
    color: #000;
    font-family: 'Poppins-Regular';
    font-size: 13px;
    line-height: 26px;
    margin: 0;
}

.test-5 {
    display: flex;
    padding: 40px 0 0 0;
}

.test-5 img {
    border-radius: 50%;
    width: 18%;
    border: 3px solid #687eff;
    padding: 5px 5px 5px 5px;
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
}

.test-6 {
    padding: 10px 0 0 10px;
}

.test-6 h3 {
    font-family: 'Poppins-Bold';
    color: #000;
    font-size: 16px;
    margin: 0;
}

.test-6 i {
    color: #f8a22f;
    font-size: 12px;
}

/*Testimonials Css End*/
/*Footer Css Start*/

section.First-Footer {
    background-color: #101828;
    padding: 30px 0 10px 0;
}

.ft-1 img {
    width: 150px;
}

.ft-1 p {
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Poppins-Regular';
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 20px 0 0 0;
}

.ft-2 {
    padding: 20px 0 0 0;
}

.ft-2 h3 {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins-Bold';
    margin: 0;
    padding: 0 0 5px 0;
}

.ft-2 p {
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Poppins-Regular';
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.ft-3 h3 {
    color: #fff;
    font-size: 22px;
    font-family: 'Poppins-Bold';
    margin: 0 0 15px 0;
}

.ft-3 ul li i {
    color: #687eff;
    font-size: 7px;
    position: relative;
    bottom: 2px;
    padding: 0 10px 0 0;
}

.ft-3 ul li a {
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Poppins-Medium';
    font-size: 13px;
}

.ft-3 ul li a:hover {
    color: #687eff;
}

.ft-3 ul li a:hover i {
    color: #fff;
}

.ft-4 h3 {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    margin: 0 0 15px 0;
}

.ft-4 ul li i {
    color: #687eff;
    font-size: 7px;
    position: relative;
    bottom: 2px;
    padding: 0 10px 0 0;
}

.ft-4 ul li a {
    color: rgba(255, 255, 255, 0.55);
    font-family: 'Poppins-Medium';
    font-size: 13px;
}

.ft-4 ul li a:hover {
    color: #687eff;
}

.ft-4 ul li a:hover i {
    color: #fff;
}

.ft-5 ul {
    padding: 0 0 25px 0;
    margin: 0;
}

.ft-5 ul li {
    display: flex;
}

.ft-5 ul li span {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    transform: rotate(-45deg);
    background-color: #687eff;
}

.ft-5 ul li span i {
    transform: rotate(45deg);
}

.ft-5 ul li p {
    padding: 0 0 0 15px;
    font-size: 13px;
    font-family: 'Poppins-Medium';
    color: #fff;
    margin: 0;
}

.ft-5 ul li a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 12px;
    font-family: 'Poppins-Medium';
    padding: 5px 0 0 50px;
    margin: -20px 0 0 0;
}

.ft-5 ul li a:hover {
    color: #687eff;
}

.ft-7 p {
    font-size: 13px;
    font-family: 'Poppins-Medium';
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    padding: 10px 0 0 0;
}

.ft-8 ul {
    margin: 0;
}

.ft-8 ul li {
    display: flex;
}

.ft-8 ul li img {
    width: 51%;
}

/*Footer Css End*/
/*About-Us-1 Css Start*/

section.About-Us-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 90px 0 90px 0;
    text-align: center;
}

.About-1 {
    padding: 35px 0 0 0;
}

.About-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.About-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*About-Us-1 Css End*/
/*About-Us-2 Css Start*/

section.About-Us-2 {
    padding: 40px 0 20px 0;
}

.About-2 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 0 0 10px 0;
}

section.about-faq {
    padding: 0 0 30px 0;
}

/*About-Us-2 Css Start*/
/*Contact-Us-1 Css Start*/

section.Contact-Us-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 90px 0 90px 0;
    text-align: center;
}

.Contact-1 {
    padding: 35px 0 0 0;
}

.Contact-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Contact-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*Contact-Us-1 Css End*/
/*Contact-Us-2 Css Start*/

section.Contact-Us-2 {
    padding: 40px 0 20px 0;
}

.Contact-2 {
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #000;
}

.Contact-3 ul {
    display: flex;
    margin: 0;
}

.Contact-3 ul li i {
    color: #fff;
    font-size: 25px;
    background-color: #687eff;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
}

.Contact-3 ul li h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 16px;
    padding: 0px 0 0 10px;
    margin: 0 0 2px 0;
}

.Contact-3 ul li a {
    color: #000;
    font-family: 'Poppins-Medium';
    font-size: 14px;
    padding: 0 0 0 10px;
}

.Contact-4 {
    padding: 15px 0 0 0;
}

.Contact-4 p {
    color: #000;
    font-family: 'Poppins-Regular';
    margin: 0;
    font-size: 13px;
    line-height: 26px;
}

.Contact-5 form {
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    padding: 20px 20px 16px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #000;
}

.Contact-5 ul {
    box-shadow: 0 3px 5px rgba(99, 130, 255, 0.16);
    padding: 20px 20px 20px 20px;
    margin: 0 0 20px 0;
    border: 1px solid #000;
}

.Contact-5 h3 {
    color: #000;
    font-size: 24px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Contact-5 h3 span {
    color: #687eff;
}

.Contact-5 p {
    color: #000;
    font-family: 'Poppins-Regular';
    line-height: 26px;
    font-size: 13px;
    margin: 0;
    padding: 5px 0 0 0;
}

.Contact-5 form input.form-control {
    border: 1px solid #000;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 10px 0 10px 10px;
}

.Contact-5 form textarea.form-control {
    border: 1px solid #000;
    font-size: 14px;
    font-family: 'Poppins-Medium';
    color: #000;
    padding: 15px 0 30px 10px;
}

.Contact-5 form button {
    color: #fff;
    font-family: 'Poppins-Bold';
    font-size: 14px;
    border: 2px solid #000;
    background-color: #687eff;
    width: 100%;
    padding: 12px 0 10px 0;
}

/*Contact-Us-2 Css End*/
/*Privacy-Policy-1 Css Start*/

section.Privacy-Policy-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 90px 0 90px 0;
    text-align: center;
}

.Privacy-1 {
    padding: 35px 0 0 0;
}

.Privacy-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Privacy-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*Privacy-Policy-1 Css End*/
/*Privacy-Policy-2 Css Start*/

section.Privacy-Policy-2 {
    padding: 40px 0 20px 0;
}

.Privacy-2 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    margin: 0;
}

.Privacy-2 p {
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Poppins-Regular';
    padding: 10px 0 10px 0;
    margin: 0;
}

/*Privacy-Policy-2 Css End*/
/*Term-Condition-1 Css Start*/

section.Term-Condition-1 {
    background: url(../images/pages-banner.jpg);
    background-size: cover;
    padding: 90px 0 90px 0;
    text-align: center;
}

.Term-1 {
    padding: 35px 0 0 0;
}

.Term-1 h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins-Bold';
    margin: 0;
}

.Term-1 h3 {
    color: #fff;
    font-family: 'Poppins-Medium';
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 24px;
}

/*Term-Condition-1 Css End*/
/*Term-Condition-2 Css Start*/

section.Term-Condition-2 {
    padding: 40px 0 20px 0;
}

.Term-2 h3 {
    color: #000;
    font-family: 'Poppins-Bold';
    font-size: 20px;
    margin: 0;
}

.Term-2 p {
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-family: 'Poppins-Regular';
    padding: 10px 0 10px 0;
    margin: 0;
}

/*Term-Condition-2 Css End*/
/*WhatsApp Css Start*/

.floating_btn {
    position: fixed;
    bottom: 0px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:
    center;
    justify-content:
    center;
    z-index: 1000;
}
    
@keyframes pulsing {
    to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}
    
.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

/*WhatsApp Css End*/
    


.banner-txt p {color: #fff;font-size: 16px;font-family: Poppins-Light;line-height: 30px;}
.banner-btn a {padding: 12px 0px;display: inline-block;width: 20%;border: 2px solid;text-align: center;transition: all 0.5s;border-radius: 30px;color: #fff;}
.tp-blk {display: flex;align-items: center;}
.icn {margin: -3px 10px 0px 0px;}
.icn i {background: #ca786d;min-width: 30px;padding: 6px 0px;text-align: center;color: #fff;border-radius: 100px;}
.number h6 {font-size: 16px;font-family: 'Poppins-Medium';color: #fff;margin: 0;}
.number a {font-family: 'Poppins-Medium';color: #efa095;}



@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 320px) and (max-width: 480px){

section.Header {
    overflow: hidden;
    position: relative;
    z-index: 9999;
    padding: 15px 0 0 0;
}

section.Banner {
    overflow: hidden;
    padding: 25px 0 30px 0;
}

section.Content-1 {
    overflow: hidden;
    padding: 40px 0 15px 0;
}

section.Content-2 {
    overflow: hidden;
    padding: 10px 0 30px 0;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Writers {
    overflow: hidden;
    padding: 0 0 10px 0;
}

section.faq {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

.head-2 nav.navbar.navbar-expand-lg.navbar-light {
    justify-content: end;
    position: relative;
    bottom: 30px;
    text-align: center;
}

.head-2 button {
    border: 2px solid #fff !important;!i;!;!i;!;
}

.head-2 ul.navbar-nav {
    padding: 25px 0 0 0;
}

.head-2 ul li a {
    margin: 0;
}

.head-3 {
    display: none;
}

section.Banner:before {
    top: 92px;
    height: 780px;
}

.ban-1 h1 {
    font-size: 17px;
    padding: 0;
    line-height: 30px;
}

.ban-1 p {
    font-size: 12px;
    line-height: 20px;
}

.ban-1 ul {
    display: block;
}

.ban-1 ul .\33 rd {
    margin: 0;
}

.ban-1 a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
}

.ban-2 {
    padding: 50px 0 0 0;
}

.ban-2 form {
    margin: 0;
    padding: 20px 20px 10px 20px;
}

.ban-2 h2 {
    font-size: 14px;
}

.ban-2 form input {
    font-size: 12px;
}

.ban-2 form textarea {
    font-size: 12px;
}

.ban-2 button {
    font-size: 14px;
    width: 100%;
    padding: 8px 0 7px 0;
    letter-spacing: 1px;
}

.cont-2 {
    padding: 10px 0 0 0;
}

.cont-2 h2 {
    font-size: 16px;
    line-height: 30px;
}

.cont-2 p {
    font-size: 12px;
    line-height: 20px;
}

.cont-3 {
    padding: 0 0 20px 0;
}

.cont-3 h3 {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 -10px 0;
}

.cont-3 p {
    font-size: 12px;
    line-height: 20px;
}

section.Side-Banner-1 .container {
    margin: 0;
}

.ball.ball3, .ball.ball4, .ball.ball5 {
    display: none;
}

.side-1 {
    width: 94%;
    margin: 0 0 0 10px !important;
    padding: 20px 0 30px 0;
}

.side-3 {
    padding: 0;
    padding: 0 0 25px 0;
}

.side-3 h2 {
    font-size: 18px;
    letter-spacing: 1px;
}

.side-5 {
    padding: 0 8px 0 0;
    text-align: left;
}

.side-5 h4 {
    font-size: 18px;
}

.side-5 p {
    font-size: 9px;
    margin: 0;
}

.side-6 {
    padding: 15px 15px 20px 15px;
}

.side-6 h3 {
    font-size: 14px;
}

.side-6 p {
    font-size: 12px;
    line-height: 20px;
}

.side-6 a {
    font-size: 12px;
}

.subj {
    padding: 0 0 20px 0;
}

.subj h2 {
    font-size: 17px;
}

.subj p {
    font-size: 12px;
    line-height: 20px;
}

.subj-1 {
    border: none;
    padding: 10px 20px 10px 20px;
}

.subj-1 h3 {
    font-size: 14px;
}

.subj-1 p {
    font-size: 12px;
    line-height: 20px;
}

.subj-1 i {
    font-size: 40px;
}

.subj-3 {
    border: none;
}

.subj-4 {
    border: none;
}

.wri-0 {
    padding: 0 0 25px 0;
}

.wri-0 h2 {
    font-size: 17px;
}

.wri-0 p {
    font-size: 12px;
    line-height: 20px;
}

.wri-1 {
    margin: 0 0 30px 0;
}

.icon-1 {
    padding: 0 0 20px 0;
}

.icon-1 h2 {
    font-size: 18px;
}

.icon-1 p {
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0 15px 0;
}

.icon-1 a {
    font-size: 13px;
    letter-spacing: 1px;
}

.sec10_panel a {
    font-size: 14px;
    padding: 10px 20px 10px 20px;
}

.panel-body {
    padding: 15px 15px 15px 20px;
}

.panel-body p {
    font-size: 12px;
    line-height: 20px;
}

.choose-1 h3 {
    font-size: 16px;
    line-height: 30px;
}

.choose-1 h3 span {
    font-size: 16px;
}

.choose-2 p {
    font-size: 12px;
    line-height: 20px;
}

.choose-5 h4 {
    font-size: 14px;
}

.choose-5 p {
    font-size: 12px;
    line-height: 20px;
}

.choose-6 {
    padding: 20px 0 0 0;
}

.choose-6 img {
    width: 100%;
}

.Test-0 h3 {
    font-size: 17px;
}

.Test-0 p {
    font-size: 12px;
    line-height: 20px;
}

.test-4 p {
    font-size: 12px;
    line-height: 20px;
}

.test-5 img {
    width: 30%;
}

.test-6 {
    padding: 25px 0 0 15px;
}

.ft-1 p {
    font-size: 12px;
    line-height: 20px;
    padding: 20px 0 20px 0;
}

.ft-3 h3 {
    font-size: 16px;
}

.ft-4 h3 {
    font-size: 16px;
}

.ft-7 p {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 10px 0;
}

section.About-Us-1 {
    padding: 20px 0 20px 0;
    background-size: 100% 100%;
}

.About-1 {
    padding: 10px 0 0 0;
}

.About-1 h2 {
    font-size: 16px;
}

.About-1 h3 {
    font-size: 14px;
}

section.About-Us-2 {
    padding: 20px 0 20px 0;
}

.About-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.Contact-Us-1 {
    padding: 20px 0 20px 0;
    background-size: 100% 100%;
}

.Contact-1 {
    padding: 10px 0 0 0;
}

.Contact-1 h2 {
    font-size: 16px;
}

.Contact-1 h3 {
    font-size: 14px;
}

.Contact-2 {
    padding: 15px;
}

.Contact-3 ul li h3 {
    font-size: 14px;
}

.Contact-3 ul li a {
    font-size: 12px;
}

.Contact-4 {
    padding: 10px 0 0 0;
}

.Contact-4 p {
    font-size: 12px;
    line-height: 20px;
}

.Contact-5 ul {
    padding: 15px;
}

.Contact-5 h3 {
    font-size: 18px;
    line-height: 30px;
}

.Contact-5 p {
    font-size: 12px;
    line-height: 20px;
}

.Contact-5 form {
    padding: 20px 20px 5px 20px;
}

.Contact-5 form input.form-control {
    font-size: 12px;
}

.Contact-5 form textarea.form-control {
    font-size: 12px;
}

section.Privacy-Policy-1 {
    padding: 20px 0 20px 0;
    background-size: 100% 100%;
}

.Privacy-1 {
    padding: 10px 0 0 0;
}

.Privacy-1 h2 {
    font-size: 16px;
}

.Privacy-1 h3 {
    font-size: 14px;
}

section.Privacy-Policy-2 {
    padding: 20px 0 10px 0;
}

.Privacy-2 h3 {
    font-size: 16px;
}

.Privacy-2 p {
    font-size: 12px;
    line-height: 20px;
}

section.Term-Condition-1 {
    padding: 20px 0 20px 0;
    background-size: 100% 100%;
}

.Term-1 {
    padding: 10px 0 0 0;
}

.Term-1 h2 {
    font-size: 16px;
}

.Term-1 h3 {
    font-size: 14px;
}

section.Term-Condition-2 {
    padding: 20px 0 10px 0;
}

.Term-2 h3 {
    font-size: 16px;
}

.Term-2 p {
    font-size: 12px;
    line-height: 20px;
}

}
@media only screen and (min-width: 768px) and (max-width: 1024px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Writers {
    overflow: hidden;
}

section.faq {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}
@media only screen and (min-width: 600px) and (max-width: 960px){

section.Header {
    overflow: hidden;
}

section.Banner {
    overflow: hidden;
}

section.Content-1 {
    overflow: hidden;
}

section.Content-2 {
    overflow: hidden;
}

section.Side-Banner-1 {
    overflow: hidden;
}

section.Subjects {
    overflow: hidden;
}

section.Writers {
    overflow: hidden;
}

section.faq {
    overflow: hidden;
}

section.Why-Choose {
    overflow: hidden;
}

section.First-Footer {
    overflow: hidden;
}

}