.top-container {
    /* background-color: #f1f1f1;
    padding: 30px; */
    overflow-x: hidden;
    text-align: center;
  }

  .floating {
    position: fixed;
   
  
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
   left: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 100;
  }
  
.back-to-top {
  position: fixed;
  display: none;
  background: #007bff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

  
  .header {
    padding: 7px;
    background: #00293c;
    z-index: 2222;
  }
  
  .content {
    padding: 16px;
  }
  
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 102px;
  }
  .navbar{
    padding:0rem 5rem;
  }

  /* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
 }
 
 .navbar .dropdown-menu {
   border:none;
   background-color:#0060c8!important;
 }
 
 /* breakpoint and up - mega dropdown styles */
 @media screen and (min-width: 992px) {
   
   /* remove the padding from the navbar so the dropdown hover state is not broken */
 .navbar {
   padding-top:0px;
   padding-bottom:0px;
 }
 
 /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
 .navbar .nav-item {
   padding:.5rem .5rem;
   margin:0 .25rem;
 }
 
 /* makes the dropdown full width  */
 .navbar .dropdown {position:static;}
 
 .navbar .dropdown-menu {
   width:100%;
   left:0;
   right:0;
 /*  height of nav-item  */
   top:45px;
 }
   
   /* shows the dropdown menu on hover */
 .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
   display:block!important;
 }
   
   .navbar .dropdown-menu {
     border: 1px solid rgba(0,0,0,.15);
     background-color: #fff;
   }
 
 }
 
 .dropbtn {
    
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #00293c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    width: 17rem;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
 .sub-dropbtn {
    
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

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

.sub-dropdown-content {
  display: none;
  position: absolute;
  background-color: #00293c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 17rem;
}

.sub-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

 .testim img{
  width: 50%;
 }
   
  /* .dropdown-content a:hover {background-color: #ddd;} */
  
  .dropdown:hover .dropdown-content {display: block;}
  .sub-dropdown:hover .sub-dropdown-content {display: block;}
  
  .collapse ul li a{
    color: #fff;
    text-decoration: none;
  }
  .collapse ul {
    
    list-style: none;
  }
  .collapse ul li{
    text-decoration: none;
    list-style: none;
  }

.top-icon ul{
display: inline-flex;
}
.top-icon ul li{
list-style: none;
padding: 0px 0px 0px 20px;
margin-bottom: -10px;
    }
.align{
    overflow-x: hidden!important;
    display: flex;
    align-items: end;
    
}
.top-icon ul li .fa-whatsapp{
    font-size: 1.4rem;
    color: rgb(5, 233, 5);
        }

        .top-icon ul li .fa-facebook-square{
            font-size: 1.5rem;
            color:#3C5A98;
                }
                .top-icon ul li .fa-linkedin{
                    font-size: 1.5rem;
                    color:#0077B5;
                        }
                        .top-icon ul li .fa-twitter-square{
                            font-size: 1.5rem;
                            color:#1EA1F2;
                                }

       .bg_img{
        background-image: url(../image/b1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
       }     
       
       .overlay::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: rgb(0 0 0 / 49%);
    }
    .overlay {
        position: relative;
        padding: 30px 0px;
        color: #fff;
    }
    .radius10 {
        border-radius: 10px;
    }
    .bg_img h4{
        margin-top: 7rem;
    }

    .price-ribbon {
        position: relative;
        display: inline-block;
        text-align: center;
    }
    .price-ribbon:before {
        top: 0.3em;
        left: -30px;
        width: 100%;
        height: 100%;
        border: none;
        z-index: -2;
    }
    .text {
        display: inline-block;
        padding: 0.5em 1em;
        max-width: 50em;
        color: #000;
        line-height: 1.2em;
        background: #FFD72A;
        position: relative;
    }
    .text:before {
        bottom: 100%;
        left: 0;
        border-width: 0.5em 0.7em 0 0;
        border-color: transparent #FC9544 transparent transparent;
    }
    strong {
        font-family: Roboto-Bold;
    }

    .price-ribbon:after, .price-ribbon:before, .text:before, .text:after, .bold:before {
        content: '';
        position: absolute;
        border-style: solid;}
        .text:after {
            top: 100%;
            right: 0;
            border-width: 0.5em 2em 0 0;
            border-color: #FC9544 transparent transparent transparent;}
            .price-ribbon:after, .bold:before {
                top: 0.5em;
                right: -2em;
                border-width: 1.1em 1em 1.1em 3em;
                border-color: #FECC30 transparent #FECC30 #FECC30;
                z-index: -1;
            }

            .btn-4 {
                background: #34495e!important;
                color: #fff;
            }
            .cbtn {
                border: none;
                font-size: 14px;
                font-family: Roboto-Regular;
                background: none;
                cursor: pointer;
                padding: 8px 15px 8px 0px;
                outline: none;
                -webkit-transition: all 0.3s;
                color: #FFF;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                color: #FFF;
                border-radius: 10px;
            }
            .cbtn:after {
                content: '';
                position: absolute;
                z-index: -1;
                -webkit-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }
            .btn-4 i {
                font-size: 12px;
                background-color: #2c3e50;
                padding: 10px 11px 10px 11px;
                margin-right: 5px;
                border-radius: 10px 0px 0px 10px;
            }
            .btn-4:hover {
                background: #2c3e50;
            }

            .cbtn:hover {
                color: #FFF;
                text-decoration: none;
            }

            .bg_sec2{
                
    font-family: Roboto-Regular;
    /* background-color: #f2f2f2; */
    background-image: url(../image/bodybg.png);
    background-repeat: repeat;
    background-attachment: fixed;

            }

            .service-content li {
                margin-bottom: 7px;
            }
            #side ul li a {
                background: #f7f7f7;
                -moz-border-radius: 3px;
                border-radius: 3px;
                margin: 0px 0px;
                padding: 15px 15px;
                -moz-transition: .2s ease-in-out;
                transition: .2s ease-in-out;
                vertical-align: middle;
                color: #00293c;
            }
            #side ul li a:before {
                font-family: FontAwesome;
                content: "\203A";
                margin: 0px 5px 0px 5px;
                font-size: 22px;
            }
            #side .nav-link .active, #side .nav-link:hover, #side .nav-link:focus {
                padding-left: 10px;
                border-left: 5px solid #00293c;
                -moz-box-shadow: 0 0 7px 0 #a39393;
                box-shadow: 0 0 7px 0 #a39393;
                background: #fff;
                color: #00293c;
                transition: all 200ms linear;
            }
            
            .list-group-item.active {
              padding-left: 10px;
                border: 5px  solid #00293c;
                -moz-box-shadow: 0 0 7px 0 #a39393;
                box-shadow: 0 0 7px 0 #a39393;
                background: #fff;
                color: #00293c;
                transition: all 200ms linear;
                border-top: 0;
                border-bottom: 0;
                border-right: 0;
              
              
          }
         
            footer {
              background: #283e4a;
              /* background: -webkit-linear-gradient(59deg, #283e4a, #151f25); */
              background: linear-gradient(59deg, #283e4a, #151f25);
              color: white;
          }
          
          .footer-middle {
            padding-top: 2em;
            color: #fff;
        }
        
        .list-unstyled {
          padding-left: 0;
          list-style: none;
      }
      footer a {
        color: rgba(255,255,255,0.9);
        transition-duration: 0.2s;
    }

    .line {
      padding: 10px;
      border-top: 1px dashed rgba(255,255,255,0.4);
  }

  .copyright {
    background-color: #17242b;
    padding-top: 15px;
}


footer a:hover {
  color: #FFF;
  text-decoration: none;
}
.cd_top{
  position: relative;
  left: 30px;
  font-size: 1.5rem;
}

#toTopBtn {
  position: fixed;
  bottom: 60px;
  right: 39px;
  z-index: 9999;
  padding: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 30px;
  /* background-color: #fff; */
  color: green;
  font-size: 40px;
  border-radius: 50%;
  /* box-shadow: 0 0 7px 0 #a39393; */
}

a:hover {
  text-decoration: none;
}

.cd-top {
  position: fixed;
  bottom: 20px;
  bottom: var(--cd-back-to-top-margin);
  right: 20px;
  right: var(--cd-back-to-top-margin);
  display: inline-block;
  height: 40px;
  height: var(--cd-back-to-top-size);
  width: 40px;
  width: var(--cd-back-to-top-size);
  box-shadow: 0 0 10px rgba(0,0,0,.05)!important;
  background:hsla(5,76%,62%,.8);
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-inline-item {
  display: inline-block;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.wp-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
  margin-right: 0px;
}

.fa-facebook-f {
  background: #3B5998;
}
.fa-youtube {
  background: #FF0000;
}

.fa-twitter {
  background: #1DA1F2;
}

.fa-linkedin-in {
  background: #0077B5;
}

.fa-instagram {
   background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.subscription.bg-white {
  background: none;
}

.subscription.bg-white .subscription-wrapper {
  background: #fff;
}

.subscription-wrapper {
  border-radius: 0% 5% 10% 3%/10% 20% 0% 17%;
  padding: 30px 30px;
  z-index: 1;
  width: 100%;
  background: linear-gradient(80deg, #0030cc 0%, #00a4db 100%);
}
.subscription-wrapper {
  box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
  margin-bottom: 30px;
}
.subscription-content {
  -webkit-transform: skewY(-1deg);
  transform: skewY(-1deg);
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

@media (min-width: 768px){
.text-md-left {
    text-align: left!important;
}}
.subscription.bg-white .form-control {
  border: 1px solid #ebebeb !important;
}

.subscription-wrapper .form-control {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 45px;
}
.serv_cate {
  background: url(../image/servbg.png) repeat;
  height: 100%;

}
.about .serv_btn a {
  padding: 0.5rem 2rem;
  font-size: 1rem;
}
.about{
  padding: 5%;
}
.serv_btn a {
  background: #ffa800;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10rem;
  /* padding: 1rem 3.5rem; */
  font-size: 1.6rem;
  font-weight: 600;
  border: #ffa800 solid 1px;
}
.about .serv_btn {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-top: 4rem;
}
.about_1{
  margin-top: 3rem;
}

.serv_btn {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.subscribe_1 {
    width: 100%;
  
    background: url(../image/subscribe_bg.webp) repeat;
    background-size: 100%;
    padding: 5rem 0;
    
}

.subscribe_1 h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.subscribe_1 p {
  
  font-weight: 500;
}
.subscribe_1 input {
  height: 3rem;
  
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.subscribe_1 button {
  height: 3rem;

  
  background: #00293c;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
}

.serv_btn a:hover {
  border: #ffa800 solid 1px;
  background: #fff;
  color: #000;
}

.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 7px;
    height: 0px;
}

.blog .carousel-indicators .active {
background: #707070;
}

section_card {
  float: left;
  width: 100%;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  background: #6F8D8A;
}
section_card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fadc0b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23fab516' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
  z-index: 0;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.btn-default {
  background: #00293c;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
}
.card_1 {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  border: 10px solid #fcf5d3;
  margin-bottom: 30px;
}
.card-01 .card-body {
  position: relative;
  padding-top: 40px;
}
.card-01 .badge-box {
  position: relative;
  top: -20px;
  left: 7%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  text-align: center;
}
.card-01 .badge-box i {
  background: #00293c;
  color: #fff;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  line-height: 50px;
  text-align: center;
  font-size: 39px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.profile-box {
  background-size: cover;
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.profile-box:before {
  background-color: #777777;
  background-image: url("../../images.pexels.com/photos/247599/pexels-photo-247599d961.jpg?h=350&amp;auto=compress&amp;cs=tinysrgb");
  width: 100%;
  position: absolute;
  content: "";
  left: -10%;
  top: 0;
  z-index: 0;
}
.profile-box img {
  width: 170px;
  height: 170px;
  position: relative;
  border: 5px solid #fff;
}
.social-box i {
  border: 1px solid #DFC717;
  color: #DFC717;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
}
.social-box i:hover {
  background: #DFC717;
  color: #fff;
}
.social-box a {
  margin: 0 5px;
}

.card-01 .height-fix .card-img-overlay {
  top: inherit;
  color: #fff;
  background: -moz-linear-gradient(top,  #1e5799 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #1e5799 0%,#7db9e8 100%); /* IE10+ */
}
.card-01 .height-fix .fa {
  color: #fff;
  font-size: 22px;
  margin-right: 18px;
}
.card-01 .height-fix .card-img-top {
  width: auto;
  height: 100%;
}

/*flipper-card*/
.card-flipper {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;

}

.card__front, .card__back {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card__back .card {
  width: 100%;
  height: 450px;
}
.top-icon ul li .pay1{
  background: #00293c;
  padding: 7px;
  border-radius: 18px;
  color: #fff;
}

.card__front, .card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
aside h5{
  color: #fff;
  background: green;
  padding: 6px;
}

/* .card__front {
  background-color: #ff5078;
} */

.card__back {
 
  -webkit-transform: rotateY(-180deg);
   -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  position: absolute;
}

.card-flipper.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}

.card-flipper.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flipper.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.why_us {
  width: 100%;
  
  margin: 2rem 0;
}

.pl_8 {
  padding-left: 8rem;
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
}

.why_us p.sub_head {
  color: #00293c;
  line-height: 2.5rem;
  font-weight: 600;
}

.why_us p {
  

  font-size: 1.25rem;
}
.why_us .registr_achiev_box {
  margin-bottom: 1rem;
  width: 100%;
  
}

.why_us .registr_achiev_box img {
  float: left;
  height: 80px;
  margin-right: 2rem;
  border: #ddd solid 1px;
  padding: 1.5rem;
  border-radius: 10px;
}
.why_us .registr_achiev_box h4 {
  font-size: 2.5rem;
  color: #00293c;
  font-weight: 500;
  margin-top: 0.2rem;
}
.why_us .registr_achiev_box p {
  padding: 0;
  font-size: 1.25rem;
  display: flex;
}

.testimonial{
  width: 650px;
}
.carousel {
	
	margin: 0 auto;
	padding-bottom: 50px
}

.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 340px
}

.carousel .item a {
	color: #eb7245
}

.carousel .img-box {
	width: 145px;
	height: 145px;
	margin: 0 auto;
	border-radius: 50%
}

.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%
}

.carousel .testimonial {
	padding: 30px 0 10px
}

.testimonial {
	color: #000000;
	font: Times Roman
}

.carousel .overview {
	text-align: center;
	padding-bottom: 5px
}

.carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px
}

.carousel .star-rating i {
	font-size: 18px;
	color: #ffdc12
}

.carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #999;
	text-shadow: none;
	top: 4px
}

.carousel-control i {
	font-size: 20px;
	margin-right: 2px
}

.carousel-control.left {
	left: auto;
	right: 40px
}

.carousel-control.right i {
	margin-right: -2px
}

.carousel .carousel-indicators {
	bottom: 15px
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 11px;
	height: 11px;
	margin: 1px 5px;
	border-radius: 50%
}

.carousel-indicators li {
	background: #e2e2e2;
	border-color: transparent
}

.carousel-indicators li.active {
	border: none;
	background: #888
}

@import url('../../rsms.me/inter/inter.css');
  html { font-family: 'Inter', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}
@media only screen and (max-width: 600px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flex-left {
    width: 10%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .flex-right {
    width: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flex-left {
    width: 15%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .flex-right {
    width: 75%;
  }
}
@media only screen and (min-width: 768px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flex-left {
    width: 25%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .flex-right {
    width: 65%;
  }
}
@media only screen and (min-width: 992px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flex-left {
    width: 20%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .flex-right {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flex-left {
    width: 20%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
  .flex-right {
    width: 60%;
  }
}
@media only screen and (min-width: 2000px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .flex-left {
    width: 15%;
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
    .flex-right {
    width: 45%;
  }
}
* {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

h2 {
  
  margin: 10px 0px 10px 0px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.nav {
  display: inline!important;
  justify-content: right;
  list-style: none;
  margin: 24% 0% 0 0;
}
.nav-heading {
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}
.nav ul {
  list-style-type: none;
}


li a.active-link {
  padding-left: 10px;
  border-left: 5px solid #00293c;
  -moz-box-shadow: 0 0 7px 0 #a39393;
  box-shadow: 0 0 7px 0 #a39393;
  background: #fff;
  color: #00293c;
  transition: all 200ms linear;
}
/* Change the link color on hover */
.nav li a:hover {
  background-color: #d1d1d1;
  color: #000;
  border-left: 3px solid #b7b7b7;
  padding: 10px 17px;
}
.nav-number {
  padding: 0px 10px 0px 0px;
}

.copyright p{
  font-size: 16px;
}

.anchor h1{
  font-size: 2rem!important;
  font-weight: 700!important;
}

.bg_sec2 h4{
  font-weight: 600;
}


.footer_get_touch_outer {
  margin-top: 80px;
}
.container {
  width: 95%;
  max-width: 1140px;
  margin: auto;
}
.grid-70-30 {
  display: grid;
  grid-template-columns: 70% 30%;
}
.get_form_inner {
  display: block;
  padding: 50px 40px;
  background: #fff;
  box-shadow: -4px -2px 20px -7px #cfd5df;
}
input[type="text"], input[type="text"], input[type="email"], input[type="tel"] {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  height: 42px;
  padding: 0 0 0 20px;
  width: 100%;
  outline: 0;
}
.grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.grid-full {
  margin: 20px 0;
}
textarea {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  color: #333;
  padding: 12px 0 0 20px;
  width: 100%;
  outline: 0;
  margin-bottom: 20px;
}
.get_form_inner_text h3 {
  color: #333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
}
input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  background: transparent;
  border: 2px solid;
  font-weight: 500;
  padding: 10px 20px;
  outline: 0;
  cursor: pointer;
  color: #103e65;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
input[type="submit"]:hover {
  background-color:#ffa800;
  border-color: #ffa800;
  color: #fff;
}
.get_say_form {
  display: inline-block;
  padding: 45px 0 25px 30px;
  background: #00293c;
  position: relative;
}
.get_say_form h5 {
  color: #fff;
  font-size: 26px;
  margin: 0 0 40px;
}

.get_say_social-icn {
  display: flex;
  position: absolute;
  bottom: 40px;
}
.get_say_social-icn a {
  font-size: 22px;
  color: #fff;
  padding: 0 20px 0 0;
}
.get_say_info_sec i {
  color: #fff;
  font-size: 32px;
}
.get_say_info_sec > li {
  display: grid;
  grid-template-columns: 40px auto;
  align-items: center;
  margin-bottom: 40px;
}
.get_say_info_sec > li a {
  width: 100%;
  display: block;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: unset;
  font-weight: 500;
  background: #17242b;
  border-radius: 5px 0 0 5px;
  transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: background 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.get_say_info_sec > li a:hover {
  background-color: #ffa800;
}

.humburger i{
    color: #fff;
  position: relative;
  /*left: 18rem;*/

}
@media only screen and (max-width: 768px) {
  .navbar a img{
    width:70%;
  }
  .navbar{
    padding: 0px 2rem;
  }
}

.powered{
  text-align: right;

}




.container_1 {
  display: grid;
  grid-template-columns: 4rem 3fr 1fr 2rem;
  margin-top: 2rem;
  /* grid-column-gap: 2rem; */
}



.content {
  grid-column: 2 / 3;
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.4;
}

.content .poster-image {
  width: 850px;
  height: 470px;
  object-fit: cover;
}

.aside .heading {
  margin: 0;
  font-weight: 600;
}


@media only screen and (max-width: 600px) {
  .container_1 {
    grid-template-columns: 2rem 3fr 1fr 2rem;
  }
  .content {
    grid-column: 2 / 4;
  }
  .aside {
    grid-column: 2 / 4;
  }
}

.card1 {
  height: 5rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  margin: 1rem 0;
  cursor: pointer;
}

.card1 img {
  height: 100%;
  width: 40%;
  margin-right: 0.5rem;
}

.card1 p {
  margin: 0;
}

.card1 .title {
  font-size: 0.8rem;
}

.card1 .author {
  font-size: small;
}







.blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.blog_section .blog_content .blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_section .blog_content .blog_item .blog_image {
  overflow: hidden;
  padding: 0;
}
.blog_section .blog_content .blog_item .blog_image img {
  width: 350px;
  transition: transform 0.5s ease-in-out;
  height: 200px;
}
.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #00293c;
}
.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}
.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #ff5e14;
}
.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}
.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}
.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}
.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}
.blog_section .blog_content .blog_item .blog_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}
.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.blog_section .blog_content .owl-nav {
  display: block;
}
.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #00293c;
  transition: all 0.3s;
  color: #fff;
}
.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #00293c;
  color: #00293c;
}
.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #00293c;
  color: #fff;
  transition: all 0.3s;
}
.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #00293c;
  color:#00293c;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }
  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.ser_home{
  height: 26rem;
}
.ml_r{
  margin-right: 3rem;
}
.lgo{
  color: #00293c;
  font-family: Trebuchet MS, Sans-sarif;
  font-size: 1.5rem;
  margin-left: 2rem;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:10px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.vik{
	position:fixed;
	width:60px;
	height:60px;
	bottom:75px;
	right:20px;
	background-color:rgba(23, 23, 162, 0.61);
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}