@font-face {
 font-family: "Chivo-Bold";
 src: url("../fonts/Chivo-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "Chivo-Medium";
 src: url("../fonts/Chivo-Medium.ttf") format("truetype");
}
@font-face {
 font-family: "Chivo-Light";
 src: url("../fonts/Chivo-Light.ttf") format("truetype");
}
@font-face {
 font-family: "Chivo-Regular";
 src: url("../fonts/Chivo-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 {margin: 0;justify-content: end;position: relative;right: 40px;}

/*Header Css Start*/
.tp-row {
    background-color: #374785;
}

.c1 {
    padding: 15px 0px 0px 0px;
    width: 110%;
}

.c1 h4 {
    font-size: 16px;
    color: #fff;
    font-family: chivo-medium;
}

.c2 ul {
    display: flex;
    padding: 10px 0px 0px 70px;
}

.c2 ul li {
    color: #fff;
}
.c2 ul li a {
    font-family: 'Chivo-Regular';
    padding: 0px 0px 0px 9px;
    font-size: 15px;
    color: #fff;
}
.c4 ul {
    display: flex;
    padding: 10px 0px 0px 0px;
}

.c4 ul li a {padding: 0px 13px 0px 6px;font-size: 16px;color: #374785;font-family: 'Chivo-Regular';text-align: center;}

.c2 ul li i {padding: 0px 4px 0px 0px;}

.c2 {
    padding: 0px 0px 0px 60px;
}

.c3 h4 {
    font-size: 29px;
}
.c5 a {
    background-color: #374785 !important;
    color: #fff !important;
    padding: 7px 20px 7px 20px;
    border-radius: 10px;
    font-size: 19px;
    font-family: 'Chivo-Regular';
}

.c5 a:hover {
    background: #fff;
    color: #374785;
    border: 2px solid #374785;
}
.thankyou-blk h1 {
    color: #374785;
    font-family: 'Chivo-Bold';
}
.c4 ul li {
    padding: 0px 0px 0px 30px;
}
/*Header Css End*/
/*sec-ban-start*/
section.sec-ban {
    background: url(../images/ban5.png);
    background-size: cover;
    padding: 50px 0px 100px 0px;
}

.seco {
    background: #37478529;
    width: 75%;
    padding: 0px 25px 1px 25px;
    box-shadow: 0px 0px 20px 0px rgb(47 72 133 / 71%) inset, 0px 0px 1px 1px rgb(47 72 133 / 77%);
    position: relative;
    left: 125px;
    background: #f0f8ff8c;
}
form h3 {
    background: #374785;
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    /* border: 2px solid #374785; */
    color: #fff;
    position: relative;
    top: 0px;
    left: -25px;
    padding: 4px 0px 7px 10px;
    font-family: 'Chivo-Medium';
}

.form-group button {
    padding: 4px 0px 4px 0px;
    width: 95%;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    background: #fff;
    color: #374785;
    border: #2f4885 2px solid;
    font-family: 'Chivo-Medium';
}
.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;
}

@-webkit-keyframes glowing {
    0% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1);
    }
    50% {
        
        text-shadow: 0 0 25px #fff;
        transform:scale(1.05);
    }
    100% {
        
        text-shadow: 0 0 5px #fff;
        transform:scale(1.1);
    }
}

@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;
}
.form-group {
    text-align: center;
}
.stats-box h5 span {
    color: #374785;
    /* font-weight: 700; */
    font-family: 'Chivo-Bold';
}
input.form-control {
    border: 2px solid #374785;
    color: #374785;
    text-align: center;
}
section.section-02 {
    background: #d3d3d324;
    padding: 30px 0px 20px 0px;
}
textarea.form-control {
    border: 2px solid #374785;
    color: #374785;
    text-align: center;
}

form h4 {
    padding: 8px 0px 12px 0px;
    font-size: 24px;
    text-align: center;
    background: #374785;
    position: relative;
    top: 14px;
    left: -26px;
    margin: 0px 0px 30px 0px;
    border-radius: 0px 10px 10px 0px;
    color: #fff;
    font-family: 'Chivo-Medium';
}
thankyou-blk h1 {
    font-size: 40px;
    color: #ee4d20;
    font-family: 'Montserrat-Bold';
}

.thankyou-blk i {
    font-size: 60px;
    background: #374785;
    color: #a8d0e6;
    min-width: 100px;
    padding: 18px 0px;
    margin: 20px 0px;
    border-radius: 100px;
}

.thankyou-blk h5 {
    font-family: 'Chivo-Bold';
    font-size: 29px;
    color: #374785;
}

.thankyou-blk a {
    display: inline-block;
    width: 18%;
    background: #a8d0e6;
    border-radius: 5px;
    padding: 13px 0px;
    color: #374785 !important;
    margin: 30px 0px;
    font-family: 'Chivo-Bold';
}

.thankyou-blk {
    text-align: center;
    padding: 90px 0px 0px;
}

.ban h1 {
    font-size: 34px;
    color: #374785;
    font-weight: 700;
    padding: 20px 0px 0px 0px;
    line-height: 45px;
    font-family: 'Chivo-bold';
}

.ban p {
    font-size: 17px;
    /* line-height: 26px; */
    padding: 0px 0px 10px 0px;
    font-family: 'Chivo-Regular';
}

.ban img {
    width: 30%;
}

section.sec-head {
    background: #d3d3d324;
    padding: 0px 0px 10px 0px;
}

section.sec-test {
    background: #d3d3d324;
}

.btm-row {
    background: #d3d3d324;
}
.ban a {
    background: #374785 !important;
    padding: 8px 16px;
    color: #fff !important;
    font-size: 18px;
    margin: 0px 15px 0px 0px;
    border-radius: 4px;
    font-family: 'Chivo-Regular';
}

.ban a:hover {
    /* background: #fff; */
    /* color: #374785; */
    border: 2px solid #374785;
}
/*sec-ban-end*/
/*sec-head-start*/
.first-img img {
    width: 80%;
    position: relative;
    left: 80px;
    top: -33px;
}
.c-11 {
}

.c-11 h4 {
    font-size: 34px;
    font-family: 'Chivo-Medium';
}

.c-11 p {
    font-size: 17px;
    line-height: 28px;
    padding: 0px 0px 10px 0px;
    font-family: 'Chivo-Regular';
}

.c-11 a {
    background: #374785 !important;
    color: #fff !important;
    padding: 9px 19px;
    border-radius: 4px;
    margin: 0px 15px 0px 0px;
    font-size: 17px;
    font-family: 'Chivo-Regular';
}

/*sec-head-end*/
/*sec-serv-start*/
section.sec-serv {
    padding: 0px 0px 70px 0px;
    background: #d3d3d324;
}

.ser-1 {
    background: #a8d0e657;
    padding: 15px 10px 1px 25px;
}

.ser-2 {
    background: #a8d0e6a1;
    padding: 15px 10px 1px 15px;
}

.ser-3 {
    background: #a8d0e6;
    padding: 15px 10px 1px 15px;
}
.head-1 h2 {
    text-align: center;
    font-size: 35px;
    padding: 0px 0px 30px 0px;
    font-family: 'Chivo-Bold';
}
.c-10 {
    display: flex;
}
.ser-4 i {
    padding: 0px 0px 0px 240px;
    font-size: 30px;
}

.icon h4 {
    font-size: 35px;
    position: relative;
    top: -8px;
}
/*sec-serv_end*/
/*sec-write-start*/

/*sec-write-end*/
/*order css start*/

.spacing__x {background: #d3d3d324;}
.headingstyle1 {
}
.headingstyle1 h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 32px;
    margin-top: 0px;
}
.process-box {
    position: relative;
    padding: 70px 0 0 20px;
    margin-bottom: 20px;
}
.process-box .count {
    font-size: 99px;
    color: #a8d0e624;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Chivo-Medium';
}
.process-box h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Chivo-Medium';
}
.process-box p {
    margin: 0;
    line-height: 1.4;
    padding-bottom: 30px;
    border-bottom: 1px solid #374785;
    font-family: 'Chivo-Regular';
}
.process-box .link-area {
    background-color: #A8D0E6;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 25%;
}
.process-box .link-area i {
    text-align: center;
    padding-top: 9px;
    font-size: 20px;
    color: #374785;
}
.process-boxss {
    position: relative;
    padding: 70px 0 0px 20px;
    margin-bottom: 20px;
}
.process-boxss .count {
    font-size: 99px;
    color: #a8d0e624;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Chivo-Regular';
}
.process-boxss h5 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-family: 'Chivo-Medium';
}
.process-boxss p {
    margin: 0;
    line-height: 1.4;
    padding-bottom: 30px;
    border-bottom: 1px solid #374785;
    font-family: 'Chivo-Regular';
    padding: 0px 0px 52px 0px;
}
.process-boxss .link-area {
    background-color: #A8D0E6;
    text-align: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 25%;
}
.process-boxss .link-area i {
    text-align: center;
    padding-top: 9px;
    font-size: 20px;
    color: #374785;
}
/*order css end*/
/*company css stat*/
.about-company {padding: 40px 0px 30px 0px;background: #d3d3d324;}

.about-company .img-area {
    position: relative;
}

.about-company .img-area>a {
    position: absolute;
    right: 17%;
    top: 13%;
}

.headingstyle1 {
}

.headingstyle1 h4 {
    font-size: 22px;
    /* font-weight: 300; */
    margin: 0;
    line-height: 1;
    font-family: 'Chivo-Medium';
}

.headingstyle1 h6 {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 400;
}



.headingstyle1 h4 span {
    color: #A8D0E6;
    /* font-weight: 800; */
    /* text-shadow: -1px 0px 3px black; */
    font-size: 24px;
    font-family: 'Chivo-Bold';
}

.headingstyle2 {
    margin-bottom: 45px;
}

.headingstyle2 h3 {
    font-size: 50px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
}

.headingstyle1 p {
    margin-bottom: 0;
    padding: 8px 30px 0px 0px;
    font-family: 'Chivo-Regular';
}

.headingstyle1.style-2 h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}

.headingstyle1.style-3 {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.headingstyle1.style-3 h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btn-style-1 {
    position: relative;
    font-size: 18px;
    /* font-weight: 600; */
    color: #FFFFFF;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    background-color: #2f4885;
    padding: 11px 35px;
    border-radius: 4px;
    font-family: 'Chivo-Bold';
}

a.btn-style-1:hover {
    background: #fff;
    border: 2px solid #2f4885;
    /* font-family: 'Chivo-Bold'; */
}

.btn-style-8 {
    position: relative;
    line-height: 0;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    background-color: #f6ab04;
    border: 2px solid #f6ab04;
    padding: 7px 30px;
    border-radius: 4px;
}


.btn-style-8 .h4 {
    color: #000;
    font-weight: 700;
    line-height: 8px;
    font-size: 15px;
}

.btn-style-8 .rating {
    color: #fff;
    font-weight: 700;
    line-height: 0;
    font-size: 15px;
}

.btn-style-8 img {
    font-size: 22px;
    color: #ffffff;
    z-index: 1000;
    position: relative;
    height: 18px;
    /* margin-left: 11px; */
}

.btn-style-1 i {
    margin-right: 5px;
    line-height: 0;
    font-size: 20px;
}

.btn-style-2 {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 11px 35px;
    border-radius: 4px;
}

.btn-style-2:hover {
    color: #FFFFFF;
    background-color: transparent;
}

.btn-style-2 i {
    margin-right: 5px;
}

.btn-style-3 {
    margin-right: 25px;
    color: #fff !important;
    font-size: 18px;
    /* font-weight: 700; */
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: #374785;
    border: #374785;
    padding: 8px 15px;
    border-radius: 4px;
    font-family: 'Chivo-Bold';
}

.btn-style-3:hover {
}
.c2-c2 h4 {
    font-family: 'Chivo-Medium';
}

.c2-c2 p {
    font-family: 'Chivo-Light';
}
.btn-style-3 i {
    margin-right: 5px;
}

.btn-style-5 {
    color: #222222;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: #f8b318;
    border: 2px solid #f8b318;
    padding: 8px 12px;
    border-radius: 4px;
}

.blush-button {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-name: blush;
    animation-timing-function: ease-in-out;
}



.btn-style-5 i {
    margin-right: 3px;
    font-size: 18px;
    line-height: 0;
}

.btn-style-5:hover i {
    color: #222222;
}

.btn-style-5 i:hover {
    color: #222222;
}

.btn-style-4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: rgb(66, 66, 66);
    background-color: #51B27E;
    border: 2px solid #51B27E;
    padding: 11px 22px;
    border-radius: 4px;
}

.btn-style-4:hover {
    color: #51B27E;
    background-color: transparent;
    border: 2px solid #51B27E;
}

@keyframes blush {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.05);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1);
    }
}


.btn-style-4 i {
    margin-right: 5px;
    font-size: 20px;
    line-height: 0;
}
.inline-block1 li {
    display: contents;
}
.img-area img {
    width: 90%;
    position: relative;
    top: 90px;
}
/*company css end*/
/*subject css start*/
.bg-detail-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.headingstyle1 {
    padding: 10px 0px 0px 0px;
}
.headingstyle1 h3 {
    font-size: 28px;
    line-height: 35px;
    margin-top: 17px;
    font-family: 'Chivo-Bold';
    padding: 0px 0px 2px 0px;
}
.subject-list {
    font-size: 0;
}

.subject-list ul li {
    margin-right: 15px;
    margin-bottom: 20px;
}

.subject-list {
    text-align: center;
}

.subject-list ul li {
    margin-right: 15px;
    margin-bottom: 20px;
}

.subject-list ul li a {
    display: block;
    border: 1px solid #374785;
    font-size: 15px;
    color: #000;
    padding: 8px 20px;
    border-radius: 4px;
    text-transform: capitalize;
}

.subject-list ul li a:hover {
    background-color: #374785;
    border-color: #fff;
    color: #fff;
    font-family: 'Chivo-Regular';
}
.bg-detail-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.c3 img {
    width: 71%;
    padding: 4px 0px 4px;
}
.bg-detail-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
ul.inline-block>li {
    display: inline-block;
    margin-right: 5px;
}
/*subject css end*/
/*faqs css start*/
.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 !important;/* font-weight:500; */background: #004cad;display:block;margin: 10px 0px 17px;padding: 14px 50px;position:relative;border-radius:5px;-webkit-box-shadow: -4px 4px 0px 0px #ffffff;-moz-box-shadow:-3px -1px 21px 0px rgba(156,156,156,0.75);/* font-family: 'Quicksand-Medium'; */background: linear-gradient(180deg, rgb(47 72 133) 2%, rgb(47 72 133) 20%, rgb(47 72 133) 78%);font-family: 'Chivo-Medium';}
.sec10_panel a i{position:absolute;top:50%;right:0;font-style:normal;font-size:1.625em;color: #fff;background:transparent;/* border-left:2px solid #3eb34a; */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: 15px 10px 0px;-webkit-box-shadow:-3px -1px 21px 0px rgb(156 156 156 / 75%);-moz-box-shadow:-3px -1px 21px 0px rgba(156,156,156,0.75);background:#fff;height: 150px;margin:0 0 20px;}
.panel-body p{line-height: 26px;color:#222;font-size: 13px;font-family: 'Chivo-Regular';}
section.faqs {
    background: url(../images/faqs.png) 0% 0%/auto repeat fixed;
    background-size: cover;
    padding: 40px 0px 40px 0px;
}
.icon-1 h2 {
    font-size: 65px;
    font-weight: 700;
    color: #224985;
    padding: 15px 0px 0px 0px;
    font-family: 'Chivo-Medium';
}

.icon-1 h5 {
    line-height: 40px;
    padding: 0px 0px 20px 0px;
    font-family: 'Chivo-Regular';
}

.icon-1 a {
    padding: 10px 30px 10px 30px;
    background: #214884 !important;
    font-size: 19px;
    /* font-weight: bold; */
    border-radius: 6px;
    color: #fff !important;
    font-family: 'Chivo-Regular';
}
/*faqs css start*/
/*sec-write-start*/
.w-image img {
    width: 11%;
    border-radius: 55px;
}

.w-image {
    display: flex;
}

.ws-head h4 {
    font-size: 20px;
    padding: 0px 0px 0px 20px;
    position: relative;
    top: 20px;
    font-family: 'Chivo-Bold';
}

.w-n i {
    padding: 0px 7px 0px 0px;
    color: #374785;
}

.w-n p {
    padding: 10px 0px 15px 0px;
    font-family: 'Chivo-Regular';
}

.wr-hd h3 {
    font-size: 21px;
    color: #374785;
    padding: 25px 0px 0px 0px;
    font-family: 'Chivo-Bold';
}

.wr-hd h4 {
    font-size: 26px;
    font-family: 'Chivo-Medium';
}

section.sec-write {
    background: #d3d3d324;
    padding: 0px 0px 20px 0px;
}

.w-pic img {
    width: 75%;
}
/*sec-write-end*/
/*sec-sban-start*/
.sb-1 img {
    width: 15%;
    margin: 0px 50px 0px 0px;
}

.b-head h3 {
    font-size: 25px;
    border-bottom: 2px solid #374785;
    width: 23%;
    font-family: 'Chivo-Medium';
}

.b-head {
    text-align: center;
    position: relative;
    left: 450px;
    padding: 20px 0px 30px 0px;
}

section.s-ban {
    padding: 0px 0px 35px 0px;
    background: #d3d3d324;
}
/*sec-sban-end*/
/*serv-sec-start*/
.c-02 img {
    width: 90%;
    border-radius: 15px;
    box-shadow: 0px 0px 15px 0px;
}

.c-01 h4 {
    font-size: 35px;
    width: 70%;
    font-family: 'Chivo-Bold';
}

.c-01 p {
    font-size: 17px;
    line-height: 26px;
    width: 93%;
}

.c-03 h4 {
    font-size: 34px;
    width: 95%;
    font-family: 'Chivo-Bold';
}

.c-03 p {
    font-size: 17px;
    line-height: 28px;
}

.c-03 {
    /* padding: 10px 0px 0px 0px; */
}

section.sec-01 {
    padding: 20px 0px 40px 0px;
    background: #d3d3d324;
}

section.sec-02 {
    padding: 20px 0px 60px 0px;
    background: #d3d3d324;
}

section.sec-03 {
    padding: 0px 0px 40px 0px;
    background: #d3d3d324;
}

.cc-2 p {
    font-size: 18px;
    line-height: 32px;
    padding: 26px 0px 0px 0px;
    font-family: 'Chivo-Light';
}
.w-02 img {
    width: 26%;
    border-radius: 120px;
}

.stars i {
    color: gold;
    padding: 0px 0px 0px 7px;
}
.cc-1 h4 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    font-family: 'Chivo-Bold';
}

section.section-01 {
    background: url(../images/abc.png);
    background-size: cover;
    padding: 60px 0px 50px;
}
/*serv-sec-end*/
/*sec-cont-satrt*/
.f-c2 img {
    width: 100%;
    box-shadow: 0px 0px 7px 2px #374785;
    position: relative;
    top: 34px;
}

section.sec-c02 {
    padding: 30px 0px 35px 0px;
    background: #d3d3d324;
}

.fo-c2 {
    width: 75%;
    padding: 0px 25px 1px 25px;
    box-shadow: 0px 0px 20px 0px rgb(47 72 133 / 71%) inset, 0px 0px 1px 1px rgb(47 72 133 / 77%);
    background: #f0f8ff8c;
}
/*sec-cont-end*/
/*sec-writ-start*/
section.sec-banner {
    background: #A8D0E6;
}

.sc-n {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.sc-n h4 {
    font-size: 26px;
    font-family: 'Chivo-Bold';
}

.sc-n p {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Chivo-Regular';
}

.sc-n a {
    background: #374785 !important;
    padding: 9px 27px;
    color: #fff !important;
    font-size: 17px;
    margin: 0px 0px 0px 15px;
    border-radius: 4px;
    font-family: 'Chivo-Regular';
}
/*sec-writ-end*/
/*footer-start*/
footer {
    background: #A8D0E6;
    padding: 30px 0px 30px 0px;
}

.c36 {
    padding: 17px 0px 0px 60px;
}
.c360 {
    padding: 17px 0px 0px 0px;
}
.c37 {
    padding: 17px 0px 0px 0px;
}

.c37 ul li a {
    padding: 0px 0px 0px 7px;
    color: #000;
    font-family: 'Chivo-Light';
}

.c37 ul li i {
    font-size: 17px;
}

.c36 ul li a {
    color: #000;
    font-size: 17px;
    font-family: 'Chivo-light';
}
.c360 ul li a {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    font-family: 'Chivo-Light';
}

.w-02 {
    padding: 10px 11px 17px 15px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgb(47 72 133) inset, 0px 0px 1px 1px rgb(154 209 231);
    height: 100%;
}

.w-02 p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Chivo-Regular';
}

.w-02 a {
    background: #374785;
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 17px;
}

.w-01 h3 {
    text-align: center;
    padding: 30px 0px 0px 0px;
    font-size: 30px;
    font-family: 'Chivo-Bold';
}

.w-01 p {
    text-align: center;
    padding: 0px 0px 20px 0px;
    font-family: 'Chivo-Regular';
}

section.sec-wri {
    background: #d3d3d324;
}



.c-10 h3 {
    font-family: 'Chivo-Regular';
}

.ser-1 h3 {
    font-family: 'Chivo-medium';
}

.ser-2 h3 {
    font-family: 'Chivo-Medium';
}

.ser-3 h3 {
    font-family: 'Chivo-Medium';
}

.ser-1 p {
    font-family: 'Chivo-Regular';
}

.ser-2 p {
    font-family: 'Chivo-Regular';
}

.ser-3 p {
    font-family: 'Chivo-Regular';
}

.w-02 h5 {
    font-family: 'Chivo-Bold';
}

.c36 h4 {
    font-family: 'Chivo-Medium';
}

.c360 h4 {
    font-family: 'Chivo-Medium';
}

.c37 h4 {
    font-family: 'Chivo-Medium';
}

.c35 p {
    font-family: 'Chivo-Regular';
    font-size: 14px;
}


.c37 img {
    width: 100%;
    position: relative;
    right: 15px;
    top: 15px;
}

[7:56 am, 04/09/2023] Rehman Office: .modal-content1 {
    BACKGROUND: #0c1829!important;
    margin: 0!important;
    padding: 10px 80px 21px 0;
    width: 100%!important;
}
[7:56 am, 04/09/2023] Rehman Office: .head-form1 h5 {
    text-align: center;
    font-family: Montserrat-SemiBold;
    color: #fff;
    padding: 0 0 0 90px;
}
[7:56 am, 04/09/2023] Rehman Office: .head-form1 h4 {
    text-align: center;
    font-family: Montserrat-Bold;
    padding: 0 0 20px 70px;
    color: #00a7b0;
}
[7:56 am, 04/09/2023] Rehman Office: .modal-content1 button.close {
    position: relative;
    top: 0;
    font-size: 30px;
    left: 268px;
    width: 100%!important;
    margin: 0!important;
    padding: 0!important;
    background: #ffffff00!important;
}
.modal-content1 {
    BACKGROUND: #374785!important;
    margin: 0!important;
    padding: 10px 80px 21px 0;
    width: 100%!important;
}
.head-form1 h5 {
    text-align: center;
    font-family: 'Chivo-Bold';
    color: #A8D0E6;
    padding: 0 0 0 90px;
    font-size: 19px;
}
.head-form1 h4 {
    text-align: center;
    padding: 0 0 20px 90px;
    color: white;
    margin: 0px 0px 30px 50px;
    font-family: 'Chivo-Medium';
    font-size: 24px;
}
.modal-content1 button.close {
    position: relative;
    top: -10px;
    font-size: 30px;
    left: 60px;
    width: 0%!important;
    margin: 0!important;
    padding: 0!important;
    background: #ffffff00!important;
}
.modal-content1 input {
    width: 100%!important;
    margin: 0 41px 10px!important;
    padding: 20px 10px!important;
    border-radius: 5px;
    border-color: #A8D0E6;
    text-align: center;
}
.modal-content1 button {
    padding: 12px 0!important;
    margin: 20px 45px 0!important;
    width: 99%!important;
    font-size: 20px;
    font-family: 'Chivo-Medium';
    background: #A8D0E6!important;
    color: #fff!important;
    border-color: #fff;
}

[7:56 am, 04/09/2023] Rehman Office: .modal-content1 input {
    width: 100%!important;
    margin: 0 41px 10px!important;
    padding: 20px 10px!important;
    border-radius: 5px;
}
[7:56 am, 04/09/2023] Rehman Office: .modal-content1 button {
    padding: 12px 0!important;
    margin: 20px 45px 0!important;
    width: 99%!important;
    font-size: 20px;
    font-family: Montserrat-Bold!important;
    background: #00a7b0!important;
    color: #fff!important;
}

a.signUp {
    background-color: #2f4885 !important;
    padding: 8px 15px;
    border-radius: 4px;
    font-family: 'Chivo-Regular';
    color: #fff !important;
    font-size: 18px;
}
/*footer-end*/
.our-stats {
    padding: 70px 0px 0px 0px;
}

.stats-box {
    position: relative;
    text-align: center;
    top: -40px;
}

.stats-box .main-round {
    border-radius: 100px;
    width: 119px;
    height: 119px;
    margin: auto auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 400ms ease-in-out;
}

.stats-box .main-round span {
    background-color: #FFFFFF;
    width: 93px;
    height: 93px;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #9ad1e7;
}

.stats-box .main-round span i {
    /* background: url(../images/sprite.png) no-repeat; */
    /* background-position: 0 0; */
    /* width: 55px; */
    /* height: 39px; */
    /* display: inline-block; */
    font-size: 50px;
    text-align: center;
    color: #374785;
}

.stats-box .main-round span i.ic2 {
    background-position: -66px 0;
    width: 48px;
    height: 48px;
}

.stats-box .main-round span i.ic3 {
    background-position: -125px 0;
    width: 47px;
    height: 43px;
}

.stats-box .main-round span i.ic4 {
    background-position: -183px 0;
    width: 38px;
    height: 48px;
}footer.\32 nd-footer {
    background-color: #374785;
    padding: 0px;
    text-align: center;
    padding: 10px 0px 3px 0px;
    color: #9ad1e7;
}

.stats-box h5 {
    color: #000000;
    font-size: 50px;
    line-height: 1;
    margin: 0;
    font-family: 'Chivo-Medium';
}

.stats-box p {
    margin: 0;
    color: #000;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
    font-family: 'Chivo-Regular';
}

.stats-box:hover .main-round {
    background-color: #9ad1e7;
}

.stats-box:hover .main-round>span {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 30%);
}

.navbar-light .navbar-nav .nav-link {color: #2a3038 !important;font-family: 'chivo-medium';font-size: 17px;text-transform: capitalize;margin: 0px 8px;position: relative;bottom: 5px;}

.navbar-light .navbar-nav .nav-link:hover {color: #374785 !important;}
.btm-row .row {display: flex;align-items: center;}
.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;}
a.signUp {}
.top-row {background: #2a3038;padding: 10px 0px;}
.tp-blk {display: flex;align-items: center;}
.top-row ul {display: flex;margin: 0;justify-content: end;}
.top-row ul li {margin: 0px 20px;}
.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;}
a.signUp:hover {background: transparent;}
a.chat:hover {background: #2a3038;color: #fff;}


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 1024px){

header {
    overflow: hidden;
}

section.sec-ban {
    overflow: hidden;
    padding: 20px 0px 66px;
}
.c3 img {
    width: 100%;
}

.c1 img {width: 70%;}

.c35 p {
    font-size: 11px;
    line-height: 17px;
}
section.sec-serv {
    overflow: hidden;
}

section.sec-head {
    overflow: hidden;
    padding: 0px 0px 40px 0px;
}

section.sec-banner {
    overflow: hidden;
}

section.our-stats {
    overflow: hidden;
}

section.subjects.bg-detail-1.spacing__x {
    overflow: hidden;
}

section.sec-wri {
    overflow: hidden;
}

section#about-us {
    overflow: hidden;
}

section.s-ban {
    overflow: hidden;
}

section.faqs {
    overflow: hidden;
}

section.spacing__x {
    overflow: hidden;
}

section.sec-write {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

footer.\32 nd-footer {
    overflow: hidden;
}
.c2 ul {
    display: flex;
    padding: 0px 0px;
}

.c2 ul li a {
    padding: 0px 0px 0px 8px;
    position: relative;
    top: 14px;
    font-size: 13px;
}

.c2 {
    display: contents;
}
.ban h1 {
    font-size: 23px;
    line-height: 32px;
}

.c5 a {
    font-size: 13px;
    padding: 7px 10px;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    position: relative;
    left: 125px;
}
.seco {
    width: 100%;
    position: relative;
    left: 0px;
}
form h4 {
    font-size: 20px;
}
.ser-3 {
    height: 100%;
}

.ser-2 {
    height: 100%;
}

.ser-1 {
    height: 100%;
}

.ser-4 i {
    padding: 0px 0px 0px 115px !important;
}
.headingstyle1 h3 {
    padding: 0px 0px 25px 0px;
}

.b-head h3 {
    width: 52%;
    font-size: 35px;
    position: relative;
    left: -300px;
    padding: 40px 0px 0px 0px;
}
.c36 {
    padding: 14px 0px !important;
}

.c360 {
    padding: 13px 0px;
}

.c37 {
    padding: 13px 0px;
}

.c37 h4 {
    font-size: 25px;
}
.c360 ul li a {
    font-size: 11px;
}
.c36 ul li a {
    font-size: 11px;
}

.c37 ul li a {
    font-size: 11px;
}

button.navbar-toggler {
    position: relative;
    left: 0px;
    top: 0px;
}
iv#navbarSupportedContent {
    position: relative;
    left: -150px;
}
div#navbarSupportedContent {
    position: relative;
    left: -150px;
}
.c-01 h4 {
    font-size: 51px;
    width: 100%;
}

.c-01 p {
    width: 100%;
    font-size: 28px;
    line-height: 40px;
    padding: 20px 0px 0px 0px;
}

.c-03 h4 {
    font-size: 46px;
    width: 100%;
}

.c-03 p {
    font-size: 29px;
    line-height: 41px;
}

.c-01 p {
    font-size: 29px;
}

.c-03 h4 {
    font-size: 39px;
}    
}



@media only screen and (min-width: 600px) and (max-width: 960px){

header {
    overflow: hidden;
}

section.sec-ban {
    overflow: hidden;
    padding: 20px 0px 66px;
}

section.sec-serv {
    overflow: hidden;
}

section.sec-head {
    overflow: hidden;
    padding: 0px 0px 40px 0px;
}

section.sec-banner {
    overflow: hidden;
}

section.our-stats {
    overflow: hidden;
}

section.subjects.bg-detail-1.spacing__x {
    overflow: hidden;
}

section.sec-wri {
    overflow: hidden;
}

section#about-us {
    overflow: hidden;
}

section.s-ban {
    overflow: hidden;
}

section.faqs {
    overflow: hidden;
}

section.spacing__x {
    overflow: hidden;
}

section.sec-write {
    overflow: hidden;
}

footer {
    overflow: hidden;
}

footer.\32 nd-footer {
    overflow: hidden;
}
.c1 h4 {
    font-size: 12px;
}

.c2 {position: relative;right: 85px;}

.tp-row {
}

.seco {width: 100%;position: relative;left: 0px;margin: 30px 0px 30px 0px;}

.ser-1 {
    margin: 0px 0px 15px 0px;
}

.ser-2 {
    margin: 0px 0px 15px 0px;
}

.first-img img {
}

.first-img {
    padding: 70px 0px 0px 0px;
}

.headingstyle1 h3 {
    padding: 0px 0px 20px 0px;
}

.w-02 {
    height: 96%;
}

.c36 {
    padding: 0px 0px;
}

.icon-1 a {
}

.icon-1 {
    padding: 0px 0px 80px 0px;
}
.ser-4 i {
    padding: 0px 0px 0px 410px;
}
.b-head h3 {
    width: 60%;
    font-size: 30px;
    position: relative;
    left: -341px;
}
.sb-1 img {
    position: relative;
    left: 25px;
}
.c37 img {
    position: relative;
    left: -40px;
}
.f-bottom h5 {
    font-size: 18px;
}
.c5 {
}
.sc-n h4 {
    font-size: 23px;
}
.navbar-toggler {
    position: relative;
    left: 450px;
    top: -40px;
}
.navbar-light .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    left: 25px;
}
.head-form1 h5 {
    padding: 0px 0px 0px 80px;
    font-size: 22px
}

.head-form1 h4 {
    padding: 0px 0px 25px 75px;
    font-size: 30px;
}
.c-01 h4 {
    width: 100%;
    font-size: 44px;
}

section.sec-01 {
    padding: 0px 0px;
}

.c-02 {
    padding: 0px 0px 30px 0px;
}

section.sec-02 {
    padding: 0px 0px;
}

.c-03 h4 {
    font-size: 41px;
}

.c-01 h4f {}

.c-01 h4 {
    font-size: 42px;
    padding: 0px 0px 10px 0px;
}

.c-01 p {
    font-size: 21px;
    line-height: 32px;
    width: 100%;
    padding: 0px 0px 25px 0px;
}

.c-03 p {
    font-size: 21px;
    line-height: 32px;
}

section.sec-03 {
    padding: 0px 0px;
}
header {
    /* padding: 0px 0px 20px 0px; */
}
}


@media only screen and (min-width: 300px) and (max-width: 519px){

header {
    overflow: hidden;
}

section.sec-ban {
    overflow: hidden;
    padding: 25px 0px 144px 0px;
}

section.sec-serv {
    overflow: hidden;
}

section.sec-head {
    overflow: hidden;
}

section.sec-banner {
    overflow: hidden;
}

section.sec-wri {
    overflow: hidden;
}

section#about-us {
    overflow: hidden;
}

section.subjects.bg-detail-1.spacing__x {
    overflow: hidden;
}

section.s-ban {
    overflow: hidden;
}

section.faqs {
    overflow: hidden;
}

section.sec-write {
    overflow: hidden;
}

section.spacing__x {
    overflow: hidden;
}

footer {
    overflow: hidden;
}
footer.\32 nd-footer {
    overflow: hidden;
}
section.our-stats {
    overflow: hidden;
}
.c1 h4 {
    font-size: 9px;
}

.c2 ul {
    display: -webkit-inline-box;
    position: relative;
    right: -5px;
    padding: 0px 0px;
}

.c2 ul li {
    margin: 0px 0px 0px -64px;
}

.c2 ul li i {
    font-size: 15px;
}

.c2 ul li a {
    font-size: 12px;
    padding: 0px 0px 0px 70px;
    position: relative;
    right: 72px;
}
button.navbar-toggler {
    position: relative;
    left: 210px;
    bottom: 55px;
}

.c5 a {
    position: relative;
    left: 85px;
    bottom: 10px;
}
ul.navbar-nav.mr-auto {
    text-align: center;
    position: relative;
    left: -15px;
}
.c5 {
    /* padding: 0px 0px 15px 0px; */
}
.sc-n a {
    margin: 0px;
}

.headingstyle1 h3 {
    font-size: 21px;
    padding: 0px 0px 20px 0px;
}


.sb-1 img {
    position: relative;
    left: 20px;
}
.w-02 {
    height: 96%;
}
    .seco {
    position: relative;
    left: 0px;
    top: 21px;
    width: 100%;
}

form h4 {
    font-size: 17px;
}

form h3 {
    font-size: 23px;
}

.form-group button {
    font-size: 20px;
}
.ban h1 {
    font-size: 26px;
    line-height: unset;
}
.ser-4 i {
    padding: 0px 0px 0px 200px;
}

.ser-1 {
    margin: 0px 0px 20px 0px;
}

.ser-2 {
    margin: 0px 0px 20px 0px;
}
.c-11 h4 {
    font-size: 28px;
}

.first-img img {
    position: relative;
    left: 20px;
    top: 20px;
    padding: 0px 0px 20px 0px;
}
.c-11 a {margin: 0px;}

.sc-n h4 {
    font-size: 23px;
}
.headingstyle1 ul li a {
    font-size: 12px;
    padding: 10px 20px 10px 20px;
}
.b-head h3 {width: 100%;
    position: relative;
    right: 450px;
}

.icon-1 {margin: 0px 0px 80px 0px;
}

.icon-1 h2 {
    padding: 0px 0px;
}

.ws-head h4 {
    position: relative;
    top: 20px;
    font-size: 18px;
}

.w-image img {
    width: 50px;
}

.c36 {
    padding: 0px 0px;
}

.c37 img {position: relative;left: -20px;
}
.panel-body p {
    line-height: 18px;
    position: relative;
    top: -10px;
}
.sec10_panel a:hover {
    color: #fff;
}
.modal-content1 input {
    margin: 4px 0px !important;
}

.modal-content1 button {
    margin: 10px 1px !important;
}

.modal-content1 {padding: 0px 0px;}

.modal-content1 button.close {
    position: relative;
    left: 130px;
}
.f-bottom h5 {
    font-size: 10px;
}
.c-01 h4 {
    font-size: 25px;
    width: 100%;
}

.c-03 h4 {
    font-size: 24px;
}

.c-01 h4 {
    font-size: 24px;
}

.c-03 h4 {
    font-size: 24px;
}

section.sec-02 {
    padding: 0px 0px;
}

section.sec-03 {
    padding: 0px 0px;
}
.c3 img {
    width: 58%;
    position: relative;
    top: 8px;
}
    
.c-02 img {
    width: 100%;
}
.head-form1 h5 {
    padding: 0px;
}

.head-form1 h4 {
    padding: 0px 0px;
}
.c-02 {
    padding: 0px 0px 25px 0px;
}
    .btm-row {
    padding: 0px 0px 10px;
}
.fo-c2 {
    width: 100%;
}
header {
    /* padding: 0px 0px 20px 0px; */
}    
}