﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
     font-family: 'Open Sans', sans-serif;
     overflow-x:hidden;
}
.clear-fx:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.brdr {
    border: 1px solid #fff;
}
.brdr1 {
    border: 1px solid #000;
}
.ul {
    margin: 0;
    padding: 0;
}
.mangtop10 {
    margin-top: 10px;
}
.mangtop20 {
    margin-top: 20px;
}
.mangtop30 {
    margin-top: 30px;
}
.mangtop40 {
    margin-top: 40px;
}
.mangtop50 {
    margin-top: 50px;
}
.mangtop60 {
    margin-top: 60px;
}
.mangtop80 {
    margin-top: 80px;
}
.mangtop100 {
    margin-top: 100px;
}
.mangbottom5 {
    margin-bottom: 5px;
}
.mangbottom10 {
    margin-bottom: 10px;
}
.mangbottom20 {
    margin-bottom: 20px;
}
.mangbottom30 {
    margin-bottom: 30px;
}
.mangbottom40 {
    margin-bottom: 40px;
}
.mangbottom50 {
    margin-bottom: 50px;
}
.mangbottom60 {
    margin-bottom: 60px;
}
.mangbottom80 {
    margin-bottom: 80px;
}
.pd-0 {
    padding: 0px !important;
}
a {
    text-decoration: none;
    outline: 0;
}
    a:hover {
        text-decoration: none;
        outline: 0;
    }

    a:active {
        text-decoration: none;
        outline: 0;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

input {
    outline: 0;
    border: 0;
}

img {
    border: 0;
    vertical-align: middle;
}
/*----------top-bar------------*/
.top-menubar {
    background-color: #212121;
    padding: 8px;
    height: 40px;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
        /*background: #1b1b1b;
    padding: 10px 0 11px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;*/
}

.top-menu-dv span {
    padding: 10px 0px;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.74);
}

    .top-menu-dv span i {
        margin-right: 5px;
    }

.top-menu-dv a {
    margin: 0px 3px;
    padding: 2px 5px;
}

    .top-menu-dv a i {
        color: rgba(255, 255, 255, 0.74);
        font-size: 14px;
    }

        .top-menu-dv a i:hover {
            color: #E2B96B;
            font-size: 14px;
        }

.social {
    padding-left: 226px;
}
/*-------menu-------------*/
.logo {
    max-width: 74%;
    margin-top: 10px;
}
.menu {
    background-color: rgba(21, 22, 24, 0.63);
    font-size: 13px;
    font-style: normal;
    font-family: "Dosis";
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 39px;
    z-index: 999;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

/*.menu {
    font-size: 13px;
    font-style: normal;
    font-family: "Dosis";
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    z-index: 999;
     transition:all 500ms ease;
 -moz-transition:all 500ms ease;
 -webkit-transition:all 500ms ease;
 -ms-transition:all 500ms ease;
 -o-transition:all 500ms ease;

}
.nbar1
{
 margin-top:0;
 height:80px;
 position:fixed;
 padding:0;
 background-color:rgba(255,255,255,1);
 z-index:99999;
 transition:all 500ms ease;
 -moz-transition:all 500ms ease;
 -webkit-transition:all 500ms ease;
 -ms-transition:all 500ms ease;
 -o-transition:all 500ms ease;
 -webkit-box-shadow: 0px 2px 3px 0px rgba(224,224,224,1);
-moz-box-shadow: 0px 2px 3px 0px rgba(224,224,224,1);
box-shadow: 0px 2px 3px 0px rgba(224,224,224,1);
}

.logo img
{
  margin:2px 0;
  padding:0;
  height:72px;

}
#logo1 img
{
  margin-top:0px;
  padding:0;
  height:62px;
  padding-top: 5px;
}
#logo1{
    padding-top:2px;
}*/

    .menu li {
        padding: 0 6px;
    }

        .menu li a {
            padding-top: 37px;
            padding-bottom: 37px;
            letter-spacing: 0.5px;
                font-family: 'Arial Rounded MT';
        }

        .menu li:before {
            display: block;
            width: 1px;
            height: 15.6px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -7.8px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: rgba(255, 255, 255, 0.4);
        }

        .menu li:not(:first-child):before {
            content: "";
        }
/*----------------after-slider------------*/

/* mouse scroll icon begin */
.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 30px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #888;
  -webkit-animation: intro 1s;
  animation: intro 1s;

}
.scroll {
  display: block;
  width: 3px;
  height: 10px;
  margin: 6px auto;
  border-radius: 4px;
  background: #888;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.widget-sub-title {
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
       font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    text-transform: none;
    letter-spacing: 0px;
    word-spacing: 0;
    color: #5a5a5a;
    margin-bottom: 0;
}

.ttl {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
        font-family: 'Open Sans', sans-serif;
}

.cs-title-bdr-one {
    width: 55px;
    height: 1px;
    background-color: #cc9b3d;
}

.cs-title-bdr-two {
    width: 55px;
    height: 1px;
    background-color: #cc9b3d;
    margin-top: 4px;
    margin-left: 15px;
    margin-bottom: 40px;
    margin-bottom: 20px !important;
}

.phd {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    color: #7a7a7a;
    line-height: 27px;
    letter-spacing: 0px;
    padding: 0px 70px;
}
.imp{
    height:500px;
    min-height: 500px; 
    background-image: url(../image/left_about.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.imp1{
    height: 500px; 
    min-height: 500px;
}
.imp2{
    height: 500px;
    min-height: 500px; 
    background-image: url(../image/1.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
/*------about-text------------------*/
.srv_txt h4 {
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    color: #444;
    font-weight: 600;
}

.srv_txt p {
    color: #7a7a7a;
    font-size: 15px;
       font-family: Arial;
    line-height: 22px;
    margin: 0;
}

.pp {
    background-color: #F7F7F7;
    position: relative;
    top: 50%;
    padding-right: 4% !important;
    padding-left: 4% !important;
}

.pp1 {
    background-color: #F7F7F7;
    position: relative;
    top: 50%;
    padding-right: 4% !important;
    padding-left: 4% !important;

}

.project.portfolio-hover-style-22 .entry-thumb .portfolio-entry-hover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* overflow: hidden; */
    z-index: 2;
    background: transparent;
    -webkit-transition: background .3s ease .3s, left .3s ease .3s, right .3s ease .3s, top .3s ease .3s, bottom .3s ease .3s;
    -moz-transition: background .3s ease .3s, left .3s ease .3s, right .3s ease .3s, top .3s ease .3s, bottom .3s ease .3s;
    transition: background .3s ease .3s, left .3s ease .3s, right .3s ease .3s, top .3s ease .3s, bottom .3s ease .3s;
}
 .three {
    width: 25%;
}
.mx {
    max-width: 45px;
}

.mx1 {
    max-width: 58px;
}
/*-------------counter-------------*/
.bgg1 {
    background-color: #15161A;
    color: #fff;
    padding: 40px 0px;
    font-family: Lora;
}

.bgg2 {
    background-color: #1C1D21;
    color: #fff;
    padding: 40px 0px;
    font-family: Lora;
}

.delimiter {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    width: 30px;
    border-bottom-color: #a26a00;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}
/*-----------------galleryimg-------------*/
.itm {
    text-align: center;
    float: left;
    position: relative;
}

.itm,
.itm-hover,
.itm-hover .mask,
.itm-img,
.itm-type-move .itm-info {
    width: 335px;
    height: 236px;
}

    .itm-hover,
    .itm-hover .mask,
    .itm-img {
        position: absolute;
        top: 0;
        left: 0;
    }

.itm-type-move .itm-hover {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
}

.itm-type-move .itm-info {
    z-index: 10;
    color: #ffffff;
    position: relative;
    z-index: 5;
    overflow: hidden;
}

    .itm-type-move .itm-info .headline,
    .itm-type-move .itm-info .date {
        width: 100%;
        position: absolute;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding: 0 10px;
    }

    .itm-type-move .itm-info .headline {
        font-size: 18px;
        top: 10px;
    }

    .itm-type-move .itm-info .date {
        font-size: 14px;
        font-style: italic;
        bottom: 10px;
    }

    .itm-type-move .itm-info .line {
        height: 1px;
        width: 85%;
        margin: 10px auto 0 auto;
        background-color: #ffffff;
    }

.itm-type-move .itm-hover .mask {
    margin: 10px;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
    width: 316px;
    height: 204px;
}

.itm-type-move .itm-hover:hover {
    opacity: 1;
}

    .itm-type-move .itm-hover:hover .itm-info .headline {
        top: 35%;
    }

    .itm-type-move .itm-hover:hover .itm-info .date {
        bottom: 35%;
    }
/*------------news-part=----------*/
.mnlist li {
    border-bottom: 1px dashed #dad0d0;
    padding: 5px;
}

    .mnlist li a {
        color: #000;
        font-size: 16px;
    }

/*--------footbg-----------*/
.clss {
    color: #E2B96B;
}

.footbg {
    background-image: url(../image/footer_bg.jpg);
    height: auto;
}

.bg-opcit {
    background-color: rgba(25, 25, 25, 0.87);
    width: 100%;
    height: 100%;
}

.ftp {
    color: rgba(255, 248, 248, 0.63);
    margin-top: 20px;
    line-height: 24px;
}

.rft {
    padding: 50px 0px 50px;
}

.small-rule1 {
    background-color: #E2B96B;
    width: 40px;
    height: 1px;
    margin: 12px 0px;
}

.loc i {
    color: rgba(255, 248, 248, 0.63);
    font-size: 20px;
}

.loc a {
    color: rgba(255, 248, 248, 0.63);
}

.loc p {
    color: rgba(255, 248, 248, 0.63);
}

.bx1 {
    margin-top: 10px;
}

.footbg h4 {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.lnk li {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.19);
    padding: 10px 0px;
}

    .lnk li a {
        color: rgba(255, 248, 248, 0.63);
    }

        .lnk li a:hover {
            color: #E2B96B;
            transition: 0.5s all;
        }

.ftlst {
    border-top: 1px solid rgba(255, 255, 255, 0.31);
    vertical-align: middle;
    padding: 15px 0px;
}

    .ftlst a {
        color: #fff;
        font-size: 13px;
    }

.round {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
    border: 1px solid rgba(255, 248, 248, 0.63);
    text-align: center;
}

    .round i {
        color: rgba(255, 248, 248, 0.63);
        font-size: 15px;
        line-height: 30px;
        vertical-align: middle;
    }

    .round:hover {
        border-radius: 50px;
        width: 30px;
        height: 30px;
        float: left;
        margin: 5px;
        background-color: #000;
        border: 1px solid #000;
        text-align: center;
        transition: .5s ease;
    }

        .round:hover i {
            color: #f8b864;
            transition: .5s ease;
        }

.round1 a {
    background-image: url(../image/f6s.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
    background-color: transparent;
    border: 1px solid #48C7EC;
    text-align: center;
}

    .round1 a:hover {
        background-image: url(../image/f6sblk.png);
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        float: left;
        margin: 5px;
        background-color: transparent;
        border: 1px solid #19333e;
        text-align: center;
        transition: .5s ease;
    }

.round2 a {
    background-image: url(../image/angel.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    float: left;
    margin: 5px;
    background-color: transparent;
    border: 1px solid #48C7EC;
    text-align: center;
}

    .round2 a:hover {
        background-image: url(../image/angelblk.png);
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        float: left;
        margin: 5px;
        background-color: transparent;
        border: 1px solid #19333e;
        text-align: center;
        transition: .5s ease;
    }
/*---------contact us------------------*/
.breadcrumb-area {
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 250px;
}

    .breadcrumb-area:after {
        /*background-color: #a26a00;*/
        background-color:#3a362f;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .breadcrumb-bg-1 {
        background-image: url('../image/aboutban.jpg');
    }
    .breadcrumb-bg-2 {
        background-image: url('../image/cntban.jpg');
    }
    .breadcrumb-bg-3 {
        background-image: url('../image/servbg.jpg');
    }
.breadcrumb-area .page-title h1 {
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.divider {
    width: 100px;
    height: 2px;
    margin: 10px auto;
    background-color: #f29100;
}

.small-heading {
    margin-bottom: 40px;
    font-family:Arial;
    font-size: 14px;
    line-height: 25px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: none;
    color: #fff;
}

.mnt {
    margin-top: 155px;
}

.contact-section {
    padding: 0px 0 30px;
}

    .contact-section h2 {
        color: #222222;
        font-size: 17px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        margin: 0 0 15px;
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .contact-section p {
        margin-bottom: 30px;
    }

    .contact-section ul.information-list {
        margin: 0;
        padding: 0;
    }

        .contact-section ul.information-list li {
            list-style: none;
            overflow: hidden;
            border-bottom: 1px solid #dddddd;
            margin-bottom: 10px;
        }

            .contact-section ul.information-list li i {
                float: left;
                color: #222222;
                font-size: 13px;
                display: inline-block;
                line-height: 24px;
            }

            .contact-section ul.information-list li span {
                display: block;
                font-size: 14px;
                color: #666666;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 10px;
                margin-bottom: 8px;
                margin-left: 25px;
                color: #222222;
            }

            .contact-section ul.information-list li a {
                font-size: 14px;
                color: #666666;
                font-family: 'Lato', sans-serif;
                font-weight: 400;
                line-height: 20px;
                margin: 0 0 10px;
                display: inline-block;
                margin-left: 15px;
                margin-bottom: 10px;
                color: #222222;
            }

            .contact-section ul.information-list li:last-child {
                border-bottom: none;
            }

#contact-form input[type="text"],
.comment-form input[type="text"],
#contact-form input[type="email"],
.comment-form input[type="email"],
#contact-form textarea,
.comment-form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    outline: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #666666;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

    #contact-form input[type="text"]:focus,
    .comment-form input[type="text"]:focus,
	#contact-form input[type="email"]:focus,
	.comment-form input[type="email"]:focus,
    #contact-form textarea:focus,
    .comment-form textarea:focus {
        border: 1px solid #ffba00;
    }

#contact-form textarea,
.comment-form textarea {
    height: 146px;
}

#contact-form input[type="submit"],
.comment-form input[type="submit"] {
    padding: 12px 30px;
    outline: none;
    border: none;
    background: #212121;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    margin-bottom: 10px;
}

    #contact-form input[type="submit"]:hover,
    .comment-form input[type="submit"]:hover {
        opacity: 0.7;
    }

#contact-form .message,
.comment-form .message,
#quote-msg {
    padding: 10px 20px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}

    #contact-form .message.error,
    .comment-form .message.error,
    #quote-msg.error {
        color: #e74c3c;
        background: rgba(246, 80, 80, 0.4);
        border: 1px solid #e74c3c;
    }

    #contact-form .message.success,
    .comment-form .message.success,
    #quote-msg.success {
        color: #29b504;
        background: rgba(63, 220, 21, 0.4);
        border: 1px solid #29b504;
    }

.shw {
    border: 10px solid #ffffff;
    box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.1);
    border-bottom-width: 4px;
}

.affix {
    position: fixed;
    top: 0px;
    -webkit-transition: top 0.6s;
    -moz-transition: top 0.6s;
    transition: top 0.6s;
    background-color: #fff;
    -webkit-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

    .affix .logo {
        margin-top: 0px;
    }

    .affix li a {
        color: #777 !important;
        padding-top: 25px;
        padding-bottom: 25px;
    }
        .affix li a:hover {
            color: #E3B96B !important;
        }
    .affix li:before {
        display: block;
        width: 1px;
        height: 15.6px;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7.8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: rgba(226, 185, 107,0.6);
    }
/*---------services-------------*/
.arromm{
    margin-bottom:20px;
    margin-right:11px;
    margin-top:5px;
}
.srvhd {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px !important;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 15px 0px;
    border-left: 3px solid #ffbb02;
    margin-bottom: 20px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    -ms-transition: .25s;
    transition: .25s;
    color: #21282e;
    cursor: pointer;
    background-color: #F7F7F7;
    display: inline-block;
    padding: 6px 16px;
}

    .srvhd:hover {
        color: #ff4229;
        opacity: .75;
        text-decoration: none;
        border-left: 3px solid #ff4229;
    }
.reb ul{
    padding-left: 13px;
}

.reb ul li {
    padding: 0 0 5px 15px;
    margin-bottom: 1em;
    position: relative;
    list-style: none;
    font-size: 15px;
}
    .reb ul li:before {
        display: block;
        position: absolute;
        content: '';
        top: 2.5px;
        left: -13px;
        right: 10px;
        width: 30px;
        height: 17px;
        background-image: url('../image/arro.png');
        background-repeat:no-repeat;
    }

    .reb ul li:hover {
        padding: 0 0 5px 15px;
        margin-bottom: 1em;
        position: relative;
        list-style: none;
        font-size: 15px;
        color: #8e8d8d;
        cursor: pointer;
    }

.imsld li {
    margin-bottom: 2px !important;
}

.reb ul li i {
    color: #E2B96B;
    margin-right: 10px;
    font-size: 15px;
}

.rebp {
    font-size: 14px;
    line-height: 26px;
    color: #000;
    font-weight: 500;
}

.reb h3 {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
    position: relative;
}

    .reb h3:before {
        content: ' ';
        width: 50px;
        height: 2px;
        background: #12AEF8;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
    }

.imggal li {
    float: left;
    margin: 2px;
    border: 1px solid #E4E4E4;
    padding: 6px;
    margin-left: 0px !Important;
}

.wpb_text_column li {
    font-size: 14px;
    line-height: 26px !important;
    margin-left: 0px;
    color: #a29c9c;
    margin-bottom: 10px !important;
}

    .wpb_text_column li i {
        color: #E2B96B;
        margin-right: 10px;
        font-size: 15px;
        margin-bottom: 10px;
    }
/*---------about-------------*/
.sectionb span.color {
    color: #fcb102;
}

.about-detail {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: -10%;
    padding: 40px 75px;
    position: relative;
    vertical-align: middle;
    width: 60%;
    margin-top:30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

    .about-detail h3 {
        float: left;
        width: 100%;
        font-size: 32px;
        font-weight: 600;
        line-height: 44px;
        margin-bottom: 15px;
        margin-top: 0;
        text-transform: uppercase;
    }

    .about-detail > p {
        float: left;
        width: 100%;
        color: #6c6c6c;
        line-height: 28px;
        text-align: justify;
    }

.about-img {
    display: inline-block;
    margin-left: -5px;
    vertical-align: middle;
    width: 50%;
}

.owl-item1 {
    padding: 0px 7px;
    height: 100px;
    line-height: 95px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
}

.owl-item1 {
    background: #fff;
    border: 1px solid #e1e1e1;
}

    .owl-item1 img {
        width: 100%;
        max-width: 177px;
    }

/*-----responsive-----------*/
@media (max-width:1197px) {
.resp-vtabs .resp-tabs-container {
    width: 62% !important;
}
}
@media (max-width:1024px) {
.ult-spacer{
    display:none !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,1); 
}
.top-menubar {
    display: none;
}
.logo {
    max-width: 50%;
    margin-top: 1px;
}

.smhdd {
    text-transform: capitalize;
    color: #ffaa09;
    margin-top: 10px;
}
.menu li {
    padding: 0 0px;
}
.menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.menu li:before {
    display: none;
}
.menu {
    top: 0px;
    background-color:#fff;
}
.rft {
    display: none;
}
.about-detail {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-right: 0px;
    margin-top: 10px;
}
.phd {
    padding: 0px;
}
.pp {
    padding: 11px 10px 64px;
    background-color:transparent;
}
.imp2{
    display:none;
}
.itm-img {
    width: 359px !important;
    margin-bottom: 10px;
}
.pp1 {
    padding: 0px 10px 64px;
    background-color:transparent;
}
.itm {
    margin-bottom: 10px;
}
#kenburns_062 {
    margin-top: 50px !important;
}
.kenburns_062_slide {
    top: 14% !important;
}
.kenburns_062_slide > h1 {
    margin: 0px 0;
    font-size: 29px;
    border:0px solid #fff !important; 
}
.kenburns_062_slide > p{
    color:#fff !important;
    font-size: 14px;
}
.mnt {
    margin-top: 96px;
}
.mmgg{
    display: block;
    max-width: 100%;
    height: auto;
}
.reb h3{
    font-size: 20px;
    padding-bottom: 10px;
    padding-top:10px;
}

.imp{
    display:block;
}
.about-img img{
	max-width:100%;
	    height: auto;
}
/*----------------menu-bar----------*/
#nav-toggle {
    position: absolute;
    right: 0px;
}
#nav-toggle {
    cursor: pointer;
    padding:9px 27px 19px 6px;
    width: 40px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 1px;
    width: 23px;
    background-color: #000;
    border-color: #000;
    position: absolute;
    display: block;
    content: '';
    margin: 2px 0px;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.lgbtntxt{
   font-family: 'Open Sans', sans-serif;
   font-size:12px;
   position:absolute;
   margin-top:-4px;
   color:#000;
   margin-left:15px;
}
.mrkr{
   position: absolute;
   top: 35px;
   left: 295px;
   color:#71CB06;
}
.topbg{
    background-color:#fff;
}
.cret{
    margin-right:10px;
}
.crett{
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.owl-carousel .owl-item{
	float: left;
	margin: 0px 6px;
	width: 259px !important;
}
.owl-theme .owl-controls .owl-page span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 3px !important;
}
.breadcrumb-area {
    height: 170px;
}
.breadcrumb-area .page-title h1 {
    font-size: 29px;
}
.sectionb h2{
    font-size: 25px;
}
#contact-form{
    margin-top:20px;
}
}
@media (max-width:992) {
    .top-menubar {
        display: none;
    }

    .logo {
        display: none !important;
    }

    .menu li a {
        padding-top: 10px;
        padding-bottom: 10px;
        letter-spacing: 0.5px;
    }

    .menu li:before {
        display: none;
    }

    .menu {
        top: 0px;
    }

    .rft {
        display: none;
    }

    .about-detail {
        width: 100%;
        box-shadow: none;
        padding: 0;
        margin-right: 0px;
        margin-top: 10px;
    }

    .phd {
        padding: 0px;
    }

    .pp {
        padding: 72px 10px 64px;
    }

    .pp1 {
        padding: 72px 10px 64px;
    }

    .itm-img {
        width: 359px !important;
    }

    .itm {
        margin-bottom: 10px;
    }

    #kenburns_062 {
        height: 300px;
    }

    .kenburns_062_slide {
        top: 14% !important;
    }

    .smhdd {
        text-transform: capitalize;
        color: #ffaa09;
        margin-top: 10px;
    }

    .mnt {
        margin-top: 102px;
    }
}
@media (max-width:986px) {
.accordion {
    max-width: 262px !important;
}
.resp-vtabs .resp-tabs-container {
    width: 58% !important;
}
.resp-tabs-list h3 {
    font-size: 18px !important;
    padding: 25px 3px !important;
}
}
@media (max-width:768) {
h2.resp-accordion {
    display: block;
    background-color: #000;
    overflow: auto !important;
}
.ult-spacer{
    display:none !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,1); 
}
.top-menubar {
    display: none;
}
.logo {
    max-width: 50%;
    margin-top: 1px;
}
.smhdd {
    text-transform: capitalize;
    color: #ffaa09;
    margin-top: 10px;
}
.menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.menu li:before {
    display: none;
}
.menu {
    top: 0px;
    background-color:#fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.rft {
    display: none;
}
.about-detail {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-right: 0px;
    margin-top: 10px;

}
.phd {
    padding: 0px;
}
.pp {
    padding: 11px 10px 64px;
    background-color:transparent;
}
.imp2{
    display:none;
}
.itm-img {
    width: 359px !important;
    margin-bottom: 10px;
}
.pp1 {
    padding: 0px 10px 64px;
    background-color:transparent;
}
.itm {
    margin-bottom: 10px;
}
#kenburns_062 {
    margin-top: 50px !important;
}
.kenburns_062_slide {
    top: 14% !important;
}
.kenburns_062_slide > h1 {
    margin: 0px 0;
    font-size: 29px;
    border:0px solid #fff !important; 
}
.kenburns_062_slide > p{
    color:#fff !important;
    font-size: 14px;
}
.mnt {
    margin-top: 96px;
}
.mmgg{
    display: block;
    max-width: 100%;
    height: auto;
}
.reb h3{
    font-size: 20px;
    padding-bottom: 10px;
    padding-top:10px;
}
.imp{
    display:none;
}

/*----------------menu-bar----------*/
#nav-toggle {
    position: absolute;
    right: 0px;
}
#nav-toggle {
    cursor: pointer;
    padding:9px 27px 19px 6px;
    width: 40px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 1px;
    width: 23px;
    background-color: #000;
    border-color: #000;
    position: absolute;
    display: block;
    content: '';
    margin: 2px 0px;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.lgbtntxt{
   font-family: 'Open Sans', sans-serif;
   font-size:12px;
   position:absolute;
   margin-top:-4px;
   color:#000;
   margin-left:15px;
}
.mrkr{
   position: absolute;
   top: 35px;
   left: 295px;
   color:#71CB06;
}
.topbg{
    background-color:#fff;
}
.cret{
    margin-right:10px;
}
.crett{
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.owl-carousel .owl-item{
	float: left;
	margin: 0px 6px;
	width: 259px !important;
}
.owl-theme .owl-controls .owl-page span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 3px !important;
}
.breadcrumb-area {
    height: 170px;
}
.breadcrumb-area .page-title h1 {
    font-size: 29px;
}
.sectionb h2{
    font-size: 25px;
}
#contact-form{
    margin-top:20px;
}
}
@media (max-width:640px) {
.ult-spacer{
    display:none !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,1); 
}
.top-menubar {
    display: none;
}
.logo {
    max-width: 50%;
    margin-top: 1px;
}
.smhdd {
    text-transform: capitalize;
    color: #ffaa09;
    margin-top: 10px;
}
.menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.menu li:before {
    display: none;
}
.menu {
    top: 0px;
    background-color:#fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.rft {
    display: none;
}
.about-detail {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-right: 0px;
    margin-top: 10px;

}
.phd {
    padding: 0px;
}
.pp {
    padding: 11px 10px 64px;
    background-color:transparent;
}
.imp2{
    display:none;
}
.itm-img {
    width: 359px !important;
    margin-bottom: 10px;
}
.pp1 {
    padding: 0px 10px 64px;
    background-color:transparent;
}
.itm {
    margin-bottom: 10px;
}
#kenburns_062 {
    margin-top: 50px !important;
}
.kenburns_062_slide {
    top: 14% !important;
}
.kenburns_062_slide > h1 {
    margin: 0px 0;
    font-size: 29px;
    border:0px solid #fff !important; 
}
.kenburns_062_slide > p{
    color:#fff !important;
    font-size: 14px;
}
.mnt {
    margin-top: 96px;
}
.mmgg{
    display: block;
    max-width: 100%;
    height: auto;
}
.reb h3{
    font-size: 20px;
    padding-bottom: 10px;
    padding-top:10px;
}
.imp{
    display:none;
}

/*----------------menu-bar----------*/
#nav-toggle {
    position: absolute;
    right: 0px;
}
#nav-toggle {
    cursor: pointer;
    padding:9px 27px 19px 6px;
    width: 40px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 1px;
    width: 23px;
    background-color: #000;
    border-color: #000;
    position: absolute;
    display: block;
    content: '';
    margin: 2px 0px;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.lgbtntxt{
   font-family: 'Open Sans', sans-serif;
   font-size:12px;
   position:absolute;
   margin-top:-4px;
   color:#000;
   margin-left:15px;
}
.mrkr{
   position: absolute;
   top: 35px;
   left: 295px;
   color:#71CB06;
}
.topbg{
    background-color:#fff;
}
.cret{
    margin-right:10px;
}
.crett{
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.owl-carousel .owl-item{
	float: left;
	margin: 0px 6px;
	width: 259px !important;
}
.owl-theme .owl-controls .owl-page span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 3px !important;
}
.breadcrumb-area {
    height: 170px;
}
.breadcrumb-area .page-title h1 {
    font-size: 29px;
}
.sectionb h2{
    font-size: 25px;
}
#contact-form{
    margin-top:20px;
}
}
@media (max-width:520px) {
.ult-spacer{
    display:none !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,1); 
}
.top-menubar {
    display: none;
}
.logo {
    max-width: 50%;
    margin-top: 1px;
}
.smhdd {
    text-transform: capitalize;
    color: #ffaa09;
    margin-top: 10px;
}
.menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.menu li:before {
    display: none;
}
.menu {
    top: 0px;
    background-color:#fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.rft {
    display: none;
}
.about-detail {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-right: 0px;
    margin-top: 10px;

}
.phd {
    padding: 0px;
}
.pp {
    padding: 11px 10px 64px;
    background-color:transparent;
}
.imp2{
    display:none;
}
.itm-img {
    width: 359px !important;
    margin-bottom: 10px;
}
.pp1 {
    padding: 0px 10px 64px;
    background-color:transparent;
}
.itm {
    margin-bottom: 10px;
}
#kenburns_062 {
    margin-top: 50px !important;
}
.kenburns_062_slide {
    top: 14% !important;
}
.kenburns_062_slide > h1 {
    margin: 0px 0;
    font-size: 29px;
    border:0px solid #fff !important; 
}
.kenburns_062_slide > p{
    color:#fff !important;
    font-size: 14px;
}
.mnt {
    margin-top: 96px;
}
.mmgg{
    display: block;
    max-width: 100%;
    height: auto;
}
.reb h3{
    font-size: 20px;
    padding-bottom: 10px;
    padding-top:10px;
}
.imp{
    display:none;
}

/*----------------menu-bar----------*/
#nav-toggle {
    position: absolute;
    right: 0px;
}
#nav-toggle {
    cursor: pointer;
    padding:9px 27px 19px 6px;
    width: 40px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 1px;
    width: 23px;
    background-color: #000;
    border-color: #000;
    position: absolute;
    display: block;
    content: '';
    margin: 2px 0px;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.lgbtntxt{
   font-family: 'Open Sans', sans-serif;
   font-size:12px;
   position:absolute;
   margin-top:-4px;
   color:#000;
   margin-left:15px;
}
.mrkr{
   position: absolute;
   top: 35px;
   left: 295px;
   color:#71CB06;
}
.topbg{
    background-color:#fff;
}
.cret{
    margin-right:10px;
}
.crett{
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.owl-carousel .owl-item{
	float: left;
	margin: 0px 6px;
	width: 259px !important;
}
.owl-theme .owl-controls .owl-page span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 3px !important;
}
.breadcrumb-area {
    height: 170px;
}
.breadcrumb-area .page-title h1 {
    font-size: 29px;
}
.sectionb h2{
    font-size: 25px;
}
#contact-form{
    margin-top:20px;
}
}
@media (max-width:320px) {
.ult-spacer{
    display:none !important;
}
.navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,1); 
}
.top-menubar {
    display: none;
}
.logo {
    max-width: 50%;
    margin-top: 1px;
}

.smhdd {
    text-transform: capitalize;
    color: #ffaa09;
    margin-top: 10px;
}
.menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}
.menu li:before {
    display: none;
}
.menu {
    top: 0px;
    background-color:#fff;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.rft {
    display: none;
}
.about-detail {
    width: 100%;
    box-shadow: none;
    padding: 0;
    margin-right: 0px;
    margin-top: 10px;
}
.phd {
    padding: 0px;
}
.pp {
    padding: 11px 10px 64px;
    background-color:transparent;
}
.imp2{
    display:none;
}
.itm-img {
    width: 359px !important;
    margin-bottom: 10px;
}
.pp1 {
    padding: 0px 10px 64px;
    background-color:transparent;
}
.itm {
    margin-bottom: 10px;
}
#kenburns_062 {
    margin-top: 50px !important;
}
.kenburns_062_slide {
    top: 14% !important;
}
.kenburns_062_slide > h1 {
    margin: 0px 0;
    font-size: 29px;
    border:0px solid #fff !important; 
}
.kenburns_062_slide > p{
    color:#fff !important;
    font-size: 14px;
}
.mnt {
    margin-top: 96px;
}
.mmgg{
    display: block;
    max-width: 100%;
    height: auto;
}
.reb h3{
    font-size: 20px;
    padding-bottom: 10px;
    padding-top:10px;
}

.imp{
    display:none;
}
/*----------------menu-bar----------*/
#nav-toggle {
    position: absolute;
    right: 0px;
}
#nav-toggle {
    cursor: pointer;
    padding:9px 27px 19px 6px;
    width: 40px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    cursor: pointer;
    height: 1px;
    width: 23px;
    background-color: #000;
    border-color: #000;
    position: absolute;
    display: block;
    content: '';
    margin: 2px 0px;
}
#nav-toggle span:before {
    top: -10px;
}
#nav-toggle span:after {
    bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
    background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}
#nav-toggle.active span:before {
    transform: rotate(45deg);
}
#nav-toggle.active span:after {
    transform: rotate(-45deg);
}
.lgbtntxt{
   font-family: 'Open Sans', sans-serif;
   font-size:12px;
   position:absolute;
   margin-top:-4px;
   color:#000;
   margin-left:15px;
}
.mrkr{
   position: absolute;
   top: 35px;
   left: 295px;
   color:#71CB06;
}
.topbg{
    background-color:#fff;
}
.cret{
    margin-right:10px;
}
.crett{
    border-bottom: 2px solid #999999;
    border-right: 2px solid #999999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -3px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.owl-carousel .owl-item{
	float: left;
	margin: 0px 6px;
	width: 259px !important;
}
.owl-theme .owl-controls .owl-page span {
    width: 6px !important;
    height: 6px !important;
    margin: 5px 3px !important;
}
.breadcrumb-area {
    height: 170px;
}
.breadcrumb-area .page-title h1 {
    font-size: 29px;
}
.sectionb h2{
    font-size: 25px;
}
#contact-form{
    margin-top:20px;
}
}
