/* previous hover red #ce2a36 -----*/
/* previous blue #1f386e -----*/
/* Previous yellow #ffcd23 -----*/

/*---------- Blue Color  #1d2d6a-----------------*/
/*------------ Red Color  #e52f3c & #ce2a36------*/
/*----------- Grey Color  #c1c1c1----------------*/
/*-------- H2 Grey Color  #585858----------------*/
/*-- dark border Grey Color  #777----------------*/

@import url("https://fonts.googleapis.com/css?family=Charmonman");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");

body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #999;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h1 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 2.2em;
  color: #757575;
}
h2 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 2.2em;
  color: #757575;
}

h2 span {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 100;
  font-size: 30px;
  color: #757575;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #1d2b6a;
}
h4 {
  font-size: 18px;
  color: #1d2b6a;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #1d2d6a;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #e52f3c;
}
ul,
ol {
  list-style: none;
}
ul,
ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

/*--------------------------*/
/* Navigation bar section*/
/*-----------------------*/

#menu {
  margin-bottom: 60px;
  padding: 20px 45px 8px 20px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 10px rgb(0, 0, 0);
}
#menu a.navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1d2b6a;
  text-transform: uppercase;
  letter-spacing: -1px;
}



/*----------------------*/
/*      Menu bar       */
/*----------------------*/

#menu.navbar-default .navbar-nav > li > a {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #777;
  font-size: 12px;
  font-weight: 625;
  padding: 8px 1px 5px 1px;
  border-radius: 0;
  margin: 5px 10px 0 10px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #1d2b6a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #1d2b6a !important;
  background-color: transparent;
}
#menu .phone {
  font-family: "Montserrat", sans-serif;
  /* margin: 4px 12px 0 15px; */
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 10px;
  margin-right: 10px;
    letter-spacing: 1px;
}



/*#menu .phone {
  font-family: "Montserrat", sans-serif;
   margin: 4px 12px 0 15px; 
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  padding-top: 10px;
  padding-bottom: 7px;
  margin-left: 890px;
}

#menu .phones {
  font-family: "Montserrat", sans-se    rif;
   margin: 4px 12px 0 15px; 
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 10px;
  margin-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}

#menu .socialnav {
    float: right;
    color: #777;
    margin-top: -40px;
    margin-right: -10px;
}*/

#menu .phones {
  font-family: "Montserrat", sans-serif;
  /* margin: 4px 12px 0 15px; */
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  margin-top: 10px;
  margin-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
}

.socialicon {
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #777;
  display: inline-block;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  box-shadow: 0 2px 2px 0 #c1c1c1;
  width: 30px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 2px;
  /*    border-radius: 50%;
    display: inline-flex;
    list-style: none;
    word-spacing: normal;
    padding: 10px;
    transition-delay: 0.2s;
    border-radius: 90px;
    box-shadow: 2px;
    background-color: #fff;*/
}
.socialicon:hover {
  background-color: #1d2b6a;
  color: #fff;
  box-shadow: 0 2px 2px 0;
  display: inline-block;
  list-style: none;
}

.login {
  text-align: center;
  float: left;
  margin-right: 10px;
  width: 5em;
  border-radius: 5px;
  color: #fff;
  padding: 4px 6px;
  font-weight: 400;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.login:hover {
  width: 5em;
  border-radius: 5px;
  background-color: #fff;
  color: #1d2b6a;
  border: 2px solid #fff;
}

/*------------------------*/
/*   Call today section   */
/*------------------------*/
#home h2 {
  color: #fff;
}

#menu .phone span {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  display: block;
  color: #777;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #1b6d3f;
}
.section-title {
  margin-bottom: 18px;
}

.search {
  width: 140px;
  line-height: 22px;
  border-radius: 25px;
  font-size: 0.9em;
  padding-left: 10px;
  font-family: inherit;
  /*box-shadow: 0 2px 2px 0 #c1c1c1;*/
  float: right;
  margin-left: 0px;
  margin-top: 20px;
  border-style: solid;
  border-width: thin;
  margin-right: -3px;
}
/*--------------------------*/
/* Services paragraph section*/
/*--------------------------*/

#aboutus .section-title p {
  margin-top: 20px;
}
#service .section-title p {
  margin-top: 30px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

/*--------------------*/
/* H2 title underline */
/*--------------------*/

.section-title h2::after {
  position: absolute;
  content: "";
  background-color: #e52f3c;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
/*------------------*/
/*  Button Section  */
/*------------------*/

.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #1d2b6a;
  padding: 14px 20px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-color: rgba(35, 48, 106, 0.7);
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/3.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.intro h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.intro h3 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  letter-spacing: 20px;
}

.intro p {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.45);
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 150px;
  text-align: center;
}
/* Get Touch Section */
#get-touch {
  padding: 30px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  background: #1d2b6a;
}

#get-touch h2 {
  float: left;
  color: #fff;
  font-family: "open sans";
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 300;
  padding-right: 5px;
  margin: 11px 0 10px 0;
}

#get-touch h3 {
  font-size: 2.3em;
  font-family: "Shadows Into Light", cursive;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  margin: 0 10px 10px 0;
}

#get-touch .btn-custom {
  margin: 0;
  background: transparent;
  border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
  color: #1f386e;
  background: #fff;
  border: 2px solid #fff;
}

/*Form error*/
.error {
 color: #ff0000;   
}
/* About Section */
#about,
#service {
  padding: 20px 0;
}
#about {
  background: #ffffff;
}
#about h3 {
  font-size: 22px;
  margin: 5px 0 20px 0;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
  position: absolute;
  content: "";
  background-color: #e52f3c;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
#about .about-text li {
  margin-bottom: 10px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #1f386e;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#about img {
  padding: 20px;
  width: 500px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 23px;
  margin: 15px 0;
  text-align: justify;
}

.button {
  background-color: #aaa9a9;
  border: none;
  color: #ddd;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.button:hover {
  background-color: #ebebeb;
  border: none;
  color: #ddd;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

#myBtn {
  margin-top: 20px;
  width: 7em;
  border-radius: 5px;
  background-color: white;
  color: #1d2b6a;
  border: 2px solid rgba(29, 43, 106, 0.81);
}
#myBtn:hover {
  width: 7em;
  border-radius: 5px;
  background-color: #cccccc;
  color: #000;
  border: 2px solid #777;
}

#more {
  display: none; /* css code for hiding content which is to be displayed on clicking read more button*/
}
/* Aboutus page */
#aboutus {
  padding: 130px 0 50px 0;
}
#aboutus {
  background: #ffffff;
}
#aboutus h3 {
  font-size: 22px;
  margin: 5px 0 20px 0;
}
#aboutus h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#aboutus h2::after {
  position: absolute;
  content: "";
  background-color: #e52f3c;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
#aboutus .about-text li {
  margin-bottom: 10px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#aboutus .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #1f386e;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#aboutus img {
  padding: 2px;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#aboutus p {
  line-height: 23px;
  margin: 15px 0;
  text-align: justify;
}

.button {
  background-color: #aaa9a9;
  border: none;
  color: #ddd;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.button:hover {
  background-color: #ebebeb;
  border: none;
  color: #ddd;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

/*
#aboutus .about-text img {
    width: auto;
    height: 300px;
}  */

/* Service Section */

#service .service-media {
}
#service .service-media img {
  position: absolute;
  display: inline-block;
  width: 110%;
  height: auto;
}
#service .service-desc {
  margin: 10px 10px 20px;
}
#service h3 {
  font-weight: 700;
  padding: 5px 0;
}
#service .service-desc hr {
  margin-left: 0;
}

#service .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #1f386e;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
#service .about-text h4 {
    font-size: 16px;
    white-space: nowrap; 
}

#service p {
  text-align: justify;
  margin: 30px 0;
}

.service-img {
  height: 150px;
  width: 80%;
  border-radius: 15px;
  margin: 30px 0;
  transform: scale(1.15);
  transition: transform 0.7s, opacity 0.7s;
}

.service-img:hover {
  opacity: 1;
  transform: scale(1.03);
}

.service-image {
  border-radius: 15px;
}

/*-------------------*/
/*      Partners     */
/*-------------------*/

#partners {
  padding: 120px 0 50px 0;
}
#partners .service-media img {
  position: relative;
  display: block;
  width: 80%;
  height: 90px;
  margin: 10px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#partners .service-media img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  background-color: rgba(255, 255, 255, 0.56);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -webkit-transition: all 0.3s ease-in 0.4s;
  -moz-transition: all 0.3s ease-in 0.4s;
  -o-transition: all 0.3s ease-in 0.4s;
  -ms-transition: all 0.3s ease-in 0.4s;
  transition: all 0.3s ease-in 0.4s;
}

#partners .section-title {
  margin-bottom: 25px;
}

/* Portfolio Section */
#portfolio {
  background: #fff;
}

#portfolio .service-media img {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
}

#portfolio h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #757575;
}
h3 span {
    font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #132b6a;
}
.portfolio-item {
  margin: 15px 0;
}
.portfolio-item .hover-bg {
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(31, 56, 110, 0.8);
  padding: 30% 0 0 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.3s;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
   
#portfolio .rw-wrapper{
        width: 80%;
        position: relative;
        margin: 30px auto 0 auto;
        font-family: 'Bree Serif';
        overflow: hidden;
}
#portfolio .rw-sentence{
       float: left;
        margin: 0;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
#portfolio .rw-sentence span{
        float: left;
        color: #757575;
        white-space: nowrap;
        font-size: 150%;
        font-weight: 50;
}
#portfolio .rw-words{
        display: inline;
        text-indent: 10px;
}
#portfolio .rw-words-1 span{
        position: absolute;
        opacity: 0;
        overflow: hidden;
        color: #1d2b6a;
    font-weight: 700;
        -webkit-transform-origin: 10% 75%;
        transform-origin: 10% 75%;
        -webkit-animation: rotateWord 18s linear infinite 0s;
        -ms-animation: rotateWord 18s linear infinite 0s;
        animation: rotateWord 18s linear infinite 0s;
}
#portfolio .rw-words span:nth-child(2) { 
        -webkit-animation-delay: 3s; 
        -ms-animation-delay: 3s; 
        animation-delay: 3s; 
        color: #1d2b6a;
}
#portfolio .rw-words span:nth-child(3) { 
        -webkit-animation-delay: 6s; 
        -ms-animation-delay: 6s; 
        animation-delay: 6s; 
        color: #1d2b6a; 
}
#portfolio .rw-words span:nth-child(4) { 
        -webkit-animation-delay: 9s; 
        -ms-animation-delay: 9s; 
        animation-delay: 9s; 
        color: #1d2b6a;
}
#portfolio .rw-words span:nth-child(5) { 
        -webkit-animation-delay: 12s; 
        -ms-animation-delay: 12s; 
        animation-delay: 12s; 
        color: #1d2b6a;
}
#portfolio .rw-words span:nth-child(6) { 
        -webkit-animation-delay: 15s; 
        -ms-animation-delay: 15s; 
        animation-delay: 15s; 
        color: #1d2b6a  ;
}


    @-webkit-keyframes rotateWord {
        0% { opacity: 0; }
        5% { opacity: 1; }
        17% { opacity: 1; -webkit-transform: rotate(0deg); }
        19% { opacity: 1; -webkit-transform: rotate(98deg); }
        21% { opacity: 1; -webkit-transform: rotate(86deg); }
        23% { opacity: 1; -webkit-transform: translateY(85px) rotate(83deg); }
        25% { opacity: 0; -webkit-transform: translateY(170px) rotate(80deg); }
        80% { opacity: 0; }
        100% { opacity: 0; }
}
@-ms-keyframes rotateWord {
        0% { opacity: 0; }
        5% { opacity: 1; }
        17% { opacity: 1; -ms-transform: rotate(0deg); }
        19% { opacity: 1; -ms-transform: rotate(98deg); }
        21% { opacity: 1; -ms-transform: rotate(86deg); }
        23% { opacity: 1; -ms-transform: translateY(85px) rotate(83deg); }
        25% { opacity: 0; -ms-transform: translateY(170px) rotate(80deg); }
        80% { opacity: 0; }
        100% { opacity: 0; }
}
@keyframes rotateWord {
        0% { opacity: 0; }
        5% { opacity: 1; }
        17% { opacity: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); }
        19% { opacity: 1; -webkit-transform: rotate(98deg); transform: rotate(98deg); }
        21% { opacity: 1; -webkit-transform: rotate(86deg); transform: rotate(86deg); }
        23% { opacity: 1; -webkit-transform: translateY(85px) rotate(83deg); transform: translateY(85px) rotate(83deg); }
        25% { opacity: 0; -webkit-transform: translateY(170px) rotate(80deg); transform: translateY(170px) rotate(80deg); }
        80% { opacity: 0; }
        100% { opacity: 0; }
}

/* Testimonials Section */

#testimonials {
  padding: 10px 0 20px 0;
}
#testimonials i {
  color: #e6e6e6;
  font-size: 32px;
  margin-bottom: 20px;
}

#testimonials h2 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 30px;
  color: #757575;
}
.testimonial {
  position: relative;
  padding: 20px;
}
.testimonial-image {
  float: left;
  margin-right: 7px;
}
.testimonial-image,
.testimonial-image img {
  display: block;
  width: 64px;
  height: 64px;
}
.testimonial-content {
  position: relative;
  overflow: hidden;
}
.testimonial-content p {
  margin-bottom: 0;
  font-size: 14px;
  font-style: italic;
}
.testimonial-meta {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

/*---------------------------------*/
/*         Button        */
/*-----------------------------------*/

.myButton {
  -moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
  -webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
  box-shadow: 0px 0px 0px 2px #9fb4f2;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #7892c2),
    color-stop(1, #1d2d6a)
  );
  background: -moz-linear-gradient(top, #7892c2 5%, #1d2d6a 100%);
  background: -webkit-linear-gradient(top, #7892c2 5%, #1d2d6a 100%);
  background: -o-linear-gradient(top, #7892c2 5%, #1d2d6a 100%);
  background: -ms-linear-gradient(top, #7892c2 5%, #1d2d6a 100%);
  background: linear-gradient(to bottom, #7892c2 5%, #1d2d6a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
  background-color: #7892c2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  border: 1px solid #1d2d6a;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;

  font-size: 17px;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0px 1px 0px #283966;
  width: 100%;
}
.myButton:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #476e9e),
    color-stop(1, #7892c2)
  );
  background: -moz-linear-gradient(top, #1d2d6a 5%, #7892c2 100%);
  background: -webkit-linear-gradient(top, #1d2d6a 5%, #7892c2 100%);
  background: -o-linear-gradient(top, #1d2d6a 5%, #7892c2 100%);
  background: -ms-linear-gradient(top, #1d2d6a 5%, #7892c2 100%);
  background: linear-gradient(to bottom, #1d2d6a 5%, #7892c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d2d6a', endColorstr='#7892c2',GradientType=0);
  background-color: #476e9e;
  color: #ffffff;
}
.myButton:active {
  position: relative;
  top: 1px;
}

/*   News section */

#news {
  padding: 70px 0 40px 0;
  background: #1d2d6a;
  color: rgba(255, 255, 255, 0.65);
}
#news h2 {
  padding-top: 50px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#news .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#news .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
#news .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#news .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
/* Contact Section */
#contact {
  padding: 40px 0 40px 0;
  background: #1d2d6a;
  color: rgba(255, 255, 255, 0.65);
}

#contact p span {
    font-weight: 400;
}

#contact .section-title {
  margin-bottom: 40px;
}

#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#contact h3 {
  color: #fff;
}

#contact h4 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#contact form {
  padding-top: 20px;
}

#contact .text-danger {
  color: #cc0033;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #444;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
#contact .contact-item {
  margin: 20px 0;
  
}
#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  display: block;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 24px;
  padding: 10px;
  color: rgb(255, 255, 255);
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #fff;
}
/* Footer Section*/
#footer {
  background: #fff;
  padding: 5px 0 0 0;
}
#footer p {
  color: #626262;
  font-size: 14px;
}
#footer a {
  color: #1f386e;
}
#footer a:hover {
  color: #e52f3c;
}

.logo {
  width: 390px;
  padding-top: 3px;
}

.logoadmin {
    width: 250px;
}
.clearfix {
  overflow: auto;
}
/*   Display News section */

#displynews {
  padding: 70px 0 40px 0;
  background: #fff;
  color: rgba(255, 255, 255, 0.65);
}
#displaynews h2 {
  padding-top: 100px;
  color: #1d2b6a;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

#headerContent {
  margin-top: 90px;
  width: 100%;
  height: 80%;
  overflow: hidden;
  position: relative;
}

video {
  position: inherit;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
  overflow: hidden;
}
#headerContent h1 {
  font-family: "Ariel", sans-serif;
  color: #fff;
  font-size: 370%;
  font-weight: 550;
  text-transform: capitalize;
  position: absolute;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -16px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#headerContent h2 {
  font-family: "Ariel", sans-serif;
  color: #fff;
  font-size: 370%;
  font-weight: 550;
  text-transform: capitalize;
  position: absolute;
  letter-spacing: 1px;
  text-align: center;
  margin-top: -16px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


#headerContent p {
  font-family: "open sans", sans-serif;
  color: #fff;
  font-weight: 420;
  text-transform: capitalize;
  position: absolute;
  text-align: center;
  margin-top: 30px;
  font-size: 135%;
  letter-spacing: 2.5px;
  z-index: 1;
  top: 50%;
  left: 50%;
  background: rgba(31, 56, 110, 0.57);
  transform: translate(-50%, -50%);
  line-height: 25px;
  padding: 3px;
}

/****** INDEX - 1 ******/
#main-slider {
  position: relative;
  padding: 0;
  margin-top: 100px;
  margin-bottom: -1px;
}
#main-slider .carousel .carousel-content {
  margin: 22% 0;
}
#main-slider .carousel h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

#main-slider .carousel-content > .mainp {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.45);
}

#main-slider .carousel strong {
  font-size: 25px;
  padding: 2px 8px;
  color: #fff;
  text-transform: capitalize;
}
/*#main-slider .carousel h1 {
  color: #fff;
  font-weight: 700;
  display: inline-block;
  font-size: 34px;
  letter-spacing: 10px;
  margin-top: 0;
   padding:5px 0 50px;
  text-transform:uppercase;
  
}
#main-slider .carousel  strong{
  color: #fff ;
  font-weight: 700; 
  font-weight:normal;
  text-transform:uppercase;
}*/
.banner-button-1 {
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  display: inline-block;
  height: 50px;
  width: 170px;
  text-align: center;
  line-height: 50px;
}
.banner-button-1:hover {
  background: #fff;
}
.banner-button-2 {
  background: #fff;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  height: 50px;
  width: 170px;
  text-align: center;
  line-height: 50px;
}
.banner-button-2:hover {
  color: #fff;
}
#main-slider .carousel .style {
  background: rgba(255, 255, 255, 0.8);
  font-size: 1.5em;
  letter-spacing: 1px;
  height: 63px;
  line-height: 60px;
  margin: 40px 0;
  padding-right: 60px;
  text-transform: uppercase;
  display: inline-block;
}
#main-slider .carousel .style > span {
  color: #fff;
  display: inline-block;
  font-size: 0.8em;
  margin: -10px 40px -10px 0;
  padding: 2px 20px 0 33px;
  position: relative;
  text-align: center;
}
#main-slider .carousel .style > span > span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid;
  border-width: 30px;
  height: 62px;
  left: 100%;
  position: absolute;
  top: 0;
  width: 30px;
}
#main-slider .carousel .btn-slide:hover {
  color: #676767;
  background: #fff;
}
#main-slider .carousel .active.btn-slide.animation.animated-item-1 {
  padding: 13px 50px;
  color: #fff;
  border-radius: 0;
  margin-top: 25px;
  display: inline-block;
  font-size: 20px;
}
#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}

#main-slider .carousel .item {
  background-position: 50%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  margin-top: auto;
    top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {

  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background: transparent;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 80px;
  width: 20px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #fff;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  color: #fff;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}

#main-slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  left: -3px;
  top: -3px;
}

#main-slider .carousel-indicators .active {
  width: 20px;
  height: 20px;
  margin: 0 15px 0 0;
  position: relative;
}

#main-slider .carousel-indicators .active:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 100%;
  left: -3px;
  top: -3px;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInLeft 300ms linear 600ms both;
  -moz-animation: fadeInLeft 300ms linear 600ms both;
  -o-animation: fadeInLeft 300ms linear 600ms both;
  -ms-animation: fadeInLeft 300ms linear 600ms both;
  animation: fadeInLeft 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInLeft 600ms linear 900ms both;
  -moz-animation: fadeInLeft 600ms linear 900ms both;
  -o-animation: fadeInLeft 600ms linear 900ms both;
  -ms-animation: fadeInLeft 600ms linear 900ms both;
  animation: fadeInLeft 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 900ms linear 1200ms both;
  -moz-animation: fadeInUp 900ms linear 1200ms both;
  -o-animation: fadeInUp 900ms linear 1200ms both;
  -ms-animation: fadeInUp 900ms linear 1200ms both;
  animation: fadeInUp 900ms linear 1200ms both;
}

#main-slider .active .animation.animated-item-1-1 {
  -webkit-animation: fadeInRight 300ms linear 600ms both;
  -moz-animation: fadeInRight 300ms linear 600ms both;
  -o-animation: fadeInRight 300ms linear 600ms both;
  -ms-animation: fadeInRight 300ms linear 600ms both;
  animation: fadeInRight 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-1-1 p {
  color: #333;
  font-size: 24px;
  line-height: 28px;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.45);
}

#main-slider .active .animation.animated-item-2-1 {
  -webkit-animation: fadeInRight 600ms linear 900ms both;
  -moz-animation: fadeInRight 600ms linear 900ms both;
  -o-animation: fadeInRight 600ms linear 900ms both;
  -ms-animation: fadeInRight 600ms linear 900ms both;
  animation: fadeInRight 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3-1 {
  -webkit-animation: fadeInUp 900ms linear 1200ms both;
  -moz-animation: fadeInUp 900ms linear 1200ms both;
  -o-animation: fadeInUp 900ms linear 1200ms both;
  -ms-animation: fadeInUp 900ms linear 1200ms both;
  animation: fadeInUp 900ms linear 1200ms both;
}

#main-slider .active .animation.animated-item-1-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-2-2 {
  -webkit-animation: fadeInUp 600ms linear 900ms both;
  -moz-animation: fadeInUp 600ms linear 900ms both;
  -o-animation: fadeInUp 600ms linear 900ms both;
  -ms-animation: fadeInUp 600ms linear 900ms both;
  animation: fadeInUp 600ms linear 900ms both;
}

#main-slider .active .animation.animated-item-3-2 {
  -webkit-animation: fadeInUp 900ms linear 1200ms both;
  -moz-animation: fadeInUp 900ms linear 1200ms both;
  -o-animation: fadeInUp 900ms linear 1200ms both;
  -ms-animation: fadeInUp 900ms linear 1200ms both;
  animation: fadeInUp 900ms linear 1200ms both;
}

.column {
  float: left;
  width: 20%;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.flex-container {
  display: flex;
  justify-content: center;

  margin: 15px;
} 

/*----------------------*/
/*     arabic css      */
/*----------------------*/


/*   language button   */

.arabicbutton{
    float: right;
    /*font-size: 20px;*/
    margin-top: 10px;
    margin-right: -70px;
}
.englishbutton{
    float: right;
    margin-top: 10px;
    margin-right: -70px;
    
}
.arabicbutton:hover{
    color:#c1c1c1; 
}
.englishbutton:hover{
     color:#c1c1c1;
}

/* aboutar */
.aboutar{
    float: right;
}
.aboutar-text{
    margin-top: 80px;
    direction: rtl;
}
.aboutar-text p{
    font-size: 19px;
}

.section-titlear h2{
    float: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.clientsar{
    margin-top: 100px;
    float: right;
    margin-right: 100px;
}

/* News */
.newsar{
    margin-top: 80px;
}


/* contact */
.contactar{
    margin-top: 100px;
}


.about-textar{
   direction: rtl;
    float: right;
    
}
.about-textar p{
    font-size: 19px;
}
.about-textar li{
  font-size: 19px;  
}
.imagear{
    margin-top: 100px;
}

/* arabic css end */
/*-----------------------*/

/*     Media query Start  */

/*------------------------*/
@media screen and (max-width: 768px){
        .rw-sentence { font-size: 18px; }
}

@media only screen and (max-width: 750px) {
#about img {
    margin: 50px 0;
  }

  .logo {
    width: 250px;
    padding-bottom: 5px;
  }
#portfolio h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

.rw-wrapper{
        width: 80%;
        position: relative;
        margin: 30px auto 0 auto;
        font-family: 'Bree Serif';
        overflow: hidden;
}
.rw-sentence{
       float: left;
        margin: 0;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
        float: left;
        color: #757575;
        white-space: nowrap;
        font-size: 150%;
        font-weight: 50;
}
.rw-words{
        display: inline;
        text-indent: 10px;
}

}
@media only screen and (max-width: 414px) {

#headerContent h1 {
    font-family: "Ariel", sans-serif;
    color: #fff;
    font-size: 100%;
    font-weight: 550;
    text-transform: capitalize;
    position: absolute;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -100px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
#headerContent h2 {
    font-family: "Ariel", sans-serif;
    color: #fff;
    font-size: 100%;
    font-weight: 550;
    text-transform: capitalize;
    position: absolute;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -100px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #headerContent p {
    font-family: "open sans", sans-serif;
    color: #fff;
    font-weight: 550;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    margin-top: 15px;
    font-size: 120%;
    z-index: 1;
    top: 50%;
    left: 50%;
    background: rgba(31, 56, 110, 0.5);
    transform: translate(-50%, -50%);
    line-height: 20px;
    padding: 9px;
  }
}
@media only screen and (max-width: 375px) {
#portfolio h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #757575;
}

.rw-wrapper{
        width: 80%;
        position: relative;
        margin: 30px auto 0 auto;
        font-family: 'Bree Serif';
        overflow: hidden;
}
.rw-sentence{
       float: left;
        margin: 0;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
        float: left;
        color: #757575;
        white-space: nowrap;
        font-size: 150%;
        font-weight: 50;
}
.rw-words{
        display: inline;
        text-indent: 10px;
}

}

@media only screen and (max-width: 320px) {

.logo {
    width: 250px;
    padding: 10px;
  }
.intro h1 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 150px;
    margin-bottom: 10px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

  .intro h3 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    letter-spacing: 20px;
  }

  .intro p {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    padding: 15px;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.45);
  }

  #menu {
    padding: 0 0 0 5px;
    transition: all 0.8s;
  }
  #menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  }
  #menu a.navbar-brand {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #1d2b6a;
    text-transform: uppercase;
    letter-spacing: -1px;
  }

 #headerContent h1 {
    font-family: "Ariel", sans-serif;
    color: #fff;
    font-size: 1 00%;
    font-weight: 550;
    text-transform: capitalize;
    position: absolute;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -100px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }   
  #headerContent h2 {
    font-family: "Ariel", sans-serif;
    color: #fff;
    font-size: 1 00%;
    font-weight: 550;
    text-transform: capitalize;
    position: absolute;
    letter-spacing: 1px;
    text-align: center;
    margin-top: -100px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #headerContent p {
    font-family: "open sans", sans-serif;
    color: #fff;
    font-weight: 550;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    margin-top: 15px;
    font-size: 120%;
    z-index: 1;
    top: 50%;
    left: 50%;
    background: rgba(31, 56, 110, 0.5);
    transform: translate(-50%, -50%);
    line-height: 20px;
    padding: 9px;
  }

#portfolio h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #757575;
}

.rw-wrapper{
        width: 80%;
        position: relative;
        margin: 30px auto 0 auto;
        font-family: 'Bree Serif';
        overflow: hidden;
}
.rw-sentence{
       float: left;
        margin: 0;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.rw-sentence span{
        float: left;
        color: #757575;
        white-space: nowrap;
        font-size: 150%;
        font-weight: 50;
}
.rw-words{
        display: inline;
        text-indent: 10px;
}

}


/*-------------------------------- */

/*--------Media Query end ----------- */

/* --------------------------------*/




