/* --------------------------------------
Table Of Contents
01) Common Style
02)TOP HEADER
03)Logo
04)Navbar
05)Banner
06)Section 1
07)Section 2
08)Section 3
09)Section 4
10)Section 5
11)Section 6
12)Section 7
13)Section 8
14)Section 9
15)Section 10
16)Footer top
17)Footer Bottom
18)Section 11
19)Section 12
20)Section 13
21)Section 14
22)Section 15
23)Inner Title bar
24)Section 16
25)Section 17
26)Section 18
27)Section 19
28)Section 20
29)Section 21
30)Section 22

*/


/************************************
 01)Common CSS
*************************************/

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 600;
}

html,
body {
    height: 100%;
	
}

body {
    font-family: 'Open Sans', sans-serif;
	overflow-x:hidden;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: 0 solid
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

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

.btn {
    padding: 10px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #8C489F;
    border-color: #8C489F;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8C489F;
    border-color: #8C489F;
}

.btn-seconday {
    color: #8C489F;
    background-color: #fff;
    border-color: #fff;
}

.btn-seconday:hover {
    color: #8C489F;
    background-color: #efeded;
    border-color: #efeded;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.read-more {
    color: #8C489F;
    font-size: 14px;
    font-weight: 600;
}

.read-more:hover {
    text-decoration: underline;
    color: #8C489F;
}

p {
    line-height: 26px;
}


.section-margine {
    margin: 70px 0 0 0;
}


/************************************
02)TOP HEADER
*************************************/

.top-header {
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #fff;
}

.top-header:after{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	height:1px;
	width:68%;
	background-color:rgba(2,54,129,0.6);
}

.top-header .social-links{
	display:none;
}

.top-header .pull-right{
	    float: right!important;
}

.contact-detail2 {
    margin: 0px;
}

.contact-detail2 i {
    border-radius: 3px;
    padding: 3px 5px;
}

.contact-detail2 li {
    list-style: outside none none;
    float: right;
    padding: 20px 0px;
}

.contact-detail2 li:first-child {
    padding-left: 0;
}

.contact-detail2 li a {
    color: #062d73;
    font-size: 13px;
    font-weight: bold;
}

.social-icons {
    list-style: outside none none;
    padding: 10px 0px;
    margin-bottom: 0px;
}

.social-icons li {
    margin-right: 10px;
    display: inline;
}

.social-icons a {
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 3px 5px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
}

.social-icons a:hover {
    color: #00AEFF
}


/************************************
03)Logo
*************************************/

.navbar-brand {
    float: left;
    height: auto;
    padding: 8px 0px;
    font-size: 18px;
    line-height: 20px;
}

.logo-text {
    text-transform: uppercase;
    font-size: 11px;
    vertical-align: bottom;
    line-height: 32px;
    letter-spacing: 1px;
    color: #777;
}

.logo-text span {
    font-size: 25px;
    text-transform: none;
    margin-right: 3px;
    letter-spacing: 0;
}

.logo-text samp {
    background: #8C489F;
    float: left;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 30px;
}


/************************************
04)Navbar 1
*************************************/

.navbar {
    margin-bottom: 0px;
}

.header-shade {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
}

.navbar-fixed-top {
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
    box-shadow: 0px 0px 10px #333;
    z-index: 999;
    margin-top: 0px !important;
    padding: 20px 0px !important;
    background: #fff !important;
    position: inherit !important;
}
.navbar-fixed-top .custom-logo-link{
     top: 80px;
	width:auto;
}
.navbar-fixed-top .custom-logo-link img{
        width: 110px;
}
.navbar-fixed-top .navbar-right { 
    margin-top: 15px;
}
.navbar-fixed-top .navbar-nav>li>a {
    color: #777 !important;
	padding: 0px 0 5px 15px;
    font-weight: 600 !important;
    background: transparent !important;
    text-transform: uppercase !important;
}

.navbar-1 .navbar-right .dropdown-menu {
    left: 0!important;
    border-radius: 0;
    border: 0;
    padding: 0;
    transition: all 0.4s ease 0s;
}

.navbar-1 .navbar-header{
	margin-top: -36px;
}

.dropdown-menu .divider {
    margin: 0px;
}

.dropdown-menu>li>a {
    text-transform: uppercase;
    font-size: 12px; 
    color: #777;
    background: #fff;
    padding:7px 10px;
}

.dropdown-menu> li >a:hover {
    color: #fff !important;
    background-color: #023681;
}

.navbar-1 {
    background: #fff;
    border: none;
    border-radius: 0px;
    padding: 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0; 
}

.navbar-1 .navbar-nav>li>a {
    background: transparent !important;
	color:#2856a7;	
	padding: 15px 0 15px 12px;
	font-size: 13px;
}


.navbar-1 .navbar-nav a{
	color:#2856a7;	
}

.navbar-1 .navbar-nav>li:hover ul{display:block}


.navbar-1 .navbar-nav>li>a:hover,
.navbar-1 .navbar-nav>li>a:active {
    background-color: transparent;
	color:#b90e0e;
	
}

.navbar-1 .navbar-nav>.open>a,
.navbar-1 .navbar-nav>.open>a:focus,
.navbar-1 .navbar-nav>.open>a:hover {
    background-color: #fff;
    transition: all 0.4s ease 0s;
}

.navbar-1 .navbar-nav>li>.dropdown-menu {
    margin-top:0px;
}

.dropdown .dropdown-menu .caret {
    border:4px solid transparent;
    border-bottom:6px solid transparent;
    border-left-color:#000;
    float:right;
    margin-top: 6px;
}
.dropdown-menu {
    min-width: auto;
    width: 350px;
}
.dropdown-menu > li.open > a {
    background-color:#F5F5F5;
    color:#262626;
    text-decoration:none
}
.dropdown-menu .dropdown-menu {
    left:100%;
    margin:0;
    right:auto;
    top:-1px
}
.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    left:auto;
    right:100%
}
.dropdown-menu.animated {
    -webkit-animation-duration:0.3s;
    animation-duration:0.3s
}
.dropdown-menu.animated:before {
    content:" ";
    display:block;
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:99
}
.dropdownhover-top {
    margin-bottom:2px;
    margin-top:0
}
.navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
    bottom:-1px;
    top:auto
}
.navbar-nav > li > .dropdown-menu {
    margin-bottom:0
}
.dropdownhover-bottom {
    -webkit-transform-origin:50% 0;
    transform-origin:50% 0
}
.dropdownhover-left {
    -webkit-transform-origin:100% 50%;
    transform-origin:100% 50%
}
.dropdownhover-right {
    -webkit-transform-origin:0 50%;
    transform-origin:0 50%
}
.dropdownhover-top {
    -webkit-transform-origin:50% 100%;
    transform-origin:50% 100%
}


/************************************
05)Banner
*************************************/

.carousel {
    position: relative;
    width: 100%;
    min-height: 100%;
    text-align: center;
    color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-control.left {
    background: none;
    top: 45%;
}

.carousel-control.right {
    background: none;
    top: 45%;
}

.carousel-inner>.item>img {
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    min-height: 300px;
}

.carousel-control.left span,
.carousel-control.right span {
    background: #333 none repeat scroll 0 0;
    display: inline-block;
    width: 40px;
}


/************************************
06)Section 1
*************************************/

.section-1-box {
    padding: 0 50px;
    text-align: center;
    margin-top: 45px;
    background: #f5f5f5;
    transition: all 0.4s ease 0s;
}

.section-1-box-icon-background {
    background: #8C489F none repeat scroll 0 0;
    display: inline-block;
    height: 80px;
    margin: 25px auto;
    transition: all 0.4s ease 0s;
    width: 80px;
    padding: 10px;
}

.section-1-box-icon-background i {
    line-height: 80px;
    color:#ffffff;
}

.section-1-box h4 {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-1-box p {
    color: #777;
    font-size: 14px;
    padding-bottom: 50px;
}
.section-1-box:hover
{
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    -o-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
   box-shadow: 0px 0px 20px 5px rgba(145, 139, 139, 0.27);
}

/************************************
07)Section 2
*************************************/

.section-2-box-left {
    border-right: 1px solid #8C489F;
}

.section-2-box-left h4 {
    font-size: 18px;
    color: #999;
    text-align: right !important;
    margin: 0 15px 15px 0;
}

.section-2-box-left h2 {
    font-size: 30px;
    color: #555;
    text-align: right !important;
    margin: 0 15px 30px 0;
}

.section-2-box-right p {
    color: #777;
}

.sec-title {
    margin-bottom: 43px;
    margin-top: -7px;
}

.sec-title .tagline {
    color: #7e7e7e;
    display: inline-block;
    font-family: "PT Serif", sans-serif;
    font-size: 18px;
    margin-bottom: 5px;
}

.sec-title h2 {
    color: #282828;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}

.sec-title .double-border {
    display: inline-block;
    margin-top: 13px;
}

.sec-title .double-border::before,
.sec-title .double-border::after {
    background: #b9b9b9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
}

.sec-title .double-border::before {
    width: 136px;
}

.sec-title .double-border::after {
    margin-top: 5px;
    width: 72px;
}

.sec-title.text-center .double-border::before,
.sec-title.text-center .double-border::after {
    margin-left: auto;
    margin-right: auto;
}

.sec-title p {
    color: #898989;
    font-size: 14px;
    line-height: 26px;
    margin-top: 35px;
}


/************************************
08)Section 3
*************************************/

.section3-background {
    background: #333333 url(../images/p1.png)no-repeat center;
    background-size: cover;
}

.over-bg {
    background-color: rgba(140, 72, 159, 0.9);
}

.section-3-box {
    padding: 70px 0;
    text-align: center;
}

.section-3-box figure {
    color: #fff;
    margin: 10px 0;
}

.section-3-box h3 {
    font-size: 30px;
    color: #fff;
}

.section-3-box h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0px;
}


/************************************
09)Section 4
*************************************/

.section-4-box {
    padding: 20px 0px;
    overflow: hidden;
}

.section-4-box-icon-cont {
    float: left;
    width: 30px;
    margin: 0 23px 53px 0;
}

.section-4-box-icon-cont i {
    color: #8C489F;
}

.section-4-box-text-cont {
    margin: 0 0 0 15px;
}

.section-4-box-text-cont h5 {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.section-4-box-text-cont p {
    color: #777;
    font-size: 14px;
}


/************************************
10)Section 5
*************************************/

.section-5-background {
    background: url(../images/section-5-background.jpg) no-repeat fixed;
    background-color: #252525;
    background-position: center;
    padding: 100px 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-5-box-text-cont {
    text-align: center;
}

.section-5-box-text-cont h2 {
    color: #fff;
    margin: -8px 0 15px 0;
}

.section-5-box-text-cont p {
    color: #fff;
    margin: 0 0 40px 0;
}


/************************************
11)Section 6
*************************************/

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    color: #555555;
}

.section-title h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555555;
}

.section-6-box {
    margin-bottom: 20px;
}

.section-6-box h3 {
    font-size: 20px;
    color: #555555;
    margin-top: 30px;
}

.section-6-box p {
    font-size: 14px;
    color: #777;
}


/************************************
12)Section 7
*************************************/

.section-7-background {
    background-color: #252525;
    background-position: center;
    padding: 100px 0 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.section-7-box-text-cont {
    text-align: left;
}

.section-7-box-text-cont h2 {
    color: #fff;
}

.section-7-box-text-cont p {
    color: #fff;
    margin: 0 0 40px 0;
}


/************************************
13)Section 8
*************************************/

.section-8 {
    padding-bottom: 70px;
}

.testimonial_wrapper {
    margin-top: 20px;
}

.single_testimonial {
    text-align: center;
    border: 1px solid #eeeeee;
    position: relative;
    padding: 75px 72px 60px;
    margin: 55px 15px 0 15px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.05)

}

.single_testimonial .testmonial_img {
    display: inline-block;
    height: 110px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
}

.single_testimonial .testmonial_img img {
    width: 100%;
    border-radius: 50%;
}

.name_desig .name {
    font-size: 14px;
    color: #8C489F;
    font-weight: 700;
    margin: 0;
    line-height: 16px;
}

.name_desig .desig {
    font-weight: 300;
    font-style: italic;
    color: #8e8e8e;
    font-size: 12px;
}

.testimonial_text {
    margin-top: 9px;
    position: relative;
}

.testimonial_text::before {
    content: "\f10d";
    position: absolute;
    right: calc(100% + 10px);
    top: -12px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #8C489F;
}


/************************************
14)Section 9
*************************************/

.section-9-background {
    background: #efefef;
    padding: 25px;
}


/************************************
15)Section 10
*************************************/

.section-10-background {
    background: #8C489F;
    padding: 40px 0px;
}

.section-10-box-text-cont h3 {
    font-size: 24px;
    color: #fff;
}

.section-10-box-text-cont p {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 16px;
}

.section-10-btn-cont {
    text-align: right;
    margin: 17px 0 0 0;
}


/************************************
16)Footer top
*************************************/

.footer-top {
    padding: 40px 0;
    background-color: #04566e;
    color: #7e7e7e;
    font-size: 14px !important;
}

.footer-top p {
    font-size: 12px !important;
    margin-bottom: 0px;
	color:#fff;
	line-height:20px;
}

.footer-top p a{
	color:#efefef;
}

.footer-top-box {
    margin: 0px auto;
    overflow: hidden;
}

.footer-top h4 {
    color: #fff;
    text-transform: capitalize;
}



.footer-top .input-holder {
    position: relative;
}

.footer-top .input-holder input[type="email"] {
    width: 100%;
    display: inline-block;
    border: 0;
    border-radius: 0;
    height: 39px;
    padding: 10px 20px;
}

.footer-top .input-holder label {
    position: absolute;
    top: 0;
    right: -4px;
    text-align: center;
    cursor: pointer;
}

.footer-top .input-holder label i {
    position: absolute;
    top: 9px;
    left: 8px;
    font-size: 20px;
    color: #fff;
}

.footer-top .input-holder input[type="submit"] {
    color: #fff;
    border: 0;
    border-radius: 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px;
    line-height: 0;
    text-indent: -999px;
}

.footer-top .submit-bgcolor {
    background-color: #8C489F;
}

.footer-top ul {
    list-style-type: none;
    padding-left: 0px;
	margin: 0;
}

.footer-top ul li {
    margin: 0 0 10px 0px;
}

.footer-top ul li a {
    color: #FFF;
}

.footer-top ul li a:hover {
    color: #fff;
}

.footer-top #menu-menu-2 a{
	color:#fff;
	font-size:12px;
}

.footer-top #menu-menu-2 li:not(:last-child){
	margin-bottom:5px;
}

.footer-top #text-3 form input.form-control{
	width:100%;
}

.footer-top #text-3 form input.form-control[placeholder]{
	font-size:12px;
	height: auto;
    padding: 5px;
}

.footer-top #text-3 form input.button{
	background-color:#faba00;
}

.footer-top #text-3 form{
	text-align:center;
}

.footer-top #text-3 form br{
	display:none;
}

.footer-top #text-3 form .button{
	background-color: #faba00;
    border: 0;
   padding: 8px 15px;
    font-size: 12px;
    margin-top: 10px;
    color: #FFF;
    width: 100%;
}

.footer-top #text-4 ul{
	padding:0;
	margin:0;
}

.footer-top #text-4 ul li{
	color:#fff;
	font-size:12px;
}
.footer-top #text-4 ul li i { width:15px;}
.footer-top #text-4 ul .icon{
	padding-right:10px;
}

.footer-top #text-4 ul .icon i{
	color:#faba00;
}

.tag a {
    margin: 5px;
    color: #7e7e7e;
    padding: 5px;
    float: left;
    border: 1px solid #7e7e7e;
}

.tag a:hover {
    color: #fff;
    border: 1px solid #fff;
}

.footer-top .col-lg-3{
	width:33.33%;
}


/***************************************
17)Footer Bottom
****************************************/

.footer-bottom {
    font-size: 14px;
    padding: 5px 0;
    color: #fff;
	background:#1f2024;
}

.footer-bottom ul.social-buttons {
    list-style-type: none;
    margin: 10px auto;
    padding: 0px;
}


.footer-bottom p{
	margin-bottom:0;
	font-size: 12px;
}

.footer-bottom p a{
	color:#fff;
}

.footer-bottom .right-col p{
	text-align:right;
}

.footer-bottom ul.social-buttons li a {
    display: block;
    background-color: #8C489F;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    color: white;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.footer-bottom ul.social-buttons li a:hover {
    background-color: #8C489F;
}

.footer-bottom .copyright {
    color: #fff;
    margin: 0px 0 0px 0;
}


/************************************
18)Section 11
*************************************/

.section-11 {
    padding-bottom: 70px;
}

.section-11-box {
    padding: 20px 0px;
    text-align: center;
}

.section-11-box-icon-background {
    background: #8C489F;
    height: 80px;
    width: 80px;
    border-radius: 5%;
    margin: 0 auto 20px auto;
}

.section-11-box-icon-background i {
    margin-top: 28px;
    color: #fff;
}

.section-11-box h4 {
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
    margin: 0 0 10px 0;
}

.section-11-box p {
    color: #777;
    font-size: 14px;
}


/************************************
19)Section 12
*************************************/

#section-12 {
    padding: 25px 0px;
    margin: 50px auto 50px auto;
}

.portfolioFilter {
    margin: 0px 0px 10px 0px;
    overflow: hidden;
    padding: 15px 10px;
    color: #8C489F;
}

#section-12 p {
    margin-bottom: 100px;
}

.portfolioFilter a {
    color: #8C489F;
    text-decoration: none;
    margin: 15px 5px 15px 5px;
    padding: 10px 15px;
    display: inline-block;
}

.portfolioFilter a.current {
    color: #8C489F;
    font-weight: 700;
}

.portfolioContainer a img {
    margin: 15px auto;
    width: 100%;
    height: 100%;
}

.portfolioContainer1 a img {
    /*margin:15px auto;*/
    margin: 0px auto;
    width: 100%;
    height: 100%;
}

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/************************************
20)Section 13
*************************************/

.section-13 {
    background: #8C489F;
    padding: 70px 0;
}

.section-13 h2 {
    color: #fff;
    font-weight: 200;
}

.section-13 p {
    color: #fff;
}

.section-13 .light {
    color: #fff;
    width: 20%;
    margin: 30px auto 40px auto;
}

.section-13 .btn {
    color: #8C489F;
    font-weight: 600;
}

.section-13 .btn-default {
    border-color: transparent;
}


/************************************
21)Section 14
*************************************/

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 30px;
    color: #555555;
}

.section-title h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

.section-14-box {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.section-14-box h3 {
    margin-top: 30px;
}

.section-14-box h3 a {
    font-size: 20px;
    color: #555555;
}

.section-14-box h3 a:hover {
    font-size: 20px;
    color: #999;
}

.section-14-box p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin: 0 0 20px 0;
}

.section-14-box .date,
.section-14-box .comments {
    float: left;
}

.section-14-box .date,
.section-14-box .comments {
    margin: 0 10px 15px 0;
    color: #222;
    font-size: 13px;
}

.section-14-box .comments a{
    color: #222;
    margin: 0 0 0 10px;
}
.section-14-box .date span i{
    margin-right: 10px;
}
.section-14-box .comments a:hover {
    text-decoration: underline;
}

.section-14-box ul {
    list-style-type: none;
    margin: 30px 0 0 0;
    padding: 0px;
}

.section-14-box ul li {
    margin: 20px 0;
}

.section-14-box ul li a {
    color: #777;
}

.section-14-box ul li a:hover {
    text-decoration: none;
    color: #8C489F;
}

.section-14-box .underline {
    border-bottom: 2px solid #8C489F;
    padding: 0 0 15px 0;
}

.section-14-box ul li a.tag {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #777;
}

.section-14-box ul li a.tag:hover {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    border: 1px solid #8C489F;
    color: #8C489F;
}

.blog-search-field {
    border: 1px solid #e6e6e6;
    background: #fff;
    width: 100%;
    padding: 13px 15px;
    outline: none !important;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    color: #777;
    margin: 20px 0 0 0;
}

.search-form button {
    background: #ffffff;
    border: none;
    float: right;
    margin-top: -32px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.comment-form-container {
    margin: 70px auto;
;
}

.comment-form-container h4 {
    margin: 0 0 35px 0;
}

.comment-form-container .nopadding-left {
    padding-left: 0px;
}

.comment-form-container input.form-control {
    height: 50px;
}

.comment-form-container .form-control {
    border-radius: 0px;
    padding: 10px 15px;
}

/************************************
Section 15
*************************************/

.section17-background {
    background: #CCC;
    padding: 40px 0 30px 0;
}

.team-member {
    background: #fff;
}


/************************************
23)Inner Title bar
*************************************/

.inner-title {
    background: #8C489F;
    padding: 35px 0 30px;
    background-size: cover;
    background-position: center;
    position: relative;
	display:none;
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
}

.inner-title h2 {
    color: #fff;
}

/* Breadcrumb */
.breadcrumb-trail {
    float: right;
}



.breadcrumb-trail .trail-browse,
.breadcrumb-trail .trail-items {
    display: inline-block;
}

.breadcrumb-trail h2.trail-browse {
    font-size: 14px;
}

.breadcrumb-trail .trail-items {
    margin-left: 0px;
    padding-left: 10px;
}

.breadcrumbs ul {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500
}

.breadcrumbs ul li {
    display: inline-block;
    color: #fff !important;
    margin: 0 0 0 5px
}

.breadcrumbs ul li a:after {
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 10px;
}

.breadcrumbs ul li:last-child:after,
.breadcrumbs ul li:first-child:after {
    content: "";
    margin: 0;
}

.breadcrumbs ul li:last-child a,
.breadcrumbs ul li a {
    color: #fff !important;
    font-weight: 600
}

.breadcrumbs ul li a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.breadcrumbs ul li:first-child {
    padding-right: 0;
    margin-left: 0
}

.breadcrumbs ul li:first-child,
.breadcrumbs ul li:last-child {
    color: #fff;
    background: 0
}

.breadcrumbs ul li:last-child {
    padding: 0;
    background: 0
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #8C489F;
    border-color: #8C489F;
}

/************************************
24)Section 16
*************************************/

.section16 {
    padding: 70px 0;
}

.section16 .success,
.section16 .error {
    display: none;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 48px;
}

.section16 .success {
    color: green;
}

.section16 .error {
    color: red;
}

.section16 .success .fa,
.section16 .error .fa {
    font-size: 18px;
    margin-right: 5px;
}

.section16 input[type="text"],.section16 input[type="email"] {
    border-radius: 0px;
    padding: 10px 15px;
    height: 50px;
}

.section16 textarea {
    border-radius: 0px;
    padding: 25px 15px;
}

.section16 iframe {
    width: 100% !important;
}

.section16 .address {
    margin: 20px 0;
}

.section16 .address h4 {
    color: #8C489F;
}

.map{
    margin: -10px;
    margin-bottom:36px;
}
/************************************
25)Section 17
*************************************/

.section17 {
    background: #f8f8f8;
    padding: 70px 0;
}

.team-member1 {
    background: #fff;
    padding: 5px;
    margin: 10px auto;
    overflow: hidden;
}

.team-member1 .team-member1-img-cont {
    float: left;
    width: 100%;
}

.team-member1 .team-member1-img-cont img {
    min-height: 167px;
}

.team-member1 .team-member1-details {
    float: left;
    padding: 0 10px;
    width: 100%;
}

.team-member1 .team-member1-details h4 {
    margin: 10px 0 0 0;
    padding: 0px;
}

.team-member1 .team-member1-details p {
    color: #878787;
    margin: 5px 0 5px 0;
}

.team-member1 .team-member1-details .sub {
    margin: 10px 0 10px 0;
}
.team-member1 .my-member-details {
    color: #333;
}
.team-member1 .my-member-social {
    transition: all 0.3s ease 0s;
}
.team-member1 .my-member-social ul{
    margin: 0;
    padding:15px 10px;
}
.team-member1 .my-member-social ul li {
    display: inline-block;
    list-style: outside none none;
    margin-top: 6px;
}
.team-member1 .my-member-social ul li a {
    background-color: #fff;
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25px;
    margin-right: 5px;
}
.team-member1 .my-member-social ul li a:hover {
    background-color: #8C489F;
    border: 1px solid #8C489F;
    color: #fff;
}

/************************************
26)Section 18
*************************************/

.section-18-img {
    padding: 0;
}

.section-18 .textcont {
    margin: 10px 0;
}

.section-18 .textcont h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 35px;
}

.section-18 .textcont p {
    margin-bottom: 20px;
    color: #777;
}

.section-18 .about_section2 {
    margin-top: 20px;
}

.section-18 .about_us_title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555555;
    line-height: 35px;
}


/************************************
27)Section 19
*************************************/

.section19 {
    margin: 100px auto 100px auto;
;
}

.section19 .section19-404 {
    border-right: 1px solid #ddd;
}

.section19 .section19-404 h1 {
    font-size: 20em;
    font-weight: 700;
    color: #8C489F;
    text-align: center;
}

.section19 .section19-404 h3 {
    text-align: center;
}

.section19 .section19-subscribe h3 {
    margin-top: 100px;
    margin-bottom: 30px;
}

.section19 .section19-subscribe .form-control {
    border-radius: 0px;
    padding: 20px;
    width: 75%;
    display: inline-block;
    margin-bottom: 15px;
}

.section19 .section19-subscribe .btn-primary {
    border-radius: 0px;
    display: inline-block;
    margin: 0 0 3px 0;
}


/************************************
28)Section 20
*************************************/

.section20 {
    margin: 70px auto;
}

.section-20-box {
    padding: 25px 0px;
    overflow: hidden;
}

.section-20-box-icon-cont {
    float: left;
    width: 23px;
    margin: 0 15px 85px 0;
}

.section-20-box-icon-cont i {
    color: #8C489F;
}

.section-20-box-text-cont {
    margin: 0 0 0 15px;
}

.section-20-box-text-cont h5 {
    text-transform: uppercase;
    color: #555555;
    font-size: 16px;
    margin: 3px 0 15px 0;
}

.section-20-box-text-cont p {
    color: #777;
    font-size: 14px;
}


/************************************
29)Section 21
*************************************/

.section21 {
    margin: 70px auto;
}

.section-21-box {
    padding: 25px 0px;
    overflow: hidden;
}

/**start banner section**/

.n2-ss-layer.n2-ow,
.n2-ss-layer-row,
.n2-ss-layer-row-inner,
.n2-ss-layer-col{
	position:absolute!important;
	top:0;
	left:0;
	width:100%!important;
	height:100%;
}

#n2-ss-2item1,
#n2-ss-2item2,
#n2-ss-2item3{
	display: block;
	position: absolute;
	bottom: -40px;
	width: 40%;
	background-color: #033882!important;
	right: 20px;
	padding: 20px 30px!important;
}

.n2-ss-slide-4,
.n2-ss-slide-5,
.n2-ss-slide-7{
	z-index:-1!important;
}

.n2-ss-slide-active{
	z-index:99!important;
}



/**end of banner section**/


/**start about section**/

.about-section{
	padding:40px 15px;
}

.about-section .heading{
	text-align:center;
}

.about-section h1{
	margin-bottom:40px;
	text-align:center;
	position:relative;
	display: inline-block;
	font-size: 26px;
	color:#023681;
	font-weight:bold;
}

.about-section h1:before{
	position:absolute;
	content:'';
	width:60%;
	height:2px;
	left:20%;
	bottom:-5px;
	background-color:#b90e0e;
}

.about-section h1:after{
	position:absolute;
	content:'';
	width:40%;
	height:2px;
	left:30%;
	bottom:-10px;
	background-color:#b90e0e;
}

.about-section .row2 .left-col{
	padding-right:10px;
}

.about-section .row2 .left-col img{
	margin:auto;
	text-align:center;
	position:relative;
	width:100%;
}


.about-section .row2 .left-col img:before{
	background-color:#333;
	content:'';
	top:-10px;
	left:-10px;
	width:80%;
	height:80%;
	position:absolute;
}

.about-section .row2 .left-col img:after{
	background-color:#333;
	content:'';
	right:-10px;
	bottom:-10px;
	width:80%;
	height:80%;
	position:absolute;
}


.about-section .row2 .right-col{
	padding-left:10px;
}

.about-section .row2 .left-col, .about-section .row2 .right-col{
	width:50%;
	float:left;
}

.about-section .row2 .right-col .content p{
	text-align:justify;
}

.about-section .row2 .right-col .button{
	margin-top:20px;
	display:inline-block;
}

.about-section .row2 .right-col .button a{
	background-color:#033882;
	color:#fff;
	padding:7px 15px;
	border-radius: 3px;
	text-decoration:none;
}

/**end of about section**/

/**start team section**/

.team-section .heading{
	text-align:center;
}

.team-section h1{
	margin-bottom:40px;
	text-align:center;
	position:relative;
	display: inline-block;
	font-size: 26px;
	color:#023681;
	font-weight:bold;
}

.team-section h1:before{
	position:absolute;
	content:'';
	width:60%;
	height:2px;
	left:20%;
	bottom:-5px;
	background-color:#faba00;
}

.team-section h1:after{
	position:absolute;
	content:'';
	width:40%;
	height:2px;
	left:30%;
	bottom:-10px;
	background-color:#faba00;
}

.team-section .tc_team-member{
	border:1px solid #55555550;
}

.team-section .tc_team-member h3{
	margin-bottom:5px;
	margin-top: 5px;
    font-size: 18px;
	color:#023681;
}

.team-section .tc_member-col-single {
    height: auto!important;
}

/**end of team section**/

/**start practice section**/

.practice-section .left-col{
	width:40%;
	float:left;
	padding-left: 80px;
	padding-right:15px;
}

.practice-section .left-col h1{
	color: #FFF;
    font-size: 29px;
	margin-bottom: 30px;
}

.practice-section .left-col ul{
	margin:0;
	padding:0;
}

.practice-section .left-col ul li{
	list-style-type: none;
    padding: 10px;
	font-size:18px;
    margin-bottom: 10px;
    border-left: 5px solid #023681;
	background-color: #fff;
}

.practice-section .left-col ul li a,
.practice-section .left-col ul li a:hover,
.practice-section .left-col ul li a:visited{
	color:#333;
}

.practice-section .left-col ul li a u{
	text-decoration:none;
}

.practice-section .left-col ul li:last-child{
	margin-bottom:0;
}

.practice-section .row1{
	background-color:#b90e0e;
	display: flow-root; 
	overflow: hidden;
	height: 380px;
}


.practice-section .right-col{
	width:60%;
	float:left;
}

.practice-section .right-col img{
	width:100%;
	height:auto;
	height:380px;
	object-fit:cover;
}


/**end of practice section**/

/**start news sectin**/

.news-section{
	padding:40px 15px;
}

.news-section p{
	display:none;
}

.news-section .row1 .heading{
	text-align: center;
}

.news-section .row1 .heading h1{
	margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #023681;
    font-weight: bold;
}

.news-section .row1 .heading h1:before{
	position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -5px;
    background-color:#b90e0e;
}

.news-section .row1 .heading h1:after{
	position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    left: 30%;
    bottom: -10px;
    background-color:#b90e0e;
}

.news-section .sp-pc-post{
	border:1px solid #ccc;
}

.news-section .sp-post-carousel-section .sp-pc-post-image{
	margin-bottom: 10px;
}

.news-section .sp-post-carousel-section-88 .sp-pc-post-title, .news-section .sp-pc-post-meta, .news-section .sp-pc-content{
	width:90%;
	text-align:center!important;
	margin:auto;
	text-align:justify;
}

.news-section .sp-post-carousel-section-88 .sp-pc-post-title a{
	font-size:16px;
	color:#033882;
}

.news-section .sp-post-carousel-section-88 .sp-pc-post-title{
	margin-bottom:10px;
}

.news-section .sp-pc-post-meta{
	margin-bottom:10px;
}

.news-section .sp-pc-content{
	font-size:12px!important;
}

.news-section .fn-vertical .fn-preview>img{
	width:100%;
	max-width:100%;
	height:200px;
	object-fit:cover;
}

.news-section .fn-preview>div>h3{
	line-height:24px;
}

.news-section .row2 .carousel-slider-outer-798 h2{
	color: #FFF;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    text-align: center;
}

.news-section .row2 .carousel-slider-outer-798 .carousel-slider__post-excerpt, .news-section .row2 .carousel-slider-outer-798 .carousel-slider__post-meta{
	display:none;
}

.news-section .row2 .carousel-slider-outer-798 .owl-nav{
	display:block!important;
}

/**end of news section**/

/**start about us page**/

.about-us-page{
	padding:40px 15px;
}

.about-us-page .heading{
	text-align: center;
}

.about-us-page h1{
	margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #023681;
    font-weight: bold;
}

.about-us-page h1:before{
	position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -5px;
    background-color: #faba00;
}

.about-us-page h1:after{
	position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    left: 30%;
    bottom: -10px;
    background-color: #faba00;
}


.about-us-page .row2 .content{
	margin-top:10px;
}

.about-us-page .row2 .content p{
	text-align:justify;
}

.about-us-page .row2 .content .rajeev{
	margin-top:50px;
	margin-bottom: 5px;
}

.about-us-page .row2 .content .post{
	margin-bottom:0px;
}

.about-us-page .row2 .content .post1{
	font-weight:bold;
	font-size:14px;
	margin-bottom:30px;
}

.left-about-content{
	padding-right:15px;
}

.right-about-content{
	padding-left:15px;
}

.left-about-content, .right-about-content{
	width:50%;
	float:left;
}

/**end of about us page**/

/**start companies represented page**/

.companies-represented-page{
	padding:40px 15px;
}

.companies-represented-page .heading{
	text-align: center;
}

.companies-represented-page .heading h1{
	margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #023681;
    font-weight: bold;
}

.companies-represented-page .heading h1:before{
	position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -5px;
    background-color: #faba00;
}

.companies-represented-page .heading h1:after{
	position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    left: 30%;
    bottom: -10px;
    background-color: #faba00;
}

.companies-represented-page .row2 .content{
	margin-top:10px;
}

.companies-represented-page .row2 .content h4{
	margin-bottom:5px;
}

.companies-represented-page .row2 .content .sub-heading{
	margin-bottom:50px;
}

.companies-represented-page .row2 .content h5{
	margin-top:30px;
}

/**end of companies represented page**/

/**start practices page**/

.practices-page{
	padding:40px 15px;
}

.practices-page .heading{
	text-align: center;
}

.practices-page .heading h1{
	margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #023681;
    font-weight: bold;
}

.practices-page .heading h1:before{
	position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -5px;
    background-color: #faba00;
}

.practices-page .heading h1:after{
	    position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    left: 30%;
    bottom: -10px;
    background-color: #faba00;
}

.practices-page .content p{
	width:31.6%;
	margin-bottom:0;
	float:left;
	text-align: center;
    border: 1px solid #ccc;
	padding:10px;
	box-shadow:1px 1px 3px #05398450;
	margin:0 10px;
	margin-top:20px;
}

/**end of practices page**/

/**start our team page**/

.our-team-page{
	padding:40px 15px;
}

.our-team-page .heading{
	text-align: center;
}

.our-team-page .heading h1{
	margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #023681;
    font-weight: bold;
}

.our-team-page .heading h1:before{
	position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -5px;
    background-color: #faba00;
}

.our-team-page .heading h1:after{
	position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    left: 30%;
    bottom: -10px;
    background-color: #faba00;
}

.our-team-page .content p{
	text-align:justify;
	margin-bottom: 70px;
}

/**end of our team page**/

/**start clients page**/

.smls-grid-column-6 .smls-grid-image-wrap{
	min-height:auto!important;
	max-height:auto!important;
}

.pages .smls-grid-image-wrap{
	max-height:100%!important;
	
}

.pages .smls-grid-pad-container{
	max-height:100%!important;
	text-align:center;
	margin:auto;
	vertical-align:middle;
	display:flex;
	justify-content:center;
	vertical-align:middle;
	flex-wrap: wrap;
}

.pages .smls-grid-pad-container img{
	padding:00px;
	width:70%;
	margin-top: auto;
	margin-bottom:auto;
	vertical-align:middle;
	
}

.strong-view-id-1 .testimonial-image{
	display:none;
}

.strong-view-id-1 .readmore{
	display:none;
}

.strong-view-id-1 .testimonial-inner{
	border:1px solid #55555530!important;
}

/**end of clients page**/


/**start page section**/

.pages{
	padding:40px 15px;
}

.pages .heading{
	text-align: center;
}

.pages .heading h1{
	margin-bottom: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: #023681;
    font-weight: bold;
}

.pages .heading h1:before{
	position: absolute;
    content: '';
    width: 60%;
    height: 2px;
    left: 20%;
    bottom: -5px;
    background-color: #b90e0e;
}

.pages .heading h1:after{
	position: absolute;
    content: '';
    width: 40%;
    height: 2px;
    left: 30%;
    bottom: -10px;
    background-color: #b90e0e;
}

.pages .content p{
	text-align:justify;
}

.pages li{
	font-size:16px;
}

/**end of page section**/

/*start contact page**/

.contact-page .row2{
	margin-top:10px;
}

.contact-page .row2 .left-col{
	width:40%;
	float:left;
	padding-right:15px;
}

.contact-page .row2 .left-col .box{
	background-color:#b90e0e;
	padding:20px;
}

.contact-page .row2 .left-col .box form label, .contact-page .row2 .left-col .box form label input{
	width:100%;
}

.contact-page .row2 .left-col .box form label{
	color:#fff;
	font-size:14px;
}

.contact-page .row2 .left-col .box form input.wpcf7-form-control.wpcf7-submit{
	width:100%;
	padding: 10px;
    font-size: 14px;
}

.contact-page .row2 .left-col div.wpcf7 .ajax-loader{
	display:none;
}

.contact-page .row2 .right-col{
	width:60%;
	float:left;
	padding-left:15px;
}

.contact-page .row2 .right-col h4{
	font-style: italic;
    color: #053984;
}

.contact-page .row2 .right-col ul{
	padding:0;
	margin:0;
}

.contact-page .row2 .right-col ul li{
	list-style-type:none;
	width:100%;
	display:flow-root;
	margin-bottom:7px;
	display:inline-block;
}

.contact-page .row2 .right-col ul li .icon{
	margin-right:10px;
	background-color:#053984;
	border-radius:50%;
	width:35px;
	height:35px;
	position:relative;
	display:flow-root;
	float:left;
}

.contact-page .row2 .right-col ul li .icon i{
	font-size:14px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	content:'';
	color:#fff;
}

.contact-page .row2 .right-col ul li .content{
	float:left;	
}

.contact-page .row2 .right-col .map1{
	margin-top:30px;
	border:1px solid #cccccc70;
}


/**end of contact page**/

/**start posts page**/

.posts-page{
	padding:60px 15px 40px 15px;
}

.posts-page .left-col{
	width:30%;
	float:left;
	padding-right:15px;
}

.posts-page .left-col img{
	width:100%;
	height:auto;
}

.posts-page .left-col .image{
	padding:2px;
}

.posts-page .right-col{
	width:70%;
	float:left;
	padding-left:15px;
}

.posts-page .right-col h1{
	font-size: 22px;
    margin-bottom: 10px;
}

.posts-page .right-col small{
	font-weight:bold;
	display:none;
}

.posts-page .right-col .content{
	margin-top:10px;
}

.posts-page .right-col .content p{
	font-size:14px;
	line-height:22px;
	text-align:justify;
}

/**end of posts page**/

/**start pages section**/

.pages .row2 .content{
	margin-top:10px!important;
}

/**end of pages section**/



.section-margine{
	display:none;
}

/**end of pages**/



/**start career page**/

#wpcf7-f494-p22-o2 .wpcf7-submit{
	font-size: 16px;
    padding: 9px 20px;
    margin-top: 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #023681;
}

#wpcf7-f494-p22-o2 label{
	font-size:13px;
}

#wpcf7-f494-p22-o2 p{
	width:50%;
	float:left;
	padding:0 10px;
}

#wpcf7-f494-p22-o2 p label, #wpcf7-f494-p22-o2 p label .wpcf7-form-control{
	width:100%;
}

#wpcf7-f494-p22-o2 p:nth-child(11), #wpcf7-f494-p22-o2 p:nth-child(12){
	width:100%;
}

/**end of career page**/


/**start popup **/

.popupContent{
	padding: 20px 15px;
}

.iAgreePopup .popupContainer .popupChoices{
	display:flex;
	justify-content:center;
}

.popupContent h4{
	margin-bottom:20px;
	font-size: 24px;
    text-align: center;
}

.popupContent p, .popupContent li{
	text-align:justify;
	font-size:16px;
	line-height:24px;
}

.popupContent ol{
	margin-bottom:15px;
}

.iAgreePopup .popupContainer .popupChoices .popupChoiceButton{
	padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
}

/**end of popup**/


/**start download page**/

.download-page .rtbs_downloads-pdf p{
	width:33.33%;
}


.everest-tab-main-wrapper.etab-template1 > .etab-header-wrap > ul.etab-title-tabs{
	border-bottom: 6px solid #043883!important;
}

/**end of download page**/


/*start questionaure page*/

.questionnaire-page{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.questionnaire-page h6 p{
	font-size: 14px;
    line-height: 22px;
	text-align: left!important;
}

.questionnaire-page h6 iframe{
	width:100%!important;
}

.questionnaire-page h6{
	width: 31.33%;
    float: left;
    padding: 10px;
    border: 1px solid #55555530;
    margin: 1%;
}

/**end of questionaire page*/

/**start laws page**/

.everest-tab-main-wrapper .etab-content-wrap .etab-editor-content{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}

.everest-tab-main-wrapper .etab-content-wrap h6{
	width: 31.33%;
    float: left;
    padding: 10px;
    border: 1px solid #55555530;
    margin: 1%;
}
.everest-tab-main-wrapper .etab-content-wrap h6 iframe{
	width:100%!important;
}

.everest-tab-main-wrapper .etab-content-wrap h6 p{
	font-size: 14px;
    line-height: 22px;
	text-align: left!important;
}

/**end of laws page*/

/*start trade page*/

.download-page .etab-sp-custom-538 p{
	width:100%;
}

/**end of trade page**/

/**start single news page**/

.single-post-page h1{
	color:#033882;
	margin-bottom:20px!important;
}

.single-post-page .right-col .content img{
	width:200px;
	height:auto;
	float:left;
	margin:10px;
}

.single-post-page .right-col .content p{
	display:flow-root;
	font-size:16px;
	line-height:24px;
}

/**end of single news page**/




/************************************
30)Section 22
*************************************/

@media only screen and (min-width: 1201px) {
.carousel-caption {
    bottom: 20px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 40px;
}

.navbar-static .nav> li >a{padding: 15px 30px 15px 0px;}
.carousel-inner>.item > .carousel-caption > a{ margin-bottom:20%;}
.team-member1 .team-member1-details p{font-size:14px;}
.section19 .section19-404  h1{font-size:20em;}
.navbar-brand { margin-left:0px !important;}
.section-10-btn-cont{text-align:right; margin: 17px 0 0 0;}
}
/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
.carousel-caption {
    bottom: 20px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 40px;
}
.navbar-static .nav> li >a{padding: 15px 30px 15px 0px;}  
.carousel-inner>.item > .carousel-caption > a{ margin-bottom:20%;}
.team-member1 .team-member1-details p{font-size:14px;}
.section19 .section19-404  h1{font-size:20em;} 
.navbar-brand { margin-left:0px !important;} 
.section-10-btn-cont{text-align:right; margin: 17px 0 0 0;}
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 769px) and (max-width: 991px) { 
.carousel-caption {
    bottom: 20px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 35px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 40px;
}
.team-member1 .team-member1-details p{font-size:14px;}
.section19 .section19-404  h1{font-size:20em;}   
.section-10-btn-cont{text-align:left; margin: 17px 0 0 0;} 
}
/* Mobile Layout: 320px. */
@media only screen and (min-width: 641px) and (max-width: 768px) { 
    .carousel-caption {
        bottom: 80px;
    }    
    .carousel-inner>.item > .carousel-caption > h1{
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
        line-height: 1em;
        margin-bottom: 20px;
    }
    .carousel-inner>.item > .carousel-caption > h3{
        font-style: italic;
        font-size: 15px;
        line-height: 1em;
        margin-bottom: 30px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and  (max-width: 767px) { 
.team-member1 .team-member1-details p{font-size:12px;}
.section19 .section19-404  h1{font-size:10em;} 
.navbar-brand { margin-left:15px !important;}   
.section-10-btn-cont{text-align:left; margin: 17px 0 0 0;}
.pull-right{float: none!important;}
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 481px) and (max-width: 640px) { 
.carousel-caption {
    bottom: 80px;
} 
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 30px;
}

.team-member1 .team-member1-details p{font-size:12px;}
.section19 .section19-404  h1{font-size:10em;}
.navbar-brand { margin-left:15px !important;}
.section-10-btn-cont{text-align:left; margin: 17px 0 0 0;}
}
@media only screen and (max-width: 480px){
.carousel-caption {
    bottom: 30px;
}    
.carousel-inner>.item > .carousel-caption > h1{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-inner>.item > .carousel-caption > h3{
    font-style: italic;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 20px;
}
.carousel-caption .btn{
    margin-bottom: 20px;
	}
}


/**start responsive**/



@media(max-width:1199px){
	.top-header .pull-right{
		width:50%;
	}
	
	.custom-logo-link{
		width:200px;
	}
	
	.navbar-1 .navbar-nav>li>a{
		padding: 10px 9px;
	}
	
	.custom-logo-link{
		top:14px;
	}
	
	.top-header:after{
		width:71%;
	}
	
	.practice-section .row1{
		height:340px;
	}
	
	.practice-section .left-col{
		padding-left:3%;
	}
	
	.our-team-page .content p{
		margin-bottom: 40px;
	}
	
	.pt-cv-view .pt-cv-ifield .pt-cv-content{
		min-height: 200px!important;
	}
	
	.pages .pt-cv-view .pt-cv-ifield .pt-cv-content{
		min-height: auto!important;
	}
	
	.pages .pt-cv-view .pt-cv-ifield{
		height:520px;
	}
}

@media(max-width:991px){
	.custom-logo-link {
    	top: 0;
	}
	
	.navbar-1 .navbar-nav>li>a{
		font-size:13px;
	}
	
	div#n2-ss-2 .n2-ss-layer .n2-font-879d4cdd3a5099fe612bfe61bbd7ddba-hover{
		font-size:24px!important;
		line-height:28px!important;
	}
	
	.n2-ss-item-content{
		margin-bottom:0!important;
	}
	
	.about-section .row2 .left-col{
		width:100%;
		padding-right:0;
	}
	
	.about-section .row2 .left-col img{
		width:50%;
		
	}
	
	.about-section .row2 .left-col .image{
		text-align:center;
	}
	
	.about-section .row2 .right-col{
		width:100%;
		margin-top:20px;
		text-align:center;
	}
	
	.practice-section .row1 {
    	height: 350px;
	}
	
	.news-section .row2 .carousel-slider-outer-798 h2{
		font-size:16px;
	}
	
	.footer-top .col-lg-3:not(:last-child){
		margin-bottom:30px;
	}
	
	.footer-bottom .col-lg-6{
		width:50%;
		float:left;
	}
	
	.smls-tablet-column-2 .smls-grid-image-wrap{
    	width: 25%!important;
	}
	
	.smls-grid-container-template-1{
		   width: 100%;
    	display: flex;
    	flex-wrap: wrap;
	}
	
	.questionnaire-page h6 {
    	width: 48%;
	}
	
	.pages .pt-cv-view .pt-cv-ifield {
    	height: 560px;
	}
}

@media(max-width:767px){
	.top-header:after {
    	width: 100%;
	}
	
	.navbar-1 .navbar-header {
    	margin-top: 0;
		padding:0 15px;
	}
	
	.navbar-toggle{
		margin-right:0;
		margin-top: 30px;
	}
	
	.contact-detail2 li a{
		font-size:12px;
	}
	
	.contact-detail2 li{
		   padding: 5px 10px;
	}
	
	.n2-ss-layer{
		bottom:0!important;
		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -50%);
		width:70%!important;
		
	}
	
	.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content,
	.n2-ss-slider .n2-ss-layer[data-pm=default], .n2-ss-slider .n2-ss-layer[data-pm=normal]{
    	min-height: inherit!important;
		top: 50%;
    	transform: translate(-50%, -50%);
    	left: 50%;
	}
	
	.about-section h1{
		font-size:24px;
	}
	
	.practice-section .row1 {
    	height: auto;
		display:grid;
		background-color: transparent;
	}
	
	.practice-section .row1 .left-col,
	.practice-section .row1 .right-col{
		width:100%;
	}
	
	.practice-section .row1 .right-col{
		order:1;
		text-align:center;
	}
	
	.practice-section .row1 .right-col img{
		width:50%;
	}
	
	.practice-section .row1 .left-col{
		order:2;
		background-color: #faba00;
		margin-top:20px;
	}
	
	.practice-section .left-col h1{
		font-size:24px;
		text-align:center;
	}
	
	.practice-section .left-col ul li a u{
		font-size:14px;
	}
	
	.practice-section .left-col ul li {
    	padding: 7px 10px;
	}
	
	.news-section .row1 .heading h1{
		font-size:24px;
	}
	
	.about-section,
	.news-section,
	.footer-top{
    	padding: 30px 15px;
	}
	
	.top-header .pull-right{
		width:100%;
	}
	.contact-detail2 li{
		float:none;
		display: inline-block;
	}
	
	.contact-detail2 li:first-child{
		float:left;
	}
	
	.contact-detail2 li:last-child{
		float:right;
	}
	
	.navbar-1 .navbar-nav>li>a {
    	padding: 5px 9px;
	}
	
	.about-section h1, .practice-section .left-col h1{
		font-size:20px;
	}
	
	.about-section .row2 .right-col .content p{
		font-size:14px;
		line-height:22px;
	}
	
	.practice-section .right-col img{
		height:auto;
	}
	
	.about-section .row2 .right-col .button a{
		    padding: 5px 10px;
	}
	
	.practice-section .row1 .left-col{
		padding-bottom:30px;
	}
	
	.practice-section .row1 .left-col p{
		display:none;
	}
	
	.news-section .row1 .heading h1 {
    	font-size: 20px;
	}
	
	.footer-top .col-lg-3{
		width:100%;
	}
	
	.about-us-page {
    	padding: 30px 15px;
	}
	
	.about-us-page h1{
		font-size:24px;
	}
	
	.about-us-page .row2 .content p{
		font-size:14px;
		line-height:24px;
	}
	
	.about-us-page h1{
		margin-bottom:30px;
	}
	
	.left-about-content, .right-about-content{
		width:100%;
	}
	
	.left-about-content{
		padding-right:0;
	}
	
	.right-about-content{
		padding-left:0;
	}
	
	.n2-ss-layer.n2-ow,
	.n2-ss-section-main-content,
	.n2-ss-layer-row,
	.n2-ss-layer-content{
		position:absolute!important;
		top:0;
		left:0;
		width:100%!important;
		transform:none;
	}

	.n2-ss-layer-row-inner,
	.n2-ss-last-in-row{
		position:absolute!important;
		top:0;
		left:0;
		width:100%!important;
		transform:none;
		margin:0!important;
	}
	
	#n2-ss-2item1, #n2-ss-2item2, #n2-ss-2item3{
		top:50%;
		left:7.65%;
		width:80%;
		bottom:inherit;
		right:inherit;
		min-height: fit-content;
		transform: translateY(-50%);
		padding: 10px!important;
	}
	
	div#n2-ss-2 .n2-ss-layer .n2-font-879d4cdd3a5099fe612bfe61bbd7ddba-hover {
    	font-size: 18px!important;
    	line-height: 22px!important;
	}
	
	.our-team-page {
 	   padding: 30px 15px;
	}
	
	.our-team-page .heading h1, .pages .heading h1{
		font-size:24px;
	}
	
	.our-team-page .content h2{
		font-size:16px;
	}
	
	.our-team-page .content p, .pages .content p, .pages .content li{
		font-size:14px;
	}
	
	.pt-cv-view .pt-cv-ifield .pt-cv-content {
    	min-height: 140px!important;
	}
	
	.pages {
    	padding: 30px 15px;
	}
	
	.pages .heading h1 {
    	margin-bottom: 30px;
	}
	
	.pages .content li{
		margin-bottom:10px;
	}
	
	.smls-tablet-column-2 .smls-grid-image-wrap{
    	width: 50%!important;
	}
	
	.pages .smls-grid-pad-container img{
		padding:0;
		width:40%;
	}
	
	.everest-tab-main-wrapper.etab-template1 > .etab-header-wrap > ul.etab-title-tabs > li > a{
		padding: 5px 10px!important;
	}
	
	.everest-tab-main-wrapper.etab-horizontal > .etab-header-wrap > ul.etab-title-tabs > li{
    	margin-bottom: 0;
	}
	
	.pages .pt-cv-wrapper .col-sm-6{
		width:50%;
	}
	
	.posts-page {
    	padding: 30px 15px 30px 15px;
	}
	
	.posts-page .left-col{
		padding-right:0;
		width:100%;
	}
	
	.posts-page .right-col{
		padding-left:0;
		width:100%;
		margin-top:30px;
		overflow:hidden;
	}
	
	.posts-page .right-col h1 {
    	font-size: 18px;
    	line-height: 24px;
	}
	
	.single-post-page .right-col .content p{
		font-size:14px;
	}
	
	#wpcf7-f494-p22-o2 p{
		width:100%;
	}
	
	.contact-page .row2 .left-col{
		width:100%;
		padding-right:0;
	}
	
	.contact-page .row2 .right-col{
		width:100%;
		padding-left:0;
		margin-top:30px;
	}
	
}

@media(max-width:575px){
	.contact-detail2 li a {
    	font-size: 11px;
	}
	
	.contact-detail2 li {
    	padding: 3px 10px;
	}
	
	.navbar-1 .navbar-header {
    	padding: 3px 15px;
	}
	
	.navbar-default .navbar-toggle{
		border:none;
	}
	
	.n2-ss-slider .n2-ss-slider-1 .n2-ss-layer-content{
		padding:10px!important;
	}
	
	.n2-ss-layer{
		width:100%!important;
	}
	
	.about-section .row2 .left-col img,
	.practice-section .row1 .right-col img{
		width:100%;
	}
	
	.news-section .row2 .carousel-slider-outer-798 h2{
		font-size:14px;
		line-height:20px;
	}
	
	.footer-bottom .col-lg-6{
		width:100%;
		text-align:center;
	}
	
	.footer-bottom .right-col p {
    	text-align: center;
	}
	
	.navbar-fixed-top{
		padding: 10px 0px 0px!important;
	}
	
	.popupContent h4{
		font-size:18px;
	}
	
	.popupContent p, .popupContent li{
		font-size:14px;
	}
	
	.iAgreePopup .popupContainer .popupChoices .popupChoiceButton{
		float:left;
		margin-bottom: 3px!important;
    	font-size: 14px;
    	padding: 4px 15px;
	}
	
	.iAgreePopup .popupContainer .popupContent {
    	bottom: 45px!important;
	}
	
	.iAgreePopup .popupContainer .popupChoices {
    	bottom: 5px!important;
	}
	
	.about-us-page h1{
		font-size:20px;
	}
	
	.our-team-page .heading h1 {
    	font-size: 20px;
	}
	
	.our-team-page .content .wp-block-image {
    	width: 100%;
		padding-right:0;
	}
	
	.our-team-page .content h2,
	.our-team-page .content p:nth-child(3){
		width:100%;
	}
	
	.our-team-page .content h2{
		text-align:center;
		margin-top:20px;
	}
	
	.our-team-page .pt-cv-colsys .pt-cv-content-item{
		width:100%;
		max-width:100%;
		flex:100%;
	}
	
	.pt-cv-view .pt-cv-ifield .pt-cv-content {
    	min-height: auto!important;
	}
	
	.pages .heading h1{
		font-size:20px;
	}
	
	.pages .row2 .content h4{
		font-size:16px;
		text-align:center;
	}
	
	.pages .smls-grid-image-wrap{
		height:auto!important;
	}
	
	.everest-tab-main-wrapper .etab-content-wrap{
		padding:10px;
	}
	
	.everest-tab-main-wrapper.etab-horizontal > .etab-header-wrap > ul.etab-title-tabs > li{
	    width: 50%!important;
    	float: left!important;
    	padding: 2px 3px!important;
	}
	
	.everest-tab-main-wrapper .etab-content-wrap{
		padding: 10px;
	}
	
	.everest-tab-main-wrapper .etab-content-wrap .etab-editor-content p{
		margin-bottom:5px!important;
	}
	
	.questionnaire-page h6 {
    	width: 100%;
	}
	
	.everest-tab-main-wrapper .etab-content-wrap h6{
		width:100%;
	}
	
	.pages .pt-cv-wrapper .col-sm-6{
		width:100%;
	}
	
	.pages .pt-cv-view .pt-cv-ifield {
    	height: auto;
	}
	
	.posts-page .right-col h1{
		font-size:16px;
	}
	
	.single-post-page .right-col .content img {
    	width: 43%;
	}
	
	#wpcf7-f494-p22-o2 label {
    	font-size: 12px;
	}
	
	#wpcf7-f494-p22-o2 .wpcf7-submit {
    	font-size: 13px;
    	padding: 7px 15px;
    	margin-top: 10px;
	}
	
	.contact-page .row2 .left-col .box{
		padding:10px;
	}
	
	.contact-page .row2 .left-col .box form label{
		font-size:13px;
	}
	
	.contact-page .row2 .right-col ul li .icon{
		display:none;
	}
	
	.contact-page .row2 .right-col ul li .content{
		font-size:14px;
	}
}