@import url('https://fonts.googleapis.com/css?family=Poiret+One&display=swap');


*, *:after, *:before {
  margin: 0;
  padding: 0;
}

.svg-container {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

svg {
  path {
    transition: .1s;
  }

  &:hover path {
    d: path("M 800 300 Q 400 250 0 300 L 0 0 L 800 0 L 800 300 Z");
  }
}
h2{    font-size: 2.5em!important;
    color: #2561ab!important;
    letter-spacing: 5px!important;
    font-weight: 600!important;}
p {
    font-family: 'Open Sans', sans-serif!important;
    color: #909090;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}
body {
  background: #fff;
  color: #333;
font-family: 'Oswald', sans-serif !important;
  position: relative;
}

h3 {
  font-weight: 400;
}

main {
  background: linear-gradient(to bottom, #ffffff 0%, #dddee1 100%);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding: 10vh 0 80vh;
  position: relative;
  text-align: center;
  overflow: hidden;

  &::after {
    border-right: 2px dashed #eee;
    content: '';
    position: absolute;
    top: calc(10vh + 1.618em);
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 100%;
  }
}

footer {
  background: #dddee1;
  padding: 5vh 0;
  text-align: center;
  position: relative;
}

small {
  opacity: .5;
  font-weight: 300;

  a {
    color: inherit;
  }
}

.logo {
  width: 0;
      height: 0;
    border-left: 342px solid transparent;
    border-right: 342px solid transparent;
    border-top: 130px solid #fdfdfd;
}
.btn_website {
    background: none!important;
    border: 4px double #fff!important;
    padding: 9px 33px!important;
    border-radius: 0!important;
    color: #fff!important;font-weight:600!important;
}
.entry-title a{ margin-top:20px;  display:block; color: #050505;font-weight: bold;text-decoration: none;}
.entry-title a:hover{color:#2562ab;}
.btn_website:hover{background:#2562ab!important;color:#fff!important;}	
.btn-left:hover.bounce-2 {
    animation-name: bounce-2;
    animation-timing-function: ease;
    background: #000!important;color:#fff!important;
}
.btn_website.read-button:hover{background:#2562ab!important;color:#2561ab!important;}
.btn_website.read-button{border-color:#2562ab!important; 
color:#2562ab!important;}

.entry-image img{    border: 5px solid #d8d8d8;padding: 11px;    box-shadow: 1px 1px 8px #15507;}
.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 14px rgba(0, 0, 0, 0.30)
}
.our-team {
    width: 238px;
    margin: 0px 12px;
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #2562ab;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #2562ab;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover i {
	background-color: #2562ab;
	color: #fff;
	border-color:#2562ab;
	border-radius: 0;
}

span.before-heading {
    color: #2561ab;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 4px;
    text-transform: uppercase;
} 

.finc-tab .card-body h2 {
    font-size:25px!important;
	letter-spacing:0!important;
}


#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
}

.backside .card a {
    font-size: 18px;
    color: #000 !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #000 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;     box-shadow: 6px 8px 8px #adaaaa;
}





@-webkit-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@-moz-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@-o-keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

@keyframes backgroundAnimate {
  from {
    left: 0;
    top: 0;
  }
  to {
    left: -10000px;
    top: -2000px;
  }
}

#back {
  background: url(http://www.tranexnet.com/img/back.png) repeat 20% 20%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
  z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 500s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 500s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 500s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#front {
  background: url(http://www.tranexnet.com/img/front.png) repeat 35% 35%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: -1;
  -webkit-animation-name: backgroundAnimate;
  -webkit-animation-duration: 300s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: backgroundAnimate;
  -moz-animation-duration: 300s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-name: backgroundAnimate;
  -o-animation-duration: 300s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-name: backgroundAnimate;
  animation-duration: 300s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}	
.menu {
    background: #fff;
}
.grid {
 list-style: none;
 margin-left: -40px;
}

.gc {
 box-sizing: border-box;
 display: inline-block;
 margin-right: -.25em;
 min-height: 1px;
 padding-left: 40px;
 vertical-align: top;
}

.gc--1-of-3 {
 width: 33.33333%;
}

.gc--2-of-3 {
 width: 66.66666%;
}

.naccs .menu div {
 padding: 15px 20px 15px 40px;
 margin-bottom: 10px;
 color: #303F9F;
background: #fefeff;
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 cursor: pointer;
 position: relative;
 vertical-align: middle;
 font-weight: 700;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div:hover {
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.naccs .menu div span.light {
 height: 10px;
 width: 10px;
 position: absolute;
 top: 24px;
 left: 15px;
 background-color: #303F9F;
 border-radius: 100%;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu div.active span.light {
 background-color: #FBC02D;
 left: 0;
 height: 100%;
 width: 3px;
 top: 0;
 border-radius: 0;
}

.naccs .menu div.active {
 color: #FBC02D;
 padding: 15px 20px 15px 20px;
}

ul.nacc {
 position: relative;
 height: 0px;
 list-style: none;
 margin: 0;
 padding: 0;
 transition: .5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li {
 opacity: 0;
 transform: translateX(50px);
 position: absolute;
 list-style: none;
 transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

ul.nacc li.active {
 transition-delay: .3s;
 z-index: 2;
 opacity: 1;
 transform: translateX(0px);
}

ul.nacc li p {
 margin: 0;
}
.service-box{
           position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;    border: 4px double #d8d6d6;
}
.service-icon{
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;   border: 5px double #2786ca;
}

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #fff;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #fff;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }

.service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
.service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
/***confrence start****/

.tabbed {
  width: 700px;
  
}

.tabbed > input {
  display: none;
}

.tabbed > label {
  display: block;
  float: left;
  padding: 12px 20px;
  margin-right: 5px;
  cursor: pointer;
  transition: background-color .3s;
}

.tabbed > label:hover,
.tabbed > input:checked + label {
  background: #2562ab;
}

.tabs {
  clear: both;
  perspective: 600px;
}

.tabs > div {
  width: 700px;
  position: absolute;
  border: 2px solid #4EC6DE;
  padding: 10px 30px 40px;
  line-height: 1.4em;
  opacity: 0;
  transform: rotateX(-20deg);
  transform-origin: top center;
  transition: opacity .3s, transform 1s;
  z-index: 0;
}

#tab-nav-1:checked ~ .tabs > div:nth-of-type(1),
#tab-nav-2:checked ~ .tabs > div:nth-of-type(2),
#tab-nav-3:checked ~ .tabs > div:nth-of-type(3),
#tab-nav-4:checked ~ .tabs > div:nth-of-type(4){
  transform: rotateX(0);
  opacity: 1;
  z-index: 1;
}
@media screen and (max-width: 700px) {
  .tabbed { width: 400px }
  .tabbed > label { display: none }
  .tabs > div {
    width: 400px;
    border: none;
    padding: 0;
    opacity: 1;
    position: relative;
    transform: none;
    margin-bottom: 60px;
  }
  .tabs > div h2 {
    border-bottom: 2px solid #4EC6DE;
    padding-bottom: .5em;
  }
}
/***confrence end****/

/**events**/
/* Footer */


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffffff;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px){
  .about{text-align:center;}
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
.right-img{display:none;}


.gc--2-of-3{width:100%;}
.gc--1-of-3 {
    width: 100%;
}
.image{display:none;}
.logo {
    width: 0;
    height: 0;
     border-left: none;
     border-right: none;
    border-top: 130px solid #fdfdfd;
}
.logo img{background:#fff;}
}
@media (min-width:320px)and (max-width:480px){

.banner-text h2{font-size: 2em!important;}
.banner-text p{width:100%!important;}


.work-process h3{    font-size: 1.5em!important;}



}




/*--------breadcumb-area start--------*/
.breadcumb-area {
    height: 180px;
}
.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.breadcumb-wrap ul li a {
    color: #fff;
}
.breadcumb-wrap ul li a:hover {
    color: #4ea245;
}
/*--------breadcumb-area end--------*/
/*===== about page style here======*/
.top_space { height:108px; background:#000;}
.about_bg {
    background: url(../images/banner_img.jpg) no-repeat center center / cover;
}
.black-opacity {
    position: relative;
    z-index: 9;
}
.black-opacity:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.breadcumb-area,
.lds-roller,
.at-slidercontent,
.our-serviceimg figcaption{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}


.btn-round-play {width: 100% height: 100%; border-radius: 100%; position: absolute; border:3px solid $333;z-index:999; top: 35%; left: 40%; text-align: center; color:#fff; line-height: 1; padding-top: 13px; font-size: 20px; }
	
/*----------lightbox----------*/


/*------------------video-----*/


.demo-gallery > .lightgallery {
  margin-bottom: 0;
}

.demo-gallery > .lightgallery > .video  { margin-bottom:20px;}
.demo-gallery > .lightgallery > .video a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative; box-shadow:0px 0px 5px #333;
}

.demo-gallery > .lightgallery > .video 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 > .lightgallery > .video a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

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

.demo-gallery > .lightgallery > .video 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 > .lightgallery > .video a .demo-gallery-poster > img {
  left: 46%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 1;
  position: absolute;
  top: 46%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > .lightgallery > .video 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;
}

.web a:not(.lightbox-close) {
  display:inline-block;
  background: darken(#e74c3c, 5%);
  height:80px;
  width:80px;
  line-height:60px;
  font-size:32px;
  text-align:center;
  color:#ffffff;
}

.lightbox {
  display:none;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  width:100%;
  height:100%;
background:rgba(0,0,0,0.5);}
  
 .lightbox-video {
    width:100%;
    padding-bottom:56%;
  }
  
 iframe {
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    right:0;
  }
  
  img {
    display:block;
    margin:0 auto;
  }
  
.lightbox a {
    position:relative;
    display:block;
    top: 60px;
    left: 30px;
    color:#2562ab;
    font-size:26px;
    height: 50px;
    width: 50px;
    background: rgba(255,255,255,0.3);
    border: 3px solid #2562ab;
    border-radius: 50%;
    line-height:50px;
    text-align:center;
  }

  .lightbox-container {
    max-width: 900px;
    margin:50px auto 25px; background:#fff; padding:10px 26px;
  
}
                        .services_tab { 
                        }
                        .services_tab .tab .nav-tabs.horizental-tab{ width:auto; border-radius:40px;
                        border: 2px solid #2562ab; padding-top:0px;font-family: 'Open Sans', sans-serif!important;
                        }
                        .services_tab .tab .nav-tabs.horizental-tab li.{
                        margin: 0;
                        }
                        .services_tab .tab .nav-tabs.horizental-tab li a.tab-link{
                        font-size: 15px;
                        color: #4f485a;
                        background: #fff; font-weight:bold; letter-spacing:1;
                        margin: 0;
                        padding: 17px 0px;
                        border-radius: 0;
                        border: none;
                        border-right: 1px solid #ddd;
                        position: relative;
                        }
                        .services_tab .tab .nav-tabs.horizental-tab li a.tab-link:hover{
                        border-top: none;
                        border-bottom: none;
                        border-right-color: #ddd;
                        }.services_tab .tab .nav-tabs.horizental-tab li:first-child a.tab-link { border-radius:38px 0px 0px 38px;}
                        .services_tab .tab .nav-tabs.horizental-tab li:last-child a.tab-link { border-radius:0px 38px 38px 0px;}
                        .services_tab .tab .nav-tabs.horizental-tab li a.tab-link.active,
                        .services_tab .tab .nav-tabs.horizental-tab li a.tab-link.active:hover{
                        color: #fff;
                        border: none;
                        background: #2562ab;
                        border-right: 1px solid #ddd;
                        }
                        .services_tab .tab .nav-tab.horizental-tabs li a.tab-link.active:before{
                        content: "";
                        width: 58%;
                        height: 4px;
                        background: #fff;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                        margin: 0 auto;
                        }
                        .services_tab .tab .nav-tabs.horizental-tab li a.tab-link.active:after{
                        content: "";
                        border-top: 10px solid #2562ab;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        position: absolute;
                        bottom: -10px;
                        left: 43%;
                        }
                        @media only screen and (max-width: 480px){
                        .services_tab .tab .nav-tabs.horizental-tab li{
                        width: 100%;
                        text-align: center;
                        }
                        .services_tab .tab .nav-tabs.horizental-tab li.active a,
                        .services_tab .tab .nav-tabs.horizental-tab li.active a:after,
                        .services_tab .tab .nav-tabs.horizental-tab li.active a:hover{
                        border: none;
                        }
                        }
                        /*--------fiancial aid------*/
                     
                        .finc-tab .nav-pills { margin-top:0px;
                        display:none;
                        }
                        .finc-tab .nav-link strong {
                        font-weight: normal;
                        font-size:14px;
                        }
                        .finc-tab ul li { list-style:}
                        @media(min-width:768px) {
                        .finc-tab .nav-pills {
                        display: flex;
                        }
                        .finc-tab .card {
                        border: none;
                        }
                        .finc-tab .card-body {
                        padding: 0;
                        }
                        .finc-tab .card .card-header {
                        display:none;
                        }  
                        .vertical_tab_faq .card-body li a  {display:inline; color:#000; padding:0px !important; }
                        .finc-tab .card .collapse{
                        display:block;
                        }
                        }
                        @media(max-width:767px){
                        .finc-tab .card.tab-pane {
                        display: block !important;
                        opacity: 1;
                        }
                        .finc-tab .tab-content {
                        box-shadow:none;
                        /* width: 100%; */
                        background:none; 
                        /* float: left; */    font-family: 'Open Sans', sans-serif!important;
                        }
                        .fade:not(.show) {
                        opacity: 1 !important; 
                        }
                        }
                        .finc-tab .card-body p {
                        margin-top: 0;font-family: 'Open Sans', sans-serif!important;
                        }
                        .finc-tab .card-body h2{font-size:25px; }
                        .finc-tab .card-body h5{font-size:22px; color:#333; text-decoration:none; padding:12px;}
                        .finc-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link,
                        .finc-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .nav-pills .nav-link:hover {
                        color:#2562ab;
                        background-color:#fff;
                        border: 1px solid #2562ab;
                        }
                        .finc-tab .nav-pills .nav-link {
                        color: #555;
                        background: #fff;
                        font-size:16px;
                        font-weight: 600;
                        text-align: center; line-height:20px;
                        padding: 8px 13px;
                        margin: 0 10px 5px 0;
                        border-radius: 0;
                        border: 1px solid #c9cba3;
                        position: relative;
                        transition: all 0.5s ease 0s;
                        }
						.finc-tab .nav-pills .nav-link:before{
                         background-color:#2562ab;
                        content: "";
                        width: 6px;
                        height: 100%;
                        opacity: 0;
                        position: absolute;
                        top: 0;
                        left: -20%;
                        transition: all 0.3s ease 0s;
                        }
                        .finc-tab .nav-pills .nav-link:after{
                    content: "";top:10%;
                        border-top: 10px solid transparent;
                        border-bottom: 10px solid transparent;
                        border-left: 10px solid #2562ab;
                        position: absolute;
                        left: 99%;right:-10px;  opacity:0;
                        transition: all 0.3s ease 0.1s;
                        }
                        .finc-tab .nav-pills .nav-link.active:before,
                        .finc-tab .nav-pills .nav-link:hover:before{
                        opacity: 1;
                        right: 0;left:99%;
                        }
                        .finc-tab .nav-pills .nav-link.active:after,
                        .finc-tab .nav-pills .nav-link:hover:after{
                        opacity: 1; right:-10px;left:100%;
                      
                        transition: all 0.3s ease 0s;
                        }
                        .finc-content h6 { color:#666; font-size:17px; margin-bottom:20px;}
                        .finc-content { box-shadow:0px 0px 10px #ccc;  background:#fff;padding:30px 20px;}
						/*---------photo gallery--------*/
						
	.gallery_box{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.gallery_box img{
    width: 100%;
    height: auto;
}
.gallery_box .option{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
}
.gallery_box:hover .option{
    background:rgba(55, 50, 71, 0.89);
}
.event-back{margin-top:21px;padding: 3em 0;background:url(../images/events-info-back.jpg)center center;box-shadow: 1px 5px 12px #a09b9b;text-align: center;no-repeat;background-size:cover;}

.date-time h5{    color: #2561ab;font-weight: bold;}
.gallery_box .link{
    border: 4px solid #fff;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.gallery_box .link:hover{
    color:#fff;
}
.gallery_box:hover .link{
    top: 40%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 1;
}

.blog-image img{border: 5px ridge #2561ab;padding: 10px;}
.blog-heading h6{font-weight: 600;font-size: 15px;}
.blog-heading p{text-align:center!important;}
.blog-heading a{    background: #2561ab;
    color: #fff;
    font-size: 12px;
    padding: 4px;    margin: 0px 0 10px;
    display: inline-block;}
    .blog-heading a:hover{color:#fff;}
@media only screen and (max-width: 768px){
	 .services_tab .tab .nav-tabs.horizental-tab li a.tab-link {    font-size: 16px; padding:16.4px 0px;}
	 }

@media only screen and (max-width: 990px){
    .gallery_box{
        margin-bottom: 20px;
padding:20px;

    }
}

@media (max-width:767px){
.services_tab .tab .nav-tabs.horizental-tab li:first-child a.tab-link {
    border-radius: 38px 38px 0px 0px;
}.services_tab .tab .nav-tabs.horizental-tab li:last-child a.tab-link {
    border-radius: 0px 0px 38px 38px; border-bottom:0px;
}
 .services_tab .tab .nav-tabs.horizental-tab.nav-justified {display:block;}
 .services_tab .tab .nav-tabs.horizental-tab.nav-justified li  a.tab-link{border-bottom:2px solid #ccc;}
/*.finc-tab .tab-pane {
        display: block !important;    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
        opacity: 1; background:#fff; margin:2px 0px;
    }*/

	.finc-tab .card-header, .finc-tab .card-header a { background:#333; color:#fff; text-decoration:none;}
	.finc-tab .card-body { padding:1rem}
	.finc-tab .card-body h2 { font-size:20px !important; text-align:left; margin-bottom:20px;}
.finc-tab .card-body p { margin-left:0px; margin-right:0px; text-align:justify;}
	.finc-tab .tab-content {
    box-shadow:none;
    /* width: 100%; */
     background:none; padding:0px;
    /* float: left; */
}
}
.modal {top:12% !important;}






@media screen and (max-width: 480px) {
/*----------------------slide-content---------------*/
.slide-content h6 {
    font-size: 18px;
padding: 12px 15px 12px;}
.head-bg  { height:600px!important;}
.slide-content { color:#fff; width:100% !important; margin:auto; padding-top:53% 
!important;text-align:center;}
.slide-content h1 { font-size:38px !important;}

	 .slide-content p { color:#F8F8F8; font-size:13px; letter-spacing:1px; font-weight:500; line-height:23px;}

	}
}
/*-------contact-------------*/

.contact-box {border:1px solid #333; margin:20px 0px; padding:10px 15px;}
.contact-icon { width:60px; float:left; height:60px;}
.contact-icon i { font-size:45px; line-height:50px; color:#d1a564;}
.contact-form h4 {font-size:22px; color: #2561ab!important;
    font-weight: 600!important;}
.contact-icon p a {  text-decoration:none;font-size:14px; color:#333;}
.contact-form { box-shadow:0px 0px 10px #ccc; padding:30px;}
.contactusform .form-control {padding:10px 15px;}
.enquiry-modal .form-control, .contact-form .form-control {
    margin-bottom: 20px !important;
}textarea,
select,
.at-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	outline: none; width:100%;
	color: #595959;
	background:#fff;
	font-size: 14px;
	box-shadow: none;
	line-height: 10px;
	padding: 5px 5px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
textarea.form-control{
	resize: none;
	height: 60px;
}
.enquiry-modal textarea.form-control, .form-control.index-textarea{
	resize: none;
	height: 50px;border-radius: 0;
}

.contact-us {
	background-color:#fff;
	padding:10px 50px 6px;
	border-radius:5px;
}
.contact-us ul li {
	padding-top:0px;
	list-style:none;
}
.contact-us ul li .our-address {
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
}
.contact-us ul li .our-address .icon i {
	width:50px;
	line-height:50px;
	/*border-radius:50%;
	border:1px solid #e86405;*/
	color:#2562ab;
	font-size:24px;
	text-align:center;
}
.contact-us ul li .our-address .cont {
	padding-left:20px;
}
.contact-us ul li .our-address .cont p a { color:#333; } 
.map {
	margin-top:15px;
	border:1px solid #ccc;
	border-radius:5px;
}
.map #contact-map {
	width:100%;
	height:300px;
	border-radius:5px;
	border:1px solid #ccc;
}
.contact-us .contact-heading {
	padding-top:35px;
}
.contact-us .contact-heading h5 {
	padding-bottom:15px;
}
.bg-blue { background:#2562ab; color:#fff;}



.stu-img{    background: #dcdada;
    padding: 25px;}





@media screen and (max-width: 768px) {
/*----------------------slide-content---------------*/
.head-bg  { height:600px !important; text-align:center;margin: 0px 0px 25px;}
.slide-content { color:#fff; width:100%;}


}



.our-team .pic{
    position: relative;
    overflow: hidden;
}
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .over-layer{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .over-layer{
    bottom: 0;
}
.our-team .over-layer:before{
    content: "";
    width: 90%;
    height: 0;
    position: absolute;
    top: 5%;
    left: 5%;
    border-top: 5px solid #2562ab;
    border-left: 5px solid #2562ab;
    opacity: 0;
    transition: all 0.5s ease 0.5s;
}
.our-team:hover .over-layer:before{
    opacity: 1;
    height: 90%;
}
.our-team .team-content{
    background: #f3f5f7;
    padding: 20px 15px 20px;height:100%;min-height:141px;
}
.our-team .team-title{
    font-size: 18px;
    font-weight: 700;
    color: #5d5e5e;
    margin: 0 0 5px 0;
}
.our-team .post{
    display: block;
    font-size: 16px;
    font-style: italic;
		color: #898989;
		margin-bottom: 15px;
}
.our-team .post:after{
    content: "";
    display: block;
    width: 35px; margin:7px auto;
    height: 3px;
    background: #2562ab;
    margin-top: 7px;
}
.our-team .description{
    font-size: 14px;text-align:center;
    color: #898989; width:100%;
}
.our-team .read{ margin;auto;
    border:1px solid #d3d3d3;
    color:#808080;
    padding:4px 12px;
    border-radius:5px;
}
.our-team:hover .read{
    background:#2562ab;
    color:#fff;
}
.media_tab .nav-tabs > li > a {
    padding: 18px 164px!important;
  
}
.media_tab .nav-tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 46%!important;
    border: 15px solid transparent;
    border-top-color: #2562ab;
}
@media only screen and (max-width: 990px) {
    .our-team{
        margin-bottom:20px;
    }

}
.country_tab .nav-tabs > li{
    margin-right: 2px;
}
.country_tab .nav-tabs > li > a{
    border: none; position:relative;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}
.country_tab .nav-tabs > li > a > i{
    font-size:14px;
    margin-right:10px;
}.country_tab .nav-tabs > li a:hover,
.country_tab .nav-tabs > li a:focus,
.country_tab .nav-tabs > li > a.active,
.country_tab .nav-tabs > li > a.active:focus,
.country_tab .nav-tabs > li > a.active:hover{
    border: none;
    background: #2562ab;
    color:#fff;
    transition:background 0.20s linear;
}
.country_tab .nav-tabs li a.active{ position:relative;}
.country_tab .nav-tabs li a.active:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 37%;
    border: 15px solid transparent;
    border-top-color: #2562ab ;
}.country_tab .tab-content h2 { font-size:20px !important; letter-spacing:0.1px !important; margin-top:20px;}
.country_tab .tab-content{
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #2562ab;
    border-bottom:5px solid #2562ab;
    padding:30px 25px;
}
@media (min-width: 800px) and (max-width: 1200px) {
.media_tab .nav-tabs > li > a {
    padding: 18px 85px!important;
}

}
@media (min-width: 320px) and (max-width: 800px) {
.head-bg{display:none;}
#mobile-image{display:block;background: url(../images/mobile-banner.jpg) no-repeat center center;
background-size:cover;margin: 0px;padding: 0px; width:100%;}

.ser-tab{    background: #272e38;}
	 .media_tab .nav-tabs > li > a {
    padding: 18px 31px!important;
}
.ser-tab .nav-tabs > li {
    margin-right: 2px;
    /*margin: 27px 0px;*/
    width: 100%;
    /*padding: 18px 0;*/
}
.ser-tab .nav-tabs > li > a {
    border: none;
    position: relative;
padding: 18px 76px!important;    display: inline-block;
    width: 100%;text-align:center;
}
}

.eve_tab > .nav-tabs li {
    width: 33%!important;
    margin: 10px 0;
}
}
@media only screen and (max-width: 480px){
    .country_tab > .nav-tabs li{
        width:100%;
    }
    .country_tab .nav-tabs > li > a{
        padding: 20px;
    }
    .country_tab .nav-tabs > li.active:after {
        border:none;
    }
	 .media_press_tab > .nav-tabs li {
	 width: 23%!important;}
	 .media_press_tab .nav-tabs > li > a {
    padding: 18px 20px!important;
}

}