@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
    url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
    url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Roman';
    src: url('../fonts/Avenir-Roman.woff2') format('woff2'),
    url('../fonts/Avenir-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Black';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
    url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Demi';
    src: url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
    url('../fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
    url('../fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothic Italic';
    src: url('../fonts/CenturyGothic-Italic.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CenturyGothic Bold Italic';
    src: url('../fonts/CenturyGothic-BoldItalic.woff2') format('woff2'),
    url('../fonts/CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

span.rl-gallery-caption {
    display: none !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgb(0 0 0 / 72%);
}

.dropdown-menu[data-bs-popper] {
    left: initial;
    right: 0;
    margin-top: 0.125rem;
    top: 100%;
    width: 400px;
}

.dropdown-item {
    white-space: initial;
}

.navbar-expand-md .navbar-nav .dropdown-menu a{
    font-size: 13px !important;
    margin: 0px !important;
    border-top: 1px solid white;
    padding-top: 15px;
    padding-bottom: 10px;
}

.navbar-expand-md .navbar-nav .dropdown-menu li:first-child a{
    border-top: none !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu{
    padding: 0px;
    margin: 0px;
}

.navbar-expand-md .navbar-nav .dropdown-menu li a:hover{
    background: none;
    color: #fec812 !important;
    border-bottom: none !important;
    padding-bottom: 13px;
}

#menu-main-menu .dropdown-menu li a.active {
    color: white;
    background: none;
}

.rl-gallery-item:hover span.rl-gallery-caption{
    display: block !important;
}

.rl-gallery .rl-gallery-link .rl-gallery-caption, .rl-gallery .rl-gallery-link:after {
    background-color: rgba( 0,0,0, 0.4 ) !important;
}

.about-us-wrapper .about-content .desc .content ul li strong, .portfolio-subtitle, .about-us-wrapper.services-single-wrapper b, .portfolio-single-wrapper .gallery-list b,
.about-us-wrapper .about-content .desc .content ul li span {
    font-family: 'CenturyGothic Bold Italic';
}

#portfolio-list li .desc-content small{
        font-family: 'CenturyGothic Italic';
}

.services-page-wrapper .services-list-wrapper ul li .content a span, .services-single-wrapper h5.subtitle, .fmm-logo-content h3,
.about-us-wrapper .commitment-list h2, .about-us-wrapper .about-content .desc h4, .services-page-wrapper .services-list-wrapper ul li .content h1,
.project-wrapper .viewall-btn a span, .da-thumbs li a div h6 p button b, #menu-main-menu li a.active,
.service-wrapper ul li .item-desc a span, .service-wrapper ul.top li.item-with-full .full a span, .read-more-btn span,
.aboutus-wrapper .content h3, .aboutus-wrapper .read-more-btn a span, .service-wrapper ul li .item-desc h3, #portfolio-list li .desc-content h4,
.home-wrapper #fullpage .content .desc a b, .home-wrapper #fullpage .content .desc p{
    font-family: 'Avenir Next Demi';
}

.portfolio-page-wrapper .desc-content h3, .portfolio-single-wrapper .desc-content h3,
.services-page-wrapper .desc-content h3, .portfolio-single-wrapper .gallery-content h1, .portfolio-single-wrapper .desc-content h1,
.form-wrapper h2, .form-wrapper h1, main .top-banner h1, .about-us-wrapper .desc-content h3, 
.service-wrapper ul.top li.item-with-full .full h1, .project-wrapper .top-content h1, .our-clients-wrapper .top-content h1,
.home-wrapper #fullpage .content h1, .aboutus-wrapper .content .htitle {
    font-family: 'Gotham Black';
}

{
    font-family: 'Myriad Pro';
}

.home-wrapper #fullpage .content .desc a{
    font-family: 'Avenir Next';
}

/* Global Style */
body{
    font-size: 18px;
    font-family: 'Avenir Next';
    color: #4a4a4a;
}

.grecaptcha-badge {
    display: none !important;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
    padding: 0px;
}

.fullwidth{
    width: 100%;
}

#main {
    margin-top: 0;
}

.showmobile{
    display: none;
}

.admin-bar .not-home #header {
    background: #061641;
    padding: 0px 15px;
    position: fixed;
    width: 100%;
    margin-top: 30px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    padding-top: 0px;
    padding-bottom: 30px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 18%, rgba(0,0,0,0.4472163865546218) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 18%, rgba(0,0,0,0.4472163865546218) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0) 18%, rgba(0,0,0,0.4472163865546218) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

header .navbar-brand img {
    height: auto;
    width: 100%;
    max-width: 150px;
}

.not-home #header {
    /*background: #061641;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#061641+3,061641+3,0d4287+10,0d4287+24,061641+30 */
    background: rgb(6,22,65); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgb(6,22,65) 3%, rgb(6,22,65) 3%, rgb(13,66,135) 10%, rgb(13,66,135) 24%, rgb(6,22,65) 30%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgb(6,22,65) 3%,rgb(6,22,65) 3%,rgb(13,66,135) 10%,rgb(13,66,135) 24%,rgb(6,22,65) 30%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgb(6,22,65) 3%,rgb(6,22,65) 3%,rgb(13,66,135) 10%,rgb(13,66,135) 24%,rgb(6,22,65) 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061641', endColorstr='#061641',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 0px 15px;
    position: fixed;
    width: 100%;
}

.not-home header .navbar-brand img {
    max-width: 110px;
    margin: 2px 0px;
}

.not-home #main {
    margin-top: 57px;
}

.navbar-toggler {
    color: white;
}

.clearfix{
    clear: both;
}

footer{
    background: #1b2144;
    color: white;
    padding: 15px 0px;
    margin-top: 50px;
    clear: both;
}

footer .social-wrapper ul li:first-child{
    text-transform: uppercase;
    font-size: 14px;
}

footer .social-wrapper ul, footer .social-wrapper ul li{
    padding: 0px;
    margin: 0px;
}

footer .social-wrapper ul li{
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

footer .social-wrapper ul li a{
    color: white;
    border: 2px solid;
    border-radius: 30px;
    width: 32px;
    display: block;
    text-align: center;
    font-size: 16px;
    padding: 3px 0px;
    padding-bottom: 0;
}

footer small {
    margin-top: 7px;
    display: block;
    font-size: 14px;
}

#menu-main-menu li a {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 5px;
}

.show998{
    display: none;
}

.navbar-nav {
    margin-left: auto;
}

.clearboth{
    clear: both;
}

main .top-banner{
    padding: 100px 0px;
    color: white;
    margin-bottom: 50px;
}

#menu-main-menu li a.active {
    color: #fec812;
}

main .top-banner h1{
    text-transform: uppercase;
}

main .top-banner h4, main .top-banner h4 a{
    color: white;
    font-size: 18px;
}

main .top-banner h4, main .top-banner h4 a {
    text-transform: uppercase;
    font-size: 14px;
}

span.err-btn.left-side svg {
    font-size: 13px;
    position: relative;
    top: -1px;
    left: -47px;
}

#menu-main-menu li a {
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}

#menu-main-menu li a:hover {
    border-bottom: 3px solid #ffffff;
}

/* End Global Style */

/* Home Style */
.home-wrapper{
    overflow: hidden;
}

.home-wrapper #fullpage .content{
    width: 35%;
    color: white;
    position: absolute;
    right: 10%;
    bottom: 10%;
    text-align: right;
}

.downbtn {
    position: absolute;
    color: white;
    bottom: 0px;
    width: 100%;
    left: 0;
    padding-bottom: 20px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6797093837535014) 0%, rgba(0,0,0,0) 83%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6797093837535014) 0%, rgba(0,0,0,0) 83%);
    background: linear-gradient(0deg, rgba(0,0,0,0.6797093837535014) 0%, rgba(0,0,0,0) 83%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.downbtn a{
    color: white;
    cursor: pointer;
}

.downbtn img{
    max-width: 60px;
    margin-bottom: 5px;
}

.downbtn a span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
}

.home-wrapper #fullpage .content h1, .home-wrapper #fullpage .content a{
    color: #ffc811;
}

.home-wrapper #fullpage .content .anibg .col01{
    background: #bf2626;
    width: 100px;
    height: 110px;
    position: absolute;
    right: -10px;
    top: -50px;
    opacity: .7;
}

.home-wrapper #fullpage .content .anibg .col02{
    background: #ffc811;
    width: 100px;
    height: 270px;
    position: absolute;
    right: -50px;
    top: -84px;
    opacity: .8;
}

.home-wrapper #fullpage .content .anibg .col03{
    background: #2a2f57;
    width: 100px;
    height: 290px;
    position: absolute;
    right: -30px;
    top: -30px;
    opacity: 1;
}

.about-us-wrapper .about-content .desc .content ul li {
    padding-bottom: 3px;
}

.about-us-wrapper .about-content .desc .content ul li span{
    font-size: 16px;
}

.aboutus-wrapper h3 {
    font-size: 22px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.home-wrapper #fullpage .content .desc{
    position: relative;
    z-index: 3;
}

.da-thumbs {
    border-top: 1px solid #c3bdbd;
    border-left: 1px solid #c3bdbd;
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 20px auto;
    padding: 0;
}
.da-thumbs li {
    width: 33.33333%;
    float: left;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #c3bdbd;
    border-right: 1px solid #c3bdbd;
    list-style: none !important;
}
.da-thumbs li a div h6 p {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    padding : 0px 40px;
}

.da-thumbs li a div h6 p button{
    background: none;
    border: none;
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
    display: block;
    text-align: center;
    width: 100%;
}

.da-thumbs li a div h6 p .line{
    height: 4px;
    width: 60px;
    background: white;
    display: block;
    margin: 0px auto;
    margin-top: 30px;
}

.da-thumbs li a div h6 {
    display: table;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
}
.da-thumbs li a {
    overflow: hidden;
    padding: 125px 10px;
    color: black;
}
.da-thumbs li a div {
    position: absolute;
    bottom: -100%;

    color: white;
    width: 100%;
    height: 100%;
}
.da-thumbs li a div.one{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dc1c5a+0,dc1c5a+50,bf1c5a+50,bf1c5a+50,bf1c5a+100 */
    background: rgb(220,28,90); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(220,28,90,1) 0%, rgba(220,28,90,1) 50%, rgba(191,28,90,1) 50%, rgba(191,28,90,1) 50%, rgba(191,28,90,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(220,28,90,1) 0%,rgba(220,28,90,1) 50%,rgba(191,28,90,1) 50%,rgba(191,28,90,1) 50%,rgba(191,28,90,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(220,28,90,1) 0%,rgba(220,28,90,1) 50%,rgba(191,28,90,1) 50%,rgba(191,28,90,1) 50%,rgba(191,28,90,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc1c5a', endColorstr='#bf1c5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.da-thumbs li a div.two{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c519f+0,3c519f+50,bf1c5a+50,2d4498+50,2d4498+100 */
    background: rgb(60,81,159); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(60,81,159,1) 0%, rgba(60,81,159,1) 50%, rgba(191,28,90,1) 50%, rgba(45,68,152,1) 50%, rgba(45,68,152,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(60,81,159,1) 0%,rgba(60,81,159,1) 50%,rgba(191,28,90,1) 50%,rgba(45,68,152,1) 50%,rgba(45,68,152,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(60,81,159,1) 0%,rgba(60,81,159,1) 50%,rgba(191,28,90,1) 50%,rgba(45,68,152,1) 50%,rgba(45,68,152,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c519f', endColorstr='#2d4498',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.da-thumbs li a div.three{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0083c6+0,0083c6+50,0083c6+50,0076c7+50,0076c7+100 */
    background: rgb(0,131,198); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(0,131,198,1) 0%, rgba(0,131,198,1) 50%, rgba(0,131,198,1) 50%, rgba(0,118,199,1) 50%, rgba(0,118,199,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(0,131,198,1) 0%,rgba(0,131,198,1) 50%,rgba(0,131,198,1) 50%,rgba(0,118,199,1) 50%,rgba(0,118,199,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(0,131,198,1) 0%,rgba(0,131,198,1) 50%,rgba(0,131,198,1) 50%,rgba(0,118,199,1) 50%,rgba(0,118,199,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083c6', endColorstr='#0076c7',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.da-thumbs li a div.four{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4bb884+0,4bb884+50,0083c6+50,2db38a+50,2db38a+100 */
    background: rgb(75,184,132); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(75,184,132,1) 0%, rgba(75,184,132,1) 50%, rgba(0,131,198,1) 50%, rgba(45,179,138,1) 50%, rgba(45,179,138,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(75,184,132,1) 0%,rgba(75,184,132,1) 50%,rgba(0,131,198,1) 50%,rgba(45,179,138,1) 50%,rgba(45,179,138,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(75,184,132,1) 0%,rgba(75,184,132,1) 50%,rgba(0,131,198,1) 50%,rgba(45,179,138,1) 50%,rgba(45,179,138,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4bb884', endColorstr='#2db38a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.da-thumbs li a div.five{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff863b+0,ff863b+50,0083c6+50,ff763b+50,ff763b+100 */
    background: rgb(255,134,59); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(255,134,59,1) 0%, rgba(255,134,59,1) 50%, rgba(0,131,198,1) 50%, rgba(255,118,59,1) 50%, rgba(255,118,59,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(255,134,59,1) 0%,rgba(255,134,59,1) 50%,rgba(0,131,198,1) 50%,rgba(255,118,59,1) 50%,rgba(255,118,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(255,134,59,1) 0%,rgba(255,134,59,1) 50%,rgba(0,131,198,1) 50%,rgba(255,118,59,1) 50%,rgba(255,118,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff863b', endColorstr='#ff763b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.da-thumbs li a div span {
    display: block;
    padding: 10px 0;
    margin: 40px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255,255,255,0.9);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.da-thumbs li a h4{
    text-transform: uppercase;
    min-height: 85px;
    padding: 0px 20px;
    font-size: 20px;
}

.da-thumbs li a .redline{
    height: 3px;
    width: 70px;
    background: #c12526;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.da-thumbs li a svg{
    font-size: 20px;
    margin-top: 20px;
    color: #bfbcbc;
}

.da-thumbs li a h5{
    font-style: italic;
    font-size: 16px;
}

.da-thumbs li a div p{
    padding: 20px;
}

.home-wrapper #fullpage .content .desc h1 {
    text-transform: uppercase;
    font-size: 40px;
    line-height: 44px;
}

.home-wrapper #fullpage .content .desc p{
    font-size: 18px;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.home-wrapper #fullpage .content .desc a{
    text-transform: uppercase;
    padding-top: 15px;
    display: block;
    font-size: 18px;
}

.biglogo {
    /*opacity: .5;*/
}

.biglogo img {
    position: absolute;
    top: 28%;
    left: 41%;
    max-width: 17%;
}

.home-wrapper #fullpage .content .desc a span {
    display: inline-block;
    height: 2px;
    width: 60px;
    background: #fec812;
    position: relative;
    top: -5px;
    left: -6px;
}
/* End Home Style */

/* About Us Style */
.aboutus-wrapper .content{
    position: relative;
    padding-left: 15%;
    padding-top: 20px;
}

.aboutus-wrapper .content .htitle {
    position: absolute;
    font-size: 44px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    left: -5%;
    top: 70px;
}

.aboutus-wrapper .content .htitle span{
    color: #bf2626;
}

.aboutus-wrapper .content p{
    padding-bottom: 15px;
}

.aboutus-wrapper .content .red-line{
    height: 4px;
    width: 12%;
    margin-top: 5px;
    margin-bottom: 15px;
    background: #bf2626;
}

span.err-btn .redline {
    height: 2px;
    width: 50px;
    background: #c02626;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 6px;
}

span.err-btn .whiteline{
    height: 2px;
    width: 50px;
    background: white;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 6px;
}

span.err-btn .whiteline.left-err{
    left: initial;
    right: 6px;
}

span.err-btn .redline.black{
    background: black;
}

span.err-btn .redline.white{
    background: white;
}

span.err-btn svg{
    font-size: 13px;
    position: relative;
    top: -1px;
}

.aboutus-wrapper{
    padding: 90px 0px;
    padding-bottom: 60px;
}

.aboutus-wrapper img{
    width: 100%;
    box-shadow: 80px 70px 0px -50px #bf2626;
    border-radius: 5px;
}

.aboutus-wrapper .read-more-btn{
    margin-top: 30px;
}

.aboutus-wrapper .read-more-btn a {
    color: #c02626;
    text-transform: uppercase;
}

.about-us-wrapper .about-content img{
    width: 90%;
    margin-left: 30px;
    box-shadow: -80px 65px 0px -50px #bf2626;
    margin-bottom: 50px;
    border-radius: 5px;
}

.about-us-wrapper .about-content .desc{
    padding-top: 50px;
}

.about-us-wrapper .about-content .desc h4{
    padding-bottom: 10px;
    font-size: 26px;
}

.about-us-wrapper.services-single-wrapper .about-content .desc h4{
    padding-bottom: 10px;
    font-size: 26px;
}

.about-us-wrapper.services-single-wrapper .content-wrapper ul{
    padding-top: 0px;
}

.about-us-wrapper .about-content .desc .content{
    padding-left: 30px;
    position: relative;
    padding-bottom: 40px;
}

.about-us-wrapper .about-content .desc .content p{
    padding-bottom: 15px;
}

.about-us-wrapper .about-content .desc .content span.redline{
    height: 100px;
    width: 8px;
    position: absolute;
    left: 3px;
    display: block;
    background: #c02626;
}


/*.description-content-wrapper{
    text-align: justify;
}*/

.about-us-wrapper .desc-content span.redline{
    height: 6px;
    width: 80px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #c02626;
}


.about-us-wrapper .about-content .left-content .desc .content{
    padding-left: 0px;
    padding-right: 30px;
    position: relative;
}

.about-us-wrapper .about-content .left-content .desc .content span.redline{
    height: 100px;
    width: 8px;
    position: absolute;
    left: initial;
    right: 3px;
    display: block;
    background: #c02626;
}


.about-us-wrapper .commitment-list .content{
    padding: 0px 0px;
}

.about-us-wrapper .commitment-list .content p{
    padding-bottom: 15px;
}

.about-us-wrapper .commitment-list .content .redline{
    height: 5px;
    width: 90px;
    background: #c02626;
    display: inline-block;
    margin-bottom: 20px;
}

.about-us-wrapper .commitment-list .icon img{
    max-width: 130px;
    margin: 0px auto;
}

.about-us-wrapper .commitment-list h2{
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.about-us-wrapper .commitment-list .content .icon.bottom {
    margin-top: 30px;
}

.about-us-wrapper .desc-content {
    padding-bottom: 40px;
}

.about-us-wrapper .desc-content p{
    padding-bottom: 15px;
}

.about-us-wrapper .desc-content h3{
    color: #194657;
    text-transform: uppercase;
    padding-bottom: 10px
}

.about-us-wrapper .desc-content h3 span{
    color: #d34460;
}

.about-us-wrapper .commitment-list {
    margin-top: 30px;
}

.aboutus-wrapper img.rmani{
    -webkit-transform : scale(1); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : scale(1); /* IE 9 */
    transform         : scale(1); /* Firefox 16+, IE 10+, Opera */
    transition: transform .5s ease-in-out;
}

.aboutus-wrapper img.addani{
    -webkit-transform : scale(1.05); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : scale(1.05); /* IE 9 */
    transform         : scale(1.05); /* Firefox 16+, IE 10+, Opera */
    transition: transform .7s ease-in-out;
    /*transition-delay: .1ms;*/
}

.service-wrapper ul li .serimg{
    overflow: hidden;
}

.service-wrapper ul li.item.rmani img{
    -webkit-transform : rotate(0deg) scale(1); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(0deg) scale(1); /* IE 9 */
    transform         : rotate(0deg) scale(1); /* Firefox 16+, IE 10+, Opera */
    transition: transform .5s ease-in-out;
}

.service-wrapper ul li.item.addani img{
    -webkit-transform : rotate(-1deg) scale(1.1); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform     : rotate(-1deg) scale(1.1); /* IE 9 */
    transform         : rotate(-1deg) scale(1.1); /* Firefox 16+, IE 10+, Opera */
    transition: transform 1s ease-in-out;
}

/* End About Us Style */

/* Service Style */
.service-wrapper{
    padding: 60px 0px;
    padding-top: 10px;
}

.service-wrapper ul, .service-wrapper ul li{
    padding: 0px;
    margin: 0px;
}

.service-wrapper ul li {
    width: 50%;
    float: left;
    list-style: none;
}

.service-wrapper ul li .left, .service-wrapper ul li .right{
    float: left;
    width: 50%;
}

.service-wrapper ul li img{
    width: 130%;
}

.service-wrapper ul li.item {
    color: white;
    background: #1b2144;
}

.service-wrapper .content{
    background: #ffc811;
}

.service-wrapper ul.top li.item .blank-wrapper{
    height: 60px;
    background: white;
    border-right: 25px solid #c02626;
}

.service-wrapper ul li .item-desc{
    padding: 25px 30px;
    background: url("../images/service-item-bg.png")top left no-repeat;
    background-size: cover;
}

.service-wrapper ul.top{
    background: url("../images/service-full-bg.png")center right no-repeat;
    background-size: contain;
    position: relative;
}

.service-wrapper ul.top li.item-with-full{
    padding: 90px 50px;
    position: relative;
    padding-bottom: 10px;
}

.service-wrapper ul.top li.item-with-full .red-blank-wrapper {
    height: 15px;
    width: 60%;
    background: #c12526;
    position: absolute;
    top: -15px;
    left: -25px;
}

.service-wrapper ul.top li.item-with-full .full a{
    display: block;
    text-align: right;
    margin-top: 100px;
    color: black;
    text-transform: uppercase;
    font-size: 18px;
}

.service-wrapper ul.top li.item-with-full .full h1{
    text-transform: uppercase;
    font-size: 30px;
}

.service-wrapper ul.top li.item-with-full .full h5 {
    font-style: italic;
}

.service-wrapper ul.top li.item-with-full .full .white-line{
    height:6px;
    width: 80px;
    background: white;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.service-wrapper ul li .item-desc h3 {
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 30px;
}

.service-wrapper ul li .item-desc .yellow-line{
    height: 5px;
    width: 80px;
    display: inline-block;
    background: #ffc811;
}

.service-wrapper ul li .item-desc a{
    display: block;
    margin-top: 20vh;
    color: white;
    text-transform: uppercase;
    font-size: 16px;
}

.services-page-wrapper .desc-content {
    padding-bottom: 30px;
}

.services-page-wrapper .services-list-wrapper ul{
    color: white;
    background: #1b2144;
}

.services-page-wrapper .services-list-wrapper ul, .services-page-wrapper .services-list-wrapper ul li{
    padding: 0px;
    margin: 0px;
}

.services-page-wrapper .services-list-wrapper ul li{
    list-style: none;
    clear: both;
}

.services-page-wrapper .services-list-wrapper ul li .content{
    padding: 60px 40px;
}

.services-page-wrapper .services-list-wrapper ul li img{
    width: 100%;
}

.services-page-wrapper .services-list-wrapper ul li .left, .services-page-wrapper .services-list-wrapper ul li .right{
    float: left;
    width: 50%;
}

.page-template-services footer{
    margin-top: 0px;
}

.services-page-wrapper .desc-content .redlline{
    display: block;
    height: 5px;
    width: 120px;
    background: #c12526;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.services-page-wrapper .services-list-wrapper ul li .content {
    padding: 70px 60px;
    background: url(../images/service-item-bg.png)top left no-repeat;
    background-size: contain;
    position: relative;
}

.services-page-wrapper .services-list-wrapper ul li .content h1{
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 30px;
    width: 70%;
}

.services-page-wrapper .services-list-wrapper ul li .content .yellowline{
    height: 5px;
    width: 60px;
    display: block;
    background: #ffc811;
    margin-bottom: 10px;
    clear: both;
}

/*.services-page-wrapper .services-list-wrapper ul li:nth-child(odd) a{*/
/*    text-align: right;*/
/*}*/

.services-page-wrapper .services-list-wrapper ul li:nth-child(even) .content .yellowline,
.services-page-wrapper .services-list-wrapper ul li:nth-child(even) h1{
    float: right;
}

.services-page-wrapper .services-list-wrapper ul li:nth-child(even) .content p{
    clear: both;
}

.services-page-wrapper .services-list-wrapper ul li:nth-child(even) .content{
    text-align: right;
}

.services-page-wrapper .services-list-wrapper ul li .content a{
    color: white;
    text-transform: uppercase;
    display: block;
    margin-top: 50px;
}

.services-single-wrapper h5.subtitle{
    padding-bottom: 10px;
    padding-top: 20px;
}

.services-single-wrapper .desc-content {
    padding-bottom: 40px;
    width: 80%;
    margin: 0px auto;
}

.services-single-wrapper .desc-content .redlline {
    display: block;
    height: 5px;
    width: 120px;
    background: #c12526;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
/* End Service Style */

/* Project Style */
.project-wrapper{
    margin-top: 20px;
    margin-bottom: 60px;
}

.project-wrapper .top-content h1{
    font-size: 32px;
}

.project-wrapper .top-content .redline{
    width: 140px;
    height: 5px;
    background: #c12526;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.project-wrapper .viewall-btn a{
    background: #c12526;
    color: white;
    padding: 10px 50px;
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 7px;
}
/* End Project Style */

/* Contact Us Style */
.contact-wrapper img {
    /*box-shadow: -240px 230px 0px -210px #bf2626;*/
    margin-left: 30px;
    z-index: 2;
    position: relative;
}


.contact-details br{
    display: none;
}

.contact-details span.fax{
    display: inline-block;
    padding-left: 20px;
}

.contact-wrapper .content .left-red-bg {
    width: 30%;
    height: 30%;
    background: #bf2626;
    position: absolute;
    top: 42%;
}

.contact-wrapper .content{
    position: relative;
}

.contact-wrapper .form-wrapper {
    background: url(../images/service-item-bg.png)top left no-repeat;
    background-size: cover;
    background-color: #1b2144;
    position: absolute;
    color: white;
    right: 30px;
    width: 40%;
    top: 10%;
    padding: 70px 60px;
    padding-bottom: 50px;
}

.contact-wrapper .form-wrapper textarea{
    height: 100px;
}

.contact-wrapper .contact-details{
    padding-top: 50px;
    width: 40%;
}

.form-wrapper h1, .form-wrapper h4{
    text-transform: uppercase;
}

.form-wrapper h1{
    font-size: 60px;
}

.contact-details ul, .contact-details ul li{
    margin: 0px;
    padding: 0px;
}

.contact-details ul li{
    list-style: none;
    position: relative;
    padding-left: 50px;
    border-top: 1px solid #cbcaca;
    padding-top: 20px;
    padding-bottom: 20px;
}

.contact-details ul li:first-child{
    border-top: none;
}

.contact-details ul li:first-child svg{
    font-size: 24px;
}

.contact-details ul li svg{
    position: absolute;
    left: 12px;
    color: #c12526;
    font-size: 20px;
    top: 22px;
}

.form-red-border {
    background: #c02626;
    width: 30%;
    height: 370px;
    position: absolute;
    right: 15px;
    top: 7%;
    z-index: 1;
}

.form-wrapper{
    position: relative;
    z-index: 3;
}

.form-wrapper h4{
    font-style: italic;
}

.form-wrapper h2{
    position: absolute;
    font-size: 44px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    left: -23%;
    bottom: 20%;
    background: #ffc700;
    z-index: 2;
    color: #1a2144;
    padding: 4px 30px;
    font-size: 26px;
    padding-top: 10px;
}

.form-wrapper .yellow.line{
    background: #ffc700;
    height: 6px;
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

.form-wrapper form{
    padding-top: 20px;
}

.form-wrapper label{
    width: 100%;
}

.form-wrapper input, .form-wrapper textarea{
    background: none;
    border: none;
    border-bottom: 2px solid #c02626;
    color: white;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
}

.form-wrapper .submitbtn{
    position: relative;
    text-align: right;
}

.form-wrapper .submitbtn .wpcf7-spinner{
    position: absolute;
}

.form-wrapper .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 16px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
    bottom: -32px;
}

.form-wrapper input[type=submit]{
    border-bottom: none;
    margin-top: 50px;
    text-transform: uppercase;
    width: auto;
    margin-bottom: 20px;
}

.contact-us-wrapper .contact-us-content .left, .contact-us-wrapper .contact-us-content .right{
    float: left;
    width: 50%;
}

.contact-us-wrapper .form-wrapper {
    background: url(../images/service-item-bg.png)top left no-repeat;
    background-size: cover;
    background-color: #1b2144;
    color: white;
    padding: 70px 60px;
    padding-bottom: 50px;
    box-shadow: 140px -150px 0px -120px #bf2626;
}

.contact-us-wrapper .form-wrapper h2 {
    position: absolute;
    font-size: 44px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    left: -20%;
    bottom: 20%;
    background: #ffc700;
    z-index: 2;
    color: #1a2144;
    padding: 4px 30px;
    font-size: 26px;
    padding-top: 10px;
}

.contact-us-wrapper .map-wrapper{
    position: relative;
    z-index: 3;
    box-shadow: 165px 160px 0px -140px #bf2626;
    margin-top: 130px;
}

.container.contact-us-content {
    margin-top: 90px;
}

.contact-details {
    padding-top: 40px;
    padding-left: 40px;
}
/* End Contact Us Style */

/* Portfolio Us Style */
.portfolio-single-wrapper .desc-content{
/*    padding-left: 100px;*/
    position: relative;
}


.portfolio-single-wrapper .desc-content h1 {
    position: absolute;
    font-size: 45px;
    transform: rotate(-90deg);
    left: -8%;
    top: 110px;
    text-transform: uppercase;
}

.portfolio-single-wrapper hr{
    margin-top: 30px;
    margin-bottom: 30px;
}

.portfolio-single-wrapper .desc-content h4{
    padding-bottom: 15px;
    font-size: 26px;
    padding-top: 20px;
}


.portfolio-single-wrapper .desc-content h3{
    color: #284859;
    font-size: 28px;
    padding-bottom: 10px;
}

.portfolio-single-wrapper .rl-basicgrid-gallery{
    margin-bottom: 30px;
}

.portfolio-single-wrapper .gallery-content{
    padding-right: 100px;
    position: relative;
}

.portfolio-single-wrapper .gallery-content h1 {
    position: absolute;
    font-size: 45px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    right: -4%;
    top: 80px;
}

.portfolio-single-wrapper .desc-content .redlline, .portfolio-page-wrapper .desc-content .redlline {
    display: block;
    height: 5px;
    width: 120px;
    background: #c12526;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.portfolio-single-wrapper .desc-content p{
    padding-bottom: 15px;
}

.portfolio-single-wrapper .desc-content .image-item {
    margin-bottom: 20px;
}

.fmm-logo-content img {
    width: 130px;
/*    float: left;*/
}

.about-us-wrapper .fmm-gallery{
    clear: both;
}

.fmm-logo-content h3{
    font-size: 20px;
}

.about-us-wrapper .about-content .desc .content ul li strong{
     font-size: 16px;
}

.our-clients-wrapper{
    margin-bottom: 80px;
}

.our-clients-wrapper .sa_owl_theme .owl-dots{
    display: none !important;
}

.our-clients-wrapper .top-content h1{
    text-transform: uppercase;
}

.our-clients-wrapper .top-content .redline {
    width: 140px;
    height: 5px;
    background: #c12526;
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

.portfolio-single-wrapper .portfolio-subtitle{
    text-transform: uppercase;
    font-size: 18px !important;
    color: #c02626;
    padding-bottom: 5px !important;
}

ul#portfolio-list li, ul#portfolio-list{
    padding: 0px;
    margin: 0px;
}

#portfolio-list li{
    list-style: none;
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
    margin: 0.5% !important;
    border: 1px solid #b3aaaa;
    overflow: hidden;
    transform: scale(1);
    transition: transform .4s ease-in-out;
}

#portfolio-list li img{
    width: 100%;
    filter: grayscale(80%);
    transform: scale(1);
    transition: transform .4s ease-in-out;
}

#portfolio-list li:hover img{
    filter: grayscale(0%);
    transform: scale(1.1);
    transition: transform .4s ease-in-out;
}

#portfolio-list li:hover {
    -webkit-box-shadow: -1px 5px 12px -5px #000000;
   -moz-box-shadow: -1px 5px 12px -5px #000000;
        box-shadow: -1px 5px 12px -5px #000000;
}

#portfolio-list li .imgcontetn {
    overflow: hidden;
    height: 180px;
}

#portfolio-list li a{
    color: black;
    display: block;
}

#portfolio-list li .desc-content{
    padding: 20px;
}

#portfolio-list li .desc-content h4{
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    min-height: 50px;
}

#portfolio-list li .desc-content small{
    text-align: center;
    display: block;
    font-size: 12px;
    color: #656565;
    text-transform: uppercase;
    letter-spacing: 2px;
}


#portfolio-list li .desc-content .redline{
    height: 2px;
    width: 50px;
    background: #c12526;
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

#portfolio-list li:hover .read-more-btn{
    color: #c12526;
}

.about-us-wrapper .about-content .refer-btn a {
    display: inline-block;
    background: #c12526;
    color: white;
    padding: 5px 20px;
    padding-top: 7px;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.about-us-wrapper .about-content .refer-btn a span{
    padding-left: 10px;
}

.about-us-wrapper .content-wrapper ul {
    padding-left: 15px;
    padding-top: 10px;
}
/* End Portfolio Style */

.cert-logo-wrapper {
    position: relative;
    z-index: 10;
    width: 300px;
    float: right;
}

.cert-logo-wrapper img{
    width: 100%;
}



