/* Theme Name: Amin Abdullah
Theme URL: http://breamx.com
Description: Amin Abdullah
WP Theme Version: 1.6
Author: Breamx
Author URL: http://breamx.com
Tags: powerful, responsive, bootstrap */
@import "fonts/HelveticaNeue/HelveticaNeue.css";
@import "fonts/ITC/stylesheet.css";
/*Pre Loader*/
[class^="hvr-"], .hvr-float {
    margin: 0;
    padding: 0;
    background: none;
    border:none;
    display: block;
}
/* body {direction:rtl;} */

.top-section{
    padding-top: 28px;
    position: relative;
    padding-bottom: 0;
}

.top-section:before{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.top-section .container{
    position: relative;
}

.hed{
    min-height: 100vh;
}

.header{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 5px 0;
    transition: 0.4s;
}

.collabsed{
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 6px 0px;
    position: fixed;
    transition: 0.4s;
    z-index: 3;
}

.collabsed .navbar-default .navbar-nav>li>a{
    color: #333;
}

.collabsed .logo img{
    filter: grayscale(0) brightness(1);
}

.header .navbar{
    margin-bottom: 0;
    border: none;
    background: transparent;
}

.header .nav .contact a{
    background: #4575bd;
    color: #fff !important;
    width: 100%;
    padding: 25px 45px !important;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-align: center;
    transition: 0.3s;
}

.header .nav .contact a::before{
    content: "";
    position: absolute;
    top: 0px;
    left: -30px;
    border-style: solid;
    border-width: 70px 30px 0 0 ;
    border-color: transparent #4575bd transparent transparent ;
    transition: 0.3s;
}

.header .nav .contact a:hover{
    background: #a3040d !important;
}

.header .nav .contact a:hover:before{
    border-color: transparent #a3040d transparent transparent ;
}

.header .nav .contact a:active:before{
    border-color: transparent #a3040d transparent transparent ;
}

.header .nav .contact a:focus:before{
    border-color: transparent #a3040d transparent transparent ;
}

.header .nav .contact a:active{
    background: #a3040d !important;
}

.header .nav .contact a:focus{
    background: #a3040d !important;
}

.header .navbar-right{
    padding-top: 13px;
}

.header .logo{
    padding: 10px 0;
}

.header .navbar-default .navbar-right>li>a{
    color: #3673a8;
    font-size: 16px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    font-family: ITC-Md;
}

.header .navbar-default .navbar-right>li>a:hover{
    color: #11b04b !important;
}

.header .navbar-default .navbar-right li a::before{
    content: "";
    position: absolute;
    z-index: -1;
    right: 50%;
    left: 50%;
    bottom: -18px;
    background: #11b04b;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.header .navbar-default .navbar-right li a:hover::before{
    right: 0;
    left: 0;
}

.header .navbar-default .navbar-nav>.active>a, .header .navbar-default .navbar-nav>.active>a:hover, .header .navbar-default .navbar-nav>.active>a:focus{
    background: transparent;
    color: #3673a8;
}

.slider{
    position: relative;
}

.slider .item-box{
    color: #fff;
    padding: 35vh 15px;
    width: 100%;
    text-align: center;
}

.btn-primary{
    background: #11b04b;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
    font-family: 'ITC-Bd';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.more .btn-primary{
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.more .btn-primary:hover{
    background: #0c9ad6;
}

.slider .item-box h1{
    margin-bottom: 30px;
    font-family: 'ITC-Bd';
    color: #0c9ad6;
    font-size: 64px;
}

.slider .item-box h2{
    font-family: 'ITC-Bd';
    color: #11b04b;
    font-size: 64px;
    font-weight: bolder;
}

.slider .item-box p{
    line-height: 27px;
    font-size: 18px;
    margin-bottom: 25px;
    color: #727272;
    font-family: 'ITC-Bd';
}

.slider .carousel-control.left{
    background-image: none;
    right: -50px;
}

.slider .carousel-control.right{
    background-image: none;
    left: -30px;
}

.slider .carousel-control{
    width: 5px;
}

.slider .carousel-indicators li{
    border: none;
    background: #434343;
}

.slider .posdiv{
    position: absolute;
    right: 0;
    width: 300px;
    bottom: 35px;
}

.slider .posdiv .socail{
    text-align: right;
}

.slider .posdiv .socail a{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    background: #999999;
    color: #333;
    text-align: center;
    line-height: 25px;
}

.slider .carousel-inner > .item{
    height: 520px;
}

.about-us{
    background: #fffcfc8f;
    padding: 100px 0;
    box-shadow: 0px -1px 1px #eee;
    text-align: center;
}

.about-us h1{
    font-family: 'ITC-Bd';
    color: #11b04b;
    font-size: 30px;
}

.about-us p{
    font-family: ITC-Rg;
    color: #4c4968;
    font-size: 16px;
}

.about-us img{
    width: 200px;
    margin: 0 auto;
}

.NO-BOR{
    border: none;
}

#loader-wrapper{
    background-color: #fff;
    background-image: url(images/header-bg.svg);
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
}

#loader{
    display: block;
    position: relative;
    right: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px -75px 0 0 ;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #0012db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before{
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e6000c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after{
    content: "";
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ffee00;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

@keyframes spin{
    0%{
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100%{
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

}

body{
    padding: 0;
    margin: 0;
    font-family: 'ITC-Rg' !important;
    background: url(images/header-bg.svg) center;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
}

a{
    text-decoration: none !important;
}

.ticker-title{
    float: left;
    padding: 10px 11px;
    color: #FFFFFF;
    background: #eb9c36;
    font-family: 'ITC-Bd';
    width: 77px;
}

.ticker-title.blue{
    background: #4e4e4d;
}

.ticker-content{
    padding: 9px 12px 1px 100px ;
    font-family: 'ITC-Bd';
    background-color: #fff;
}

.ticker-content ul{
    list-style: none;
    padding-left: 0;
}

.ticker-content a{
    color: #000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.ticker-content .marquee a{
    color: #000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    display: inline-block;
    transition: 300ms;
    margin-right: 25px;
    padding: 1.5px;
}

.ticker-content a:hover{
    color: #a3040d;
}

.dropdown-menu{
    padding: 0;
}

.dropdown-menu > li > a{
    font-family: 'ITC-Bd';
    color: #333;
    padding: 10px;
    background: #e7e7e7;
    text-decoration: none;
}

.header .navbar-default .navbar-right .dropdown-menu li a::before{
    display: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a{
    background: #4575bd;
    color: #fff;
}

ul.pgwSlider, .pgwSlider ul{
    width: 45%;
}

.pgwSlider .ps-current{
    width: 55%;
}

ul.pgwSlider > li img, .pgwSlider > ul > li img{
    float: left;
    width: 25%;
    height: 75px;
}

@media (max-width: 768px){
    ul.pgwSlider > li img, .pgwSlider > ul > li img{
        width: 100%;
    }

    .links{
        margin-bottom: 30px;
        margin-top: 41px;
    }

}

ul.pgwSlider > li span, .pgwSlider > .ps-list > li span{
    display: inline-block;
    width: 75%;
    color: #000;
    position: relative;
    bottom: auto;
    float: left;
    opacity: 1;
    font-size: 14px;
    background: #fff;
    filter: progid;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px;
    border-left: 2px solid #4575bd;
    height: 75px;
    font-family: 'ITC-Bd';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pgwSlider .ps-caption{
    display: none !important;
}

ul.pgwSlider > li, .pgwSlider > ul > li{
    opacity: 1 !important;
}

ul.pgwSlider > li:hover span, .pgwSlider > ul > li:hover span{
    background: #4575bd;
    color: #FFFFFF;
}

.big_post{
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background-color: #fff;
}

.big_thumb{
    position: relative;
    overflow: hidden;
}

.big_thumb img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.big_thumb img{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.big_thumb .big_post_date{
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    display: table;
    background: #333333;
    padding: 5px 11px;
}

.big_thumb .big_post_date i{
    margin-right: 5px;
}

.big_title{
    border-top: 2px solid #a3040d;
    padding: 5px;
}

.big_title a{
    font-family: 'ITC-Bd';
    display: block;
    padding: 10px 5px;
    color: #333333;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.big_post:hover{
    background: #a3040d;
}

.big_post:hover .big_title a{
    color: #fff;
}

.left_posts{
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    background: #FFFFFF;
    margin-bottom: 12.5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.left_thumb{
    float: left;
    width: 25%;
    height: 88px;
}

.left_thumb img{
    width: 100%;
    height: 100%;
}

.left_title{
    float: left;
    width: 75%;
    border-left: 2px solid #4575bd;
    padding: 18px 6px;
}

.left_title a{
    font-family: 'ITC-Bd';
    color: #333333;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.left_title p{
    color: #adadad;
    font-size: 12px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.left_title p i{
    margin-right: 5px;
}

.left_posts:hover{
    background: #4575bd;
}

.left_posts:hover .left_title a{
    color: #fff;
}

.left_posts:hover .left_title p{
    color: #aec4e5;
}

.down_posts{
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    margin-bottom: 9.5px;
}

.down_posts .down_title{
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    border-top: 4px solid #4575bd;
    padding: 5px 10px;
}

.down_posts .down_title a{
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    font-family: 'ITC-Bd';
    color: #333333;
    display: block;
    margin-bottom: 5px;
}

.down_posts .down_title p{
    color: #adadad;
    font-size: 12px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.down_posts .down_title p i{
    margin-right: 5px;
}

.down_posts:hover{
    background: #4575bd;
}


.down_posts:hover .down_title a{
    color: #FFFFFF;
}

.down_posts:hover .down_title p{
    color: #aec4e5;
}

.news_title, .pictures_title{
    border-bottom: 2px solid #4e4e4d;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: 'ITC-Bd';
}

.poems_title{
    border-bottom: 3px solid #a3040d;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-family: 'ITC-Bd';
}

.latest_pictures .owl-prev{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    right: 2px;
    background-color: #4575bd;
    color: #fff;
    width: 42px;
    text-align: center;
    padding: 8px 0;
}

.latest_pictures .owl-next{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 30px;
    left: 2px;
    background-color: #4575bd;
    color: #fff;
    width: 42px;
    text-align: center;
    padding: 8px 0;
}

.latest_poems .owl-prev{
    position: absolute;
    font-size: 30px;
    right: 0;
    background-color: #4575bd;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
}

.latest_poems .owl-controls{
    position: absolute;
    top: -55px;
}

.latest_poems .owl-next{
    position: absolute;
    font-size: 30px;
    left: -66px;
    background-color: #4575bd;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 23px;
    text-align: center;
}

.latest_pictures .owl-item .item{
    position: relative;
    overflow: hidden;
}

.latest_pictures .owl-item .item .icons{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
    -ms-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
    opacity: 0;
}

.latest_pictures .owl-item .item .icons .see_full_image{
    position: absolute;
    top: -500%;
    left: 40px;
    color: #fff;
    font-size: 14px;
    transform: translate(0, -50%);
    text-align: center;
    font-family: 'ITC-Bd';
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.latest_pictures .owl-item .item .icons .see_full_image i{
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
}

.latest_pictures .owl-item .item .icons .go_to_article{
    position: absolute;
    top: 500%;
    right: 40px;
    color: #fff;
    font-size: 14px;
    transform: translate(0, -50%);
    text-align: center;
    font-family: 'ITC-Bd';
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.latest_pictures .owl-item .item:hover .icons{
    opacity: 1;
}

.latest_pictures .owl-item .item:hover .see_full_image{
    top: 50%;
}

.latest_pictures .owl-item .item:hover .go_to_article{
    top: 50%;
}

.latest_pictures .owl-item .item:hover .article_title{
    bottom: 0;
}

.peom{
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    background-color: #fff;
    overflow: hidden;
}

.peom img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.peom img{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.peom_title{
    border-top: 2px solid #4575bd;
    padding: 15px 5px 5px;
}

.peom_title a{
    font-family: 'ITC-Bd';
    color: #333333;
    margin-bottom: 5px;
    display: block;
    text-align: left;
}

.peom_title p{
    color: #b2b2b2;
    font-size: 12px;
}

.peom_title p i{
    margin-right: 5px;
}

.peom:hover{
    background: #4575bd;
}

.peom:hover .peom_title a{
    color: #FFFFFF;
}

.peom:hover .peom_title p{
    color: #f3c5a9;
}

.loop{
    background: #ffffffd9;
}

.loop .heading h3{
    color: #4c4968;
}

.loop .heading:before{
    background: #4c4968;
}

.loop .heading:after{
    background: #4c4968;
}

.post-box h4{
    line-height: 30px;
}

.white_layer{
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.46);
}

.the_big_title{
    text-align: center;
    background-color: #F9FCFF;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px 30px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.21);
}

.the_big_title h2{
    font-size: 40px;
    margin-top: 0;
    font-family: 'ITC-Bd';
}

.the_big_title span{
    font-family: 'ITC-Bd';
}

.the_big_title a{
    color: #a3040d;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.the_big_title a:hover{
    color: #1A2C46;
}

article{
    color: #4c4968;
    margin: 0 0 30px;
    word-wrap: break-word;
    text-align: justify;
    font-family: ITC-Md;
    padding: 15vh 0;
}

article .title{
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

article img{
    margin: 50px 0;
}

article h3{
    color: #228f8b;
    position: relative;
    margin-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 0px;
    line-height: 1.3;
    letter-spacing: 0;
    font-family: 'ITC-Bd';
}

.title .format-icon{
    font-size: 32px;
    margin-right: 10px;
    color: #1A2C46;
    border: 2px solid #1A2C46;
    border-radius: 50%;
    height: 50px;
    display: inline-block;
    width: 50px;
    text-align: center;
    padding-top: 4px;
}

.title .post-title a{
    font-size: 22px;
    color: #000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    text-decoration: none;
}

.title .post-title a:hover{
    color: #1A2C46;
}

.title .post-title{
    font-size: 22px;
    color: #000;
    font-family: 'ITC-Bd';
}

article .time{
    color: #9999A2;
    margin-right: 15px;
}

article .views{
    color: #9999A2;
    margin-right: 15px;
}

article .comments{
    color: #9999A2;
    margin-right: 15px;
}

article .short_link{
    color: #9999A2;
}

article .short_link a{
    color: rgba(153, 153, 162, 0.83);
    text-decoration: none;
    font-family: 'ITC-Bd';
}

article .post_a_comment a{
    color: #9999A2;
    text-decoration: none;
    margin-right: 15px;
}

article .post_a_comment a:hover, article .short_link a:hover{
    color: #333;
}

article .article-thumb{
    margin-bottom: 20px;
}

article p{
    line-height: 1.8;
}

.share{
    border: 1px solid #CACACA;
    background-color: #F5F5F5;
}

.share .share-now{
    display: inline-block;
    background-color: #EFEFEF;
    padding: 13px 14px;
    margin-left: -1px;
    text-shadow: 0px 1px 1px rgba(51, 51, 51, 0.31);
    font-family: 'ITC-Bd';
    border-right: 1px solid #CACACA;
}

.share .pull-right a{
    display: inline-block;
    color: #939393;
    padding: 10px 15px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    font-size: 17px;
    text-decoration: none;
}

.share .pull-right a:hover{
    color: #333;
}

.share .pull-left a{
    display: inline-block;
    color: #000;
    padding: 11px 18px;
    background-color: #EFEFEF;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.31);
    font-family: 'ITC-Bd';
    border-left: 1px solid #CACACA;
    text-decoration: none;
}

.want_icon{
    background-color: red;
    padding: 20px;
    margin: 0 auto;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    text-align: center;
    box-shadow: 0px 0px 2px #000;
    padding-top: 23px;
    margin-bottom: 30px;
}

.want_icon i{
    font-size: 75px;
    display: block;
    color: #FFE103;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}

.pagination li a, .pagination li a:hover, .pagination li.active a, .pagination li.disabled{
    color: #fff;
    text-decoration: none;
    background-color: #4c4968;
    font-family: 'ITC-Bd';
    cursor: pointer;
    padding: 9px 14px;
}

.pagination li{
    display: inline;
}

.pagination li a:hover, .pagination li.active a{
    background-color: #218e8e;
}

.gform_fields label{
    font-family: 'ITC-Bd';
}

.gform_fields input[type=text], .gform_fields textarea{
    border: 2px solid #DFDFDF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    color: #000;
    padding: 5px 8px;
    margin-bottom: 10px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    height: 40px;
    font-size: 16px;
}

.gform_fields input[type=text]:focus, .gform_fields textarea:focus{
    border: 2px solid #004884;
}

.gform_footer{
    padding: 0 !important;
    margin: 0 !important;
}

.gform_footer input[type=submit]{
    background: #E7E7E7;
    border: none;
    outline: none;
    color: #333;
    float: none !important;
    padding: 6px 15px;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    font-family: 'ITC-Bd';
}

.gform_footer input[type=submit]:hover{
    background: #30699A;
    color: #fff;
}



p.no-result{
    text-align: center;
    margin: 30px auto;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFB4B4;
    border: 1px solid #F00;
    color: rgb(190, 22, 22);
    font-family: 'ITC-Bd';
    width: 80%;
}

.widget_video{
    padding-bottom: 0;
}

.gallery a img{
    width: 230px;
    height: 200px;
    border: none !important;
    border-radius: 0;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.33);
}

.insurance .gallery a img{
    width: auto !important;
    height: auto !important;
}

.gallery-item a img{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-item a:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-wrap .head-info{
    color: #60707d;
}

.team-wrap .head-cont p span{
    font-weight: 700;
    color: #2c3740;
}

.team-wrap .head-cont{
    margin-top: 18px;
}

.team-wrap .team-member{
    margin-bottom: 63px;
    text-align: center;
    background: #fff;
    padding: 0 0 0 0 ;
    box-shadow: 0px 0px 1px 1px rgba(150, 146, 146, 0.32);
    overflow: hidden;
}

.team-wrap .team-member:hover .categories{
    background: #4575bd;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-wrap .team-member:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.team-wrap .team-member img{
    margin-bottom: 36px;
    height: 256px;
    background: #eee;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.team-wrap .member-profile{
    margin-bottom: 18px;
    display: block;
    font-size: 18px;
    font-style: italic;
    color: #5e2700;
}

.team-wrap .team-member h3{
    font-weight: 800;
    margin-bottom: 8px;
    font-size: 21px;
    color: #2c3740;
}

.team-wrap .team{
    padding-bottom: 10px;
}

.features{
    margin: 40px 0;
}

.features-tab{
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin-bottom: 10px;
    padding: 13px 0 13px 22px ;
    background: #ffffff;
}

.tab-text{
    display: inline-block;
    vertical-align: middle;
    width: 224px;
    margin-left: 27px;
}

.tab-text > h5{
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 20px;
    text-transform: uppercase;
}

[class^="icon-"], [class*="icon-"]{
    background-image: url(images/sprite.png);
    background-position: right  0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 1px;
    vertical-align: text-top;
    width: 14px;
}

.icon-train{
    background-position: right -76px right ;
    height: 70px;
    vertical-align: top;
    width: 60px;
    margin-top: 13px;
}

.icon-clock{
    background-position: right -253px -3px;
    height: 70px;
    vertical-align: top;
    width: 60px;
    margin-top: 7px;
}

.icon-ship{
    background-position: right 2px -7px;
    height: 70px;
    vertical-align: top;
    width: 58px;
    margin-top: 13px;
}

.icon-plane{
    background-position: right -167px right ;
    height: 70px;
    vertical-align: top;
    width: 60px;
    margin-top: 3px;
}

.brun{
    background: #652a00;
    color: #fff;
}

.green{
    background: #a3040d;
    color: #fff;
}

.latest_pictures{
    margin: 0 0 30px;
}

.contus input{
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
}

.contus input[type="submit"]{
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff;
    background: #a3040d;
    width: 100px;
    margin-bottom: 20px;
}

.contus textarea{
    border: 1px solid #f0f0f0;
    padding: 10px;
    width: 100%;
}

.contusss{
    list-style: none;
    margin: 0;
    padding: 0 0;
}

.contusss li{
    color: #fff;
    font-size: 15px;
}

.contusss li i{
    margin-right: 5px;
    font-size: 19px;
    margin: 5px 5px 5px 0 ;
    background: rgba(24, 22, 22, 0.44);
    padding: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.mapping{
    height: 721px;
    background-position: 0% 100%;
    background-color: #b2b2b2;
    margin-bottom: 22px;
}

.team-wrap .categories{
    padding: 10px 0;
    display: block;
    background: #a3040d;
    color: #fff;
    font-family: 'ITC-Bd';
}

.do-name{
    padding: 10px 0;
    font-size: 28px;
}

.doc-cat{
    padding: 10px 0;
    font-size: 20px;
    color: #a9c6ff;
}

span.requ{
    color: red;
}

input.error{
    border-color: #ff0000 !important;
}

#success{
    color: #3c763d;
    position: absolute;
    top: -48px;
    right: 15px;
    font-size: 20px;
}

.error-msg{
    float: left;
    color: #FF0004;
}

.contact-form{
    padding: 71px 0 108px;
}

.contact-form input{
    display: block;
    width: 100%;
    border: 1px solid #d3ddde;
    padding: 11px 0 12px 17px ;
    font-size: 15px;
    margin-bottom: 9px;
}

.contact-name{
    text-transform: capitalize;
}

.contact-form textarea{
    border: 1px solid #d3ddde;
    font-size: 15px;
    height: 200px;
    padding: 9px 0 0 16px ;
    resize: none;
    width: 100%;
    margin-bottom: 4px;
}

.contact-form form{
    padding: 0 23px 0 0 ;
}

.common-page .contact-form .heading h3{
    margin-bottom: 20px;
}

.map-box{
    width: 554px;
    height: 520px;
}

#map-box .mapmarker{
    position: relative;
    top: 30px;
    content: "";
    right: 0px;
    width: 75px;
    height: 75px;
    background: #ef4728;
    border-radius: 50%;
    z-index: 999;
    -webkit-border-radius: 50%;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-animation: blink 1.2s infinite;
    -o-animation: blink 1.2s infinite;
    animation: blink 1.2s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: block;
}

@-webkit-keyframes blink{
    0%{
        opacity: 1;
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
    }

    50%{
        opacity: .7;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
    }

    100%{
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

@keyframes blink{
    0%{
        opacity: 1;
        -webkit-transform: scale(.1);
        -moz-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
    }

    50%{
        opacity: .7;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4);
    }

    100%{
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

}

.heading{
    position: relative;
    margin-bottom: 21px;
    text-align: center;
}

.heading:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    bottom: 5px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.heading:after{
    content: "";
    position: absolute;
    width: 25px;
    height: 1px;
    bottom: 0;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.heading h3{
    position: relative;
    margin-top: 2px;
    padding-bottom: 12px;
    margin-bottom: 0px;
    line-height: 1.3;
    letter-spacing: 0;
    font-size: 36px;
    color: #fff;
    font-family: 'ITC-Bd';
}

.latest_poems .heading h3{
    color: #fff;
}

.latest_poems .heading:after{
    background: #fff;
}

.location:before{
    content: "";
    background: rgba(216, 216, 216, 0.57);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.qoute-sub{
    width: 133px !important;
    height: 51px;
    border: 0 !important;
    line-height: 25px;
    margin-top: 11px;
    text-transform: uppercase;
    font-size: 14px !important;
    padding: 0 !important;
}

.comment-submit{
    background: #a3040d !important;
    color: #ffffff;
    display: block;
    font-weight: 800;
    margin-top: 16px;
    width: 15.4%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

.comment-submit:hover{
    background: #4575bd !important;
}

.parallax{
    background-size: cover;
}

.location{
    padding: 100px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 575px;
    background-size: cover;
    background-image: url(images/covers.jpg);
    background-position: bottom center;
    position: relative;
}

.location-slide-tab{
    background: #ffffff;
    padding: 39px 0 38px;
    text-align: center;
}

.location-slide-tab address{
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 1.6;
    margin-bottom: 1px;
}

.location-slide-tab h6{
    margin-bottom: 18px;
}

.location-slide-tab .textone{
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    font-family: 'ITC-Bd';
    color: #4575bd;
}

.location-slide-tab span a , .texttwo{
    color: #60707d;
    text-transform: none;
}

.call{
    margin-bottom: 3px;
}

.location .owl-page span{
    width: 15px;
    height: 15px;
}

.location .owl-page.active span{
    background: #2c3740 !important;
}

.location .owl-pagination{
    text-align: center;
}

.location .owl-controls.clickable{
    margin-top: 46px;
}

.location-slider .fa{
    font-size: 51px;
    margin-bottom: 19px;
    color: #a3040d;
}



.sec{
    padding: 50px 0;
}


.pageheader{
    padding: 80px 0;
    color: #fff;
    text-align: center;
}

.pageheader h1{
    position: relative;
    font-family: 'ITC-Bd';
    color: #218e8e;
}

.pageheader h2{
    font-size: 40px;
    margin-top: 0;
    font-family: 'ITC-Bd';
}

.pageheader span{
    font-family: 'ITC-Bd';
    color: #218e8e;
}

.pageheader a{
    color: #4c4968;
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.pageheader img{
    height: 100px;
}

.pageheader a:hover{
    color: #218e8e;
}

.pageheader p{
    font-size: 20px;
    color: #4c4968;
    font-family: ITC-Md;
    margin-top: 10vh;
}

@-webkit-keyframes floating-arrow{
    from{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    65%{
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }

    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@-o-keyframes floating-arrow{
    from{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    65%{
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }

    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

@keyframes floating-arrow{
    from{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    65%{
        -webkit-transform: translateY(11px);
        transform: translateY(11px);
    }

    to{
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

}

.namaa-arrow{
    bottom: 10px;
    right: 0;
    line-height: 1px;
    padding: 0 7px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.namaa-section_container{
    padding: 0;
    position: relative;
    z-index: 3;
}

.namaa-arrow_link{
    display: inline-block;
    font-size: 26px;
}

.namaa-arrow_link, .namaa-arrow_link:hover, .namaa-arrow_link:focus{
    color: #4c4968;
}

.namaa-arrow--floating .namaa-arrow_link{
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

.loader-arrow{
    top: 20vh;
    right: 0;
    line-height: 1px;
    padding: 0 7px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.loader-section_container{
    padding: 0;
    position: relative;
    z-index: 3;
}

.loader-arrow_link{
    display: inline-block;
    font-size: 26px;
}

.loader-arrow_link, .loader-arrow_link:hover, .loader-arrow_link:focus{
    color: #4c4968;
}

.loader-arrow--floating .loader-arrow_link{
    -webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    -o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
    animation: floating-arrow 1.6s infinite ease-in-out 0s;
}

.servic{
    padding: 100px 0;
    min-height: 100vh;
    position: relative;
}

.servic:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #5ab164d1;
}

.servic p.des{
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    padding: 2vh;
    width: 80%;
    margin: 0 auto;
}

.servic .item{
    padding: 50px 5px;
    background: #fff;
    text-align: center;
    position: relative;
    direction: ltr;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 25px 0;
}

.servic .item::before{
    content: "";
    position: absolute;
    bottom: 0;
    background: #4c4968;
    width: 200px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
}

.servic .item:hover::before{
    background: #6eb677;
}

.servic .item img{
    padding: 0 0 50px;
    height: 150px;
    width: auto;
    margin: 0 auto;
}

.servic .item a{
    font-family: ITC-Bd;
    color: #4c4968;
    font-size: 20px;
    padding: 0 0 25px;
    display: block;
    font-size: 14px;
    height: 52px;
}

.servic .item:hover a{
    color: #6eb677;
}

.servic .item p{
    color: #a3a3a3;
    font-size: 14px;
    font-family: 'ITC-Rg';
    height: 60px;
    overflow: hidden;
}

.team{
    padding: 100px 0;
    min-height: 100vh;
    position: relative;
}

.team:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(68, 68, 68, 0.71);
}

.team p.des{
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    padding: 2vh 0;
    width: 80vh;
    margin: 0 auto;
}

.team .item{
    position: relative;
    overflow: hidden;
    margin: 8vh 0;
    background: #fff;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
}

.team-img{
    height: 270px;
    position: relative;
    overflow: hidden;
}

.team-img img{
    height: 100%;
    width: 100%;
}

.team .item .icons{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
    -ms-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
    opacity: 0;
}

.team .item .team-des{
    font-size: 15px;
    color: #ff0101;
    position: absolute;
    top: 500%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: 800ms ease-in;
    -moz-transition: 300ms ease-in;
    -ms-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
}

.team .item .team-des span{
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    background-color: #4575bd;
    color: #fff;
    padding: 10px;
}

.team .item:hover .team-des{
    top: 50%;
}

.team .item .see_full_image i{
    display: block;
    font-size: 21px;
    margin-bottom: 5px;
}

.team .item .go_to_article i{
    display: block;
    margin-bottom: 5px;
    font-size: 21px;
}

.team .item .article_title{
    text-align: center;
    -webkit-transition: 300ms ease-in;
    -moz-transition: 300ms ease-in;
    -ms-transition: 300ms ease-in;
    -o-transition: 300ms ease-in;
    transition: 300ms ease-in;
    padding: 18px 0;
}

.team .item .article_title h3{
    margin: 0;
    margin-bottom: 10px;
    color: #282828;
    font-family: ITC-Bd;
    font-size: 20px;
}

.team .item:hover .icons{
    opacity: 1;
}

.team .item:hover .see_full_image{
}

.team .item:hover .article_title{
    background-color: #4b4868;
    color: #fff;
}

.team .item:hover .article_title h3{
    color: #fff;
}

.client{
    padding: 100px 0;
    background-image: url(images/header-bg.svg);
    position: relative;
}

.client .heading:before{
    background: #222222;
}

.client .heading:after{
    background: #222222;
}

#client{
    margin: 50px 0 0;
}

.client:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.75);
}

.client .heading h3{
    color: #222222;
}



.client .owl-item .item{
    position: relative;
    overflow: hidden;
}

.client-img{
    position: relative;
    overflow: hidden;
    opacity: 0.8;
}

.client-img:hover{
    opacity: 1;
}

.client-img img{
    height: 100px;
}

.blog{
    padding: 100px 0;
    min-height: 100vh;
    position: relative;
}

.blog:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #085394cf;
}

.blog .heading:before{
    background: #fff;
}

.blog .heading:after{
    background: #fff;
}

.blog .heading h3{
    color: #fff;
}

.blog_title{
    padding: 30px 10px 0;
}

.blog_title h3{
    color: #222222;
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    font-size: 17px;
    text-align: center;
    font-family: ITC-Bd;
    height: 37px;
    overflow: hidden;
    transition: 0.3s;
}

.blog_title h3 a{
    color: #222222;
    transition: 0.3s;
}

.blog-item:hover .blog_title h3 a{
    color: #6eb677;
}

.blog_title h3 a:hover{
    color: #48a39f;
}

.blog_title p{
    font-size: 12px;
    font-family: ITC-Md;
    color: #a9a7a7;
    text-align: center;
    line-height: 30px;
    height: 117px;
    overflow: hidden;
}

.blog_title span{
    transition: 0.3s;
    font-size: 12px;
    font-family: ITC-Bd;
    color: #616161;
    text-align: center;
    line-height: 30px;
    display: block;
}

.blog-item:hover .blog_title span{
    color: #4b4868;
}

.blog-item{
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin: 8vh 0;
}

.blog_title .btn-primary{
    color: #4575bd;
    background-color: transparent;
    border-color: #4575bd;
    border-radius: 0;
    padding: 6px 20px;
    margin-right: 12px;
    transition: 0.3s;
}

.blog_title .btn-primary:hover{
    background-color: #4575bd;
    color: #fff;
}

footer{
    padding: 30px 0 0;
    position: relative;
}

footer:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: #5ab164d1;
}

footer .bg-footer-layer{
    padding: 30px 15px 15px;
}

.foot{
    margin-bottom: 15px;
}

footer .foot2{
    margin-bottom: 15px;
}

footer .img-responsive{
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}

footer .footer_text{
    color: #fff;
    margin: 20px 0;
    font-size: 15px;
    font-family: ITC-Rg;
    text-align: justify;
}


footer .social-media a{
    background-image: linear-gradient(top, #F7F7F7 0%, #EEEEEE 100%);
    display: inline-block;
    width: 30px;
    color: #666666;
    box-shadow: 0 0 1px #333;
    height: 30px;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

footer .social-media a:hover{
    color: #FFFFFF;
    background: #666666;
}

footer h3{
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: 'ITC-Bd';
    font-size: 20px;
}

footer h3 i{
    color: #E7E7E7;
    margin-right: 5px;
    font-size: 17px !important;
}

.foot ul{
    list-style: none;
    padding-left: 10px;
}

.foot ul li{
    margin-bottom: 10px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    margin-right: 3px;
}


.foot ul li:hover a{
    color: #4c4968;
}

.foot ul li:hover:before{
    color: #4c4968;
}

.foot ul li:before{
    content: '\f105';
    font-family: fontawesome;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}

.foot ul li a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 5px 8px;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -ms-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
}

.foot2 .form-group input{
    background: rgba(24, 22, 22, 0.44);
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 23px 12px;
    text-align: left;
}

.foot2 .buttoncount{
    background: #0c9ad6;
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    box-shadow: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

.foot2 .buttoncount:hover{
    background: #105d7d;
}

.foot2 .form-group textarea{
    background: rgba(24, 22, 22, 0.44);
    border: none;
    border-radius: 4px;
    color: #fff;
    text-align: left;
}

.foot2 .form-group input::placeholder{
    color: #abaaa9;
}

.foot2 .form-group textarea::placeholder{
    color: #abaaa9;
}


footer .contact-data p{
    color: #fff;
    line-height: 1.8;
}

footer .contact-data p i{
    color: #666;
    width: 20px;
    background-image: linear-gradient(top, #F7F7F7 0%, #EEEEEE 100%);
    display: inline-block;
    height: 20px;
    text-align: center;
    padding-top: 3px;
    border-radius: 3px;
    margin-right: 5px;
}

.rights{
    padding: 20px 0;
    color: #595d6a;
    font-family: 'ITC-Bd';
    margin: 0;
    background: #191a1d;
}

.rights .greeen{
    color: #77bf80;
}

.rights .greeen:hover{
    color: #1d766a;
}


.social a{
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    height: 35px;
    line-height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    background: rgba(24, 22, 22, 0.44);
    color: #fff;
}

.social a.facebook:hover{
    color: #fff;
    background-color: #3b5a9b;
}

.social a.twitter:hover{
    color: #fff;
    background-color: #5b8dcc;
}

.social a.youtube:hover{
    color: #fff;
    background-color: #cd3528;
}

.social a.instagram:hover{
    color: #fff;
    background-color: #d6492e;
}

.pushmenu{
    right: -285px;
    height: 100%;
    position: fixed;
    width: 285px;
    z-index: 25;
    background-size: cover;
    background-image: url(images/header-bg.svg);
    background-attachment: fixed;
    background-position: bottom center;
}

.pushmenu:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(90, 87, 111, 0.79);
}

.jumbotron{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.pushmenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.pushmenu li{
    border-bottom: 1px solid #636366;
    line-height: 45px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
}

.pushmenu li:last-child{
    border-bottom: none;
}

.pushmenu a{
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
}

.ico-close{
    cursor: pointer;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
}

.ico-close i{
    color: #fff;
    background: #21928c;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 18px;
}

.ico-pushmenu{
    color: #fff;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
    background: #4c4968;
    border: none;
    text-align: center;
    border-radius: 3px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 10px 0 0 0 ;
}


.servicpage{
    padding: 100px 0;
    min-height: 100vh;
    position: relative;
}

.servicpage:before{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgba(76, 73, 104, 0.53);
}

.servicpage p.des{
    text-align: center;
    color: #fff;
    z-index: 2;
    position: relative;
    padding: 2vh;
    width: 80vh;
    margin: 0 auto;
}

.servicpage .item{
    padding: 50px 5px;
    background: #fff;
    text-align: center;
    position: relative;
    direction: ltr;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.15);
    margin: 25px 0;
}

.servicpage .item::before{
    content: "";
    position: absolute;
    bottom: 0;
    background: #4c4968;
    width: 200px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
}

.servicpage .item:hover::before{
    background: #48a39f;
}

.servicpage .item img{
    padding: 0 0 50px;
    height: 150px;
    width: auto;
    margin: 0 auto;
}

.servicpage .item a{
    font-family: ITC-Bd;
    color: #4c4968;
    font-size: 20px;
    padding: 0 0 25px;
    display: block;
}

.servicpage .item:hover a{
    color: #48a39f;
}

.servicpage .item p{
    color: #a3a3a3;
    font-size: 14px;
    font-family: 'ITC-Rg';
    height: 60px;
    overflow: hidden;
}
@media only screen and (max-width: 767px){
    .contact-form form{
        padding: 0 15px;
    }

    .heading{
        margin-bottom: 11px;
    }

    .heading h3{
        margin-top: 0;
        font-size: 26px;
    }

    .servic p.des{
        padding: 10px 0 20px;
        font-size: 12px;
        width: 40vh;
    }

    .servic .item a{
        font-size: 18px;
    }

    .servic .item{
        padding: 25px 5px;
        margin: 25px 40px;
    }

    .servic .item img{
        padding: 0 0 10px;
        height: 100px;
        margin: 0 auto 25px;
    }

    .servicpage p.des{
        padding: 10px 0 20px;
        font-size: 12px;
        width: 50vh;
    }

    .servicpage .item a{
        font-size: 18px;
    }

    .servicpage .item{
        padding: 25px 5px;
        margin: 25px 40px;
    }

    .servicpage .item img{
        padding: 0 0 10px;
        height: 100px;
        margin: 0 auto 25px;
    }

    .team p.des{
        padding: 10px 0 20px;
        font-size: 12px;
        width: 40vh;
    }

    .team .item{
        margin: 25px 40px;
    }

    .blog-item{
        margin: 25px 40px;
    }

    .navbar-toggle{
        background: #4c4968;
        border: none !important;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }

    .slider .item-box h1{
        font-size: 44px;
    }

    .slider .item-box h2{
        font-size: 44px;
    }

    .slider .item-box p{
        font-size: 16px;
    }

}
@media (max-width: 900px){
    .slider .posdiv{
        position: relative;
        width: 100%;
        margin: 20px auto;
        bottom: 0;
    }

    .slider .posdiv .socail{
        text-align: center;
    }

    .header .logo{
        padding: 0;
    }

    .opt-item{
        padding: 20px 5px;
        border-right: none;
        border-bottom: 1px solid #7f8ca3;
    }

    .navbar-toggle{
        float: right;
    }

    .options{
        position: relative;
        bottom: 0;
    }

    .top-section{
        padding-bottom: 0;
    }

}
@media (min-width: 768px) and (max-width: 1000px){
    .navbar-collapse.collapse{
        display: none !important;
    }

    .servic p.des{
        width: 50vh;
    }

    .servic .item{
        padding: 25px 5px;
        margin: 125px 40px;
    }

    .servicpage p.des{
        width: 50vh;
    }

    .team p.des{
        width: 50vh;
    }

    .servicpage .item{
        padding: 25px 5px;
        margin: 125px 40px;
    }

    .team .item{
        margin: 125px 40px;
    }

}