
a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #606060;
}

#about a{color:#2ac3fc;}

a:focus, a:hover {
    text-decoration: none;
    outline: 0 solid;
    color: #286090;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

html,
body {
    height: 100%
}

body {
          font-family: 'Raleway',sans-serif!important;
    font-size: 14px;
    line-height: 1.8;
    color: #606060;    overflow-x: hidden;
}

header {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



.bttn {
    background-image: url("images/btn-bg.html");
    background-position: center top 0;
    background-repeat: no-repeat;
    background-size: 100% 200%;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    outline: medium none;
    padding: 10px 40px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.bttn:hover {
    background-position: center top 100%;
    border: medium none;
    color: #ffffff;
}



.close-grid [class|=col] {
    padding: 0;
}

.img-full-width img {
    width: 100%;
  
}

.test-1 img{width: 100%;
    height: 120px;
    position: relative;
    top: -20px;
left: 20px;}



.close-grid.row,
.close-grid.row .row {
    margin: 0;
}

.form-control {
    border: 1px solid #dddddd;
    border-radius: 1px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    color: #333;
    height: auto;
    min-height: 40px;
    padding: 14px 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-control:focus {
    box-shadow: 0 0 5px 0 #dddddd;
    border: 1px solid #dddddd;
}

.form-control::-moz-placeholder {
    color: #333;
}

.form-control:-ms-input-placeholder {
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #333;
}

.breadcrumb {
    background: none;
}



.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}

.relative {
    position: relative;
}

.vcenter {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);height:500px;
    width: 100%;
}

.left-box-image {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}

.text-white a,
.text-white {
    color: #ffffff;
}

.gray-bg {
    background-color: #fbf9fa;
}

.black-bg {
    background-color: #161624;
    color: #ffffff;
}

.box100 {
    width: 100px;
}

.dark-bg {
    background-color: #23232E;
    color: #ffffff;
}

.black-bg a,
.dark-bg a {
    color: #ffffff;
}

.copy a {
    color: #2ac3fc;
}



.black-bg a:hover, .dark-bg a:hover {
    color: #2ac3fc;
}



.header-area {
    height: 500px;margin-top:60px;
    width: 100%;
}

.header-bg-image,
.header-bg {
  
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.headline {
    font-size: 40px;
    color: #ffffff;
}

.header-scroll-btton.smoth {
    bottom: 20px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-scroll-btton.smoth a {
    border: 1px solid;
    border-radius: 100px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 3.6;
    text-align: center;
    width: 25px;
    position: relative;
    margin-right: 1px;
}

.header-scroll-btton a span {
    -webkit-animation-name: out_douwn;
    animation-name: out_douwn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    left: 50%;
    position: absolute;
    top: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@-webkit-keyframes out_douwn {
    0% {
        top: 10%
    }
    50% {
        top: 60%
    }
    100% {
        top: 10%
    }
}

@keyframes out_douwn {
    0% {
        top: 20%
    }
    50% {
        top: 50%
    }
    100% {
        top: 20%
    }
}




.mainmenu-area {    margin-top: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    color: #000;
    background: #fff;
    padding: 12px 0;
}

.mainmenu-area.affix {
    background-color: #23232E;
    padding: 0;
    margin-top: 0px;
    padding: 20px;
    color: #fff;
}


.affix li a{color:#fff!important;}

.navbar-brand {
    padding: 6px!important;
}


.affix .navbar-brand img {
       width: 184px;
    position: relative;
    margin-top: -12px;
}

.mainmenu-area a, #mainmenu.nav.navbar-nav li a {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
          padding: 16px 12px;
    position: relative;
    text-transform: UPPERCASE;
}

#mainmenu.nav.navbar-nav li.active a {
    background-color: transparent;
}

#mainmenu.nav.navbar-nav li a:after {
    background-color: #ffffff;
    border-radius: 2px 2px 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#mainmenu.nav.navbar-nav li a:hover:after,
#mainmenu.nav.navbar-nav li.active a:after {
    width: 100%;
}

.search-button {
    color: #ffffff !important;
}

#search_box input {
    background-color: #ffffff;
    border: medium none;
    border-radius: 2px;
    padding: 12px 15px;
    width: 100%;
    font-size: 14px;
}


.single-service {
    background-color: #7c77c9;
    border-radius: 0 2px 2px;
    box-shadow: 0 0 0 0 #7c77c9;
    color: #fff;
    margin-top: 60px;
    padding: 30px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    min-height: 206px;
}

.single-service:hover {
    box-shadow: 6px 6px 20px -2px #7c77c9;
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.single-service .service-title {
    color: #fff;
}

.single-service .service-icon {
    background-color: #7c77c9;
    border-radius: 2px 2px 0 0;
    display: inline-block;
    font-size: 16px;
    height: 50px;
    left: 0;
    line-height: 3;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 60px;
}




.skillst {
    width: 100%;
}

.skillst .skillbar {
    background-clip: padding-box;
    background-color: #d4d4d4;
    border-radius: 1px;
    box-sizing: border-box;
    height: 15px;
    position: relative;
    width: 100%;
}

.skillst .skillbar .count-bar {
    background-clip: padding-box;
    background-color: #313538;
    border-radius: 1px;
    height: 15px;
    width: 0;
}

.skillst .title {
    font-size: 16px;
    font-weight: 700;
    left: 0px;
    line-height: 1.7;
    padding-left: 5px;
    position: absolute;
    top: -40px;
}

.skillst .count {
    font-size: 12px;
    font-weight: 400;
    line-height: 2;
    position: absolute;
    right: 5px;
    top: -30px;
}

.skillbar.green .count-bar {
    background-color: #0dc184;
}

.skillbar.blue .count-bar {
    background-color: #15a2dc;
}

.skillbar.red .count-bar {
    background-color: #ea236f;
}

.skillbar.yellow .count-bar {
    background-color: #ffb500;
}

.skillbar.green .count {
    color: #0dc184;
}

.skillbar.blue .count {
    color: #15a2dc;
}

.skillbar.red .count {
    color: #ea236f;
}

.skillbar.yellow .count {
    color: #ffb500;
}



.work-details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-column-align: center;
    justify-items: center;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 100%;
    z-index: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.single-work:hover .work-details {
    top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.work-popup {
    color: #ffffff;
    height: 40px;
    position: relative;
    right: 0px;
    top: 0px;
    margin: 0 auto;
    width: 40px;
    z-index: 2;
}

.work-popup:hover {
    color: #ffffff;
    -webkit-transform: scale(1.1);text-decoration:none;
    transform: scale(1.1)
}

.work-popup:focus {
    color: #ffffff;
}

.single-work:after {
    background-color:#2ac3fc;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-work:hover:after {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.single-work img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.single-work {
    overflow: hidden;margin: 12px;
}

.single-work:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}




.team-image img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.team-image:hover img {
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5);
}

.team-image {
    background-color: #ffffff;
    border-radius: 2px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.team-details {
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
    z-index: 9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.team-image:hover .team-details {
    -webkit-transform: translateY(1%);
    transform: translateY(1%)
}

.team-sical {
    position: absolute;
    right: -40px;
    top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-image:hover .team-sical {
    right: 10px;
}

.team-sical li a {
    color: #ffffff;
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 2;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.team-sical li a:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.team-image:hover .team-sical li a {
    margin: 10px 0;
}

.img-hover-ef {
    overflow: hidden;
    display: block;
}

.img-hover-ef img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.img-hover-ef:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: brightness(0.5);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.5);
}



.client_nav span {
    cursor: pointer;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client_nav span.testi_next {
    left: auto;
    right: 0;
}

.client-photo-list {
    text-align: center;
}

.client-photo-list .item {
    display: block;
    margin: auto;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}

.client-photo-list .item img {
    -webkit-filter: blur(2px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="2" /></filter></svg>#filter');
    filter: blur(2px)
}

.client-photo-list .owl-item.center .item img {
    -webkit-filter: blur(0px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0px)
}





#scrollUp {
    /* border: 1px solid #2ac3fc; */
    border-radius: 50px;
    bottom: 10px;
    color: #ffffff;
    height: 40px;
    font-weight: 800;
    font-size: 15px;
    line-height: 3;
    background: #2ac3fc;
    right: 30px;
    text-align: center;
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#scrollUp:hover {
    background-color: #fff;
    color: #2ac3fc;
    border: 1px solid #2ac3fc;
}


@-webkit-keyframes mymove {
    0 {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 20px rgba(84, 78, 178, 0.4);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
}

@keyframes mymove {
    0 {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 20px rgba(84, 78, 178, 0.4);
    }
    75% {
        box-shadow: 0 0 0 10px rgba(84, 78, 178, 0.4), 0 0 0 10px rgba(84, 78, 178, 0.4);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(84, 78, 178, 0.4), 0 0 0 0 rgba(84, 78, 178, 0.4);
    }
}

.preloade span i {
    bottom: -7px;
    color: #ffffff;
    font-size: 25px;
    height: 32px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

.paginations li a {
    background-color: #7b76c8;
    border: 1px solid #7b76c8;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    height: 40px;
    line-height: 2.8;
    margin-bottom: 10px;
    width: 40px;
}

.paginations li a:hover {
    background-color: #fff;
    color: #7B76C8;
}

.sidebar-search-form .btn {
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    color: #cccccc;
}

.sidebar-search-form button:hover {
    background-color: #7B76C8;
    border-color: #7B76C8;
    color: #ffffff;
}

.single-sidebar ul li a q {
    float: right;
}

.single-sidebar ul li a q:before {
    content: "(";
}

.single-sidebar ul li a q:after {
    content: ")";
}

.single-sidebar ul li a {
    display: block;
    padding: 10px 10px 10px 0;
}

.single-sidebar ul.instagram li {
    padding: 5px;
    width: 33.33%;
}

.single-sidebar .instagram li a {
    padding: 0;
}

.round {
    border-radius: 2px !important;
    padding-left: 20px;
}

.hover-shadow {
    border-radius: 5px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.hover-shadow:hover {
    box-shadow: 0 3px 22px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.no-round {
    border-radius: 2px !important;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.share-menu li a {
    display: inline-block;
    height: 30px;
    line-height: 1;
    width: 30px;
}

.reply-box .bttn {
    height: 49px;
}

.social-menu li a {
    font-size: 20px;
    padding: 6px;
}



.rio{margin-left:10px;}





.about-1 i {
    width: 80px;
    height: 80px;
   background: #2ac3fc;
    color: #fff;
    border-radius: 50px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 37px;margin-bottom:12px;
}


.about-1 h4{text-align:center;}

.viewer a{color:#fff;}

.rink {color:#fff;margin-right:10px;}



.abt p{text-align:center;}



.aron{    background: #2ac3fc;padding:10px 20px;}


.list-style {
    text-align: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.list-style li i {
    padding-top: 8px;
    font-size: 17px;
    color: #2ac3fc;
    float: left;
}


.list-style li p {
    padding-left: 28px;
    padding-top: 5px;
}


.foot-2 li i{ color: #2ac3fc;margin-right:5px;}

.foot-2 li {
    line-height: 1.8;
    list-style-type: none;
    margin: 0px;
}

.foot-2 li a:hover{text-decoration:none;}
.head a:hover{text-decoration:none;}

.foot-2 ul{list-style: none;
    margin: 0px;
padding: 0px;}

.copy p {
    margin-top: 17px;
    border-top: 1px solid #2ac3fc;
    padding-bottom: 10px;
    padding-top: 15px;
}

.locals{    margin-bottom: 40px;}
.headin a:hover {
    color: #2ac3fc;
    text-decoration: none;
}

#sidebar li.active a{background:black;}

#leftCol .nav>li>a:hover{background:black;}


	.partnercl{    background: whitesmoke;
    margin-top: 129px;}
	.intelligence{ background: white;
    height: 292px}
	.ensure{    margin-top: 67px;
    margin-bottom: 20px;}
	.ensure p{color:white;    text-align: center;
}
.cus-qq{background: #f5f5f5;
    height: 352px;
    margin-bottom: -144px;}
.partnercll h2 {
    margin-bottom: 50px;
}
.owl-prev {
    position: absolute;
    left: -18px;
    font-size: 25px;
    top: 35px;
}


.owl-next {
    position: absolute;
    right: -18px;
    font-size: 25px;
    top: 35px;
}

.conDiv .iconn {
    /* float: left; */
    width: 60px;
    font-size: 18px;
    height: 60px;
    border-radius: 50px;
    height: 60px;
    line-height: 30px;
    /* background: #337ab7; */
    border: 2px solid;
    text-align: center;
    margin-right: 10px;
    color: #555;
    padding-top: 0px;
}
.pic img{    width: 33px;
    margin-top: 10px;}




.head {
    text-align: center;
    font-size: 30px;
    margin: 0 0 10px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    color: #2ac3fc;
}

.dark-bg h5 {
    color: #2ac3fc;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    width: 50%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px double #2ac3fc;
}


.head-a{color: #23232e;    text-align: center;}





.sub-col label{color: white;}

.half-2 h4{padding:13px 0px;text-align:left;}

.te-mo {
    width: 100%;
    background: #ffffff;
    float: left;
    box-shadow: 1px 1px 3px #615858;
}


.test-1{width:30%;float:left;}


.test-2 {
    width: 70%;
    border-top: 3px solid #2ac3fc;
    padding: 10px;
    float: left;
}

.test-1 h5{color: #2ac3fc;text-transform:capitalize;font-size:18px;    text-align: center;}

.test-2 p {
    width: 90%;
    float: left;
    margin-left: 30px;
}
.Allatt{ margin-top: 9px;
  color: white;}

.navbar-brand img {
             width: 189px;
    position: relative;
    margin-top: -11px;
}
.true-a{    margin-top: -7px;
    margin-left: 9px;}
.bg-imade{    margin-bottom: 54px;}


.half-1 {
    width: 32%;
    height: 100%;
    padding: 12px;
    margin-right: 50px;    position: relative;
    float: left;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.36);
}

.half-2 {
    width: 63%;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.36);
    /* border-top: 1px dashed #2ac3fc; */
    /* border-bottom: 1px dashed #2ac3fc; */
    float: left;
    padding: 0px 20px;
}

.becomee{  background: #fcf8e3;}
.becomeea{background:whitesmoke;}
.becomeec{  background: #fcf8e3;}
.half-2 a{color:#2ac3fc;}


.carousel-indicators li {
  background: #4195d6;
    position: relative;
    border: 1px solid #3b93d4;
    overflow: hidden;
    top: 12px;
    z-index: 99999999;
}

.ticj{margin-right:9px;}


.carosuel-inner .item{height:500px!important:}


.social-menu li span{background: #2ac3fc;
padding: 10px;
border-radius: 25px;
line-height: 45px;}

.foot-3 .social-menu li span:hover{background:#fff;}


#exTab1 .tab-content {
  color :#000;
 
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
    margin-left: 7px;
    width: 149px;
    text-align: center;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {color:#000;
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
 
}


.sil {
    
    font-size: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.tab-pane {
    
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
}

#exTab1 .nav li{margin:0px 2px;}


.nav-pills>li.active>a {background:none!important;    color: #2ac3fc!important;}

.carousel-control.right {color:#2ac3fc!important;}

.carousel-control.left {color:#2ac3fc!important;}

.nav-pills>li.active > i{ color: #2ac3fc!important;}



.vcenter{height:500px;}

.top-bar {
      height: 40px;
    position: relative;
    background: #333;
}


.lit-link{margin:0px;padding:0px;}

.rit-link{margin:0px;padding:0px;}



.lit-link li{margin:0px 10px;padding:0px;list-style-type:none;float:left;}


.rit-link li{    margin: 0px 7px;padding:0px;list-style-type:none;float:left;}

.rit-link li i{color:#fff;color:#fff;line-height:37px;margin-right:6px;}

.rit-link li a{color:#fff;color:#fff;line-height:37px;}


.lit-link li i{color:#fff;line-height:37px;}

.divas{background:#fff!important;position:relative;}



/* .top-bar:before { */
    /* background: #fff; */
    /* content: " "; */
    /* position: absolute; */
    /* width: 25%; */
    /* height: 30px; */
    /* top: 10px; */
    /* /* border-top-right-radius: 30px; */ */
/* } */

.divas:before {
    position: absolute;
    content: " ";
    width: 30px;
    background: #2ac3fc;
    left: 85%;
    height: 40px;
    transform: skew(20deg);
    top: 0px;
}


.top-link{position:relative;}

.divid {
    display: block;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    color: #2ac3fc;
    text-align: center;
}


.divid:before {
    content: "";
    left: 144px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    width: 73px;
    height: 1px;
    background-color: #2ac3fc;
    position: absolute;
    z-index: 2;
    text-align: center;
top: 60%; margin-top: -3px;}
    


.divid:after {
    content: "";
    left: 0px;
    right: 144px;
    bottom: 0;
    margin: 0 auto;
    width: 73px;
    height: 1px;
    background-color: #2ac3fc;
    position: absolute;
    top: 60%;
    margin-top: -3px;
}
.divid i {
    font-size: 16px;
    color: #2ac3fc;
    margin: 0px 1px;
    transform: rotate(45deg);
}

.half-2 p{text-align:justify;}

.dark-bg .inpTx {
    border: 0;
    background-color: #303030;
    color: #c4c4c4;
    font-size: 12px;
    float: left;
    width: 100%;
    margin: 3px 0;
    padding: 8px 15px;
}




.dark-bg .btnSend {
    background-color: #2ac3fc;
    color: #FFF;
    border-radius: 20px;
    padding: 7px 8px;
    border: 0;
    margin-top: 10px;
    font-size: 11px;
}



.carousel-caption {
    position: absolute;
    right: 15%;
    top: 250px;
    
    left: 15%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
        color: #ffffff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption-a {
      position: absolute;
    /* right: -12%; */
    top: 157px;
    width: 600px;
    left: 55%;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
    text-s
}


.about-1:hover i{color:#2ac3fc;border:1px solid #2ac3fc;background:#fff;-webkit-transform: rotateZ(360deg);
      -moz-transform: rotateZ(360deg);
      transform: rotateZ(360deg); -webkit-transition: 0.8s ease-out;
    -moz-transition:  0.8s ease-out;
    transition:  0.8s ease-out;}


.about-1:hover{padding:10px;}


#exTab1 .nav-pills>li>a:hover {
    text-decoration: none;
    border-left: 4px double #2ac3fc;
    border-right: 4px double #2ac3fc;
    /* background-color: #eee; */
}



















@media only screen and (max-width: 767px){
    .testimonial{
        padding: 20px;
        text-align: center;
    }
    .testimonial .pic{
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}









































* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hrtop{   margin-left: 10px;   font-size: 18px;}
.arex{ line-height: 2;  border: 1px solid #fbfbfb;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    border-radius: 25px;}
.hidden { display: none; }

#filter {
  text-align: center;
 
  padding: 15px;
}

#filter button {
    border: 0;
    font-size: 14px;
    color: #FFF;
    background: rgba(121, 114, 114, 0.86);
    cursor: pointer;
    padding: 5px 20px;
}

#filter button.active { background-color: #2ac3fc; }

#filter button:focus { outline: 0; }

#posts {
 
  margin: 0 auto;
}

#posts .post {
    width: 31%;
    /* float: left; */
    height: 100%;
    overflow: hidden;
    /* text-align: center; */
    /* cursor: pointer; */
    position: relative;
    /* margin: 0px; */
    z-index: 1;
    display: inline-block;
    /* background: #2e5d5a; */
    /* padding: 0px; */
}

#posts .post img {
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
}

#posts .post:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.Please-pla{    margin-bottom: 68px;
    margin-top: 72px;}

#posts .post .post-content::before,
#posts .post .post-content::after { pointer-events: none; }



#posts .post:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
 @media screen and (max-width: 600px) {

#posts .post { width: 50%; }
}



.foet{
    background: url(images/foot-map.png) no-repeat left;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0%;
    z-index: 0;
    top: 0px;
}


.half-1::before {
    border-left: 30px solid #2ac3fc;
    position: absolute;
    content: " ";
    right: -30px;
    top: 45%;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.nbs-flexisel-item:hover img{width:290px;}


.nbs-flexisel-item img{
	
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;}



	
	
	

	

#socialicons
{

margin:0 auto;
overflow:auto;
}
  
.socialicon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #e4e4e4;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    /* margin: 0px 0px 10px 10px; */
}


.abouties:hover {
    padding: 10px;
}

.abouties:hover i {
    color: #2ac3fc;
    
    background: #fff;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}


.socialiconcircle1
{
width:150px;
height:150px;
position:absolute;
left:0px;
top:100px;
-webkit-animation:fill 2s infinite;
-moz-animation:fill 2s infinite;
animation:fill 2s infinite;
}

.socialiconcircle2
{
width:94px;
height:94px;
border-radius:50%;
background:#fff;
position:absolute;
left:3px;
top:3px;
}

.icons {
    font-size: 50px;
    position: absolute;
    left: 23px;
    line-height: 32px;
    top: 0px;
    border: 22px;
    -webkit-animation: iconjump 2s infinite;
    -moz-animation: iconjump 2s infinite;
    animation: iconjump 2s infinite;
}

/* fill color */  

.linkedincolor{background:#2ac3fc;}

 
.linkedin{color:#2ac3fc!important;} 



.abouties{    padding: 20px 20px 0px;
    background: #eae5e5;
    box-shadow: 1px 0px 4px 3px #bfc4c5;
}

/* fill background */      
@-webkit-keyframes fill
{
0%{top:100px;}
100%{top:0px;}
}

@-moz-keyframes fill
{
0%{top:100px;}
100%{top:0px;}
}

@keyframes fill
{
0%{top:100px;}
100%{top:0px;}
}

/* jump social icons */
@-webkit-keyframes iconjump
{
0%{top:33px;}
10%{top:70px;}
20%{top:33px;}
50%{top:33px;}
90%{top:33px;} 
100%{top:33px;}
}

@-moz-keyframes iconjump
{
0%{top:33px;}
10%{top:70px;}
20%{top:33px;}
50%{top:33px;}
90%{top:33px;} 
100%{top:33px;}
}

@keyframes iconjump
{
0%{top:33px;}
10%{top:70px;}
20%{top:33px;}
50%{top:33px;}
90%{top:33px;} 
100%{top:33px;}
}

.abouties h4 {
    text-align: center;
}


.morecontent span {
    display: none;
}
.morelink {
    color: #2ac3fc;
    display: block;
}

.dedil p {
    border: 4px double #2ac3fc;
    padding: 10px 0px 10px;
    border-left: 0px;
    border-right: 0px;
}

.header-arch{background-image:url("images/about.jpg");background-repeat:no-repeat;background-size:cover;
    height: 300px;
    margin-top: 60px;
    width: 100%;
}


.inner-banner h2 {
    padding-top: 80px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px #060606;
    font-size: 50px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.inner-banner p{ text-align: center;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding-top: 30px;
}

.inner-banner a{color: white!important;}


















 #wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
}

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  transition: all 0.4s ease 0s;
}

#wrapper.active {
  padding-left: 0;
}

#wrapper.active #sidebar-wrapper {
  left: 0;
}

#page-content-wrapper {
  width: 100%;
}



.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}
.slide-cl1{    margin-top: 53px;
    margin-left: -63%;}
	.innerBnr, .carousel-inner, .bnrOverly {
   
}
.slide-c2{    margin-top: -122px;
    margin-left: 40%;}
.slide-cp{font-size: 20px;
    margin-top: 12px;
    margin-bottom: 18px;}
.bnnerWrap, .bnrOverly {
       background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 106%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
  padding-left: 60px;
}
.slide-cl1 h3{font-size: 42px;}
.slide-cl1 h3 span{  color: #3d91d0;}
.slide-cl1 p{   font-size: 20px;"}

.sidebar-nav li a span:before {
  position: absolute;
  left: 0;
  color: #41484c;
  text-align: center;
  width: 20px;
  line-height: 18px;
}

.sidebar-nav li a:hover,
.sidebar-nav li.active {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}



.content-header {
  height: 65px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {

}

.btn-menu {
  color: #000;
} 

.inset {
  padding: 20px;
}

@media (max-width:767px) {

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
  left: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}






/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/



#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 50px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: fixed;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
      margin-top:30px;
  	width:180px;
  }
  
  #sidebar.affix {
    position: fixed;
    top:90px;
   width:180px;
  }
}
#sidebar li.active {
    border: 0 #eee solid;
    border-right-width: 5px!important;
    background: #000!important;
}



#leftCol .affix {
   
    padding: 0;
    margin-top: 0px;
    padding: 20px;
    color: #fff;
}


.span9 {
    width: 870px;
    float: right!important;
}



.left-menu ul.affix {
    top: 90px!important;
}


.owl-wrapper .col-md-4{width:100%!important;}


.install-bg {
    width: 100%;
    background-color: rgba(207, 207, 220, 0.16);
    padding: 0 0 40px 0;
    /* -webkit-box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.3); */
    -moz-box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.3);
    /* box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.3); */
}

.left-menu ul li {
    width:180px;
}

.nav-stacked > li {
    float: none;
}

#documentation .span9 section{margin-top:50px;} 

.nav-pills > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.left-menu li a{text-align:center;color:#000;}

.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}

.left-menu ul li a {
    background-color: #29c1fa;
    color: #ffffff;
}

.nav-stacked > li > a {
    margin-right: 0;
}

.span3 {
    width: 230px;
}


[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}


.nav {
    margin-left: 0;
 
    list-style: none;
}
.left-menu ul li.active a, .left-menu ul li.active a:hover {
    background-color: #CC5200;
    color: #ffffff;
}




.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}


.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
}

.headin a:hover{text-decoration:none;}

.headin a{
    color: #2ac3fc;
}

.headin{    margin-top: 0px;
color: #2ac3fc;text-align:center;}
}


.haedin hr{color:red;width:100px;height:3px;}

section {
    display: block;
}






[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}


.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    color: #ffffff;
    background-color: #0088cc;
}

.span9 {
    width: 960px;
}

/* New */


.post-meta {
    font-size: 11px;
    font-style: italic;
    margin-top: 10px;
    color: #7f7f7f;
}

.post-meta span, .meta span {
    font-size: 15px;
    color: #7b7272;
    font-style: normal;
    margin-right: 8px;
    margin-bottom: 30px;
}


.post-meta i, .meta i {
    margin-right: 6px;
    margin-top: 5px;
}

.post-meta span.category {
    margin-right: 0px;
}


.left-menu ul li.active a, .left-menu ul li.active a:hover {
    background-color: #CC5200;
    color: #ffffff;
}

.kirl{    text-align: left;
    bottom: 0px;
    font-size: 20px;
    color: #2ac3fc;
    position: absolute;
}

.galler{
    background: rgba(177, 184, 187, 0.32);
    padding: 30px 0px 60px;
}

.bpul {
    width: 400px!important;
    margin: 0 auto!important;
    display: block;
    height: 250px!important;
}


.lisis{width:400px!important;height:250px!important;}

.jsn-body{width:500px;}

.jsn-themegrid-box {float:none!important;margin:0px!important;}	

/* carousel */
.media-carousel 
{
  margin-bottom: 40;
 
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
    left: -40px;
    background-image: none;
    font-size: 30px;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 0px;
}
/* Next button  */
.media-carousel .carousel-control.right {
    right: -40px !important;
    background-image: none;
    font-size: 30px;
    /* border: 4px solid #FFFFFF; */
    /* border-radius: 23px 23px 23px 23px; */
    height: 40px;
    width: 40px;
    /* margin-top: 30px; */
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}

/* End carousel */

.dub {
    background: rgba(253, 245, 245, 0.18);
    margin-bottom: 30px;
    margin: 5px;
    padding: 1px;
    box-shadow: 0px 0px 3px #1b1c1d;
}

.fub{    background: #e2e1e1;
padding: 10px;}

.thumbnail {margin-bottom:0px!important;border:0px;padding: 0px;}

.fub a {
    color: #2ac3fc;
}














#sidebar li.active {
    border: 0 #eee solid;
    border-right-width: 15px;
}



#leftCol .nav-stacked>li {
    float: none;
    background: #2ac3fc;
    color: #000;
}


#leftCol .nav>li>a {
    position: relative;
    display: block;
    text-align: center;
    color: #000;
    /* text-transform: UPPERCASE; */
    padding: 10px 15px;
}



/* Contact */


.conForms {
    float: left;
    width: 100%;
    
}


.conForms .conDiv {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}


.conForms .form-group {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.contFrm-inp {
    padding: 10px 15px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 14px;
}


.contFrm-bt{ background: #2ac3fc;
    color: #fff;
    padding: 8px 10px;
    border: 0px;
}

.addBook {
    padding: 24px 7px;
    border: 6px double #3ac8fc;
    float: left;
    border-left: 0px;
    border-right: 0px;
    height: 100%;
}

.conDiv span {
    float: left;
    padding: 6px 0px 0px;
    width: 80%;
}

.conDiv {
    float: left;
    width: 100%;
      margin-bottom: 49px;
    line-height: 20px;
}
#finfo{color:white;}

.conDiv .icon {
       /* float: left; */
    width: 60px;
    font-size: 18px;
    height: 60px;
    border-radius: 50px;
    height: 60px;
    line-height: 30px;
    /* background: #337ab7; */
    border: 2px solid;
    text-align: center;
    margin-right: 10px;
    color: #ffffff;
    padding-top: 0px;}

.conDiv .icon:hover {
       /* float: left; */
    width: 60px;
    font-size: 18px;
    height: 60px;
    border-radius: 50px;
    height: 60px;
    line-height: 30px;
    /* background: #337ab7; */
    border: 2px solid;
    text-align: center;
    margin-right: 10px;
    color: #ffffff;
    padding-top: 0px;}

.conDiv .icon i {
    font-size: 29px;
    line-height: 2;
}
/* change */
.linked-r{    float: right;}
.ul-login{    list-style-type: none;
    margin-top: 7px;}
.ul-login li{    display: -webkit-inline-box;}
.ul-login a{    margin-left: 39px;
    color: white;}


.tech-a{    margin-top: 160px;
    margin-bottom: 14px;}
.tech-edu{    margin-top: 25px;
    margin-bottom: 27px;}
.tech-edu h4{    text-align: center;    margin-bottom: 13px;}
.tech-edu p{    font-size: 16px;}
.tech-edu img{   
    /* width: 200px; */
	    width: 85px;
    padding: 10px;
    border-radius: 51px;
    margin-left: 37%;
	    margin-top: 15px;
    margin-bottom: 12px;
	}
	.section-news{    margin-bottom: 26px;}
	.news-a{    margin-bottom: 47px;}

.post-slide img{    height: 191px!important;
    width: 257px!important;}

.carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}
.sprite {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3354z57DvohBwIaJBUQSOQYleQUTFuKBeE72aazBB/fQGQRIVo4lLNOC+xOhnolfMp0avXkFFIRq2uIALckBBVFBQEGTf4Swz9b3vdPWZnjnds3bPdB///+d5p7urq7vr11VvVXXPVI2hWOSmbYuJlhxlrvddRNShn2tUgyXLTKfzU5GMe1f/iaiWTJP1AMsdpHY9UcO3yW1Zl7CAymhStOJ8+z+7hmitSw50H0N06F18C1oEqmg1BVl0FtHmV4j2uYBo/6uIol11jmwg+vpBoo3PEnU+k6jfVD46EhgQuXBS3zyj1CwOWnK5UvGYaiIJk30SR+LaZDtfWSw1R97rTbRnBdGx7A8t9nX3nfn7EbXk/cd8G8Baa9cXbAzR6Tx3CJHskzi715vHBK7W2rnYXHY4IftRVhzrmECB7P7MXLbcP/tRVhzrmECB1K3TRadL9qOsONYxgQJp2KFX2uVwWLu0Y4IEEttqLitaZz/KimMdEwBFk0Xrs2Sx2fMNUf02buX3EO1drv2Cq+ZIK6LKDraiFRwfMduR3au4DTmIGwGdR/Ec8lHiSMsx6Cui1vsHoItSu1HRwl5cA+nyzjedOl3Ne7gv1eZQLkZtdDHaxe0G54DivtiW+zjX9Bna9iE66i2Ovk+ZQd7vp2gHtwc9JhAdeHVqY7jpdbbZ5nqXE9lOSW3hVzHQmkkJGGPQsrKCRKmOISqlkfshLzsl99RvJ1p8anJbEnw8+01le3Nb4soxGyTusgD4yJaFij4ZwE6tXb/TRVy7cgJ7Xkr0NhermFVTsR3HxWv1X4l2vM/F62mufqUSYDtsIRmdBgSkG7+1hrvvMziR8zmBq4kOfowhuPgs07nS5x8Mw8VuxWgG7smwx3J3notax4HBeB7x4bEAIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACkBCAqAU0lpeHs40zqht/BJtM2AKSIT1PsC3l/dcGFUR+inw622Vs0zjRrdIguvFijo7TiwIsAbmIrYZtGNvrnPi2GqKHhpDcmsV2cZBBDJ3ozgLBVs02j20024tsP2CbwXauU7ELpLPrnJjOdrxtv0CMZIi6UNVaOmdWsQmU/Mb6+wyxMwy1ViQtR17SECKprZ7n8CoKgSIaooP2keO1j/Rl+5RthMCl12aBBNEQ4huD2d5iO4WL01JeDpW2Q8NMCzqM5MjTGmKWhkj4BC/XaRirav5b0EGkKD3OdkZ6Fcvb4vAnsb3Mti7IIOg0AgQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAvpsgEVsChrC9xLZam6wPoTCJE3yDcteEfHOkHGblREMGENl3fBhA3lTZNSfoIDIntvyvQIcs6dtmGEbHUDh7FlUE3c8F5KMc4i0IQ43VPJxdX3xC6KtfhwZxrbaCGsSy1VroawEEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQL7bIKqG5Gd/48mcqVwkvyy91+hPc0MDwhA38OI2lzjXM8ykwIPonJhJ5o+Ub2d7RO+7gk0AY2xDGeatIINIbrzJptgeddj3qN43J58cKc9v42vI+m18J77rW9NA5PfwW0h+G9+fQv3b+Jhehuq38Xc47L/bVoMFWk7O/me977/C5OxW9Su/f58Y6urXoUEcpIPeC12DiL4WQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgADkuweisl05Xk+0+Axzvd80okhlyW9OLso+J/a3LxBted209VMoqMqcI5Ib86uIavV2C7Zj67LlSgBzZO0zJkSHoUQdh5vrEhaqHIlzque3NBN/1CwzbNEwnSt7+Ra0CFSORLPmRpuDiTqfaIbJ+q4V5r4elzhTGEaAciS2m3OjDRG7A/V9mahlbzN873KiJWcRVUmu7CKqaO0EEiAfkTsuEFyyqOPxRAsPN03WJawueL4SccyNVZea6wdMNn0lTtpqzTCRxJG4gQVZ86R5x6WG7faTpkdIWJXOFYkbSBC5w19daa7vf7+jDyTCet5vrkvcgORKKsjqx4nqyRxJ0v1i96Nkn8Sp18cECqRhJ9/hq8z1793IxaeTjmFrL6x12dfjFp0rV5nHBgZkDd/ZBt2c9fyvZAxJtFTBYhacqMdlZtwGfWwgQOq3cy00TjvzGK5iu6XG2rHINLskjsRN1GDjzHOUU4k/5vjiDqVmkWk7V6T+aUft5uQ+WbdL4lr7vrxbqbKNphQQSdxcnZjFFzj/A8nXfzXNSXKMHDvXBC0fyPI/JO/qloUqb8kx1vErJpYNxFBvkUo0bl6IG0rj+HI9j3Qc7d3ZvDwXBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEEQBEE5yPX3h/dce+22HM/R/td33mmUGySaKYHfmezkXFNiQUhLpLnc1EiWO/6tXhqhBhE/kaLDzqyCDhLNUsZjli8EoWbKliOZxktU2B076CDR5uLsrTPst4YbU9CLVrZ2Is62W69XhLkdMTgnWusciYW2+g1TcWo2LXs0Uz+q2XRRIAiCIAiCIAiCIAiCIAiCIAiCIAiCIAiCIAiCIChdRf9m0asZ1ov92xIjCBBeABlBgig5iN8T9hcCE0gQO1C2a1nQeYGomsTohTgdpQL1U1qBieYB0YYXe2Q1aFWv5JqRA4CRyLmjVDzI7UhFFghTAStKeTm7Wsgf/cPzq3KjnLWSr0UrjBBNciS0EFz9Gs0BIiVHwghi78qEevyI+pCaB0gTZw+rfyS0kB19YHMAsddazQIk7BAJfWhEmouzVxiTJk3KGuu6664rayrvuOOOrGkoPkcWBGMUrBNIK7aJbK+zHR8WmKgDxDS2YXq7A9sxWc9SrQIFIomezjbYFvZGGCDsIJ11Uaq27XuA7cawVFviI/IHoXPSIG5nGxem+ldy5FG2I21h17LdFbaGRHJkGzUDRXQOLLWF3cl2SxhB1rENldbAFv57tntCBXLdiRNkuYHtJLZ5tn3jw5QzkTtmN/a1xFdOYZtl239ymIoW6VwRyb9hn8E2STeG14ep+k3XnjABpDyzN4unRIAEFSTsMAAJNEiYYZrNN1bu3yGGDCb719MhAcr6XivxXlW+UJlXnlc+jdcvNkdScucdvTK4dL9FybVkNI+X2AABCEASXy246brhE1o0ly96QvWNlXzFIe+n5SuPVmn7KsI016+8ZxtE5psdWZ6h3y/k1rIHSPavOOT7m5lkfhUiP05UYQKRrzjutW0P1jDylYgRNmf/NZlfeViSr0LmvLNo5L5hrLUkZ661bR85f9MxDzaL6jdCalsYQeTF+p227aV9O3zy27BNtS5V8HjbtnwVctrJA5/aFg1ZTtgh5CuQ00i+RVDhatntX3HIVx+nkP7a8I7Zk+JhArlWN4qTdKu+E914gAAEIAABCEAAAhCAAAQgAAEIQAACkPxBpjcJk2+D5AfM8qb7Vhqh3goDiDcDYQIGUthAmICBYCBMkHIEA2GCBoKBMEEDEYV/IIxtPdQDYdJbdmsgjNVFuR2dRoAABCAAAQhAAAIQgAAEIAApFmSGHrA1okzAM3Ibz9ZsZgVsLuNHCONHyiD38SMhA8k0foSaxfgRtm7NYvwI26PNpfptHuNHJIeaxfgRtg2RkOVE+vgR+QZhQ9hqLdfxI2EDyTJ+ZHqOpwl47xcPVgABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAKQ0IP4evarXqrgzxPJnPbqBLY+bF313vb04MgdXlxGMiPqYaL76QQfyjaE7YgsR8i0if/06vLRAhLcXd9ZucM/ZTs8Q+yNbO+yvc1WT6lz2x1fOpCrXurLn+frhMswoM4ZYtdoG2ULi3PxOcN2vrX8+ZTekptws7c+ctVLvcgcaflvZA4fPTTDMavZetq2GzixlbbEjiBz4kpLX/H+A237F5M1C+GDIw2vfMTgE0uiP80h/rF84XddEiuq4v31ev/R/Pm+bZ8MIxLYFilHeApiXtiqg2cmitKDIzdxWFSXa7sqeV+DPkZy8J20/Y+zDWc7MIfrr+NzdfcLhBIJeXDkTFtRSG9oxusq9EeJXEq/y85awvY82zKSsbUPjvzWy1reDvIxf/a17TtZ1ziS2F9Q6vSgmbRAJ3Yu22xO8PJSNIb2duR/KHUqw2yzyn6dSKg5clkSvDIYLftVL0kV+2yOx0zRxUmct0JbNOHsyTA5r9IW0VZh3UC9bEky7cGDI//iXdFy9oVSaCWD9PICJNPIUOkHtWV7JC38VF0rdWJblLZPfOkAtkPYYrbwWrb9dftjnxh5dyla9nZs/2A7zhZ2B9/B13UOSqN2lG3fz3nfh3rfbbaiJOrN+1brfS+ktPweKdtYXTvEN5yYCbbtxbb113nf33RCZSLkG2z7rrNB/ExX2T5248vjI8sY8jC/faQU2umHj8gcI6WbjdmjflZTH3lw5PYwP+o2m0mQoqXKer8rlGg5LoqiBR+Bj6BoAQQ+gqJVIpDXwwpiNIfcSH2LAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQABSzkTZZRhG+EAyjRvOBBQokFwGP7vB5A1S6EjrbMUjn/M6nSsjiNfDw7MVjWLO5Qji9/h2tztazHmagJRqkL7THfUMpNQzDaQnpJhzlHVEj1xcLfKupitbjjRqMSehX/HXNsoK4aEqMJ0IQAACEIAABCDegsjERzLxi8x0I4Py++twmYZHZhuQP76eQeYMHT513gq3Vmzj2dar3LVeH9OqyGunWDEHn8W2ShWuVfocZQWZqLzTxHKBPKu817OlBrlN+afbigHJp9Y6h+1Fn2vRc8mcCce36lem0/mCrYfPIGvYvs9Wl++BuT6zjy0BBOlrjPWrHanIs50w1bBbqc9+qdT7fIotc1Se7UyVHz5yOtu0vO5ObA/Rh62JNuntjmzH5tWDkAn4XvW6aI3IC6JhG9EHNgjRPlfkW1BG+OEj1TmfrX4z0ft8+7fYwnr9lKj3w/mmq9qPWms9JaftdFftOs6J7uZkVpZ6X1EIhGgD275eg9Tq6jezFhpE9inyDvsd0YG3Flp7SfXbwuuilZui1VROeVu03u+eOj/TIb8iOvhPJSlaueRIblMUtuhGNGi9OSeUpc8fIvrswkJAcp8W8X0jZ5CanE9axRn3w63m7HSWvvg70Yox+YLU5HtALiCv5ucrnCXVXHV1sYVtfCjfdOV+TZV7F6Wq+C7KTN+7KLlGnKBKpwl+Po+Ushsvczzu8asbLw3UmBI0B2MKgSjkdZCfj7pFvYQoBCaYLx8KzJngvQ4qopidV+QLutVs53v2gq5gkHkcf+0NnVTtN7cqFd+QZztxjdevTAv/Lcp8w6qW/5NtFw3atZ4irU+2vcS2usMLSvESu7gf1Zgw8vpG5s7+H34ur6MyqfhfB5kw7RK5cqyKBwakIJh5+jSD/fvSSH5Ak/GngpkaykB8E5XjT6ICDZLPr+6MbN2XoAG4pdPIJVKQIQIJUghEziClgikUIi8QL2CKSainIIXC+AlQMEi+MKWAKBgkG0ypEu8JSNAEEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABSP4gagYtJJmwSH7dZ8eyfu2Xa1h6uLXPKcyKq6jGOI0GeAESIWvWJcN2EeVwceWwbSXUcDkuPfHpN8JonPGpaDX+P7sxorTFjEuCIg9/F91s/p89ml4k1HTqx4t5nD9LOJcGFX3np9NAPtcCvsZU3jyPfSJm9x+vfq4eSbtoCz75k2SOmT2Fs/8ett8VWHQ68vmm8flkdLvMc3I2r1/l6DuegKgU5/uJdv6fcfjlvByvoZLX/idVqDdoPC8/4GUtL99NbL+RGOlmT+QOPl9rXpvOtpTX/8phv2fAzo41XNEgqbXVJfz5DodtYPsjr/+BbQrf2dmJ3ZJYRTN59R4yh+fJ8L1BHPcettcFUufGc7yQKTh+rG/EvWz3kzlnzcmuVXPRRSt5QqnTX2EbzlbPF5OLP8b7B+r9kkNDEocM51CDvrJVxcP0ftEHvO+3HHY8r9/OSylaMi3JKh3mQ46olPq9Ha/LxQ7jrZUa9HTevl3HuCItEX15fRJbnc7ZK3RVfhevf8lhP+XND3WlIr6ymsO+54+PpJbrBr5QKzInBWmrc2Uzhx2lY6QMzOdc2cl2Pcc5hU1geuiiJVOBdE0UK5U4j5xbcqSVzhnPFUnJYoO+4c+j2d7UiT6YwySh1pwga+w+xT5TxX5xDYdN0/6yRif6eQ6r5eWDvPwZh8h5t5HMHqBoiT8gqTki7a3UXIv0Bf+b7WVOzL9r0GfSnHQxb99pu+vP6PAHef2ExE1RdCkvJ7GJn8kI0n94Xaycql+ZsWgfNql6z+XtPrz/Di7z1txzkqAFOjfkyB/YfGYBLxO+xI3e//LiKzLnk3uVwyfrmm5uonH0rWipxv6W5MIfddU5gMOlVX7I7hNkDjC+NdE2mBBLE9sG/Yj379E+Ijm9l20k2y/YnuT9B7KN42soP2otac1VogOX3K5ge45tThEdwm629aP4XOvYftrkumIejWePpidC94XO5wS0L/zupMyy9ZEUQT7vNj87jYaVGyXvxk/XpWCE8uS60caqdAZ3Q1Kf3lIfmNLX3boYuYQr730karvQ0CYXVXk9tmZf91ERW9VLKesqyyNresKMtDAjw/G+dVGy3UUjzdIBlMOzvUo7VjncKMPbonU/kcNLAOeLDHVMSFOfmuOa2NSbVONZrZV3TWNkeDWkw7mqLdlg5sJfPqQDqLQiVaZXftGC89D9Zd3WcoAYLkVoFC+eSCnnbkunWkw51n4DuMjV+FW0oi540s+ayonomLGxUw41mXOjulU/cZY2R0r9AhogAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAEDiVoDUpx+Bp4y5tzpZ7Ju2/Zwt3NP9/a329GcTpP+Q+X0YRmZBsyUqCwYtjvjnCiVISFuo3vcttNBRZ4NTdKJchpj1QjpBpcNQq9nKVqeKJJyd3LJfreJKDKBup3b82HgrlWKbek0ykdlKW4l/CvFSE5Onrx7k11zJu9612tnt0aFqiy1la5GOb5MBnMfyTAlI0fHJodaztp/qjfOblhthWs7YndaW4XA+87mxX287yAn6JQxwJnO7RFIJKci4HAphprK1otXbyFrFE+m2sx3H8l0wRwSw3f7Zo7Ti+NOznn0KHlfGUSyOl4OF+Sc2cpAl3A8mfxiTpPaqwQy0v3AsfXV4bkOy+NzjiIZo5WtsfS0Zc/U+uY5URG31h35LDfx6ri0HHNu2T0eGZq3o7tAjEtA2AeY5dJX8wzEyKHWytBbZQBpT57g1YMcayyjNA1iNGtfy6UFZ4CDEgAyfLyM1W6T3m+ThyjlDJTwA0q07KMyjri2baf0on0CbcwR1662kbJ9My/GcljHJp1DI2Nb43s3PpqxHDcNv8mxKBr5+ZU/RUvlWGsZWRxV5Vl0fJlfi7I4e6aHKbfn92y9Ao+7KIZ9chc3B8/o0JkegynD0yN5242PZHxszZRot2d5I8sdN1zexHjVsjt2I2akVZvZiqDLG5TSvXzIp+frdMczTZ9glMbZ8e4XIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACkLx1z7XXNqbi13feaZQTJGpPTCalJzTX40qlSB53P+IAIf+dWFdobnipaL5FgyHW2jYr+LhoEHIkWqBP1LNVBiEnCila9j/2DRREziAMIf8BWlVsDVVWEIb4hBct2eJBhcgKon2iv/alDQLBYS1DBaIhtnLia3VOdNPLvaHLEVZbBtoU1OKUFcRWzUYZoguFQNFcuiPpgKGstcKiaFA7gd/ZHDG8eh4ACEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAmh/IELYRbMPYKsgcoiGqIXMg2Sy2GWxzfScRkDytFdt4tvUqd63Xx7Qq4Ho5Wb4HnMW2ShWuVfocZQWZqLzTxHKBPKu817OlBrlN+afbvALJVmudw/aiz/XNuWxT/Kx+ZdzhF2w9fAZZw/Z9trpiTpJp/MjYEkCQvsZYv9qRirzaiS1zlHqfD/vsl0o17C7EV+RaVX74yOls03K+G/MN619DiWSM3MDd3M63yveensH2qtdFa0ReZ9nniuT6JrYPWhM1bMs3LSP88JHqvM7S+2F21/9Ibm9he78jUf3mfM5S7UettZ6ta95nW34l2yPJ7XZsR68latEtl6M3sO3rNUgt2YZ956VVvyf65A/J7f3YBuTUw5bqt4Uf1a83ilZTKeRt0Voxhujzh5Lbbdl+WJqi5Tbnw/K8QT67kPsBf09udxD35ftRlfNplvtRa9XknRN2iE6SE1vzgcj/mjmC5NcwbbQVJ2kQq3dwXnfINy2vFuUkLk1+Vdi6KJl2TlCl0wQ/n0dK2Y0/hG2PX914aaDGlKAJGFMsRK6vg/x81J2Ilw/f9ddBlp1X5Au61WznB+FNo/XK9JoCXple4+crU69fYltd3QWlfomNrxUAApAsIAX3CN5OdG+MhFP/SIUXJL2bA5AggQQBxtMJv8oJ4/nMZekwhmGUBBjz/QIEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQABinngGDeXFz9lkeZBtl4xYn8P2EttUY0TjCHbruI68OJttpD62o233Sn3sk3zcHF9BdEKm6ERkk0BczYmarI8dxYv70hLvJgE5x7oRnoJoiIVpOZCLJuvlqDyPk1GgJwqM1yAC0b/E7lHDIAO8AonoYtG/DH7eX1/bGxDtnOWSZ9c2+K6U97fgpyrDqxwpVJMpQCoYhB31kiDBFDXnQ5BgIrrVLRfMSi9BphZdYxQOM9VLkAc8qf5MmHzv8AOegXACVnpRzrkafyLPLs5kfW1Pnf0WotTebAEQ+bTSW/U1va219J25pUQQiRvnZW40eR7hRE3RzxS5+IRRIIQ8y5zj64OV7s7PzrETObmY7nspnhD7a5iO5K22aoiakj2z+wDjCFGSlw8ewrhClOwtigcwGSFK+jpIw0wp4Hl+pX7JUFOW10EuMPnUZo61k98gOXXjdYJOzLErMzlXCN8axBxzZxyZ77CcJO+67s/rfOV8ZergNzn5Q+BAbH7zhN68pNCihJfYAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgJQERE13Ga8oZ1AOZ1O2ffYlmSMdvAaJ5IVsuEAYtvV0qHQ4nxTNvQyYiTJOK+IHndP9Q4mU3JtUuXMk/c4aab6gy37jXU/znYRfGP6BRIq6kyotweTiRyVQtKgiYodQTWukUqp4HzHyuPPKvxzKu9ZyrHqd/Cet/QiOj6T7iXJpIwx/77ynPpKpLcnoI343iGpGYhDlFMc7m+YLTapXw6VLYg6GmVOqGsyahWOKY/fC7W66FanUsNkMfXapckR85D6ruDQWGeVwUaOpjzQekwyX0TwncshkvX1TqXIkyonIPjTPcIFp6h9X69U5nBuS0/1L5+w6cYlpRdLLfKbGz3DoqmTKwRIUrdSLqIzlvmlbEpBHtGh6lZpylynzM4VV1TpOEuPWlhh+5Ui2ImHk2DjmUmx8bNmTPpKeE04wyqFNcUtcyX3E7WJGjuH5FhffipaR9JHGjp3Tc7rRtCg1HqPy6On6+oSYS0uuCrjLqnQ+ErEuKOW9Se3j8DhrX08c4/6aqEa3NTfrmm2cDvdlMLLhWN0ql+cOleF5ROUcV6YSudnr91rR9JdmKXfYcOmiGC5tj8rw7ssc4/5kvqOr8+lrUa4NYMbyr4p751V80bL6WJkAjAzPKZT2yiffdxieFa1Ca6Z0fyjzX7RH7C8HXIuGcli3tyOB6TTmUktla9nLnCPJ6Q1VDg2bkbkCKMTZ8UUPQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIMUo6tWJ/Nbw4cPfJfNH0GNmzpxZJ2EnnXRSFS8eZjsySuHRl2yXsXVjgAt02ItsI9ieCxPIxWwxtgvZpuuwIWzPkPz9VFiKlmEYUpQqdFG6TAf/he1KLmqxUIFYYqB7eFHBAOMa94cFJCsoQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIPkoct111129e/fu9ZScWjWsRmcOGDDgZxs2bPhIhVjyi8czE1kTiUQXLVr0yyOOOOL0UBYttn+x7YnH4w1HHnnkoy+99NIDsVisLmwg8jvaWrbVbJ3YWj/77LNfMkjN4MGDqysrK1uHptZKy53D2XrJxnHHHdeJc+e6Ll26HB42EEv7sx0puSV+s2TJksv79OlzahhBRPIvMT9kaykb06ZNO/W00067XMCC7CNO2su2RvtNq2eeeWZFVVXVR8ccc0x1NBptFdZarZ+uos8cNmzYqC1btnwa1HYkFx3IdoSAcc5Usd9c0bt375PC4CNO6sx2NFsL2ZgxY8bpp5xyyqWGYUSC7CNO2qP9potUAk899dTnrVq1+njQoEFHV1RUtAyj3wh8f8tvTj/99F+w36wIi484SRrOvlI8xW+WLVs2plevXkPC4CNO6qL9Rkaf0ezZs88dMmTIxeXwm4oijxe/+YZtH6kEnnzyyU86deq0rLq6WvymRVj9ZqDlN+ecc85o9puVYfERJx3MdpgU2c6dO7dcuHDh2AMOOOC4MPiIk7qyVbNVysbcuXPPO+GEEy4Ouo84abfdbyZPnry0a9eun/Lj9CD2m8ow+k1U12gJv7nwwgsv2759++qw+IiTemu/IfGbxYsX/6ZHjx6DwvraaV8yBwcncmf+/Pl/9zpHKkoEsottra4Iqh577LGPevbsuaJfv36DvHpYqyhhrtTrlxzt2Nq+8sora9atWzf/xBNPHMg9nHZhLWo/sIoZtzPnr127dkGxRaucMN3YThMY7puN/OCDD54PKwjpYjbMyh3uq01qaGioDbKzu6lO+017tjZTp079euPGje8OHTq0mv2mbRh9xtBtTSJn+vTpc+H69esXhalopas7248tv6mpqZkSVhDSxewkK3eee+65u3Pxm4oAglgv1eVtZ+sXXnhh1d69ez887rjjBlZWVrYJq9/0tXIm25dRYQDqYfkNd2fO+eijj6aFFUTUgW24lTtcTd8fi8Xqg+4jmfzG/mXUwrB9GWWXvGY6wsoZrgAu3rx58yelerDyQ/JllHxLELG+jAorCFHal1FhBhG10DCdwg5i9xsIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIgiAIggIuQ82ghaSof+NvsmUkhn2d9LbKsKS0YzLtT71GjTGCBngBEklApKClrdsT4xaPHG6CfdvtxlDatYtQ1Dop35mS/rxcTSdPR+GUd7oc5TVIM/ipf6SQu8LF4kWuJDoEC6Sw3DiHb8AShhlWeH3pbUmIFFxOjcSwupmcOxPZqsrvI0aBd7Nx4k2awNvvcO78oKDzeOrsqoA7mVo0ZEKXDzhnLitvrVVojqSuV/B6RTkgzAZRFZDFqkmLX8N2ATeqn5ajWBXXICZzZBJ/HpMXhA+5Ei3C2dfw8mIGmFVUFVzm6ncKW9+iIJTXOVJAFjPAud48RJS/ZQ9oX6scMIYfRUvOOYNmZ4RSLu2HkeGByimub+1I8sRDHe9SpjCnfU5wyiXxhpcgRgEnVy7P90aGG+AG7amPKIcqUbkk0K0aNVxeQpDD0pccIbo/8RLAcLl4aqKGur50SL37c5rEc/aXGi/rjtzbsBk6OZle8ciLjNNKXw/m39fK/oqnTO1Isd2LpkBbywFiuBShUZywJxwTmq1WMlxrpgFc5Gr8AnGbkW8O21ROVMeMEEaWGsueS4pWEgRBEARBEARBEARBEARBEARBEARBEARBEARB0HdXnv32MNO/lBmGEQ6QfP5qzS8oo5QQfkIZ5QDwA8goN4RXUEaQIIoBM7Il1H6icv9/YiYoIwgJ9ALKCCOEE1SzAGk2OQIQgAAEIAABiD8gKw1FXxZ4xl5sB5X+H5SdQb5kkF4FJqaYY4tQcrDYF0ZyONdBxTz7lqdoJcchxtmG8Z0UizvEXG48zdY26xnj5QGJ0mc6Jw7Kkpg4Xcifgzn+RXSompe++6J+/QRy/DH9DHp3cb8GHfwe2wy2e59evHinvz7yCReGPpwLywxzKbKvW5IwUzG2W9lu5zgxDTGEF09oV3f0HLZLGGaufyBLGORwTvRSw1yK7OuWlhrppf8tzqWLL7rwSJl+7UUJuGyPQUN2VhDt0oe2UTS3bYz+0qrx0HMZZoo/PhKz3WdyWLeH2W0PHU9fUE2kIv6M7P7bdob4NpqEEO0yw2Sf1t849zr7AxJ38Iu4ixNbtoXtG6Lpc6llPBZpOYZzomJz1PUisk/isBJ+VH6QOra1bNsSIfOen334clk5dlv2uY9scU73p9ZaxZ8DcihaO9i2JoBiCUdnh69tqNid2Negi872Bc5XaV+djONeIXiQIy+yI2fLkY2SYK594jSUzlY3sZmekr8q/MmRc3XtJDCDMjZqz7FdzvG3pVWr/SmqzDsud971So0113J/uyiS+Bd0Ffs9h5jnqgscQl8VkA/ax+jovdGMF5I4tmN87KKcxzlj2Vc5H/8A2877WjN/pwx9E96XiMNx9TEl6v0+a+Tc9fv6c6IJzx9JjQ2i1E57tWO35AaxQ0qD+BNuEF8I7IMVN3In8+LRLF2UKxliRuCfEHWn8Rq2EWyD0jqNd/nfacQzO0AAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAHFWJFCpqTGMxMR4BUw6GQnYja1sPkWrxqg0BlB9vukKpo9wEaP++SUsEkjPVc2haH3n25HtM82VdqlD6tWOAicKS5ynHPNrRVSyXO7SiW/DieHwlMS02Zdoz0aiuG1qhzYnOeTmF0ZZsjja5qBGEJXR2VoTtfoeUWw90d46bx3Vm5ad7/CuL8iaF8jQRg72NMduW9GNc6I9uU8IVraJwuKkIjqxEds8QpF4kwSaE4URXUTtaV6bqtTd5w4cmJjgaODh+9KHSwc2mSjsxQ8/9HnOh6WkaleS0eIgcymB9nVLEqZXkxOFHWZOFMYQOU0UxjA+ThT2MSd6FYMcaC4TibatN4IcSI4ThZ378wGNE4Wt7vcZvT9sF9EhOsbnRD+c1YZ6Lj60MeMYZoo/IItI1XOiKw80l4mem229sTeXDsIOv3M1bR9121FV8Xik5ZQzFxL92OUqrxGd84pMGZWYqeZAhtnsi7Mnkmgt09ftYbaJwuq/IXr5X9RSID4b+HEKxMmjj0hYo3hfIo7fE4VV9tQObnW+bOv2MGuisNi2RNi8l9/sl5iZacnw+qwXssXxZ6Kw+CpNxDCGbT46I32ysB1mTsQVxQw9UVhdTE8Utn8yJ+yytt94jHOjW2OwLxOFRY24bsYkF76XrH6NtOpXbTRrH4a4OOHopmSisCqqJ/sEV9n62f5MFGZYXZGvbc7cQ2qBJnHNicKsGeiS1Wp/Wmfe58SdT88JS980rvk0UVjcoYMhYd2bxHWdKOyImZX08ejMfiJxbMf4ANKQrIob11bl3GOSSb/GHrLgiLYf78/V76nUNCcSAdy0LDjCqn59mijs6eK6fh9wQfnj1EQbYTaIw9MaxH+mNIg/4TbEp4nCniri6IuU1c/KaaIwhvBtojBPntk5gVx4qJ/ug71n2/WeDuvnJwSe2QECEIAABCAAAQhAAAIQgAAEIAABCEAAAhAIgiAIgiAIgiAIgiAIgiAIgiAI+m5LuWn3GqU+GaPUPI4yi8ylbO9Z63pI8EC2f6rU27xr1cNK1W0zw2Qp2+9w+M4VIQCJ1Sk1f1+ltrznfNu3vMP725nxAg2y4TWlPh6tMurjn5vxAgTSdPzI5n8RdT0r81Fd/92MFyA1Ban7mqiqR+ajZH/92qCDrOGPXVnK4w4dL8jV75ukskocfS4F3EfaDCfa/knmo7Z/RNT+lIDnyKZZZuMXj7nkxl6zLZF4gW8QF1+g1PppziACsOTykLTsWxaaLbvcfbsadpmNobT8oQARff1XpT4YnEz0lgVKvXuwUqsnB7KvZTRJQGw30da3iCq5rYhvJlp5G9G214k6sHMfdCNXD525DeGqt+PxRBWtU09WyAxfnoJI4jdyYtc+QrTldXNPu35E1QuJvtVDa2XCjW7nEy0YQLRjsRnWieG6X060z4gEVHlB6ncoWsQJ2j6v6d4+z/Dd30q04kqiQ/7KiW1DtOzCpvHaVxMdNYeMynZlA4nQ6kedIUQrONGVHc31ys7mtmO7soDoq4eovD7CLTnVZ2kyZaC+THAQyxCP9xtDqIw50v2WzDGsGQhiWc7U4xYqf621cznXTG9zEXmXaLdtFPfeBeYUIo29XraW1cnt1oPYP47hGu04ora9y+rsEARBEARBEARBEARBEARBEARBEARBEARBEARBAVdBv69K/2FqEH6mZRQD0ORkZQQyvIIoN4zhJYSnCcvzhhhBAygUygg6RK4wRtABcoUxwgKRDSZ0IG4wRtgg3GCMMEI0b5Awz8Bshwn9VNIWDECCBgOQwMEAJPAgZ/1yEH9ewSZ/VW79B+inlPgvVnqEXn58abBBzrhE/uD6MbbzM8SXsW/yd7LX0rQnYsECWUAt6cb/bMHrc0j+tTg3yZ/8jqTX/hYYmAgpilIs9hhbfzbK0U5nuyVIORKh2878ESfqvMZEnjmc6JZfE3XpmEy4rEuY7EvCXEPDfnJATldZ4P+rlQhtrxxF8QZqtOojiY4dSHTnjQzQwbS7f2+GDTiCbHGrSMUuy+kq1f5XjYY64WyZ4CT57+md2hPd9weur/hmr/2WUSNE+3UlWrGSaNzviLbvtD1Sxt6if738b8EoWvV13aihnhptwyaiq35L9NUaou77mRBffmWGbd5CKXHr67sFxUeiVLeXPyvT8Ygqbf8cX1VphsUaUuPV11YExtn31NZ+lVIj7dOZ6OG7zNxY/iXRF1ykenQn+jOHdbZVAAy1s67uy+CAxGpfpbo97Lz1pl3zKzPhn35OdNlYotFXEX2+guiAHkTXj0vGq91DdbG6N4JT/cbjf9nCiaI6Kfd8p9+eT/TaPxniaqJNW0wbPdYMe/MdM05tHW2u27uTj50cqC7KpkP6P8oV/WWdK9kXKiozHqAaGKIh4Svjunxe80CwQA4+SobcT2M7uYrbrnbRCrPataYWUnH2iTht5/aj3mwRJndZseiSQHYaN/U6UmAmsnE5IrfaSBqRW7t8+dFdge/Gb+p1eG9ejJLcYZMZw2SyBJlMS/7x/vEuz33yLQ0K3kNM4Q9W7+n+U0Cg8KgLEIAAJGQgiYa7Obw2bdKXCilUaL5nLxgkATMv0eeSmcJ2J7oqx6pYKEESMO+QPPNeQOZbxuk0WG0NJYgN6ExedGB7mmFUaEE0TEf9kLIlaDCF/YLunYTvxIMEU9SrzHLVbBl/whFkoJx+r4W+FkAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAA5LsJYq2EfqIXgAAEIBkV8RViUemm0Yz4enZFzQTE//MnL+Szb5Rs4Ay6KAABSDaQmR6cZVj5b0aEmomcQGRk23i2N9m2antTh3UIS9EaQeasZz1c4svcD6PJnP8hkEVLRrH9iWTAZHLCihvZemq7UYf10HH+RO4zdZQNRBL0BNuvbOE3sb3F9qK2t3SYpV/pYyqCVLQeJnMWQLv2ZVtMyXm31rH1Y1ufFu8RtiuDXmvFytFnKgZkDNszaeG/1E69Tpusj0qL8//0sYEBkbt9sS4mlmTGv8PZBmiT9dvSitQlQcqpZlP9OnVROuiidR4lJ6CsYXuB7XG2bUHsojSbvha68QABCEAAUh4Q+WhWkyA1m68V7Arl33gABCAAAUj5EmX76jHnf/0LEojTZEclA5GLewHuNmNTSUCsixcLkmnaqdCAZJs7qyiQXE9QLEguE4AVDZLtJOmJKASmZCBOJyrWKfOB8BQkH+Vb2wEEIAABSDhA8vk7ZoD4DZPvn2OXDSTTxQv5y/OyguTTtQk8SMn9DiAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACkFCA3Hj7nfJP4D1uu+HauWEDSR++J+MOn2agthQypYBwTsgIUMmNG8IG0sRHODdkxNuy9m07rIpGIl108Ha2R8XGj7l0V+B95K77/++xvHhtb3192/qG2hXtWrWVAZMNZI5F/A3bfmznXzPu//xvYH1k4t0PjWtoaJjH9nht3Z628Xi8U21d7aO8/RhbC058D16OZXuB4/53IH3klol3T6ir33sf20nX/+ZX11RGIqOjhrFffX3t9znsYLaJHOdJ3vdnXu/FdhFvPx8okBtvnfjz+vr6iWwDbrr+N7MkkNdv5jufyFZZ8rbYxRx3H46zktf3YTuDt/8UGJD6+rpebJzQuk+tQF5vLWF72eKGQbUNApKIU5Wo3X5//Q5e38DWJ1C11tjrbniWF2ez9X7gjttX8/bdvP5r2de6ZavEyOLavXve5H0n8D4ZjL+QrYK3+wau1rpy/LVP8eIitgsevvfO53j7AV6/1DCMio6dOsc59f02bt4k1fFrbCvYBnO8hkBWv6OvvFpmGniI7WO2CWx7JU7nrp3PrCDjog0bNu3D2/c+9vB9vwl8p3HUZVe25oUUrf+w7Te69eipuEoee+ctNz4Z6t4vt/gn80Lmh+jLXZm6oHcaXcWJf4MXUrOND2Jf6/8LMABDpue5wwRn2gAAAABJRU5ErkJggg==');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}
.a-peroson{    list-style-type: none;}
.a-peroson li{display: -webkit-inline-box;}



.service-icon{
position:relative;
overflow:hidden;
}

.about-overlay{
position:absolute;background:rgba(0,0,0,.5);width:100%;height:100%;
top:-100%;transition:.5s;
}
.service-icon:hover .about-overlay{
top:0px;
}
.about-icon-overlay, .about-icon-overlay-c{
position:absolute;
left:40%;
bottom:-100%;transition:.5s;}

.about-icon-overlay-q{
    position: absolute;
    left: 120px;
    bottom: 88px;
    transition: .5s;
}
.about-icon-overlay-c i{
width:40px;
height:40px;
border:1px solid #fff;
border-radius:100%;
font-size:20px;
line-height:40px;
color:#fff;
}
.about-icon-overlay i{
width:40px;
height:40px;
border:1px solid #fff;
border-radius:100%;
font-size:20px;
line-height:40px;
color:#fff;
}

.service-icon:hover .about-icon-overlay{
bottom:40%;
}
.service-icon:hover .about-icon-overlay-q{
bottom:40%;
}
.about-icon-overlay i{
background:red;border:1px solid red;
}
.about-icon-overlay-q i{
background:red;border:1px solid red;
}
.fa-google-plus:before {
    content: "\f0d5";
    margin-left: 11px;
}



.come-fed{    margin: 0 0 10px;
    text-align: center;
    /* width: 200px; */
    margin-left: 61px;
    margin-right: 50px;}
	.ride-q{    margin-top: 49px;}
.learn-q{    text-align: center;
    margin-left: 43%;
    font-weight: 600;
    color: #31708f;}
.img-vi1{    background-image: url(img/vi1.jpg);
    background-color: #cccccc;
    height: 480px;
    /* background-repeat: no-repeat; */
    width: 688px;
    float: left;}
	.img-vi2{background-image: url(img/vi2.jpg);
    background-color: #cccccc;
        height: 480px;    background-size: cover;
    float: left;}


	
	
	
#gil .col-md-6{padding:0px!important;	margin:0px!important;}

/* w3 */
.container-a {
  position: relative;
 
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 132%;
  opacity: 0;
  transition: .5s ease;
  background-color: transparent;
}

.container-a:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
 top: 85%;
    left: 37%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text .i1{}
.text li{}
.text a{    color: #333;
    font-size: 16px;}
.chat-a{    margin-left: 12px;
    border: 1px solid #333;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    border-radius: 25px;
    line-height: 42px;}
	.chat-b{     border: 1px solid #333;
    width: 40px;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    line-height: 42px;}
	.data-to{    margin-left: 52px;}
.text-a {
   background-color: #333;
    color: white;
    font-size: 16px;
    padding: 4px 32px;
    width: 75px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(58deg);
    -webkit-transform-origin: 48% 32%;
    /* transform: rotate(45deg); */
    /* transform-origin: 20% 40%; */
}
style.css:1513

}
.col-rey{color:#ffe200!important;}
.fa-contact {
    border: 2px solid #999;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: 18px;
    margin-top: 8px;
}
	.fa-contact1{         font-size: 18px;

    margin-left: -10px;
    /* line-height: 3px; */
    margin-top: -12px;
    color: #999;}
	.text-q {
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.affix.fa-contact1 {
   
    color: white;
}
.affix.fa-contact{      border:2px solid white!important;
}
.acheeb-a{    margin-left: 144px;
    margin-top: 48px;}
.img-hight{    height: 360px;}
/*background-color: #4CAF50;
    color: white;
    font-size: 16px;
    /* padding: 16px 32px; */
    /*padding: 50px;
    position: absolute;
    /* border: 1px solid black; */
   /* background-color: red;
    margin-left: -16px;
    margin-top: -142px;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%; */
	#news-slider9{
    margin-top: 30px;
}
.post-slide9{
    background: #fff;
    margin: 0 15px;
}
.post-slide9 .post-img9{
    position:relative;
    overflow: hidden;
}
.post-slide9 .post-img9 img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.50s linear;
}
.post-slide9:hover .post-img9 img{
    transform: scale(1.1,1.1);
}
.post-slide9 .over-layer9{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background:rgba(0, 0, 0,0.4);
    transition:all 0.50s linear;
}
.post-slide9:hover .over-layer9{
    opacity:1;
    text-decoration:none;
}
.post-slide9 .over-layer9 i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide9 .post-content9{
    background:#fff;
    padding: 8px 30px 40px;
}
.post-slide9 .post-title9{
    margin:8px 0 15px 0;
}
.post-slide9 .post-title9 a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide9 .post-title9 a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide9 .post-description9{
    line-height:24px;
    color:#808080;
    margin-bottom:40px;
}
.post-slide9 .post-date9{
    color:#a9a9a9;
}
.post-slide9 .post-date9 i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide9 .read-more9{
    padding:5px 10px;
    float: right;
    font-size:12px;
    background:#e9e9e9;
    color:#808080;
    text-transform: uppercase;
}
.post-slide9 .read-more9:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls9 .owl-buttons9{
    text-align:center;
    margin-top:20px;
}
.owl-controls9 .owl-buttons9 .owl-prev9{
    background: #fff;
    position: absolute;
    top:-13%;
    left:15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls9 .owl-buttons9 .owl-next9{
    background: #fff;
    position: absolute;
    top:-13%;
    right: 15px;
    padding: 0 18px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    transition: background 0.5s ease 0s;
}
.owl-controls9 .owl-buttons9 .owl-prev9:after,
.owl-controls9 .owl-buttons9 .owl-next9:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #333;
    font-size:30px;
}
.owl-controls9 .owl-buttons9 .owl-next9:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding:10px;
    }
}


<!-- next -->
  .box9{
    text-align: center;
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: all 0.35s ease 0s;
}
.box9:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 100%;
    background: #4195d5;
    opacity: 0.4;
    transition: all 0.35s ease-in 0s;
}
.box9:hover:before{
    right: 0;
    transition: all 0.35s ease-out 0s;
}
.box9:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-width: 200px 200px 200px 0;
    border-style: solid;
    border-color: transparent #3f93d3 transparent transparent;
    opacity: 0.9;
    transform: translateY(-50%);
    transition: all 0.35s ease-out 0s;
}
.box9:hover:after{
    left: 50%;
    transition: all 0.35s ease-in 0.2s;
}
.box9 img{
    width: 100%;
    height: auto;
}
.box9:hover img{
    opacity: 0.4;
}
.box9 .box-content9{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box9 .title9,
.box9 .post9{
    width: 100%;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
	color:white;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    transform: translate(-25%, -50%);
    transition: all 0.3s ease-out 0.2s;
}
.box9 .post9{
    font-size: 15px;
    transform: translate(-25%, 60%);
}
.box9:hover .title9{
    opacity: 1;
    transform: translate(0, -50%);
    transition-delay: 0.7s;
}
.box9:hover .post9{
    opacity: 1;
    transform: translate(0, 60%);
    transition-delay: 0.7s;
}
@media only screen and (max-width:990px){
    .box9{ margin-bottom: 30px; }
}
@media only screen and (max-width:767px){
    .box9:after{
        border-width: 800px 800px 800px 0;
    }
}
.TECH-FOOT{    list-style-type: none;}
.TECH-FOOT li{    display: -webkit-inline-box;}
.TECH-FOOT a{    margin-left: 20px;    color: white;}
.text-fot {
    background: #23232e!important;
    z-index: 999999999999;
    position: absolute;
    width: 100%;
    margin-top: -8px;
}
 
.post-slide{
    padding-bottom: 10px;
    margin: 0 15px;
    position:relative;
}
.post-slide img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    position:absolute;
    top:2%;
    left:8%;
    padding: 3% 5%;
    background: #e74c3c;
}
.post-slide .month{
    font-size: 14px;
    color:#fff;
    font-weight: bold;
    text-transform:uppercase;
}
.post-slide .month:after{
    content:"";
    display: block;
    border:1px solid #fff;
}
.post-slide .date{
    font-size: 14px;
    color:#fff;
    display: block;
    text-align:center;
    font-weight: bold;
}
.post-slide .post-title{
    margin:25px 0 15px 0;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e74c3c;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    text-transform:capitalize;
    transition: color 0.20s linear;
}
.post-slide .read-more i{
    margin-left:10px;
    font-size:10px;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#e74c3c;
}
.owl-controls .owl-buttons{
    margin-top:20px;
    position:relative;
}
.owl-controls .owl-prev{
    position: absolute;
    left: -40px;
    top: -291px;
    padding: 8px 17px;
    background:#3d91d0;
    transition:background 0.50s ease;
}
.owl-controls .owl-next{
    position: absolute;
    right: -40px;
      top: -291px;
    padding:8px 17px;
    background:#3d91d0;
    transition:background 0.50s ease;
}
.owl-controls .owl-prev:after,
.owl-controls .owl-next:after{
    content:"\f104";
    font-family: FontAwesome;
    color: #d3d3d3;
    font-size:16px;
}
.owl-controls .owl-next:after{
    content:"\f105";
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover{
    background: #3d91d0;
}
@media only screen and (max-width: 990px) {
    .post-slide{
        margin: 0 20px;
    }
    .owl-controls .owl-buttons .owl-prev{
        left:-20px;
        padding:5px 14px;
    }
    .owl-controls .owl-buttons .owl-next{
        right:-20px;
        padding:5px 14px;
    }
}

.bnnerWrap .bnrOverly {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.innerBnr .carousel-inner .bnrOverly {
    z-index: 0;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.post a{font-size:18px;}
	.feat-font{    margin-bottom: 18px;}
	.section-59{    margin-bottom: 59px;}
	.section-54{       margin-bottom: 54px;}
		.section-line{    margin-bottom: -15px;
    line-height: 147px;
}
.container-a{    margin-bottom: 51px;}
.section-feature{    margin-bottom: 48px;}
.testimonial .pic {
    display: inline-block;
        width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid;
    position: absolute;
    /* top: 60px; */
    padding: 16px;
    left: 20px;
}
.testimonial {
    padding: 1px 30px 30px 130px;
    /* margin: 0 15px 30px 15px; */
    overflow: hidden;
    position: relative;
}
.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    position: relative;
}
.box:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.35s ease 0s;
}
.box:hover:before{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
}
.box .box-content:before,
.box .box-content:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.7s ease 0s;
}
.box .box-content:before{
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(0, 1);
    transform-origin: 0 0 0;
}
.box .box-content:after{
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0;
}
.box:hover .box-content:before,
.box:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.15s;
}
.box .title{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0px, -50px, 0px);
    transition: transform 0.5s ease 0s;
}
.box:hover .title{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.box .post{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    padding: 10px;
    background: #3e92d2;
    opacity: 0;
    border-radius: 0 19px 0 19px;
    transform: translate3d(0px, -50px, 0px);
    transition: all 0.7s ease 0s;
}
.box:hover .post{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-delay: 0.15s;
}
.box .icon{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.7s ease 0s;
}
.box:hover .icon{
    bottom: 20px;
    opacity: 1;
    transition-delay: 0.15s;
}
.box .icon li{
    display: inline-block;
}
.box .icon li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all 0.4s ease 0s;
}
.box .icon li a:hover{
    background: #d79719;
    border-color: #d79719;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}
.ban-59{        margin-bottom: 59px;}
.marketcl{}
.bnnerWrap1 {
    float: left;
    width: 100%;
}
.dolor-a img{     height: 135px;width: 100%; 
}
.dolor img{       height: 140px;
    width: 100%; 
}
.about-a{    margin-top: 72px;
    margin-bottom: 52px;}
.carousel1 {
    position: relative;    margin-top: -3px;
}
.innerBnr1 .carousel-inner1 {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}
.innerBnr1 .carousel-inner1 {
    max-height: 365px;
}
.carousel-inner1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}.innerBnr1 .carousel-inner1 .container1 {
    position: relative;
}
.innerBnr1 .carousel-inner1 .col-md-12.text-center {
    position: absolute;
    margin-top: 14%;
    z-index: 180;
    text-align: center;
}
.innerBnr1 .carousel-inner1 .bnrOverly1 {
    z-index: 0;
}
.bnnerWrap1 .bnrOverly1 {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.innerBnr1 .carousel-inner1 h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 830px;
    margin: auto;
    line-height: 38px;
}
.bnnerWrap1 h3, .bnnerWrap1 h4 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}
.bnnerWrap1 p {
    padding-top: 20px;
    text-align: center;
    font-size: 16px;
    text-transform: initial;
    font-weight: normal;
    margin: auto;
    max-width: 800px;
}
.shutt-a{margin-top: 66px;
    margin-bottom: 97px;
}
.top-30{       margin-bottom: 30px;}
.both-6{    bottom: -61px;}
.shutt-a1 {
    margin-top: 66px;
    margin-bottom: 62px;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: -webkit-auto;
}
.tab .nav-tabs{
    border-bottom:0px;
}
.tab .nav-tabs li{
    border-right:1px solid #ddd;
}
.tab .nav-tabs li:last-child{
    border-right:0px solid #ddd;
}
.tab .nav-tabs li:first-child a{
    border-left:1px solid #ddd;
}
.tab .nav-tabs li a {
    color: #868686;
    background:#fff;
    border-radius:0;
font-size: 16px;

    margin-right: -1px;
            padding: 5.5px 102px;

    border-top:1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.iden-7a {    color: #77a2d7;
    font-size: 27px;
    margin-bottom: 44px;
    margin-left: 31px;}
.text-range{       margin-bottom: 48px;
    margin-top: 71px;     height: 100px;
    width:100px;}
	.mg-50{    margin-bottom: 50px;}
		.childv h2{    margin-bottom: 36px;
    margin-left: 14px;}
.nav-tabs li:first-child a{
    border-radius: 0px;
}
.nav-tabs li:last-child a{
    border-radius: 0 5px 5px 0;
    border-right:1px solid #d3d3d3;
}
.tab .nav-tabs li a:hover{
    background:#eee;
}
.tab .nav-tabs li a:hover:before{
    border-left: 15px solid #eee;
}
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:after{
    content:"";
    border-left: 17px solid 65a5d4;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    top: 0px;
    right: -17px;
    z-index:1;
}
.tab .nav-tabs li a:after{
    border-left: 17px solid #65a5d4;
}
.tab .nav-tabs li.active a:before{
    border-left: 17px solid #65a5d4;
}
.tab .nav-tabs li a:before{
    border-bottom: 15px solid rgba(0, 0, 0, 0);
    border-left: 15px solid #fff;
    border-top: 15px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: -15px;
    top: 2px;
    z-index: 2;
}
/* .tab .nav-tabs > li.active > a:focus, */
.tab .nav-tabs li.active > a,

.tab .nav-tabs > li.active > a:hover {
    border: none;
    color:#fff;
    background: #65a5d4;
    border-top: 1px solid #65a5d4;
    border-bottom: 1px solid #65a5d4;
}
.tab .nav-tabs li:last-child.active a:after,
.tab .nav-tabs li:last-child a:after{
    border: none;
}
.tab .nav-tabs li:last-child a:after,
.tab .nav-tabs li:last-child a:hover:before,
.tab .nav-tabs li:last-child.active a:before,
.tab .nav-tabs li:last-child a:before{
    border-left: none;
}
.tab .tab-content{
    padding:12px;
    color:#5a5c5d;
    margin-top:2%;
    font-size: 14px;
    border: 1px solid #fff;
}
.tab-img{    margin-bottom: 40px;}
.PARTNER-a{  width: 303px;
    margin-left: 30%;
    margin-top: 58px;
    margin-bottom: 106px;}
.PARTNER-b{  width: 303px;
    margin-left: 30%;
    margin-top: 65px;
    margin-bottom: 73px;}
.PARTNER-c{ width: 303px;
    margin-left: 30%;
    margin-top: 43px;
    margin-bottom: 20px;}
.PARTNER-d{}


.img-bg {
   background-image: url(images/drone_wide-bee20ab28a6ce4b97c8dd1aff4fd1d663041976a-s900-c85.jpg);
    background-color: #cccccc;
    width: 100%;
    background-repeat: no-repeat;
    height: 640px;
    background-size: cover;
}
@media only screen and (max-width: 479px){
	
.slide-cl1 {
     margin-top: -76%;
    margin-left: -11%;

}
.slide-cl1 p {
font-size: 13px;    line-height: 6px;}
.slide-cl1 h3 {
    font-size: 17px;
}
.btnsl{    padding: 8px;
    font-size: 9px;}
	.carousel-indicators {

    bottom: -2px;
 
}
.header-area {
    height: 0px;
    margin-top: 60px;
    width: 100%;
}
.tech-edu h4 {
    text-align: center;
       float: inherit;

}
.iden-7a {
    color: #77a2d7;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 43px;
    margin-left: 31px;
}
.testimonial .pic {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid;
    position: inherit;
    /* top: 60px; */
    padding: 16px;
    left: 47px;
    margin-bottom: 34px;
}
.testimonial {
    padding: 0px;
   
    overflow: hidden;
    position: relative;
}
.post a {
    font-size: 14px;
}
p {
    margin: 0 0 10px;
    text-align: justify;
}
.come-fed {
    text-align: justify;
    /* width: 200px; */
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 24px;
}
.head-a {
    color: #23232e;
    text-align: center;
    font-size: 17px;
}
.cus-qq {
    height: auto;
}
.img-bg {
    height: auto;
}
.container-a {
    margin-bottom: 0px;
}
.becomee {
    background: #f5f5f5;
}
.ensure p {
    color: white;
    text-align: justify;
}
.intelligence {
    background: whitesmoke;
  
}
.becomeec {
    background: #f5f5f5;
}
.partnercll h2 {
    margin-bottom: 5px;
}
.sub-col{width:100%!important;}
.acheeb-a {
    margin-left: 0px;
    margin-top: 48px;
}
.Allatt {
    margin-top: 9px;
    font-size: 13px;
    color: white;
}
.TECH-FOOT a {
    margin-left: 14px;
    color: white;
}
.able-a{    line-height: 106px;
   
    margin-bottom: -52px!important;
    font-size: 20px;
}
.Detection{    margin: 0 auto;
    display: table;}
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
}
.navbar-brand img {
    width: 154px;
    position: relative;
    margin-top: -11px;
}
.affix .navbar-brand img {
    width: 136px;
    position: relative;
    margin-top: -12px;
}
.Camera-sc{    margin-left: 10%;}
.bnrOverly1-img{    height: 303px;}
.innerBnr1 .carousel-inner1 .col-md-12.text-center {
    position: absolute;
    margin-top: 34%;
    z-index: 180;
    text-align: center;
}
.dolor-a{    margin-bottom: 26px;}
.bnnerWrap1 p {
    padding-top: 6px;
    text-align: center;
    font-size: 14px;
    text-transform: initial;
    font-weight: normal;
    margin: auto;
    max-width: 800px;
}
.drone_widee{    margin-bottom: 26px;}
	}
@media only screen and (min-width: 480px) and (max-width: 699px){
	.becomee {
    background: #f5f5f5;
}
.ensure p {
    color: white;
    text-align: justify;
}
.intelligence {
    background: whitesmoke;
  
}
.becomeec {
    background: #f5f5f5;
}
	p {
    margin: 0 0 10px;
    text-align: justify;
}
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
}
.cus-qq {
    height: auto;
}
.img-bg {
    height: auto;
}
.container-a {
    margin-bottom: 0px;
}
.post-slide img {
       height: 308px!important;
    width: 100%!important;
}
.dolor img {
    height: 100%;
    width: 100%;
}
.Allatt {
  
    text-align: center;
}
.able-a{    line-height: 106px;
   
    margin-bottom: -52px!important;
        font-size: 29px;
}
.navbar-brand img {
    width: 172px;
    position: relative;
    margin-top: -11px;
}.slide-cl1 {
    margin-top: -213px;
    margin-left: -4%;
}
.slide-cl1 h3 {
    font-size: 26px;    text-align: initial;
}
.header-area {
    height: 137px;
    margin-top: 60px;
    width: 100%;
}
.TECH-FOOT a {
    margin-left: 5px;
    color: white;
}
.dolor-a img {
    height: 100%;
    width: 100%;
}
.dolor-a{    margin-bottom: 32px;}
.innerBnr1 .carousel-inner1 .col-md-12.text-center {
    position: absolute;
    margin-top: 18%;
    z-index: 180;
    text-align: center;
}
.bnnerWrap1 p {
    padding-top: 7px;
    text-align: center;
    font-size: 14px;
    text-transform: initial;
    font-weight: normal;
    margin: auto;
    max-width: 800px;
}
.drone_widee img{width:100%;    margin-bottom: 37px;}
	}
@media only screen and (min-width: 700px) and (max-width: 767px){ 
	.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
}
.cus-qq {
    height: auto;
}
.img-bg {
    height: auto;
}
.container-a {
    margin-bottom: 0px;
}
.slide-cl1 {
    margin-top: -137px;
    margin-left: -47%;
}
.header-area {
    height: 236px;
    margin-top: 60px;
    width: 100%;
}
	.becomee {
    background: #f5f5f5;
}
.ensure p {
    color: white;
    text-align: justify;
}
.intelligence {
    background: whitesmoke;
  
}
.becomeec {
    background: #f5f5f5;
}
	p {
    margin: 0 0 10px;
    text-align: justify;
}
.intelligence {
    background: white;
    height: 210px;
}
.intelligence {
    background: whitesmoke;
  
}
.slide-cl1 p{text-align: center!important;}
.dolor-a img {
    height: 100%;
    width: 100%;
}
.dolor-a{    margin-bottom: 34px;}
.Allatt {
    margin-top: 9px;
    text-align: center;
    color: white;
}
.dolor img {
    height: 100%;
    width: 100%;
}
.drone_widee img{width: 100%;
    margin-bottom: 31px;}
/* outlok open to de.mail */
}    
@media only screen and (min-width: 768px) and (max-width: 991px){
	.launching-s{
    clear: both;}
	.navbar-brand img {
    width: 189px;
    margin: 0 auto;
    margin-top: -11px;
    margin-left: 153%;
}
.mainmenu-area a, #mainmenu.nav.navbar-nav li a {
     color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 16px 7px;
    position: relative;
    text-transform: UPPERCASE;
}
.resul{    width: 100%!important;}
.slide-cl1 {
    margin-top: -61px;
    margin-left: -53%;
}
.intelligence {
    background: white;
    height: 367px;
}
.acheeb-a {
    margin-left: -3px;
    margin-top: 48px;
}
.header-area {
    height: 316px;
    margin-top: 60px;
    width: 100%;
}
.innerBnr1 .carousel-inner1 .col-md-12.text-center {
    position: absolute;
    margin-top: 20%;
    z-index: 180;
    text-align: center;
}

	}  
@media only screen and (min-width: 992px) and (max-width: 1199px){ 
.intelligence {
    background: white;
    height: 342px;
}
	.navbar-brand img {
    width: 189px;
    margin: 0 auto;
    margin-top: -11px;
    margin-left: 203%;
}
.innerBnr1 .carousel-inner1 .col-md-12.text-center {
    position: absolute;
    margin-top: 19%;
    z-index: 180;
    text-align: center;
}
.TECH-FOOT a {
    margin-left: 3px;
    color: white;
}
.TECH-FOOT {
    list-style-type: none;
    margin-left: -70px;
}
.dolor-a img {
    height: 102px;
    width: 100%;
}
.slide-cl1 {
    margin-top: 2px;
    margin-left: -63%;
}
}

