@font-face {
    font-family: 'ProximaNovaRegular';
    src: url(fontfamily/ProximaNovaRegular.otf);
}
@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url(fontfamily/ProximaNovaSemibold.otf);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'ProximaNovaRegular';
    letter-spacing: 1px;
}
/*********** Header ******/

.mynav {
    padding-top: 10px;
    padding-bottom: 10px;
    background: none;

    background: #066B2B !important;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #0094D9;
}
.navbar-header a span{
  font-size: 16px;
  color: #fff !important;
}

.logo{
    height: 80px;
}
.mynav .navbar-right {
    margin-top: 15px;
}
.mynav .navbar-right li {
    margin-right: 0px;
}
.mynav .navbar-right li a {
    color: #fff !important;
    font-size: 15px;
    transition: 100ms ease-out !important;
}
.mynav .navbar-right li a:hover {
    color:#f1f1f1;
}


.trial-btn {
    border: 2px solid #2E3192;
    padding: 8px 30px!important;
    border-radius: 20px;
    margin-top: 5px;
    margin-left: 10px;
    background: #2E3192;
    color: #fff !important;
}
.trial-btn:hover {
    color: #0094D9 !important;
    background:#fff;
}

.home-slider .carousel img {
    width: 100%;
    height: 650px;
}
.home-slider .carousel-indicators {
    bottom: -10px;
}
.home-slider .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    //background-color: #0094D9;
    border: 2px solid #2E3192;
    border-radius: 10px;
}
.home-slider .carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 4px;
    background-color: transparent;
    border-color: #2E3192;
}
.home-line-blue{
    background: #0094D9;
    border-radius: 6px;
    width: 60px;
    height: 6px;
    margin: 30px auto;
}
.home-intro{
    padding-top: 30px;
    padding-bottom: 50px;
}

.home-intro h1{
    font-size: 40px;
}
.home-intro p{
    font-size: 17px;
    line-height: 28px;
}
.home-intro li{
    font-size: 17px;
    line-height: 28px;
}
.company-profile{
    background: url(../images/slider-6.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 60px;
    color: #fff;
}
.company-profile{
    font-size: 16px;
    line-height: 26px;   
}
.ceo-message{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f2f2;
}
.ceo-message p{
    font-size: 16px;
    line-height: 26px;
}

.team{
      background: url(../images/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
    color: #fff;
    //padding:75px 0;
}
h2.description{
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 5px;
}
.profile{
    margin-top: 25px;
}
.profile h1{
    font-weight: normal;
    font-size: 20px;
    margin:10px 0 0 0;
}
.profile h2{
    font-size: 14px;
    font-weight: lighter;
    margin-top: 5px;
}
.profile .img-box{
    opacity: 1;
    display: block;
    position: relative;
}

.profile .img-box img{
    height: 300px;
    width: 100%;
}
.profile .img-box:after{
    content:"";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.img-box ul{
    position: absolute;
    z-index: 2;
    bottom: 50px;
    text-align: center;
    width: 100%;
    padding-left: 0px;
    height: 0px;
    margin:0px;
    opacity: 0;
}
.profile .img-box:after, .img-box ul, .img-box ul li{
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.img-box ul i{
    font-size: 20px;
    letter-spacing: 10px;
}
.img-box ul li{
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #0094D9;
    margin: 2px;
    padding: 5px;
    display: inline-block;
}
.img-box a{
    color:#fff;
}
.img-box:hover:after{
    opacity: 1;
}
.img-box:hover ul{
    opacity: 1;
}
.img-box ul a{
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.img-box a:hover li{
    border-color: #fff;
    color: #0094D9;
}


/****** our-client *******/
.our-clients{
    padding-top: 30px;
    padding-bottom: 20px;
}
/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

/****** our-client *******/


/******** Footer ************/

footer {
    background-color: rgba(44, 62, 80, 1.0);

    width: 100%;
    bottom: 0;
    font-weight: lighter;
    color: white;
}
.footerHeader{
    width:100%;
    padding:1em;
    background-color:rgba(52, 73, 94,1.0);
    text-align:center;
    color:white;

}
footer h3{
    font-weight:lighter;
}
footer ul{
    padding-left:5px;
    list-style:none;
}
footer ul li{
    line-height: 26px;
}
footer ul li a{
    color: #fff;
}

footer ul li a:hover{
    color: #0094D9;
}



footer p{
    text-align : justify;
    font-size : 12px;
}
footer iframe {
    width:100%;
    position:relative;
    height:170px;
}
.sm{
    list-style:none;
    overflow:auto;
}
.sm li {
    display: inline;
    padding:5px;
    float:left;
} 
.sm li a img {
    width:32px;
}

.copyrights {
    font-size: 15px;
    border-top: 1px solid #2D383E;
    //padding-top: 30px;
    margin-top: 20px;
    text-align: center;
}
.copyrights p {
    color: #fff;
    font-size: 15px;
    text-align: center;
}
/******** Footer ************/

/****** contact-us ********/

/********* attorneys-banner *********/
 .attorneys-banner{
     background: url(../images/attorneys.jpg);
     padding-top: 80px;
     padding-bottom: 80px;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     width: 100%;
     // height: 250px;
}
 .attorneys-banner h1{
     color: #fff;
     text-align: center;
     //margin-top: 100px;
     font-size: 40px;
     font-weight: 400;
}
    
    /*********** contact-us *******/
 .contact-us{
     padding-top: 50px;
     padding-bottom: 80px;
     background: #F0F4F7;
}
 .address-area h5{
     color: #2196F3;
     letter-spacing: 1px;
     margin-bottom: 10px;
     font-size: 16px;
}
 .address-area p{
     letter-spacing: 1px;
     font-size: 15px;
     color: #73777A;
     margin-bottom: 25px;
}
 .contact-us .form-control{
     height: 50px;
     background: #fff;
     color: #404040;
     border-radius: 2px;
     border:0;
}
 .contact-us textarea.form-control{
     height: inherit;
}
 .contact-us .btn{
     font-size: 15px;
     letter-spacing: 1px;
     border: 1px solid #2196F3;
     background: #2196F3 !important;
     border-radius: 3px;
     color: #FBFDFA !important;
     text-decoration: none !important;
     margin-bottom: 5px;
     padding: 16px 24px;
     width: 100%;
      transition: 300ms ease-out !important;
     // height: 48px;
}
.btn-send:hover{
    background: #2085d7 !important;
}

/******** contact-us ***********/

/******* Section-two  *******/
.section-two{
  padding-top: 30px;
  padding-bottom: 80px;
  background: rgba(0,0,0,0.1);
  //background:#444;
  text-align: center;
}

.icons{
  padding-top: 50px;
}

.icons i{
  font-size: 45px;
  color: #655E7A;
}

.icons h4{
  padding-top: 10px;
  text-align: left !important;
}
.icons p{
  color: #7B7B7B;
  line-height: 25px;
  text-align: left !important;

}
.section-two img{
  height: 200px;
}

.our-services p{
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 10px;
}

.our-services ul li{
  font-size: 14px;
}

/******* Section-two  *******/

/************ Extras ***********/

.btnStyle {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    transition: 300ms ease-out !important;
}
.btnStyle:hover {
    transform: scale(0.9) !important;
}
.btnStyle2 {
    transform: translateZ(0) !important;
    backface-visibility: hidden !important;
    transition: 300ms ease-out !important;
}
.btnStyle2:hover {
    transform: scale(1.1) !important;
}
.mb0 {
    margin-bottom: 0;
}
.ml5 {
    margin-left: 5px !important;
}
.ml7 {
    margin-left: 7px !important;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml100 {
    margin-left: 100px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb100 {
    margin-bottom: 100px;
}
.mb150 {
    margin-bottom: 150px;
}
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.mt70 {
    margin-top: 70px;
}
.mt80 {
    margin-top: 80px;
}
.mt100 {
    margin-top: 100px;
}
.mt150 {
    margin-top: 150px;
}
.mt200 {
    margin-top: 200px;
}
.mt-10 {
    margin-top: -10px;
}
.mt-20 {
    margin-top: -20px;
}
.mt-30 {
    margin-top: -30px;
}
.mt-40 {
    margin-top: -40px;
}
.mt-50 {
    margin-top: -50px;
}
/********* font-size **********/

.fbold {
    font-weight: 600;
}
.f12 {
    font-size: 12px;
}
.f13 {
    font-size: 13px;
}
.f14 {
    font-size: 14px !important;
}
.f15 {
    font-size: 15px;
}
.f16 {
    font-size: 16px;
}
.f17 {
    font-size: 17px;
}
.f18 {
    font-size: 18px;
}
.f19 {
    font-size: 19px;
}
.f20 {
    font-size: 20px;
}
.white {
    color: #fff;
}
.whiteMontbold {
    color: #fff;
    font-weight: bold;
}
.pt10 {
    padding-top: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.block {
    display: block;
}
/*********** Media ************/

@media only screen and (max-width: 767px) {
    .logo {
        margin-left: 15px;
    }
    .mynav .navbar-right,
    .mynav .navbar-nav {
        text-align: center !important;
    }
    .navbar-toggle .icon-bar {
        width: 22px;
        transition: all 0.2s;
    }
    .navbar-toggle .top-bar {
        transform: rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggle .middle-bar {
        opacity: 0;
    }
    .navbar-toggle .bottom-bar {
        transform: rotate(-45deg);
        transform-origin: 10% 90%;
    }
    .navbar-toggle.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggle.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggle.collapsed .bottom-bar {
        transform: rotate(0);
    }
    .mynav .navbar-toggle {
        background: none !important;
        border: 0 !important;
        margin-top: 25px;
    }
    .mynav .icon-bar {
        background: #2E3192 !important;
    }
    .block {
        display: inline-block;
    }
    .media-img{
      width: 100%;
    }
    
    .home-slider h1 {
        font-size: 30px;
    }
    .home-slider {
        padding-top: 0;
    }
    .home-slider .carousel-indicators {
        bottom: -40px;
    }
    
    .footer {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .block {
        display: inline-block;
    }
    
    .mynav .navbar-right li {
        margin-right: 0px;
    }
    


}

@media (min-width: 992px) and (max-width: 1199px) {


}