body {
    margin: 0px;
    padding: 0px;
    line-height: 1.5;
    font-family: 'Roboto Slab', serif;
    font-family: 'Noto Sans', sans-serif;
}
.paddingz {
    padding: 0px;
}
.pdfd {
    padding: 0px;
}
.pdxl {
    padding: 0px;
}
.pdlg {
    padding: 0px;
}
.pdmd {
    padding: 0px;
}
.pdr {
    padding-left: 0px;
}
.mrxl {
    margin: 0px;
}
.mrlg {
    margin: 0px;
}
a {
    outline: none !important;
    text-decoration: none !important;
    color: #222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
p {
    padding-top: 2px;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
ol, ul, li {
    list-style: none;
}
label {
    text-align: left;
    margin-top: 15px;
}
a img {
    border: none;
    max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 5px;
    margin-top: 5px;
    color: #222;
}
a:hover, a:focus {
    color: #222;
}
input, textarea {
    outline: none
}
button:focus {
    outline: none !important;
    box-shadow: none !important;
}
.active {
    background: #1f3345;
    color: #fff !important;
}
.carousel-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.0) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0.9) 100%);
}
.carousel-caption {
    bottom: 30px;
    text-align: left;
}
.carousel-caption h3{
    position: relative;
    display: inline-block;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    padding: 10px 15px;
    text-shadow: 0px 3px 2px #000;
    animation: animatetop 5s infinite;
}
@keyframes animatetop{from{top:-100px;opacity:1} to{top:0;opacity:1}}

#both-header-top {
    background-color: #1F3345 !important;
}
.top-addr {
    float: left;
    width: 100%;
    padding: 8px 0px;
}
.top-addr li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    margin-right: 13px;
    padding-left: 15px;
}
.top-addr li i {
    padding-right: 10px;
}
.result-height{height: 300px; margin-bottom: 15px;}
.result-height img{height: 100%; width: 100%;}
.menu-list li a.blinking, .mycontact.blinking {
    color: #fff;
    animation: blinkingText 1.5s infinite;
}
@keyframes blinkingText{
    0%{background: #cd201f;}
    100%{background: #0f4f97}
}
.marqqq{background: #0f4f97;
color: #fff;}
.pad5-15{padding: 5px 15px;}
.heigh-100{height:100%;}
.highlight-texttt{
    font-weight: bold;
    text-transform: uppercase;
    background: #093668;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.highlight-texttt:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #093668;
    position: absolute;
    right: -12px;
    top: 9px;
}
.my-logos img {
    height: 66px !important;
}
 .small {
  font-size: 11px;
  color: #999;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 0;
}

.demo-gallery > ul > li {
  margin-bottom: 15px;
  width: 24%;
  display: inline-block;
  margin-right: 0;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.inner-submenu{width: 200px !important;}
ul.social_icon {
    float: right;
    padding: 8px 0 0px;
}
ul.social_icon li {
    display: inline-block;
}
ul.social_icon li a i {
    color: #fff;
    font-size: 13px;
}
ul.social_icon li a {
    color: #fff;
    display: block;
    /* height: 28px; */
    line-height: 24px;
    text-align: center;
    /* width: 28px; */
    border-radius: 4px;
    position: relative;
    margin-right: 4px;
    z-index: 1;
    padding: 0 10px;
    font-size: 12px;
    overflow: hidden;
}
ul.social_icon li a.mycontact{color: #222;}
ul.social_icon li a.mycontact.blinking{color: #fff;}
ul.social_icon li a.facebook:after {
    background: #3b5999;
}
ul.social_icon li a.twitter:after {
    background: #55acee;
}
ul.social_icon li a.google-plus:after {
    background: #dd4b39;
}
ul.social_icon li a.linkedin:after {
    background: #0077B5;
}
ul.social_icon li a.youtube:after {
    background: #cd201f;
}
ul.social_icon li a.instagram:after {
    background: #e4405f;
}
ul.social_icon li a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #f7c51e;
    transition: .4s;
    border-radius: 4px;
    opacity: 1;
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    z-index: -1
}
ul.social_icon li a:hover:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    color: #fff;
}
ul.social_icon li a:hover {
    border-color: transparent
}
.menu-list {
    padding: 5px 0px;
}
.my-logos img {
    height: 60px;
}
.manubar li {
    padding: 0px 0px;
}
.manubar li a {
    font-size: 13px;
    padding: 8px 11px !IMPORTANT;
    border-radius: 3px;
    position: relative;
    color: #fff;
    text-align: center;
    background: transparent;
}
.manubar li a:hover {
    background: #1f3345;
    color: #fff;
}
/* Mega menu */

.menu-list li {
    position: relative;
    transition: all 0.2s ease;
}
.menu-list li a {
    margin-right: 5px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 8px !important;
    font-weight: bold;
    color: #222;
    border-bottom: 0px solid #f7f7f7;
}
.inner-submenu {
    transition: all 0.2s ease;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #2c4a6b;
    width: auto;
    top: 64px;
    visibility: hidden;
    opacity: 0;
    display: block;
    border: 0;
}
.inner-submenu ul {
    padding-left: 0;
    border-top: 2px solid #fc4d4a;
}
.inner-submenu ul li {
    width: 100%;
    transition: all 0.2s ease;
}
.inner-submenu ul li a {
    color: #fff;
    display: block;
    padding: 11px 20px 7px 15px;
    text-transform: capitalize;
    margin-top: -1px;
    font-size: 11px;
    transition: all 0.2s ease;
}
.menu-list li:hover .inner-submenu {
    opacity: 1;
    visibility: visible;
    top: 26px;
    transition: all 0.2s ease;
}
/* Silder */
.carousel-item .img-fluid {
    width: 100%;
    height: 560px;
}
#welcome-section {
    padding-top: 50px;
    padding-bottom: 50px;
    /*! background-color: #f8f8f8; */
}
.carousel-control-next, .carousel-control-prev {
    width: 0;
    opacity: 1;
}
.angle-left {
    position: absolute;
    left: 60px;
    width: 56px;
    height: 56px;
    background: #1f3345;
    line-height: 56px;
    font-size: 26px;
    border-radius: 50px;
}
.angle-right {
    position: absolute;
    right: 60px;
    width: 56px;
    height: 56px;
    background: #1f3345;
    line-height: 56px;
    font-size: 26px;
    border-radius: 50px;
}
.section-title {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.section-title h2 {
    color: #1f3345;
    font-size: 26px;
    margin-bottom: 22px;
    position: relative;
}
.section-title h2:after {
    border-radius: 8px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 64px;
    background: #1F3345;
}
.section-title h2:before {
    border-radius: 8px;
    bottom: -12px;
    content: "";
    height: 6px;
    left: 19px;
    position: absolute;
    width: 24px;
    background: #1F3345;
}
.section-title .w1-text {
    font-size: 13px;
    line-height: 26px;
    color: #898484;
    text-align: justify;
    margin-top: 12px;
}
.section-title .w2-text {
    font-size: 13px;
    line-height: 24px;
    color: #897e7e;
    text-align: justify;
}
.image-welcome {
    float: left;
    width: 100%;
    margin-top: 41px;
    border-radius: 50px;
    padding: 7px;
    overflow: hidden;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 1px 1px #aaa;
    -webkit-box-shadow: inset 0 0 1px 1px #aaa;
    box-shadow: inset 0 0 1px 1px #aaa;
}
.image-welcome img {
    width: 100%;
}
#service-section {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 16px;
    /*! background: linear-gradient(rgba(31, 51, 69, 0.87), rgba(31, 51, 69, 0.83)), url(../img/trailbg.jpg); */
}
.service-headding {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}
.service-headding h2 {
    font-size: 26px;
    color: #1f3345;
    position: relative;
}
.service-headding h2:before {
    border-radius: 8px;
    bottom: -12px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    width: 24px;
    background: #1f3345;
    margin-left: -12px;
}
.service-headding h2:after {
    border-radius: 8px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 64px;
    background: #1f3345;
    margin-left: -32px;
}
.comman-service {
    background-color: #1f3345;
    padding: 37px 0px;
    border-radius: 11px;
}
.service-boxs {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.service-boxs .service-icon {
    width: 100%;
    height: 65px;
    padding: 6px;
    display: block;
    margin-right: .94rem;
    border-radius: 50%;
    /* background-color: #1f3345 !important; */
}
.service-boxs .service-icon i {
    width: 52px;
    height: 52px;
    line-height: 51px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fffdf1;
    font-size: 1.38rem;
    color: #fff;
    transition: all .3s ease-in-out;
}
.service-boxs-body {
    float: left;
    width: 100%;
}
.service-boxs-body h3 {
    font-size: 17px;
    color: #1f3345 !important;
    font-weight: bold;
}
.service-boxs-body p {
    font-size: 13px;
    color: #1f3345 !important;
    line-height: 20px;
}
.service-boxs:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.mbt {
    margin-bottom: 34px;
    border-right: 1px dotted #1f3345;
    position: relative;
}
.mbr {
    border-right: 1px dotted transparent;
}
#sucess {
    background: linear-gradient(rgba(13, 14, 15, 0.9), rgba(7, 8, 9, 0.84)), url(../img/swiper-default-01.jpg);
    padding: 44px 0px 44px;
    background-size: cover;
    /* background-position: center center; */
    background-repeat: no-repeat;
    z-index: -1;
}
.success-headding {
    float: left;
    width: 100%;
    text-align: center;
}
.success-headding h2 {
    position: relative;
    z-index: 10;
    margin-bottom: 4px;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #1f3345;
}
.success-headding h2:before {
    border-radius: 8px;
    bottom: -12px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.success-headding h2:after {
    border-radius: 8px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.success-headding p {
    color: #fff !important;
    margin-bottom: 29px;
    font-size: 12px;
    margin-top: 6px;
    text-align: center;
    z-index: 9 !important;
}
.owl-carousel.featured-item_result{
    text-align: center;
    margin: 0;
}
.result-content {
    background: rgba(255,255,255,.8);
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    width: auto;
    padding: 5px 0;
}
.result-content h4{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.result-content p{
    font-size: 13px;
}
.featured-item_result .owl-item .col-12{
    padding: 0;
}
.featured-item_result .owl-item .col-12 .result-content{
    padding: 5px 0;
}
.featured-item_result img{
    height: 250px;
    width: 100%;
}
.featured-item_result.owl-theme .owl-controls {bottom: -35px;}
.route1{margin-bottom: 50px;}
.route1:nth-last-child(1){margin-bottom: 0px;}
.route1 ul{display: flex; justify-content: center; position: relative;}
.route1 h4{margin-top: 0px; margin-bottom: 15px; width: 100%; float: left;}
.route1 ul li{border: 1px solid #ddd; padding: 8px 15px; margin-right: 30px; background: #ddd; position: relative; width: 130px; float: left; display: flex; align-items: center; text-align: center; justify-content: center;}
.route1 ul li:after{content: ""; position:absolute; border: 1px dashed; width: 40px; right: -35px; top: 50%; z-index: -1;}
.route1 ul li:nth-last-child(1):after{display: none;}
.outbox {
    text-align: center;
    margin: 0 auto;
}
.outbox .inboxs {
    background: rgba(20, 116, 147, 0.72);
    width: 130px;
    height: 130px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.outbox .inboxs .inner-box {
    background: rgba(31, 51, 69, 0.54);
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px 0px 19px;
    border-radius: 50%;
}
.outbox .inboxs .inner-box i {
    font-size: 33px;
    color: #fff;
    line-height: 45px;
}
.outbox .inboxs .inner-box h3 {
    position: absolute;
    top: 83px;
    left: 27px;
    background: #d2b512;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #ffff;
    font-size: 15px;
    line-height: 40px;
}
.cont-tittle {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 43px !IMPORTANT;
    background: rgba(20, 116, 147, 0.72);
    padding: 9px;
    width: 80%;
    margin: auto;
    border-radius: 6px;
}
#choose-section-main {
    padding-top: 45px;
    background: #e7e7e7;
    position: relative;
    padding-bottom: 30px;
}
#choose-section-main:before {
    content: "";
    background: url(../img/choose-bottom.png) bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.coman-section {
    float: left;
    width: 100%;
    text-align: center;
}
.coman-section .coman-title {
    font-size: 23px;
    color: #1f3345;
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
}
.coman-section .coman-title:before {
    border-radius: 8px;
    bottom: -12px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.coman-section .coman-title:after {
    border-radius: 8px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.acheivements-arrow:before {
    background: #fff !important;
}
.acheivements-arrow:after {
    background: #fff !important;
}
.choose-icons {
    height: 70px;
    width: 70px;
    background: #1f3345;
    text-align: center;
    border-radius: 50%;
    margin: auto;
    margin-top: 10px;
    border: 4px solid #d2b512;
}
.choose-icons a {
    color: #ffff;
}
.choose-icons a i {
    line-height: 65px;
    font-size: 24px;
}
.choose-tiitle-icons {
    float: left;
    width: 100%;
}
.choose-tiitle-icons .choose-subtiitle {
    font-size: 18px;
}
.dmb-20{margin-bottom: 20px;}
.uppercasee{text-transform: uppercase;}
.choose-tiitle-icons .choose-para-tittle {
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: 0.2px;
}
.rr {
    margin-bottom: 20px;
}
#testimonial-section {
    padding: 45px 0px 100px;
}
.testimonial-headding {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 11px;
}
.testimonial-headding h2 {
    position: relative;
    z-index: 10;
    margin-bottom: 19px;
    font-size: 26px;
    color: #1f3345;
}
.testimonial-headding h2:before {
    border-radius: 8px;
    bottom: -21px;
    content: "";
    height: 6px;
    left: 38px;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.testimonial-headding h2:after {
    border-radius: 8px;
    bottom: -19px;
    content: "";
    height: 2px;
    left: 3.2%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.testimonial-images {
    float: left;
    width: 100%;
}
.testimonial-images img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}
.testimonial-content {
    float: left;
    width: 100%;
}
.testimonial-content .testmonial-para {
    font-size: 14px;
    font-weight: normal;
    color: #110c0c;
    line-height: 24px;
}
.testimonial-content .testmonial-position {
    font-size: 14px;
}
.testimonial-content .testmonial-name {
    font-size: 15px;
}
#testimonial-section .owl-theme .owl-controls {
    text-align: center;
    position: absolute;
    bottom: -64px;
    left: 46.5%;
}
/* Footer  */

#footer {
    color: #a9a9a9 !important;
    background: rgb(26, 27, 30) none repeat scroll 0% 0% !important;
    padding: 60px 0px 50px;
}
.f-about {
    float: left;
    width: 100%;
}
.f-about img {
    height: 34px;
    margin-bottom: 20px;
}
.f-about .f-media li {
    display: inline-block;
    padding-right: 5px;
}
.f-about .f-media li a {
    color: #fff;
    border: 1px solid #7c7c7c;
    border-top-color: rgb(124, 124, 124);
    border-right-color: rgb(124, 124, 124);
    border-bottom-color: rgb(124, 124, 124);
    border-left-color: rgb(124, 124, 124);
    display: block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
    border-radius: 4px;
    position: relative;
    margin-right: 4px;
    z-index: 1;
    padding: 0;
}
}
.f-about {
    float: left;
    width: 100%;
}
.f-about img {
    margin-bottom: 20px;
width: 100%;
height: auto;
background: #fff;
padding: 6px;
border-radius: 5px;
}
.f-about .para-about {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 25px;
    color: #fff !important;
}
.f-about .f-media li {
    display: inline-block;
    padding-right: 5px;
}
.f-about .f-media li a {
    color: #fff;
    border: 1px solid #7c7c7c;
    border-top-color: rgb(124, 124, 124);
    border-right-color: rgb(124, 124, 124);
    border-bottom-color: rgb(124, 124, 124);
    border-left-color: rgb(124, 124, 124);
    display: block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    width: 28px;
    border-radius: 4px;
    position: relative;
    margin-right: 4px;
    z-index: 1;
    padding: 0;
}
.comman-links {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 18px;
    color: #fff !important;
    position: relative;
    letter-spacing: 0.5px;
}
.comman-links:before {
    border-radius: 8px;
    bottom: -15px;
    content: "";
    height: 6px;
    left: 38px;
    position: absolute;
    width: 24px;
    background: #FFF;
    margin-left: -12px;
}
.comman-links:after {
    border-radius: 8px;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 15%;
    position: absolute;
    width: 64px;
    background: #FFF;
    margin-left: -32px;
}
.qulik-links {
    float: left;
    width: 100%;
}
.qulik-links .footer-link li {
    margin-bottom: 0;
    padding: 6px 0px 6px;
    border-bottom: 1px solid #353535;
}
.qulik-links .footer-link li a {
    color: #fff;
    font-size: 14px;
}
.qulik-links .footer-link li a i {
    margin-right: 13px;
}
.address-widget .add-number li a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0px 4px 0px;
    text-transform: capitalize;
    color: #fff;
    width: calc(100% - 30px);
    float: left;
}
.address-widget .add-number li a i {}
.add-number li i {
    width: 30px;
    margin-top: 9px;
    float: left;
}
#and-footer {
    background: rgb(22, 23, 27) none repeat scroll 0% 0%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.authorized-public {
    float: left;
    width: 100%;
}
.authorized-public span a {
    font-size: 14px;
    color: #fff;
}
.authorized-public span img {
    height: 23px;
}
.scrolltop {
    background: rgb(31, 51, 69);
    bottom: 15px;
    display: block;
    height: 40px;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    z-index: 99999;
    line-height: 40px;
    cursor: pointer;
}
.scrolltop i {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}
/* about */

#comman-banner {
    background: linear-gradient(rgba(6, 27, 47, 0.81), rgba(31, 51, 69, 0.87)), url(../img/slider_img_kids.png);
    background-position: center center;
    background-size: cover !important;
    height: 164px;
    width: 100%;
    position: relative;
    padding-top: 56px;
}
.comman-headding-tittle {
    float: left;
    width: 100%;
    text-align: center;
}
.comman-headding-tittle h2 {
    position: relative;
    color: #fff;
    font-size: 26px;
}
.comman-headding-tittle h2:before {
    border-radius: 8px;
    bottom: -15px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    width: 24px;
    background: #FFF;
    margin-left: -12px;
}
.comman-headding-tittle h2:after {
    border-radius: 8px;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 64px;
    background: #FFF;
    margin-left: -32px;
}
#about-sec {
    padding: 58px 0px 50px;
    ;
}
.about-sec {
    float: left;
    width: 100%;
    margin-top: 26px;
}
.about-sec h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 23px;
    color: #9C1E14;
    position: relative;
}
.about-sec h2:before {
    border-radius: 8px;
    bottom: -15px;
    content: "";
    height: 6px;
    left: 8%;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.about-sec h2:after {
    border-radius: 8px;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 8%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.about-headding-text {
    font-size: 22px;
    color: #1f3345;
    font-weight: 700;
}
.about-para-body {
    float: left;
    width: 100%;
}
.about-para-body h4 {
    font-size: 18px;
    color: #625a5a;
    margin-bottom: 12px;
}
.about-para-body p {
    font-size: 13.5px;
    line-height: 26px;
}
.about-sec-image {
    padding: 8px;
    overflow: hidden;
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 1px 1px #aaa;
    -webkit-box-shadow: inset 0 0 1px 1px #aaa;
    box-shadow: inset 0 0 1px 1px #aaa;
}
.about-sec-image img {
    border-radius: 5px;
    transition: all 0.4s ease;
    transform: scale(1.0);
    overflow: hidden;
    cursor: pointer;
}
.about-btn {
    float: left;
    width: 100%;
    margin: auto;
    margin-top: auto;
    text-align: center;
    margin-top: 20px;
}
.about-btn a {
    font-size: 12px;
}
#mission-sec {
    padding: 7px 0px 23px;
}
.mission-sec-image {
    float: left;
    width: 100%;
    margin-top: 21px;
}
.mission-sec-image img {}
.mission-sec {
    float: left;
    width: 100%;
}
.mission-sec h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 23px;
    color: #1F3345;
    position: relative;
}
.mission-sec h2:before {
    border-radius: 8px;
    bottom: -15px;
    content: "";
    height: 6px;
    left: 6%;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.mission-sec h2:after {
    border-radius: 8px;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 6%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.mission-para-body {
    float: left;
    width: 100%;
}
.mission-para-body .m1 {
    font-size: 13.5px;
    line-height: 26px;
    margin-bottom: 30px;
}
.mission-para-body .m2 {
    font-size: 13.5px;
    line-height: 26px;
}
.vision-sec-image {
    float: left;
    width: 100%;
    margin-top: 33px;
}
.vision-sec-image img {}
.vision-sec {
    float: left;
    width: 100%;
}
.vision-sec h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 23px;
    color: #1F3345;
    position: relative;
}
.vision-sec h2:before {
    border-radius: 8px;
    bottom: -15px;
    content: "";
    height: 6px;
    left: 5%;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.vision-sec h2:after {
    border-radius: 8px;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 5%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.vision-para-body {
    float: left;
    width: 100%;
}
.vision-para-body .v1 {
    font-size: 13.5px;
    line-height: 26px;
    margin-bottom: 20px;
}
.vision-para-body .v2 {
    font-size: 13.5px;
    line-height: 26px;
}
#gallery {
    padding: 70px 0px 47px;
}
.facelitie-sec-box {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 1px 12px #1f3345;
    padding: 24px 10px 16px;
    border-radius: 10px;
    min-height: 284px;
}
.facelities-tittle {
    float: left;
    width: 100%;
}
.facelities-tittle h2 {
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    color: #1f3345;
}
.facelities-tittle p {
    font-size: 13px;
    text-align: justify;
    line-height: 21px;
}
.facelities-image-sec {
    float: left;
    width: 100%;
    margin-top: 39px;
    overflow: hidden;
}
.facelities-image-sec img {
    width: 100%;
    transition: all 0.8s ease-in-out;
}
.facelities-image-sec img:hover {
    transform: scale(1.3);
    transition: all 0.8s ease-in-out;
    cursor: pointer;
}
/* Activity */

#activity {
    padding: 70px 0px 47px;
}
.blog-grid {
    float: left;
    width: 100%;
    overflow: hidden;
}
.cs-media {
    float: left;
    width: 100%;
    overflow: hidden;
}
.cs-media figure {
    margin: 0;
    overflow: hidden;
}
.cs-media figure a {}
.cs-media figure a img {
    float: left;
    width: 100%;
}
.cs-media figure figcaption {
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    background-color: rgba(0, 0, 0, 0.4);
    height: 90%;
    opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.4s linear;
    visibility: hidden;
    width: 92.2%;
}
.cs-media figure figcaption a {
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    background-color: #16283b;
    height: 50px;
    left: 50%;
    margin: 0px 0px 0px -20px;
    padding: 11px 0px 0px 0px;
    position: absolute;
    text-align: center;
    top: 23%;
    transition: all 0.4s linear;
    width: 50px;
}
.cs-media figure figcaption a img {
    display: inline-block;
    float: none;
    width: auto;
}
.blog-text {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    float: left;
    margin: -10px 0 0;
    padding: 15px 30px 20px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 25px;
}
.blog-text h2 {
    font-size: 20px !important;
}
.blog-text p {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 20px;
    padding: 0 0 20px;
    font-size: 14px;
    text-align: justify;
}
.post-options {
    margin: 0;
}
.post-options li {
    margin-right: 0px;
    float: left;
    list-style: none;
}
.post-options li a {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}
.read-mores {
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    border-radius: 100%;
    float: right;
    font-size: 12px;
    line-height: 26px;
    text-transform: uppercase;
    transition: all 0.4s linear;
}
.read-mores i {
    border-radius: 100%;
    border: 2px solid #f37735;
    float: left;
    height: 29px;
    padding: 6px 0 0;
    text-align: center;
    width: 29px;
}
.blog-grid:hover figure figcaption {
    opacity: 1;
    visibility: visible;
}
.blog-grid:hover figure figcaption a {
    margin: -25px 0px 0px -20px;
}
/* contact */

#contact-sec {
    padding: 30px 0px 30px;
}
.head {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.head h2 {
    color: #1f3345;
    font-size: 24px;
}
.one-third {
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    position: relative;
    width: 100%;
}
.one-third .ico_box {
    float: left;
    width: 20%;
    margin-top: 15px;
}
.one-third .ico_box i {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background: #0173ba;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.one-third .cont_det {
    display: block;
    float: left;
    margin-left: 2%;
    width: 75%;
}
.one-third h2 {
    color: #1c1d1e;
    font-size: 18px;
}
.one-third p {
    font-size: 14px;
    color: #555;
    text-align: left;
}
#maps-both-form {
    padding: 30px 0px 30px;
    background: #e7e7e7;
}
.maps-directions {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
}
.maps-directions span {
    font-weight: bold !important;
}
.maps-directions h2 {
    color: #1f3345;
    font-size: 25px;
}
.maps {
    float: left;
    width: 100%;
}
.maps {
    float: left;
    width: 100%;
}
.form-text-tittle {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.text-inputs {
    font-size: 13px;
    margin-bottom: 5px;
    height: 40px;
}
#gallery-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Gallery */

.lightboxgallery-gallery {
    display: block;
    margin: 0px;
}
.lightboxgallery-gallery-item {
    cursor: zoom-in;
    display: block;
    float: left;
    width: 25%;
}
@media only screen and (max-width: 767px) {
    .lightboxgallery-gallery-item {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 479px) {
    .lightboxgallery-gallery-item {
        width: 50%;
    }
}
.lightboxgallery-gallery-item img {
    width: 100%;
}
.lightboxgallery-gallery-item>div {
    position: relative;
    margin: 10px;
}
.lightboxgallery-gallery-item>div:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(31, 51, 69, 0.68) 0%, rgba(31, 51, 69, 0.55) 100%);
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.lightboxgallery-gallery-item:hover>div:after {
    opacity: 1;
}
.lightboxgallery-gallery-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
}
.lightboxgallery-gallery-item:hover .lightboxgallery-gallery-item-content {
    opacity: 1;
}
.lightboxgallery-gallery-item-title {
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 1px;
}
.news-event-area {
    padding: 45px 0 28px;
    background: #f5f5f5;
}
.news-inner-area {}
.title-default-left {
    margin-bottom: 30px;
    color: #1f3345;
    font-size: 22px;
    font-weight: 900;
}
.news-wrapper {
    float: left;
    width: 100%;
    height: 251px;
    overflow: scroll;
    overflow-x: hidden;
}
.news-img-holder {
    float: left;
    width: 100%;
}
.news-img-holder a {}
.news-img-holder a img {}
.news-content-holder {
    float: left;
    width: 100%;
}
.news-content-holder h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff !important;
}
.news-content-holde a {}
.post-date {
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    color: #d2b512;
}
.post-para {
    font-size: 13px;
    margin: 5px 0;
    font-weight: 500;
    color: #0c0c0a;
    margin-bottom: 30px;
}
.title-default-right {
    margin-bottom: 30px;
    color: #1f3345;
    font-size: 22px;
    font-weight: 900;
}
.upcome-news {
    margin-bottom: 20px
}
.event-calender-holder2 {
    text-align: center;
    width: 100px;
    background: #1f3345;
}
.event-calender-holder2 h3 {
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
}
.event-calender-holder2 p {
    color: #f5f5f5;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}
.event-calender-holder2 span {
    line-height: 2.5;
    background: #d2b512;
    height: 40px;
    display: block;
    color: #ffffff;
    margin-bottom: 20px;
}
.event-content-holder2 {
    float: left;
    width: 100%;
}
.event-content-holder2 h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #fff !important;
}
.event-content-holder2 p {
    font-size: 13px;
    margin-top: 10px;
}
/**=============== Responsive==================== ********/

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:portrait) {
    .menu-list button {
        background: #09a3d5;
        color: #ffff;
    }
    .pdz {
        padding: 0px;
    }
    ul.social_icon {
        display: none;
    }
    .top-addr li {
        font-size: 11px;
    }
    .top-addr li i {
        margin-right: 8px;
    }
    .manubar li a {
        width: 100%;
    }
    .my-logos img {
        height: 32px;
    }
    .manubar li {
        padding: 0;
        text-align: center;
    }
    .angle-left {
        position: absolute;
        left: 20px;
        width: 26px;
        height: 26px;
        background: #1f3345;
        line-height: 26px;
        font-size: 19px;
        border-radius: 50%;
    }
    .angle-right {
        position: absolute;
        right: 20px;
        width: 26px;
        height: 26px;
        background: #1f3345;
        line-height: 26px;
        font-size: 19px;
        border-radius: 50%;
    }
    #welcome-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-title h2 {
        font-size: 20px;
        margin-bottom: 22px;
        text-align: center;
    }
    .section-title h2:before {
        left: 50%;
        width: 24px;
        margin-left: -12px;
    }
    .section-title h2:after {
        left: 50%;
        width: 64px;
        margin-left: -32px;
    }
    .section-title .w1-text {
        font-size: 13px;
        line-height: 21px;
    }
    #choose-section-main {
        padding-top: 20px;
    }
    .choose-section .choose-title {
        font-size: 20px;
    }
    .choose-section .choose-title:after {
        left: 50%;
        width: 64px;
        margin-left: -32px;
    }
    .choose-icons {
        margin-top: 5px;
    }
    .choose-tiitle-icons .choose-subtiitle {
        font-size: 19px;
        text-align: center;
    }
    .choose-tiitle-icons .choose-para-tittle {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.2px;
    }
    .choose-images {
        display: none;
    }
    .service-headding h2 {
        font-size: 20px;
        color: #1f3345;
        position: relative;
    }
    .service-headding {
        margin-bottom: 22px;
    }
    .service-headding h2:before {
        margin-left: -12px;
    }
    .mbt {
        margin-bottom: 28px;
        border-right: 1px dotted #1f3345;
        position: relative;
    }
    .service-boxs .service-icon {
        width: 65px;
        height: 65px;
        margin: auto;
    }
    .service-boxs-body h3 {
        margin-top: 20px;
        text-align: center;
    }
    .service-boxs-body p {
        text-align: center;
    }
    .success-headding p {
        color: #fff !important;
        margin-bottom: 0;
        font-size: 12px;
        margin-top: 6px;
        text-align: center;
        z-index: 9 !important;
    }
    .cont-tittle {
        margin-bottom: 20px;
    }
    .testimonial-headding {
        text-align: center;
    }
    .testimonial-headding h2:after {
        border-radius: 8px;
        bottom: -19px;
        left: 50%;
        width: 64px;
        margin-left: -32px;
    }
    .testimonial-headding h2:before {
        left: 50%;
        width: 24px;
        background: #1F3345;
        margin-left: -12px;
    }
    .testimonial-images {
        text-align: center;
    }
    .testimonial-content {
        float: left;
        width: 100%;
        text-align: center;
    }
    #footer {
        padding: 35px 0px 50px;
    }
    .f-about .para-about {
        font-size: 12px;
        text-align: justify;
        margin-bottom: 13px;
    }
    .comman-links {
        margin-top: 20px;
    }
    .comman-links:before {
        border-radius: 8px;
        bottom: -15px;
        content: "";
        height: 6px;
        left: 10%;
        position: absolute;
        width: 24px;
        background: #FFF;
        margin-left: -12px;
    }
    .comman-links:after {
        border-radius: 8px;
        bottom: -13px;
        content: "";
        height: 2px;
        left: 10%;
        position: absolute;
        width: 64px;
        background: #FFF;
        margin-left: -32px;
    }
    /* About */
    #comman-banner {
        height: 89px;
        padding-top: 14px;
    }
    .comman-headding-tittle h2 {
        position: relative;
        color: #fff;
        font-size: 19px;
    }
    #about-sec {
        padding: 15px 0px 0px;
    }
    .about-sec h2 {
        text-align: center;
    }
    .about-sec h2:after {
        left: 50%;
    }
    .about-sec h2:before {
        left: 50%;
    }
    .about-para-body h4 {
        font-size: 16px;
        color: #132335;
        text-align: center;
    }
    .about-para-body p {
        font-size: 13.5px;
        line-height: 20px;
        text-align: justify;
        color: #222;
    }
    .about-btn {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .mission-sec {
        margin-top: 20px;
    }
    .mission-sec h2 {
        text-align: center;
    }
    .mission-sec h2:before {
        left: 50%;
    }
    .mission-sec h2:after {
        left: 50%;
    }
    .mission-para-body .m1 {
        font-size: 13.5px;
        line-height: 23px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .mission-para-body .m2 {
        font-size: 13.5px;
        line-height: 23px;
        margin-bottom: 0;
        text-align: justify;
    }
    #mission-sec {
        padding: 21px 0px 21px;
    }
    .vision-sec h2 {
        text-align: center;
    }
    .vision-sec h2:before {
        left: 50%;
        margin-left: -12px;
    }
    .vision-sec h2:after {
        left: 50%;
    }
    .vision-para-body .v1 {
        text-align: justify;
        line-height: 22px;
    }
    .vision-para-body .v2 {
        text-align: justify;
        line-height: 22px;
    }
    /* facilities */
    #gallery {
        padding: 28px 0px 47px;
    }
    .facelitie-sec-box {
        margin-bottom: 20px !important;
    }
    /* activity */
    #activity {
        padding: 26px 0px 2px;
    }
    .one-third p {
        font-size: 13px;
        color: #555;
    }
    .maps-directions h2 {
        margin-top: 40px;
    }
    #testimonial-section .owl-theme .owl-controls {
        text-align: center;
        position: absolute;
        bottom: -64px;
        left: 39.5%;
    }
    .one-third .ico_box {
        margin-top: 7px;
    }
}
/* end 320 portrait*/

@media only screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
    .pdz {
        padding: 0px;
    }
    .mrall {
        margin: 0px;
    }
    .top-addr li {
        font-size: 9px;
    }
    ul.social_icon {
        padding-left: 1px;
        padding-top: 22px;
        float: right;
    }
    .top-addr li i {
        margin-right: 8px;
    }
    .my-logos img {
        height: 32px;
    }
    .manubar li {
        padding: 0;
        text-align: center;
    }
    .angle-left {
        position: absolute;
        left: 20px;
        width: 26px;
        height: 26px;
        background: #1f3345;
        line-height: 26px;
        font-size: 19px;
        border-radius: 50%;
    }
    .angle-right {
        position: absolute;
        right: 20px;
        width: 26px;
        height: 26px;
        background: #1f3345;
        line-height: 26px;
        font-size: 19px;
        border-radius: 50%;
    }
    #welcome-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section-title h2 {
        font-size: 20px;
        margin-bottom: 22px;
        text-align: center;
    }
    .section-title h2:before {
        left: 50%;
        width: 24px;
        margin-left: -12px;
    }
    .section-title h2:after {
        left: 50%;
        width: 64px;
        margin-left: -32px;
    }
    .section-title .w1-text {
        font-size: 12px;
        line-height: 19px;
    }
    .section-title .w2-text {
        font-size: 12px;
        line-height: 19px;
    }
    #choose-section-main {
        padding-top: 20px;
        padding-bottom: 24px;
    }
    .choose-section .choose-title {
        font-size: 20px;
    }
    .choose-section .choose-title:after {
        left: 50%;
        width: 64px;
        margin-left: -32px;
    }
    .choose-icons {
        margin-top: 5px;
    }
    .choose-tiitle-icons .choose-subtiitle {
        font-size: 17px;
        text-align: center;
        margin-top: 20px;
    }
    .choose-tiitle-icons .choose-para-tittle {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.2px;
    }
    .choose-images {
        display: none;
    }
    .service-headding h2 {
        font-size: 20px;
        color: #1f3345;
        position: relative;
    }
    .service-headding {
        margin-bottom: 22px;
    }
    .service-headding h2:before {
        margin-left: -12px;
    }
    .mbt {
        margin-bottom: 28px;
        border-right: transparent;
        position: relative;
    }
    .service-boxs .service-icon {
        width: 65px;
        height: 65px;
        margin: auto;
    }
    .service-boxs-body h3 {
        margin-top: 20px;
        text-align: center;
    }
    .service-boxs-body p {
        text-align: center;
    }
    .success-headding p {
        color: #fff !important;
        margin-bottom: 0;
        font-size: 12px;
        margin-top: 6px;
        text-align: center;
        z-index: 9 !important;
    }
    .cont-tittle {
        margin-bottom: 20px;
    }
    .testimonial-headding {
        text-align: center;
    }
    .testimonial-headding h2:after {
        border-radius: 8px;
        bottom: -19px;
        left: 50%;
        width: 64px;
        margin-left: -32px;
    }
    .testimonial-headding h2:before {
        left: 50%;
        width: 24px;
        background: #1F3345;
        margin-left: -12px;
    }
    .testimonial-images {
        text-align: center;
    }
    .testimonial-content {
        float: left;
        width: 100%;
        text-align: center;
    }
    #footer {
        padding: 35px 0px 15px;
    }
    .f-about .para-about {
        font-size: 12px;
        text-align: justify;
        margin-bottom: 13px;
    }
    .comman-links {
        margin-top: 0px;
    }
    .comman-links:before {
        border-radius: 8px;
        bottom: -15px;
        content: "";
        height: 6px;
        left: 15%;
        position: absolute;
        width: 24px;
        background: #FFF;
        margin-left: -12px;
    }
    .comman-links:after {
        border-radius: 8px;
        bottom: -13px;
        content: "";
        height: 2px;
        left: 15%;
        position: absolute;
        width: 64px;
        background: #FFF;
        margin-left: -32px;
    }
    #service-section {
        padding-bottom: 1px;
    }
    .success-headding h2 {
        font-size: 20px;
    }
    .testimonial-headding h2 {
        font-size: 20px;
    }
    .testimonial-content .testmonial-para {
        font-size: 12px;
        line-height: 19px;
    }
    .f-about .f-media {
        margin-bottom: 20px;
    }
    .authorized-public span a {
        font-size: 11px;
        color: #fff;
    }
    /* About */
    #comman-banner {
        height: 89px;
        padding-top: 14px;
    }
    .comman-headding-tittle h2 {
        position: relative;
        color: #fff;
        font-size: 19px;
    }
    #about-sec {
        padding: 15px 0px 0px;
    }
    .about-sec h2 {
        text-align: center;
    }
    .about-sec h2:after {
        left: 50%;
    }
    .about-sec h2:before {
        left: 50%;
    }
    .about-para-body h4 {
        font-size: 16px;
        color: #132335;
        text-align: center;
    }
    .about-para-body p {
        font-size: 13.5px;
        line-height: 20px;
        text-align: justify;
        color: #222;
    }
    .about-btn {
        margin-top: 9px;
        margin-bottom: 9px;
    }
    .mission-sec {
        margin-top: 9px;
    }
    .mission-sec h2 {
        text-align: center;
    }
    .mission-sec h2:before {
        left: 50%;
    }
    .mission-sec h2:after {
        left: 50%;
    }
    .mission-para-body .m1 {
        font-size: 11.5px;
        line-height: 17px;
        margin-bottom: 20px;
        text-align: justify;
    }
    .mission-para-body .m2 {
        font-size: 11.5px;
        line-height: 17px;
        margin-bottom: 0;
        text-align: justify;
    }
    #mission-sec {
        padding: 21px 0px 21px;
    }
    .vision-sec h2 {
        text-align: center;
    }
    .vision-sec h2:before {
        left: 50%;
        margin-left: -12px;
    }
    .vision-sec h2:after {
        left: 50%;
    }
    .vision-para-body .v1 {
        text-align: justify;
        line-height: 22px;
        font-size: 11px;
        margin-bottom: 10px;
    }
    .vision-para-body .v2 {
        text-align: justify;
        line-height: 22px;
        font-size: 11px;
    }
    /* facilities */
    #gallery {
        padding: 28px 0px 47px;
    }
    .facelities-tittle h2 {
        font-size: 16px;
        text-align: center;
        font-weight: bold;
        color: #1f3345;
    }
    .facelities-tittle p {
        font-size: 12px;
        text-align: justify;
        line-height: 19px;
    }
    .facelitie-sec-box {
        padding-bottom: 28px;
    }
    .facelitie-sec-box {
        margin-bottom: 20px !important;
    }
    .blog-text h2 {
        font-size: 18px !important;
    }
    .one-third .ico_box {
        float: left;
        width: 23%;
        margin-top: 15px;
    }
    .one-third .cont_det {
        display: block;
        float: left;
        margin-left: 7%;
        width: 70%;
    }
    .one-third h2 {
        color: #1c1d1e;
        font-size: 15px;
    }
    .one-third p {
        font-size: 10px;
        color: #555;
        text-align: left;
    }
}
/* end 320 landscape*/

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
    ul.social_icon li a {
        margin-right: 3px;
    }
    .my-logos img {
        height: 24px;
    }
    #welcome-section {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .section-title .w1-text {
        font-size: 12px;
        line-height: 17px;
    }
    .section-title .w2-text {
        font-size: 12px;
        line-height: 17px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    #choose-section-main {
        padding-top: 22px;
    }
    .choose-section .choose-title {
        font-size: 19px;
    }
    .choose-images {
        display: none;
    }
    .choose-tiitle-icons .choose-subtiitle {
        font-size: 19px;
        text-align: center;
        margin-top: 10px;
    }
    .choose-tiitle-icons .choose-para-tittle {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.2px;
    }
    .service-boxs .service-icon {
        width: 65px;
        height: 65px;
        margin: auto;
    }
    .service-boxs-body {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    #service-section {
        padding-bottom: 1px;
    }
    #sucess {
        padding: 25px 0px 25px;
    }
    .cont-tittle {
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .testimonial-headding {
        text-align: center;
    }
    .testimonial-headding h2:after {
        left: 50%;
    }
    .testimonial-headding h2:before {
        left: 50%;
    }
    .testimonial-images {
        float: left;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .testimonial-content .testmonial-para {
        line-height: 22px;
        text-align: center;
    }
    .testimonial-content .testmonial-name {
        font-size: 15px;
        text-align: center;
    }
    .f-about .para-about {
        font-size: 11px;
        text-align: left;
        line-height: 17px;
    }
    .comman-links:before {
        left: 30%;
    }
    .comman-links:after {
        left: 30%;
    }
    .qulik-links .footer-link li {
        margin-bottom: 0;
        padding: 1px 0px 4px;
        border-bottom: 1px dashed #484343;
    }
    .qulik-links .footer-link li a {
        color: #fff;
        font-size: 13px;
    }
    .f-about .f-media li {
        padding-right: 5px;
    }
    .f-about .f-media li a {
        height: 20px;
        line-height: 20px;
        width: 20px;
        margin-right: 0px;
    }
    .f-about .f-media li a i {
        font-size: 12px;
        line-height: 20px;
    }
    .authorized-public span a {
        font-size: 8px;
        color: #fff;
    }
    /* about */
    #comman-banner {
        height: 100px;
        padding-top: 20px;
    }
    #about-sec {
        padding: 6px 0px 4px;
    }
    .about-sec-image {
        margin-top: 80px;
    }
    .about-para-body h4 {
        font-size: 16px;
        color: #1d1b1b;
        margin-bottom: 4px;
    }
    .about-para-body p {
        font-size: 12px;
        line-height: 21px;
    }
    .about-btn {
        margin-top: 0px;
    }
    #mission-sec {
        padding: 9px 0px 9px;
    }
    .mission-para-body .m1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 1px;
    }
    .mission-para-body .m2 {
        font-size: 12px;
        line-height: 20px;
    }
    .mission-sec-image {
        float: left;
        width: 100%;
        margin-top: 33px;
    }
    .vision-para-body .v1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .vision-para-body .v2 {
        font-size: 12px;
        line-height: 20px;
    }
    .vision-sec-image {
        float: left;
        width: 100%;
        margin-top: 56px;
    }
    .about-sec h2:after {
        left: 12%;
    }
    .about-sec h2:before {
        left: 12%;
    }
    .mission-sec h2:after {
        left: 10%;
    }
    .mission-sec h2:before {
        left: 10%;
    }
    .vision-sec h2:after {
        left: 10%;
    }
    .vision-sec h2:before {
        left: 10%;
    }
    #footer {
        padding: 26px 0px 22px;
    }
    .facelities-tittle p {
        font-size: 10px;
        text-align: justify;
        line-height: 13px;
    }
    .blog-text h2 {
        font-size: 17px !important;
    }
    #activity {
        padding: 26px 0px 11px;
    }
    .one-third .ico_box {
        float: left;
        width: 100%;
        margin-top: 15px;
        margin: auto;
        text-align: center;
    }
    .one-third .cont_det {
        display: block;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .one-third h2 {
        color: #1c1d1e;
        font-size: 17px;
        text-align: center;
    }
    .one-third p {
        font-size: 14px;
        color: #555;
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
    ul.social_icon li a {
        margin-right: 3px;
    }
    .my-logos img {
        height: 24px;
    }
    #welcome-section {
        padding-top: 15px;
        padding-bottom: 30px;
    }
    .section-title .w1-text {
        font-size: 12px;
        line-height: 17px;
    }
    .section-title .w2-text {
        font-size: 12px;
        line-height: 17px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    #choose-section-main {
        padding-top: 22px;
    }
    .choose-section .choose-title {
        font-size: 19px;
    }
    .choose-images {
        display: none;
    }
    .choose-tiitle-icons .choose-subtiitle {
        font-size: 19px;
        text-align: center;
        margin-top: 10px;
    }
    .choose-tiitle-icons .choose-para-tittle {
        font-size: 13px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.2px;
    }
    .service-boxs .service-icon {
        width: 65px;
        height: 65px;
        margin: auto;
    }
    .service-boxs-body {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    #service-section {
        padding-bottom: 1px;
    }
    #sucess {
        padding: 25px 0px 25px;
    }
    .cont-tittle {
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .testimonial-headding {
        text-align: center;
    }
    .testimonial-headding h2:after {
        left: 50%;
    }
    .testimonial-headding h2:before {
        left: 50%;
    }
    .testimonial-images {
        float: left;
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .testimonial-content .testmonial-para {
        line-height: 22px;
        text-align: center;
    }
    .testimonial-content .testmonial-name {
        font-size: 15px;
        text-align: center;
    }
    .f-about .para-about {
        font-size: 11px;
        text-align: left;
        line-height: 17px;
    }
    .comman-links:before {
        left: 20%;
    }
    .comman-links:after {
        left: 20%;
    }
    .qulik-links .footer-link li {
        margin-bottom: 0;
        padding: 1px 0px 4px;
        border-bottom: 1px dashed #484343;
    }
    .qulik-links .footer-link li a {
        color: #fff;
        font-size: 13px;
    }
    .f-about .f-media li {
        padding-right: 5px;
    }
    .f-about .f-media li a {
        height: 20px;
        line-height: 20px;
        width: 20px;
        margin-right: 0px;
    }
    .f-about .f-media li a i {
        font-size: 12px;
        line-height: 20px;
    }
    .authorized-public span a {
        font-size: 8px;
        color: #fff;
    }
    /* about */
    #comman-banner {
        height: 100px;
        padding-top: 20px;
    }
    #about-sec {
        padding: 6px 0px 4px;
    }
    .about-sec-image {
        margin-top: 80px;
    }
    .about-para-body h4 {
        font-size: 16px;
        color: #1d1b1b;
        margin-bottom: 4px;
    }
    .about-para-body p {
        font-size: 12px;
        line-height: 21px;
    }
    .about-btn {
        margin-top: 0px;
    }
    #mission-sec {
        padding: 9px 0px 9px;
    }
    .mission-para-body .m1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 1px;
    }
    .mission-para-body .m2 {
        font-size: 12px;
        line-height: 20px;
    }
    .mission-sec-image {
        float: left;
        width: 100%;
        margin-top: 33px;
    }
    .vision-para-body .v1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .vision-para-body .v2 {
        font-size: 12px;
        line-height: 20px;
    }
    .vision-sec-image {
        float: left;
        width: 100%;
        margin-top: 56px;
    }
    #footer {
        padding: 26px 0px 22px;
    }
    .facelities-tittle p {
        font-size: 10px;
        text-align: justify;
        line-height: 14px;
    }
    #activity {
        padding: 26px 0px 11px;
    }
}
.main-inner-banner {
    background: #eee;
    padding: 25px;
}
.main-inner-banner h2 {
    font-size: 28px;
    color: #1f3345;
    position: relative;
    font-weight: 600;
}
.main-inner-banner h2::after {
    border-radius: 8px;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    width: 64px;
    background: #1F3345;
    margin-left: -32px;
}
.main-inner-banner h2::before {
    border-radius: 8px;
    bottom: -12px;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    width: 24px;
    background: #1F3345;
    margin-left: -12px;
}
.dmb-50 {
    margin-bottom: 50px;
}
ul.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #eee;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
ul.breadcrumb li {
    color: #007bb6
}
ul.breadcrumb li a {
    color: #222;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}
.for-inner-text {
    background: ;
}
.for-inner-text h5 {
    color: #1F3345;
    font-weight: bolder;
    font-size: 18px;
}
.for-inner-text h6 {
    font-size: 16px;
    font-weight: bold;
    color: #777;
}
.for-inner-text p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.for-inner-text .section-title, .for-inner-text .section-title h2 {
    margin-top: 0px;
}
.dp-0 {
    padding: 0px;
}
.form-type-contact input {
    height: 50px;
    border-radius: 0px;
}
.form-type-contact textarea {
    height: 150px;
    border-radius: 0px;
}
.contact-information i {
    font-size: 55px;
    color: #1F3345;
}
.forhr-border {
    margin-top: 0px;
    margin-bottom: 40px;
}

.demo-gallery-poster{position: absolute; top: 0;
left: 0; width: 100%; bottom: 0; background: rgba(0,0,0,0.6); display: flex; align-items: center; justify-content: center;}
.dmb-15{margin-bottom: 15px;}
.demo-gallery-poster{color: #fff; font-size: 24px;}
.attendance-rule p{margin-bottom: 15px; width: 100%; float: left;}
.attendance-rule p span{
    background: #E13663;
padding: 6px 12px;
color: #fff;
border-radius: 5px;
margin-bottom: 5px;
width: 200px;
float: left;
margin-right: 10px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 600;
}

.bg-gray{background: #f2f3f6; padding: 50px 0;}
.dp-50{padding: 50px 0;}
.boxesss p, .boxesss ul li{
    background: rebeccapurple;
color: #fff;
padding: 6px 12px;
display: inline-block;
margin-bottom: 15px;
text-align: center;
}
.dfac{display: flex; align-items: center;}
.uniform p{
    background: #E13663;
color: #fff;
padding: 6px 12px;
margin-bottom: 15px;
display: inline-block;
}
.uniform p span{font-weight: 600;}
.admission-information ul li{list-style: lower-roman; line-height: 30px;}
.admission-information ul{padding-left: 30px; margin-bottom: 15px;}
.admission-information p{margin-bottom: 15px;}
.admission-information p:nth-child(last){margin-bottom: 0px;}
.admission-information p:nth-child(2){margin-bottom: 5px;}
.co-director ul li{list-style: }
.for-hindi p, .for-hindi ul li{line-height: 30px;}
.inner-submenu a{color: #fff !important;}
.video-gallery-2{border-top: 1px solid #ddd; padding: 8px 0; text-align: center;}
.video-gallery-2 h4{
    font-size: 14px;
    margin-bottom: 0px; margin-top: 0px;
}
.video-gallery-1{
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
padding: 5px;
border-radius: 5px;
margin-bottom: 30px;
}
.dpb-20{padding-bottom: 20px;}
.dmb-20{margin-bottom: 20px;}
.medium-selector{border:1px solid #ddd; display: flex; align-items: center; justify-content: center; background: #f30017;}
.medium-selector a{width: 100%;
text-align: center; cursor: pointer;padding: 25px;}
.medium-selector h5{text-transform: capitalize; color: #fff;}
.circle-design{
   background: #ddd;
width: 120px;
height: 120px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 40px;
font-weight: bolder;
box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
margin-bottom: 15px;
}
.dpt-25{padding-top: 25px !important;}
.dpb-40{padding-bottom: 40px;}
.dmb-40{margin-bottom: 40px;}
.mycontact:before, .mycontact:after{display: none;}
.mycontact{width: auto !important; background: #fff; padding: 0 12px !important;}
.main-inner-banner .coman-title:after,.main-inner-banner .coman-title:before{display: none;}

@media only screen and (max-width: 767px){
   .carousel-caption {
        bottom: 10px;
        padding: 0;
    } 
    .carousel-caption h3 {font-size: 20px;}
    @keyframes animatetop{from{top:-50px;opacity:1} to{top:0;opacity:1}}
    .carousel-item .img-fluid {
        width: 100%;
        height: 200px;
    }
	.route1 {
		margin-bottom: 50px;
		padding: 0 15px !important;
	}
	.route1 ul li{margin-right:10px;}
	.route1 ul{display:inline-block;}
	.route1 ul li::after{display:none;}
	.route1 ul li{margin-bottom:15px;}
    .event-calender-holder2{width: 100%; padding-right: 0px;}
    .mpr-0{padding-right: 0px;}
    .mpl-0{padding-left: 0px;}
    .top-addr li{margin-right: 0px;}
    ul.social_icon{display: block !important;}
    .inner-submenu{width: 100%; visibility: visible; opacity: 1; display: none; border-radius: 0px;}
    .attendance-rule p span{width: 100%; padding: 10px; height: auto;}
    .dmb-50 {
        margin-bottom: 30px;
    }
    .main-inner-banner h2 {
        font-size: 18px;
    }
    body{font-size: 14px; line-height: 26px;}
    .for-inner-text p{font-size: 14px; line-height: 26px;}
    .mp-15{padding: 0 15px;}
    form input{margin-bottom: 10px;}
    form .form-group{margin:0px;}
    form .col-md-12, form .col-md-6{padding:0px;}
    form .btn-primary{margin-bottom: 30px;}





}

