body {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.container{
    max-width: 1380px;
    width: 100%;
    margin: 0 auto;
}

p{
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
}


/*******************HEADER******************/

header{
  border-bottom: 1px solid #eee;
}

.menu-section.fixed-top{
  background-color: #fff;
  padding: 5px 0;
}


.bg-light {
    background-color: transparent !important;
    padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding: 18px 20px;
}

.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    width: 100%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
    margin-top: -2px !important;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
  position: static;
}

.mega-menu-row{
  padding: 20px;
}

.mega-menu-row h5{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.mega-menu-row p{
  margin-bottom: 15px;
}

a.btn.btn-view{
  border: 1px solid #000;
  background-color: #000;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
}

.mega-menu-row h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mega-menu-row h6 a{
  color: #000;
  text-decoration: none;
}

.mega-menu-row ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px
}

.mega-menu-row ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.mega-menu-row ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

a.btn.btn-focus {
    border: 1px solid #3c5ecc;
    background-color: #3c5ecc;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}


form.example{
  width: 25%;
}

form.example input[type=text] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    float: left;
    width: 80%;
    background: #f1f1f1;
    border-radius: 30px 0 0 30px;
}

form.example input[type=text]{
  outline: none;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #f1f1f1;
  color: 000;
  font-size: 17px;
  border: 1px solid #f1f1f1;
  border-left: none;
  cursor: pointer;
  border-radius: 0 30px 30px 0;
}

form.example button:hover {
  background: #f1f1f1;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

button:focus{
  outline: none;
}

/******************BANNER SECTION*******************/

.banner-section{
  padding: 70px 0;
}

.banner-section img{
  width: 100%;
  max-width: 600px;
}

.banner-section h1{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding-top: 120px;
}

.banner-section h1 span{
  color: #3c5ecc;
}

.banner-section .dropbtn {
  background-color: #3c5ecc;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 200px;
}

.banner-section .dropbtn:hover, .banner-section .dropbtn:focus {
  background-color: #3c5ecc;
}

.banner-section .dropdown {
  position: relative;
  display: inline-block;
}

.banner-section .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100%;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.banner-section .dropdown-content a {
      color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 14px;
}

.banner-section .dropdown a:hover {background-color: #ddd;}

.banner-section .show {display: block;}

.banner-section p{
  display: inline-block;
}

.banner-section p span{
  margin-right: 20px;
      font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}





/*****************COMPAIR SECTION******************/

.compair-section{
  padding: 40px 0;
  background-color: #f6f8fa;
}

.compair-section .row{
  margin-top: -80px;
}

.compair-box{
    padding: 32px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
}

.compair-box img{
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
  margin-bottom: 100px;
}

.compair-box h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.compair-box p{
  margin-bottom: 15px;
}

a.btn.btn-viewmore{
  border: 1px solid #3c5ecc;
  background-color: #3c5ecc;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
}

/****************RESEARCH SECTION****************/

.research-section{
  padding: 20px 0;
  background-color: #f6f8fa;
  text-align: center;
}

.research-section .row{
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
    margin-left: 0px;
    margin-right: 0px;
}

.research-section h2{
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.research-section p{
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.research-section img{
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.research-section h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

a.btn.btn-best {
    border: 1px solid #3c5ecc;
    background-color: transparent;
    border-radius: 30px;
    max-width: 400px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 17px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3c5ecc;
}

a.btn.btn-best:hover{
    border: 1px solid #3c5ecc;
    background-color: #3c5ecc;
    color: #fff;
}


/****************NEPAL SECTION***************/

.nepal-section{
  padding: 20px 0;
  background-color: #f6f8fa;
}

.nepal-section .row{
    padding: 40px;
    background: #fff0d7;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
    margin-left: 0px;
    margin-right: 0px;
}

.nepal-section i{
  font-size: 70px;
  float: left;
  margin-right: 20px;
  color: #f5a623;
  position: relative;
  top: 25px;
}

.nepal-section h3{
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.nepal-section p{
  padding-left: 90px;
  line-height: 30px;
  margin-bottom: 0px;
}

/********************TESTIMONIALS*****************/

.testimonials{
    padding: 20px 0;
}

.testimonials h4{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.testi-box{
    box-shadow: 0 2px 6px 0 rgba(27,43,58,0.15);
    border: solid 1px rgba(27,43,58,0.15);
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background-color: #fff;
}

.testi-img{
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
}

.testi-box h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #3c5ecc;
    margin-bottom: 15px;
    text-align: center;
}

.testi-box .flag-img{
    width: 20px !important;
    height: 20px;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.testi-box h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #3c5ecc;
    text-align: center;
    margin-bottom: 10px;
}

.testi-content{
    text-align: center;
}

.testi-rating{
    text-align: center;
}

.testi-box h5 a{
    color: #000;
    text-decoration: none;
}

.testi-box h5 a:hover{
    color: #3c5ecc;
}

.testi-box p a{
    color: #3c5ecc;
    text-decoration: none;
}

.testi-box h5 span{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #3c5ecc;
    margin-left: 20px;
}

.testi-box h5 i{
    color: #ffb900;
    margin-right: 2px;
}

.testi-box h6{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #3c5ecc;
    margin-bottom: 0px;
}

.testi-box h6 span{
    display: block;
    font-weight: 600;
}

.testi-box i{
    font-size: 12px;
    margin-right: 2px;
    color: #ffab52;
}

a.btn.btn-testi {
    border: 1px solid #3c5ecc;
    background-color: #3c5ecc;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-testi:hover{
    border: 1px solid #000;
    background-color: #000;
}


/*************FOOTER*************/

.top-footer {
    padding: 40px 0;
    background-color: #f6f8fa;
}

.top-footer img{
  margin-bottom: 20px;
}

.top-footer h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.top-footer ul{
  padding: 0px;
  margin: 0px;
}

.top-footer ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.top-footer ul li a{
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

/*.compair-box1{
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
}*/

.compair-box1 img{
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}

.compair-box1 h5{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.compair-box1 p{
  margin-bottom: 15px;
}

.compair-box1 a.btn.btn-viewmore{
  border: 1px solid #3c5ecc;
  background-color: #3c5ecc;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
}

.footer-social ul{
    padding: 0px;
    margin: 0px;
}

.footer-social ul li{
    list-style-type: none;
    display: inline-block;
}

.footer-social ul li a i{
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.footer-social ul li a i.fa-facebook-f{
    background-color: #3b5998;
    color: #fff;
}

.footer-social ul li a i.fa-facebook-f:hover{
    background-color: #243f79;
    color: #fff;
}

.footer-social ul li a i.fa-twitter{
    background-color: #00acee;
    color: #fff;
}

.footer-social ul li a i.fa-twitter:hover{
    background-color: #078cbf;
    color: #fff;
}

.footer-social ul li a i.fa-linkedin-in{
    background-color: #0e76a8;
    color: #fff;
}

.footer-social ul li a i.fa-linkedin-in:hover{
    background-color: #065e88;
    color: #fff;
}

.footer-social ul li a i.fa-pinterest{
    background-color: #c8232c;
    color: #fff;
}

.footer-social ul li a i.fa-pinterest:hover{
    background-color: #ab1820;
    color: #fff;
}

.footer-social ul li a i.fa-youtube{
    background-color: #c4302b;
    color: #fff;
}

.footer-social ul li a i.fa-youtube:hover{
    background-color: #921f1b;
    color: #fff;
}

.mid-footer{
    padding: 40px 0;
    background-color: #f6f8fa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.mid-footer ul{
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.mid-footer ul li{
  list-style-type: none;
  display: inline-block;
  width: 30%;
}

.mid-footer ul li a img{
      max-width: 100%;
    -webkit-filter: contrast(0.3%);
    filter: contrast(0.3%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mid-footer ul li a img:hover{
    -webkit-filter: contrast(100%);
    filter: contrast(100%);
}

.bottom-footer{
    background: #f6f8fa;
    padding: 18px 0;
}

.bottom-footer p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #1d6ddb;
  margin-bottom: 0px;
  text-align: center;
}

/*****************ABOUT US PAGE START HERE***************/

.vision-section,
.team-section,
.about-body{
  padding: 70px 0;
  border-bottom: 1px solid #ddd;
}

.team-section h2,
.about-body h1{
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.about-body p{
  margin-bottom: 0px;
}

.vision-box,
.team-box{
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
}

.team-box img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 5px;
}

.team-box h4{
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
}

.team-box h4 a{
  color: #000;
  text-decoration: none;
}

.team-box ul{
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.team-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 20px;
}

.team-box ul li a i{
  color: #000;
  font-size: 20px;
}

.vision-box h5{
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.vision-box p{
  margin-bottom: 0px;
}

/****************BLOG PAGE START HERE**************/

.blog-section{
  padding: 70px 0;
}

.blog-icon{
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 10px;
}

.blog-section h1{
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  padding-top: 15px;
  margin-bottom: 15px;
}

.blog-details{
  margin-bottom: 40px;
}

.blog-box{
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
  margin-bottom: 30px;
}

.blog-box img{
  width: 100%;
  height: 220px;
  margin-bottom: 15px;
}

.blog-box h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-box h4 a{
  color: #000;
  text-decoration: none;
}

.blog-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.blog-box ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #777;
}

.blog-box ul li a{
  color: #777;
  text-decoration: none;
}

.blog-box p{
  margin-bottom: 10px;
}

a.btn.btn-readmore{
    border: 1px solid #000;
    background-color: #000;
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 10px;
    line-height: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.pagination{
  float: right;
}

.pagination>li>a, .pagination>li>span { border-radius: 50% !important;margin: 0 5px;}

/**************BLOG DETAIL PAGE START HERE**************/

.blogdetail-section{
  padding: 70px 0;
}

.details-left img.main-detail-img{
  width: 100%;
  margin-bottom: 15px;
}

.details-left h1{
  font-size: 32px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.details-left ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.details-left ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
}

.details-left  ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

img.blog-user-img {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
    border-radius: 50%;
}

.details-left h3{
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}

.details-left h6{
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  padding-left: 60px;
}

.details-left h4{
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.details-left h4 span{
  background-color: #000;
  padding: 10px;
  border-radius: 50%;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
      position: relative;
    top: -6px;
}

.detail-rights{
  box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
  padding: 20px;
}

.detail-rights h4{
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.detail-rights ul{
  padding: 0px;
  margin: 0px;
}

.detail-rights ul li{
  list-style-type: none;
  padding-bottom: 15px;
}

.detail-rights ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

/*************CONTACT US PAGE START HERE*************/

.page-banner{
  background: url("../images/banner.jpg") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 450px;
}
  
.page-banner .overlay{
    background-color: rgba(0,0,0,.3);
    height: 450px;
    display: table-cell;
    vertical-align: middle;
}

.page-banner h1{
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

.contact-body{
  padding: 70px 0;
}

.contact-body form{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
    padding: 40px;
    border-radius: 10px;
}

.contact-body form input{
    width: 100%;
    border: 1px solid #eee;
    height: 46px;
    padding: 10px;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-body form textarea{
    width: 100%;
    border: 1px solid #eee;
    height: 140px;
    padding: 10px;
    font-size: 14px;
    color: #000;
    border-radius: 5px;
    margin-bottom: 15px;
}

.contact-body button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    float: right;
}

/*****************SEARCH PAGE START HERE*****************/

.search-section{
  padding: 70px 0;
}

.search-section h1{
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.result-box{
    box-shadow: 0 2px 8px 0 rgb(33 33 33 / 15%);
    padding: 40px;
    margin-bottom: 30px;
}

.result-box h2{
  font-size: 26px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.result-box h2 a{
    border: 1px solid #3c5ecc;
    background-color: #3c5ecc;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    float: right;
    text-decoration: none;
}

.result-box ul{
  padding: 0px;
  margin: 0px;
}

.result-box ul li{
  list-style-type: none;
  padding-bottom: 10px;
}

.result-box ul li:last-child{
  padding-bottom: 0px;
}

.result-box ul li a{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}










/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e11b22;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

