@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

/*---------------All purpose css--------------
----------------------------------------------*/
body {font-family: 'Josefin Sans', sans-serif; font-size:16px;}
.bannerheading {font-family: 'Itim', cursive;}
.mt0 {margin-top:0px;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mt30 {margin-top:30px;}
.mt35 {margin-top:35px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mt55 {margin-top:55px;}
.mt60 {margin-top:60px;}
.mt65 {margin-top:65px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mt80 {margin-top:80px;}
.mt85 {margin-top:85px;}
.mt90 {margin-top:90px;}
.mt95 {margin-top:95px;}
.mt100 {margin-top:100px;}
.mt120 {margin-top:120px;}
.mb0  {margin-bottom:0px;}
.mb5  {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mb45 {margin-bottom:45px;}
.mb50 {margin-bottom:50px;}
.mb55 {margin-bottom:55px;}
.mb60 {margin-bottom:60px;}
.mb65 {margin-bottom:65px;}
.mb70 {margin-bottom:70px;}
.mb75 {margin-bottom:75px;}
.mb80 {margin-bottom:80px;}
.mb85 {margin-bottom:85px;}
.mb90 {margin-bottom:90px;}
.mb95 {margin-bottom:95px;}
.mb100 {margin-bottom:100px;}
.pt0 {padding-top:0px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt25 {padding-top:25px;}
.pt30 {padding-top:30px;}
.pt35 {padding-top:35px;}
.pt40 {padding-top:40px;}
.pt45 {padding-top:45px;}
.pt50 {padding-top:50px;}
.pb0  {padding-bottom:0px;}
.pb10 {padding-bottom:10px;}
.pb15 {padding-bottom:15px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb35 {padding-bottom:35px;}
.pb40 {padding-bottom:40px;}
.pb45 {padding-bottom:45px;}
.pb50 {padding-bottom:50px;}
.nop  {padding:0px;}
.nopl {padding-left:0px;}
.nopr {padding-right:0px;}
.nomt {margin-top:0px;}
.nomb {margin-bottom:0px;}
.noml {margin-left:0px;}
.nomr {margin-right:0px;}
.para_white_center {color:#fff; line-height:28px; text-align:center;}
.para_white_justify {color:#fff; line-height:28px; text-align:justify;}
.para_black_justify {line-height:28px; text-align:justify; color:#4e4a4a;}
.para_black_center {line-height:28px; text-align:center; color:#222;}
.small_border {width:15%; background-color:#fff; text-align:center; height:2px; margin:0 auto;}
.small_border_left {width:15%; background-color:#535268; text-align:center; height:2px;}
.small_border_black {width:15%; background-color:#000; text-align:center; height:2px; margin:0 auto;}
.web_color {color:#0d425c;}
.web_color_one {color:#019ae6;}
.bg_gray {background-color:#e9e9e9; padding:20px 0px;}
.light_gray {color:#7a7a7a;}
.white {color:#fff !important;}
.black {color:#000;}
.bg_gray {background-color:#e9e9e9; padding:20px 0px;}
.listing_arrow li {background:url(../images/listingicon.png) left 7px no-repeat; padding-left:30px; line-height:34px;}
/*NEW CHANGE*/

/*MENU BAR CSS*/
.outer_navbar {background-color:#fff; padding:15px 0px;}
.menubar {float:right;}
nav.navbar.bootsnav{
    border: none;
    background: none;
    margin-bottom: 150px;
}
nav.navbar.bootsnav ul.nav > li{ margin-right: 25px; }
nav.navbar.bootsnav ul.nav > li > a{
    padding: 10px 5px;
    margin: 0;
    color: #fff;
    border-radius: 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease 0s;
}
nav.navbar.bootsnav ul.nav>li.dropdown > a{ padding: 10px 23px 10px 5px; }
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.on > a{ color: #ffbe0b; }
nav.navbar.bootsnav ul.nav > li > a > span:before{
    content: "";
    width: 110%;
    height: 100%;
    background: #ffbe0b;
    position: absolute;
    top: 0;
    left: -150%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    clip-path: polygon(0% 15%, 15% 15%, 15% 0%, 85% 0%, 85% 15%, 100% 15%, 100% 85%, 85% 85%, 85% 100%, 15% 100%, 15% 85%, 0% 85%);
    transition: all 0.3s ease 0s;
}
nav.navbar.bootsnav ul.nav > li:hover > a > span:before{
    background: #fff;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 120%;
    transition: all 0.8s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{ top: 110%; }
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
    border-radius: 0 0 25px 25px;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content li{
    font-size: 14px;
    color: #fff;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title{
    font-size: 16px;
    font-weight: bold;
    color: #909090;
}
@media only screen and (max-width:990px){
    .dropdown-menu.multi-dropdown{ left: 0 !important; }
    nav.navbar.bootsnav .navbar-toggle{
        background: transparent !important;
        color: #c8c606;
    }
    nav.navbar.bootsnav ul.nav > li{ margin-right: 0; }
    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a{
        padding: 15px;
        text-align: center;
    }
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse{ background: #c8c606; }
    nav.navbar.bootsnav ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li > a:hover,
    nav.navbar.bootsnav ul.nav > li.on > a{
        color: #fff;
        border: none;
    }
    nav.navbar.bootsnav ul.nav > li > a > span:before { background: #fff; }
    nav.navbar.bootsnav ul.nav > li:hover > a > span:before{ background: #ffbe0b; }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
        color: #fff;
        border-bottom-color: #fff;
    }
    nav.navbar.bootsnav ul.nav>li.dropdown > ul{ top: 100%; }
    nav.navbar.bootsnav li.dropdown ul.dropdown-menu.megamenu-content .title,
    nav.navbar.bootsnav.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a{
        font-size: 14px;
        font-weight: normal;
        color: #fff;
    }
}

.list_arrow li {background: url("../images/pencil.png") left 10px no-repeat; line-height: 40px; padding-left: 30px; padding-top: 5px; font-weight: bold;}


.wrapper {
  height: 100%;
  font-family: 'Quicksand', sans-serif;
}

.fixed-bg {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%; 
  width: 100%;
  display: table;
}

.fixed-bg h1 {
  display: table-cell;
  vertical-align: middle;
}

.scroll-bg {
  background-color: #0f0f0a;
  padding: 10px 70px;
  color: #676767;
}

/* first section */

.bg-1 {
  background-image: url("../images/fixbg.jpg");
}

.testimonial{
    background: #fff;
    text-align: center;
    margin: 0 20px;
}
.testimonial .description{
    padding: 40px 30px;
    margin-bottom: 50px;
    border-top: 1px solid #2660a4;
    border-left: 1px solid #2660a4;
    font-size: 15px;
    color: #887e7f;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.testimonial .description:before{
    content: "\f10e";
    font-family: "FontAwesome";
    font-weight: 900;
    display: inline-block;
    float: left;
    padding: 0 15px 5px 0;
    font-size: 30px;
    color: #ff5a5f;
    text-align: center;
    position: relative;
    top: 8px;
    left: 0;
}
.testimonial .description:after{
    content: "";
    width: 50%;
    height: 1px;
    background: #2660a4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial .testimonial-content{ position: relative; }
.testimonial .testimonial-content:before{
    content: "";
    width: 1px;
    height: 20px;
    background: #2660a4;
    position: absolute;
    top: -50px;
    left: 50%;
}
.testimonial .testimonial-content:after{
    content: "";
    width: 2px;
    height: 40px;
    background: #2660a4;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: skewX(-45deg);
    transform-origin: 100% 100% 0;
}
.testimonial .pic{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 7px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial .title{
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #2660a4;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: #ff5a5f;
    opacity: 0.8;
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{
    width: 35px;
    background: #2660a4;
}
.fsnew {font-size: 22px;}


.fs50 {font-size: 50px;}
.box_one {background-color: #eb6087; border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 2px dotted #cccccc;}
.box_two {background-color: #609beb;border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 2px dotted #cccccc;}
.box_three {background-color: #ebc260; border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 2px dotted #cccccc; padding-bottom: 30px;}
.box_four {background-color: #D46108; border-radius: 20px 20px 20px 20px;
-moz-border-radius: 20px 20px 20px 20px;
-webkit-border-radius: 20px 20px 20px 20px;
border: 2px dotted #cccccc;}
.fs20 {font-size: 18px;}
.outer_wave {background: url("../images/wave.png") center center no-repeat; height: 170px; margin-top: 60px;}
.outer_wave_one {background: url("../images/wave.png") center center no-repeat; height: 170px; margin-top: -90px;}
.outer_wave_bg {background-color: #efefef; padding-bottom: 100px;}
.round_btn {background-color: #1780e1; border-radius: 40px; text-align: center; padding: 15px 30px; margin-top: 20px; display: inline-block; font-size: 18px; color: #fff; font-weight: 600;transition: all 0.5s ease 0s;}
.round_btn:hover {text-decoration: none; color: #000; background-color: #edd65a;transition: all 0.5s ease 0s;}

.round_btn_white {background-color: #fff ; border-radius: 40px; text-align: center; padding: 15px 30px; margin-top: 20px; display: inline-block; font-size: 18px; color: #000; font-weight: 600;transition: all 0.5s ease 0s;}
.round_btn_white:hover {text-decoration: none; color: #000; background-color: #edd65a;transition: all 0.5s ease 0s;}



.outer_wave_blue {background: url("../images/bluebg.png") center center; padding: 40px 0px; margin-top: -50px;}

.outer_wave_yellow {background: url("../images/yellowbg.png") center center no-repeat; height: 400px; margin-top: -60px;}
.outer_wave_bg {background-color: #efefef; padding-bottom: 100px;}
.round_btn {background-color: #1780e1; border-radius: 40px; text-align: center; padding: 15px 30px; margin-top: 20px; display: inline-block; font-size: 18px; color: #fff; font-weight: 600;}
.link{
    display: inline-block;
    z-index: 1;
    position: relative;
}
.link:before,
.link:after{
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #ff4242;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.link:after{ background: #ff4242; }
.link:hover:before{
    top: -7px;
    left: -7px;
}
.link:hover:after{
    top: 7px;
    left: 7px;
}
.link span{
    display: block;
    padding: 7px 15px;
    background: #ff4242;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.link:hover span{
    background: #fff;
    color: #ff4242;
    box-shadow: 0 0 15px #909090;
}
@media only screen and (max-width: 767px){
    .link{ margin-bottom: 20px; }
}

.counter{
    padding: 30px 20px;
    margin-top: 20px;
    border-radius: 20px;

    color: #fff;
    text-align: center;
    position: relative;
}

.counter .counter-icon{
    display: block;
    font-size: 50px;
    margin: 7px 0;
}
.counter .counter-value{
    display: block;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
}
.counter .counter-value:before{
    content: "";
    width: 30%;
    height: 3px;
    background: rgba(255,255,255,0.3);
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.counter .title{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
@media only screen and (max-width: 990px){
    .counter{ margin-bottom: 50px; }
}


.box{
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #808080;
    }
.box:before,
.box:after{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.box:before{
    bottom: 5%;
    left: 5%;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
}
.box:after{
    top: 5%;
    right: 5%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.box:hover:before,
.box:hover:after{
    opacity: 1;
    width: 90%;
    height: 90%;
}
.box img{
    height: auto;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}
.box:hover img{
    transform: scale(1.05);
}
.box .box-content{
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 10%;
}
.box .title,
.box .post{
    display: block;
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.5s ease 0s;
}
.box:hover .title,
.box .post{
    opacity: 0;
}
.box:hover .post{
    opacity: 1;
}
@media only screen and (max-width: 990px){
    .box{ margin-bottom: 20px; }
}



.text_cs {padding: 30px; text-align: center; color: #fff;}
.gray {color: #828282;}
.first_box {background-color: #fff; border-radius: 50px; padding: 10px 30px; text-align: center; margin-top: 50px; border: #000 dotted 3px; transition: all 0.5s ease 0s;}
.first_box h3 {margin-top: 10px;}
.first_box:hover {background-color: #0d425c; color: #fff; border: #fff dotted 3px; transition: all 0.5s ease 0s;}

/*MENU BAR CSS*/

.outer_foooter_main {background: url("../images/footer_bg.png") left top no-repeat; height: 150px; margin-top: -115px;}
.outer_foooter {background-color: #11296c;}
.address {color:#ffbe0b;}
.address_detail {color:#fff;}
.footer_listing li {border-bottom:#2d2b3a solid 1px; line-height:48px;}
.footer_listing li a {color:#fff; line-height:30px;}
.footer_listing li a:hover {color:#ffbe0b; text-decoration:none;}

.footer_button {background-color:#ffbe0b; color:#fff; display:block; text-align:center; padding:10px;}
.footer_button:hover {color:#222; background-color:#fff; text-decoration:none;}
.footer_social li a  {color:#fff; width:40px; height:40px; border-radius:50%; background-color:#ffbe0b; display:inline-block; text-align:center; line-height:42px; font-size:18px; border:#fff solid 2px;-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.32);
-moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.32);
box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.32);}
.footer_social li a:hover {background-color:#fff; color:#222;}
.hours li {line-height: 30px; color: #fff;}
.outer_last_footer {background-color: #1b3c98; padding:15px 0px 10px 0px; margin-top: 30px;}
.pt50_mob {padding-top: 50px;}
@media (max-width:767px) {
.menubar {float:left;}
.address_detail {position:inherit; color:#fff; top:80%; right:0px;}
.fs50 {font-size: 24px;}
.outer_wave_blue {background: url("../images/bluebg.png") center center #88d4f2; padding: 40px 0px; margin-top: -50px;}
.outer_wave_yellow {background: url("../images/yellowbg.png") center center #ffdd98; height: 550px; margin-top: -60px;}  
.first_box {background-color: #fff; border-radius: 50px; padding: 10px 30px; text-align: center; margin-top: 0px; border: #000 dotted 3px; transition: all 0.5s ease 0s;} 
.pt50_mob {background:#fff !important;}   
.main{background:#fff !important;}
.branch_first {margin-bottom: 10px;}
   
}

.outer_wave_fixed_title {background: url("../images/fixed_inner_head_bg.png") left top no-repeat; height: 300px; padding-top: 30px;}
.mb150 {margin-bottom: 150px;}

.our-team{
    padding: 30px 0 40px;
    background: #f7f5ec;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.our-team .pic{
    display: inline-block;
    width: 130px;
    height: 130px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before{
    content: "";
    width: 100%;
    height: 0;
    border-radius: 50%;
    background: #019ae6;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 0.2;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{ height: 100%; }
.our-team .pic:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #019ae6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.our-team .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #019ae6;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #019ae6;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.panel-group .panel{
    border:0px none;
    border-radius: 0px;
    box-shadow: none;
}
.panel-default > .panel-heading{
    padding: 0;
    border-radius: 0px;
    background-color: #019ae6;
}
.panel-title > a{
    display: block;
    padding: 15px;
    position: relative;
    border-bottom: 2px solid #ff5722;
    color:#fff;
}
.panel-title > a:hover,
.panel-title > a:focus{
    text-decoration: none;
    outline: none;
}
.panel-title > a:after,
.panel-title > a.collapsed:after{
    content: "\f106";
    font-family: "FontAwesome";
        font-weight: 900;
    color:#fff;
    position: absolute;
    right:15px;
    top:5px;
    font-size: 28px;
}
.panel-title > a.collapsed:after{
    content: "\f107";
}
.panel-title > a.collapsed{
    border-bottom: 1px solid #019ae6;
}
.panel-title > a.collapsed:hover{
    border-color:#e74a39;
}
.panel-body{
    background: #fff;
    color:#888;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border-top: 0px none;
}



.vertical-tab{
    display: table;
    border-right: 8px solid #0d425c;
}
.vertical-tab .nav-tabs{
    display: table-cell;
    min-width: 28%;
    border-bottom: none;
    border-right: 8px solid #0d425c;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    display: block;
    padding: 16px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #272e38;
    border: none;
    border-radius: 0;
    position: relative;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a{
    background: #019ae6;
    border: none;
    color: #fff;
}
.vertical-tab .nav-tabs li.active a:after{
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(225deg,#0d425c 49%, transparent 50%);
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%) rotate(45deg);
}
.vertical-tab .tab-content{
    display: table-cell;
    padding: 15px 20px;
    color: #272e38;
    text-align: justify;
}
.vertical-tab .tab-content h3{
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    font-weight: 600;
    color: #0d425c;
    text-transform: uppercase;
    border-bottom: 1px solid #272e38;
}
@media only screen and (max-width: 479px){
    .vertical-tab{
        border-right: none;
        border-bottom: 8px solid #0d425c;
    }
    .vertical-tab .nav-tabs{
        display: block;
        margin: 0 -10px;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
    .vertical-tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .vertical-tab .nav-tabs li a { padding: 10px; }
    .vertical-tab .nav-tabs li.active a:after{ display: none; }
    .vertical-tab .tab-content{
        display: block;
        padding: 15px 0;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}






#playground-container {
    height: 500px;
    overflow: hidden !important;
    
}
.main{margin-top:70px; 
-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
padding:0px;
background:#2196f3;
}
.fb:focus, .fb:hover{color:FFF !important;}


.left-side{
	padding:0px 0px 0px;
	
	background-size:cover;
}
.left-side h3{
	font-size: 30px;
    font-weight: 900;
	color:#FFF;
	padding: 50px 10px 00px 26px;
	}
	
	.left-side p{
    font-weight:600;
	color:#FFF;
	padding:10px 10px 10px 26px;
	}

	
	.fb{background: #2d6bb7;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
	margin-left:26px;-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);}
	.tw{background: #20c1ed;
    color: #FFF;
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);}
	
	.right-side{
	padding:0px 0px 0px;
	background:#FFF;
	background-size:cover;
	min-height:486px;
}
	.right-side h3{
	font-size: 30px;
    font-weight: 700;
	color:#000;
	padding: 50px 10px 00px 50px;
	}
	.right-side p{
    font-weight:600;
	color:#000;
	padding:10px 50px 10px 50px;
	}
	.form{padding:10px 50px 10px 50px;}

	.btn-deep-purple {
    background: #2196f3;
    padding: 5px 19px;
    color: #FFF;
    font-weight: 600;
    float: right;
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.24);
}


.branch_bg {background-color: #fcf9f4; padding: 15px;}
.branch_first {background-color: #fb5607; padding: 10px 15px; color: #fff; font-weight: bold;}
.branch_sec {background-color: #ffbe0b; padding: 10px 15px; color: #fff;}
.branch_sec a {color: #000;}
.date_bg {background-color: #019ae6; padding: 10px 15px; border-radius:10px; color: #fff; font-weight: bold; font-size: 18px; text-align: center;}
.post-slide{
    border: 1px solid #eee;
    padding: 20px;
    margin: 0 15px;
    position: relative;
}
.post-slide:before{
    content: "";
    border-top:1px solid transparent;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    transition:all 0.3s ease-in-out 0s;
}
.post-slide:hover:before{
    border-top: 1px solid #3398db;
}
.post-slide:hover{
    border-top: 1px solid #3398db;
}
.post-slide .post-img > img{
    width: 100%;
    height:auto;
}
.post-slide .post-title > a{
    font-size: 20px;
    text-transform: capitalize;
    color:#333;
    transition:all 0.3s ease-in-out 0s;
}
.post-slide .post-title > a:hover{
    text-decoration: none;
    color:#3398db;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.post-slide .post-bar > li{
    display: inline-block;
    border-right: 1px solid #999;
    padding: 0 10px;
    float: left;
}
.post-slide .post-bar > li:first-child{
    padding: 0 10px 0 0;
}
.post-slide .post-bar > li:last-child{
    border: 0px none;
}
.post-slide .post-date,
.post-slide .author,
.post-slide .comment{
    color:#3398db;
    text-transform: uppercase;
    font-size: 14px;
}
.post-slide .author > a,
.post-slide .comment > a,
.post-slide .comment > i{
    color:#999;
    transition:all 0.3s ease-in-out 0s;
}
.post-slide .author > a:hover,
.post-slide .comment > a:hover{
    text-decoration: none;
    color:#333;
}
.post-slide .comment > i{
    margin-right: 8px;
    font-size: 15px;
}
.post-slide .post-description{
    line-height: 1.7;
    color:#666;
    font-size: 13px;
    margin-bottom: 20px;
}
.post-slide .readmore{
    display: inline-block;
    padding: 10px 35px;
    background: #3398db;
    color: #ffffff;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition:all 0.3s ease-in-out 0s;
}
.post-slide .readmore:hover{
    text-decoration: none;
    color:#fff;
    background: #333;
}
@media only screen and (max-width: 360px) {
    .post-bar > li:last-child{
        margin-top: 8px;
        padding: 0;
    }
}


.inner_border {background-color:#fbfbfb; border:#019ae6 solid 3px; padding:30px;-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.18);}
.product_bg_detail {color:#222; margin-top:10px; color:#ffc73c; text-shadow:1px 2px 1px #c8c8c8;}
.product_bg_detail a {text-decoration:none; color:#000;}
.ln28 {line-height:28px;}

.adminson_bg {background: rgba(1,154,230,1);
background: -moz-linear-gradient(-45deg, rgba(1,154,230,1) 0%, rgba(0,66,97,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(1,154,230,1)), color-stop(100%, rgba(0,66,97,1)));
background: -webkit-linear-gradient(-45deg, rgba(1,154,230,1) 0%, rgba(0,66,97,1) 100%);
background: -o-linear-gradient(-45deg, rgba(1,154,230,1) 0%, rgba(0,66,97,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(1,154,230,1) 0%, rgba(0,66,97,1) 100%);
background: linear-gradient(135deg, rgba(1,154,230,1) 0%, rgba(0,66,97,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019ae6', endColorstr='#004261', GradientType=1 ); -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.37);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.37);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.37);}