﻿body,ul,li,h1,h2,h3,h4,h5,h6,p {
    padding:0;
    margin:0;
}
@font-face {
font-family: 'IRANSansWeb';
	font-style: normal;
	font-weight: normal;


	src: url('../fonts/IRANSansWeb.eot');
	src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/IRANSansWeb.ttf') format('truetype');
}

body{
font-family: 'IRANSansWeb';
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 0px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
    bottom: 23px;
    width: 100%;
    z-index: 1000;
    left:0;
}


.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}



.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #fff;

}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ffc53c;
}


.bx-wrapper .bx-prev {
left: 0px;
    background: url(../images/prv.png) no-repeat 0px 3px;
}


.bx-wrapper .bx-next {
    right: 5px;
    background: url(../images/prv.png) no-repeat -28px 3px;
}


.bx-wrapper .bx-controls-direction a {
position: absolute;
    bottom: -22px;
    margin-top: -16px;
    outline: 0;
    width: 28px;
    height: 89px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-controls-direction{
        width: 63px;
    position: absolute;
    left: 32%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
header{
background-image: url('../images/header.jpg');
background-size:100% 100%;

}
.head-ce{
    max-width:1300px;
    margin:0 auto;

}
nav.navbar.bootsnav{
    border: none;
    background: none;

   
}
nav.navbar.bootsnav ul.nav > li > a{
 padding: 7px 11px 7px 11px;
    margin: 15px 0px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

nav.navbar.bootsnav ul.nav > li > a:hover{     color: #0a0a0a;
    background-color: rgba(241, 240, 234, 0.25098039215686274);
} 
nav.navbar.bootsnav ul.nav > li.dropdown.on > a{
    color: #000;
    transition-delay: 0.6s;
}

nav.navbar.bootsnav ul.nav > li> a:hover:before{ width: 100%; }
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    position: absolute;
    margin: 0 0 0 7px;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:hover:after{
    color: #000;
    transition: all 0.3s ease 0.25s;
}
.dropdown-menu{
    right:0;
    left:auto;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li>a {
 
    border-bottom: solid 1px #9a9999;
    color: #151414;
    text-align: left;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
        background:rgba(251, 251, 251, 0.43);

}
nav.navbar.bootsnav ul.nav > li.dropdown > ul{
    top: 106%;
    left: -30px;
    transition: all 0.8s ease 0s;
}

nav.navbar.bootsnav ul.nav > li.dropdown.on > ul{
    top: 106%;
    left: 0;
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: 100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
}
.sp-mn{
    display:none;
}

.item-slid{
    border-top:1px solid #6096db;
    padding-top:16px;
}
@media only screen and (max-width:990px) {
    .sp-mn{
    width: 48px;
    height: 96%;
    text-align: center;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999999999999;
    display: block;
    padding-top: 14px;
    color: #040404;
    font-size: 1.6em;
}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu>li>a {

    padding: 6px 17px!important;
    color: #1d1c1c;
    text-align: right;
}
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
      width: 100%;
    position: relative!important;
    background-color: #f1f1f1;
    float: none;
    border: none;
    padding: 0!important;
    margin: 0 0 -1px!important;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    -o-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-top: 1px solid rgba(255,255,255,.05)!important;
    border-bottom: 1px solid rgba(0,0,0,.35);
    -o-border-radius: 0;
    border-radius: 0;
}
    .dropdown-menu.multi-dropdown {
        left: 0 !important;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li:before {
        content: "";
        width: 0;
        border-bottom: 3px solid #1cc7dd;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li:hover:before {
        width: 100%;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px;
    margin: 0;
    text-align: right;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        color: #333;
        border-top: none;
    }

   

        nav.navbar.bootsnav ul.nav > li > a:before {
            content: "";
            width: 100%;
            border-bottom: none;
        }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
        color: #333;
        left: 40%;
    }

    nav.navbar.bootsnav ul.nav > li.dropdown > ul {
        top: 100%;
        left: 0;
    }
}

.navbar-nav>li {
    float: left;
}


.logo-nd{
    width:220px;
}
nav.navbar.bootsnav {
  border:none;
}

.clear{
    clear:both;
}
.logo-nd{
   width:220px;
}
header{
    padding:12px 0 7px 0;
}
.searchbox{
       position: relative;
    min-width: 50px;
    width: 0%;
    margin-top: 17px;
    height: 33px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;

   
}
.affix .searchbox{
    margin-top:14px;
}

.searchbox-input{
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    border-right:1px solid #fff;
    width: 100%;
    height: 40px;
     background: none;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 14px;
    color: #000;
}
.searchbox-input::-webkit-input-placeholder {
  color: #000;
}
.searchbox-input:-moz-placeholder {
   color: #000;
}
.searchbox-input::-moz-placeholder {
 color: #000;
}
.searchbox-input:-ms-input-placeholder {
  color: #000;
}

.searchbox-icon,
.searchbox-submit{
width: 50px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    font-family: verdana;
    font-size: 22px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    color: #dcddd8;
    background: none;
    border-left: 1px solid #fff;
}
.searchbox-open{
       width: 100%;   
}
.searchbox{
     max-width: 161px;
}
nav.navbar.bootsnav ul.nav>li>a {

    font-weight:normal;
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.grabbing {
    cursor: url(grabbing.png) 8 8,move;
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.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;
    bottom: 30px;
    padding: 8px 17px;
    transition: background 0.50s ease;
}

.owl-controls .owl-next {
    position: absolute;
    right: -40px;
    bottom:30px;
    padding: 8px 17px;
    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 {
      
    }

@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;
    }
}

@media only screen and (max-width: 767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: 0px;
     
    }

    .owl-controls .owl-buttons .owl-next {
        right: 0px;
       
    }
}


.post-slide {
    padding-bottom: 10px;
    margin: 0 3px;
    position: relative;
}

    .post-slide img {
        width:100%;
        margin:0 auto;
        height: auto;
        z-index: 99999;
        position: relative;
    }

    .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:0px;
    position: relative;
    bottom:50px;
}




.owl-controls .owl-prev:after,
.owl-controls .owl-next:after {
 content: "\f104";
    font-family: FontAwesome;
    color: #000;
    font-size: 33px;
}

.owl-controls .owl-next:after {
    content: "\f105";
}



@media only screen and (max-width: 990px) {
    .post-slide {
     
    }

    .owl-controls .owl-buttons .owl-prev {
        left: -20px;
        padding: 5px 14px;
    }

    .owl-controls .owl-buttons .owl-next {
        right: -20px;
        padding: 5px 14px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-controls .owl-buttons .owl-prev {
        left: -15px;
       
    }

    .owl-controls .owl-buttons .owl-next {
        right: -15px;
       
    }
}


.post-slide .post-img {
    float: left;
    width:50%;
    position: relative;
    margin-right: 30px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .post-date{
    background: #ec3c6a;
    color:#fff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 2% 3%;
    width: 60px;
    height: 60px;
    text-align: center;
    transition:all 0.50s ease;
}
.post-slide .date{
    display: block;
    font-size:20px;
    font-weight: 700;
}
.post-slide .month{
    display: block;
    font-size:11px;
    text-transform: uppercase;
}
.post-slide .post-review {
    padding: 5% 3% 1% 0;
    border-top: 3px solid #38cfd8;
}
.post-slide:hover .post-review{
    border-top-color:#ec3c6a;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:14px;
    color:#333;
    text-transform:uppercase;
}
.post-slide .post-title a:hover{
    text-decoration:none;
    font-weight: bold;
}
.post-slide .post-bar{
    padding:0;
    list-style:none;
    text-transform:uppercase;
    position: relative;
    margin-bottom: 20px;
}
.post-slide .post-bar:after,
.post-slide .post-bar:before{
    border: 1px solid #38cfd8;
    bottom: -10px;
    content: "";
    display: block;
    position: absolute;
    right: 36%;
    width: 25px;
}
.post-slide .post-bar:before{
    border: 1px solid #ec3c6a;
    right: 32%;
}
.post-slide .post-bar li{
    color:#555;
    font-size:10px;
    margin-right:10px;
    display:inline-block;
}
.post-slide .post-bar li a{
    font-size: 13px;
    text-decoration:none;
    text-transform:uppercase;
    color:#ec3c6a;
}
.post-slide .post-bar li a:hover{
    color:#ec3c6a;
}
.post-slide .post-bar li i{
    color:#777;
    margin-right:5px;
}
.post-slide .post-description{
    font-size:12px;
    line-height:21px;
    color:#444454;
}
.list-li li:hover a{
  color:#ffc53c;
}
a:hover{
    text-decoration:none;
}
.linked:hover{
    background-color:#fff;
    color:#1a75bb;
}
.send-btn:hover{
    color:#fff;
}
body::-webkit-scrollbar {
    width:0.7em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color:#ccc;
  outline: 1px solid slategrey;
}
.bt-prx{
    position:absolute;
    bottom:-26px;
    z-index:9999;
    width:100%;

}

@media only screen and (max-width: 990px) {
    .post-slide .post-img {
        width:100%;
    }
    .post-slide .post-review{
        width:100%;
        border-bottom: 4px solid #ec3c6a;
    }
    .post-slide .post-bar:before{
        left: 0;
    }
    .post-slide .post-bar:after{
        left: 25px;
    }
}


header {
    padding:7px 0 7px 0;
    background-color:rgba(0, 0, 0, 0.15);
        width: 100%;
    margin: 0 auto;
    max-width: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9999999999;
}
.slid-nd{
    position:relative;
}
.list-lng li a{
    color:#fff;

}
.pn-lf{
    padding-top:20px;
}
 .parallax{
     width:100%;
   
 }
 .parallax-inner{
     width:100%!important;
  
 }

 .project-bx{
     padding:80px 0 30px 0;
 }
 .pn-nd{
     padding:0px 3px 6px 3px;
 }
 .tx-slid{
 position: absolute;
    width: 40%;
    top: 30%;
    background-color: rgba(26, 117, 187, 0.62);
    height: 325px;
    z-index: 9999;
    border-top-right-radius: 164px;
    border-bottom-right-radius: 164px;
    padding: 55px 105px;

 }
 .img-sld{
     width: 385px;
    float: right;
 }
 .ti-sld{
     font-size: 45px;
    color: #fff;
    padding-left: 4px;
    font-weight: bold;
    padding-top: 20px;
    display: block;
    width: 385px;
    float: right;
     
 }
 .p-sld{
     font-size:24px;
     color:#fff;
      padding-top:5px;
       width: 385px;
    float: right;
 }
 .panel-nd{
     background-image: url('../images/bc-bt.jpg');
     padding:65px 0;
     background-size:100% 100%;
 }
 .right-nd{
     float:right;
 }
 .img12{
       margin-top: 65px;
    display: block;
    position: relative;
    left: -50px;

 }
 .ti-bx{
   color: #1a75bb;
    font-size: 45px;
    opacity: 0.2;
    padding-left: 13px;
 }
 .bx-mn{
    padding: 5px;
    border: 1px solid #71aad6;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 78px;
    height: 78px;
    margin-left: 17px;


 }
 .bx-btm{
     padding-top:40px;
    
 }
 .bx-icon{
    background-color: #1a75bb;
    width: 100%;
    height: 100%;
    border: 1px dotted #1a75bb;
    /* padding-top: 15px; */
    /* padding-right: 4px; */
    /* padding-left: 5px; */
    padding-top: 12px;
}

 .bx-icon img{
      display:block;
     margin:0 auto;
     -moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
 }
 .ti-product{
     color:#1a75bb;
     padding:32px 0 12px 0;
     font-size:16px;
     font-weight:bold;
     display:block;
 }
 .tx-product{
color: #777;
    font-size: 12px;
    line-height: 19px;
    
 }
 .about-bx{
    background-color: rgba(15, 22, 63, 0.65);
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    position:absolute;

 }
 .ti-about{
     color:#fff;
     font-weight:bold;
 }
 .pn-bx{
     padding:150px 0;
 }
 .p-98{
     padding-top:20px;
     color:#fff;
    padding-right:20px;
      font-size:16px;
      line-height:28px;
 }
 .linked{
      background-color: #1a75bb;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 15px 9px 2px;
    display: block;
    width: 109px;
    border-left:12px solid #fff;
 }
 .pn-rg{
     padding-left:0;
 }
 .pn-bg{
     padding-right:6px;
 }
 .list-li li a {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #797f96;
    padding: 9px 0 4px 0;
    display: block;
    max-width: 200px;
    position: relative;
}
.list-li li a:after {
    content: "\f105";
    font: normal normal normal 16px/1 FontAwesome;
    display: block;
    position: absolute;
    right: 3px;
    top: 12px;
    color: #a3a6b7;
}
footer {
    background: #212952;
    padding-top: 15px;
}
.ft-ce {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}
.form-nd .row-nd {
    padding: 0 0 6px 0;
}
.form-nd .row-nd {
    padding: 5px 0 0px 0;
    border-bottom: 1px solid #4f5472;
}
.form-nd span{
 color: #fff;
    font-size: 12px;
}
.tx-form {
    width: 81%;
    background: none;
    margin-bottom: 4px;
    padding: 3px 5px;
    border: none;

}
.tx-fr {
    width: 100%;
    background:none;
    padding: 7px 5px;
    border: none;
    margin-top: 7px;
        height: 55px;
}
.send-btn {
    display: block;
    float: right;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 7px;
    text-align: center;
    margin-top: 5px;
    background:none;
    border:none;
}
.p-sw{
    color:#fff;
    font-size:13px;
    float:right;
    padding-top:5px;
    padding-right:20px;
}
.link-share{
    padding-top:10px;
    float:right;
}
.list-icon{
    float:right;
}
footer .list-icon img {
    width: 16px;
}
ul{
    list-style:none;
}
.ft-btm {
    border-top: 1px solid #838689;
    padding: 10px 0;
    margin-top: 30px;
}
.btm-ce {
    max-width: 1147px;
    margin: 0px auto 0 auto;
    padding-top:9px;
}
.prx-nd{

    position:relative;
}
.power_by {
    color: #fff;
}
.power_by a {
    color: #fff;
}
.clear{
    clear:both
}
.power_by p {
    display: inline-block;
}
.form-nd{
    background-color:#1d244a;
    padding:0px 10px;
}
.blog-nd{
    padding:0px 0 70px 0;
}
.dv-sld{
    position:relative;
    max-width:900px;
    margin:0 auto;
}
.bx-cl{
       background-color: #adcfea;
    padding: 35px 22px 35px 73px;
    height:240px;
    position:relative;
}
.mg-bx{
  position: absolute;
    left: -50px;
    width: 321px!important;
    top: 42px;
    z-index: 99999;
}
.item-nd{
      padding-top: 80px;
    padding-right: 33px;
}
.ti-sld-item{
    color:#1a75bb;
    text-align:left;
    border-bottom:1px solid #fff;
    padding:10px 0 5px 0;
    font-size:19px;
}
.p-99{
    padding-top:20px;
    color:#fff;
    text-align:justify;
    font-size:14px;
    padding-right:20px;

}
.link-more{
       position: absolute;
    right: 0;
    bottom: 50px;
    font-size: 14px;
    width: 109px;
}
.sq-bx{
       width: 45px;
    height: 45px;
    position: absolute;
    right: -22px;
    top: -12px;
}
.ty-nd{
        position: absolute;
    left: 33%;
    top: 26px;
    font-size: 40px;
    color:#e8eef6;
  
}
.navbar {

    min-height: 29px;

}
.list-lng li{
    padding-left:0;
    padding-right:0;
}
.box{
    font-family: 'Zilla Slab', serif;
    overflow: hidden;
    position: relative;
}
.box:before{
    content: '';
    height: 100%;
    width: 100%;
    background-size: 40px 40px;
    transform: translateX(-50%) scale(2);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.box:hover:before{
    transform: translateX(-50%) scale(1);
    opacity: 1;
}
.box:after{
    content: '';
    height: 100%;
    width: 100%;
    background: radial-gradient(transparent,rgba(169, 169, 169, 0.7));
    transform: scale(2);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0.1s;
}

.box:hover:after{
    transform: scale(1);
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.3s ease 0s;
}
.box .box-content{
    color: #6F1E51;
    background-color: rgba(255,255,255,0.7);
    text-align: center;
    width: 80%;
    padding: 40px 20px;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    transform:translateX(-50%) translateY(-50%) scale(0.2) rotate(-90deg);
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box:hover .box-content{
    transform: translateX(-50%) translateY(-50%) scale(1) rotate(0);
    opacity: 1;
}
.box .title{
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 2px #fff;
    margin-bottom: 5px;
}
.box .post{
    color: #000;
    font-size:14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.box .icon{
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.box .icon li{
    margin:0 4px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    background-color: #1a75bb;
    font-size: 17px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: block;
    transition: all 0.3s ease 0s;
}
.box .icon li a:hover{
    color: #6F1E51;
    background-color: #fff;
    box-shadow: 0 0 5px #6F1E51 ;
}
.sq-bt{
    width:50px;
    height:50px;
   padding:3px;
   margin:0 auto;
   float:none;
}
@media only screen and (max-width:479px){
    .box .title{ font-size: 20px; }
}
@media (min-width:0px) and (max-width:992px){
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
    background: #ffffff;
    width: 193px;

}
    nav.navbar.bootsnav.navbar-mobile ul.nav {
    width: 209px;
  
}
}
@media (min-width:990px) and (max-width:1270px){
    .tx-slid {
    position: absolute;
    width: 51%;

    padding: 55px 80px;
}

}
@media (min-width:760px) and (max-width:990px){
    .img12{
        display:none;
    }
        .tx-slid {
    position: absolute;
    width: 100%;
    top: 30%;
    background:none;
    height: auto;

    padding: 10px 20px;
}
    .img-sld {
    width: 200px;
    float: left;
}
    .ti-sld{
     font-size: 20px;
     width: 100%;
     float: left;
 }
    .pn-bg {
    padding-right: 1px;
}


    .p-sld {
    font-size: 15px;
 
    width: 100%;
    float: left;
    
}
    .mg-bx {
    left: -69px;
    width: 295px!important;

}
    .pn-bx {
    padding:20px 0;
}
}
@media only screen and (max-width: 760px){
    .list-li{
        display:none;
    }
    .sq-bt{
        display:none!important;
    }

    .tx-slid {
    position: absolute;
    width: 100%;
    top: 30%;
    background:none;
    height: auto;

    padding: 10px 20px;
}
    .img-sld {
    width: 200px;
    float: left;
}
    .ti-sld{
     font-size: 20px;
     width: 100%;
     float: left;
 }
    .p-sld {
    font-size: 15px;
 
    width: 100%;
    float: left;
}
    .img12{
        display:none;
    }
    .panel-nd { 
    padding:20px 0;

}
    .ti-bx{
     text-align: center;
    font-size: 19px;
    padding-bottom:20px;
    }
    .p-98{
        text-align:justify;
        padding-right:0;
    }
    .bx-mn{
        float:left;

    }
    .tx-boxed{
        width:73%;
        float:left;
        margin-left:30px;
    }
    .bx-btm {
    padding-top: 10px;
}
    .ti-product {
   
    padding: 1px 0 12px 0;

}
    .bx-btm .col-md-4{
        margin-bottom:20px;
    }
    .about-bx{
    width:100%;

    }
    .pn-bx {
    padding:20px 0;
}
    .parallax-inner{
        height:auto!important;
        background:none;
    }
    .parallax {
    width: 100%;
  height:auto!important;
  overflow:hidden;
  background:none!important;
}
    .pn-bg{
        display:none;
    }
    .mg-bx{
        display:none!important;
    }
    .bx-cl{
        width:100%;
       padding: 35px 15px 35px 15px;
    }
    .project-bx {
    padding:15px 0 5px 0;
}
    .item-nd {
    padding-top: 80px;
    padding-right: 0;
}
    .link-more{
        bottom:24px;
    }
    .bx-controls-direction {
    width: 63px;
    left: 10px;
}
    header{
position: relative;
    background: #065088;
    }
    .power_by{
        text-align:center!important;
    }
    .logo-nd{
  
            width: 100%;
    max-width: 197px;
    }
    .pn-lf {
    padding: 13px 0 0 0;
}
    nav.navbar.bootsnav .navbar-toggle {
    margin-top: 4px;
}
    .list-lng li{
        padding-left:1px;
        padding-right:1px;
    }
}
@media only screen and (max-width: 570px){
    .bx-mn {
    width: 55px;
    height:55px;
    margin-left: 10px;
    float:none;
    display:block;
    margin:0 auto;
}
    .img-sld {
    width: 115px;
 
}
    .panel-nd{
        background-size:cover;
    }
    .bx-icon img{
        width:22px;
    }
    .tx-boxed{
        width:100%!important;
        margin-left:0;
        padding-top:20px;
    }
    .ti-product {
    text-align:center;
}
    .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: -90px;
}
    .sq-bx{
        display:none;
    }
    .link-more {
    bottom: 5px;
}
    .p-99 {

    font-size: 14px;
    padding-right: 0;
}
    .tx-product {

    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}
    .panel-nd .col-md-8{
        padding:0 0;
    }
}